(list-faces-display): Fix typo.
[emacs.git] / lisp / ChangeLog
blob4b456f42ee00c8fe99bc808e49f5c4f30b1973b3
1 2002-02-26  Juanma Barranquero  <lektu@terra.es>
3         * faces.el (list-faces-display): Fix typo.
5 2002-02-25  Richard M. Stallman  <rms@gnu.org>
7         * frame.el (focus-follows-mouse): Doc fix.
9 2002-02-26  Miles Bader  <miles@gnu.org>
11         * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
12         to `define-key', since it no longer accepts the latter.
14 2002-02-25  Jason Rumney  <jasonr@gnu.org>
16         * term/w32-win.el (mouse-wheel-scroll-line): Use car of
17         mouse-wheel-scroll-amount.
19         * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
20         mwheel.el.
22         * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
24 2002-02-25  Andre Spiegel  <spiegel@gnu.org>
26         * vc.el (vc-diff-switches-list): Fix prev change, making the macro
27         consistent with the others that take a backend name as a symbol.
29         * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
31 2002-02-25  Kim F. Storm  <no-spam@cua.dk>
33         * comint.el (comint-replace-by-expanded-filename): Do nothing if
34         comint-match-partial-filename returns nil.
36         * shell.el (shell-pcomplete-setup-done): New variable.
37         (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
38         (shell-pcomplete-reverse): Ditto.
40 2002-02-25  Per Abrahamsen  <abraham@dina.kvl.dk>
42         * ps-print.el (ps-print-printer): Added `lpr' customize group
43         member. 
45 2002-02-25  Juanma Barranquero  <lektu@terra.es>
47         * subr.el (save-match-data): Doc fix.
49         * ielm.el (ielm-prompt): Allow customization; make it read-only.
51 2002-02-25  Kim F. Storm  <storm@cua.dk>
53         * shell.el (shell-mode-map): Add "Complete" header so completion
54         menu is shown on the menu bar in shell mode.
56 2002-02-25  Stefan Monnier  <monnier@cs.yale.edu>
58         * ielm.el (ielm-match-data): New var.
59         (inferior-emacs-lisp-mode): Make it buffer-local.
60         (ielm-eval-input): Use it to preserve match-data between inputs.
62 2002-02-24  Juanma Barranquero  <lektu@terra.es>
64         * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
66 2002-02-24  Per Abrahamsen  <abraham@dina.kvl.dk>
68         * cus-edit.el (custom-unlispify-remove-prefixes): Add to
69         `custom-buffer' customize group.
71 2002-02-23  Kim F. Storm  <storm@cua.dk>
73         * help.el (where-is): Use remap-command.
75         * help-fns.el (describe-function-1): Use remap-command.
77         * subr.el (global-set-key, local-set-key): Undo 2002-02-06
78         change (no longer accept a symbol for the KEY argument).
80 2002-02-23  Colin Walters  <walters@debian.org>
82         * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
83         * calc/calcalg2.el (math-solve-get-sign): Ditto.
85         * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
86         in generated function.
88         * ibuf-ext.el (ibuffer-old-time): Change to hours.
89         (ibuffer-mark-old-buffers): Handle it.
91         * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
92         (toplevel): Bind them.
93         (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
94         not necessary now that we use pcomplete.
96         * comint.el: Document how use new pcomplete completion facility.
98 2002-02-23  Richard M. Stallman  <rms@gnu.org>
100         * mail/rmailsum.el (rmail-summary-output): Properly advance
101         to next message, by calling rmail-summary-goto-msg.
103         * net/browse-url.el (browse-url-galeon): Specify --existing
104         for an existing window.  Use --noraise rather than --no-raise.
105         Don't use -x.
107 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
109         * progmodes/etags.el (find-tag-noselect, find-tag)
110         (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
111         Fix a typo in doc strings.
113 2002-02-20  Deepak Goel  <deego@glue.umd.edu>
115         * play/snake.el (snake-velocity-queue, snake-update-velocity)
116         (snake-final-x-velocity, snake-final-y-velocity):
117         New variable and functions.  Store user's keypresses
118         into a queue and pop from the queue each subsequent turn.
119         (snake-update-game, snake-move-left)
120         (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
121         (snake-start-game): Use that queue.
122         (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
123         (snake-use-color-flag): Likewise.
124         (snake-mode): Rename uses of those variables.
126 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
128         Support for ICCCM  Extended Segments in X selections:
130         * international/mule-conf.el (ctext-no-compositions): New coding
131         system.
132         (compount-text-no-extensions): Renamed from compound-text.
133         (x-ctext-no-extensions, ctext-no-extensions): Aliases for
134         compound-text-no-extensions.
135         (compound-text): Redefined using post-read and pre-write conversions.
137         * international/mule.el (non-standard-icccm-encodings-alist)
138         (non-standard-designations-alist): New variables.
139         (ctext-post-read-conversion, ctext-pre-write-conversion):
140         New functions.
142 2002-02-21  Andre Spiegel  <spiegel@gnu.org>
144         Patch by Jonathan Kamens <jik@kamens.brookline.ma.us>.
146         * vc.el (vc-default-init-version): Update documentation to
147         indicate that the backend can override the default init version.
148         (vc-register): Use the backend init-version function, if it
149         exists, to determine the initial version of a file.
150         (vc-diff-switches-list): Don't symbol-quote backend, since it's
151         already a symbol.  Don't fail if vc-BACKEND-diff-switches isn't bound.
153         * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
154         not version-controlled.  This is necessary, e.g., if the file has
155         just been reverted, and thus was previously under version control
156         but isn't any longer.
157         (vc-find-file-hook): Likewise.
159 2002-02-21  Andre Spiegel  <spiegel@gnu.org>
161         Patch by Martin.Lorentzson@telia.com.
163         * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
164         (vc-cvs-sticky-tag-display): New variable.
165         (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
166         (vc-cvs-checkin): If the input revision is a valid symbolic tag
167         name, we create it as a branch, commit and switch to it.
168         (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
169         (vc-cvs-valid-symbolic-tag-name-p): New function.
170         (vc-cvs-parse-sticky-tag): New function.
171         (vc-cvs-parse-entry): Added parsing of sticky tags.
173 2002-02-21  Per Abrahamsen  <abraham@dina.kvl.dk>
175         * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
176         nil, and then explicitly set the standard-value to t.
178 2002-02-20  Sam Steingold  <sds@gnu.org>
180         * textmodes/flyspell.el (flyspell-mode): Autoload the variable
181         since it is used in the menu bar.
183 2002-02-20  Richard M. Stallman  <rms@gnu.org>
185         * simple.el (shell-command-on-region): Display the exit status
186         when a command fails.
188         * subr.el (add-hook): Doc fix.
190         * frame.el (other-frame): Doc fix.
192         * simple.el (yank): Clear `field' property.
194 2002-02-20  Tom Tromey  <tromey@cachet>
196         * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
197         natural paragraph boundaries.  Don't fail at beginning of buffer.
199 2002-02-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
201         * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
202         call the argument "arg" to match plain next-line and
203         previous-line.  From Kevin Ryde <user42@zip.com.au>.
205 2002-02-19  Sam Steingold  <sds@gnu.org>
207         * mwheel.el (mouse-wheel-scroll-amount): Can specify different
208         scroll amounts for different modifiers now.
209         (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
210         format properly.
211         (mouse-wheel-mode): Ditto.
213 2002-02-19  Eli Zaretskii  <eliz@is.elta.co.il>
215         * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
216         around function body.
218         * net/browse-url.el (browse-url-maybe-new-window): Reverse the
219         sense of the comparison, to match the doc strings of functions
220         that use this macro.
222 2002-02-19  Per Abrahamsen  <abraham@dina.kvl.dk>
224         * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
226         * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
227         * menu-bar.el (menu-bar-mode): Ditto.
229 2002-02-18  Andreas Schwab  <schwab@suse.de>
231         * replace.el (query-replace-regexp-eval): Doc fix.
233 2002-02-18  Colin Walters  <walters@verbum.org>
235         * calc/calcalg2.el (math-solve-get-int): Convert return value from
236         `math-get-from-counter' to a string before calling `concat' on it.
238         * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
239         (calc-public-autoloads): Obsolete; remove.
240         (calc-private-autoloads): Ditto.
241         (calc-add-autoloads): Ditto.
243         * calc/calc-macs.el (calc-with-default-simplification): Use &rest
244         for body.
246 2002-02-17  Jason Rumney  <jasonr@gnu.org>
248         * w32-win.el (x-option-alist, x-long-option-alist)
249         (x-switch-definitions): Remove, use command-line-x-option-alist
250         instead to be consistent with X.
251         (x-handle-initial-switch): New function.
253 2002-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
255         * faces.el (mode-line-inactive, header-line): Add the :inherit
256         attribute for the tty case.
258 2002-02-17  stanislav shalunov  <shalunov@internet2.edu>
260         * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
261         invoked from Rmail with full headers displayed.
263 2002-02-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
265         * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
266         when repeated.
267         * textmodes/paragraphs.el (mark-paragraph): Ditto.
269 2002-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
271         * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
272         (menu-bar-tools-menu): Removed speedbar.
274         * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
275         and `flyspell-mode' entries.
277         * textmodes/flyspell.el (flyspell): Add to ispell group.
279 2002-02-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
281         * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
282         repeated.
283         (mark-defun): Mark more if repeated.
285 2002-02-17  Colin Walters  <walters@verbum.org>
287         * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
289         * ibuffer.el (ibuffer-truncate-lines): New option.
290           (ibuffer-mode):  Use it.
292 2002-02-17  Kim F. Storm  <storm@cua.dk>
294         * cus-start.el: Add mouse-highlight.
296 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
298         * Makefile.in (DONTCOMPILE): Remove cus-start.el.
300         * cus-start.el: Add automatic-hscroll-margin and
301         automatic-hscroll-step.
303 2002-02-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
305         * cus-start.el (x-autoselect-window): Allow customization.
307         * eshell/em-alias.el (eshell-alias-initialize): Do not use
308         make-local-hook.
310         * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
312         * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
314         * eshell/em-glob.el (eshell-glob-initialize): Likewise.
316         * eshell/em-hist.el (eshell-hist-initialize): Likewise.
318         * eshell/em-pred.el (eshell-pred-initialize): Likewise.
320         * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
322         * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
324         * eshell/em-smart.el (eshell-smart-initialize): Likewise.
326         * eshell/em-unix.el (eshell-unix-initialize): Likewise.
328         * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
330         * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
332         * eshell/esh-io.el (eshell-io-initialize): Likewise.
334         * eshell/esh-mode.el (eshell-mode): Likewise.
336         * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
338         * eshell/esh-var.el (eshell-var-initialize): Likewise.
340         * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
342         * progmodes/idlwave.el (idlwave-mode): Likewise.
344         * textmodes/reftex-sel.el (reftex-select-label-mode)
345         (reftex-select-bib-mode): Likewise.
347 2002-02-16  John Wiegley  <johnw@gnu.org>
349         * eshell/em-hist.el (eshell-hist-initialize): When in the
350         minibuffer, use the global value of `eshell-history-ring', and
351         never save it to disk, or ask to save it to disk.  This allows
352         users of session.el to control whether its global state should be
353         persisted or not.
354         (eshell-add-command-to-history): Don't write Eshell's history out
355         to disk, let the governing mode control that upon exit.
357 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
359         * eshell/eshell.el (eshell-command): Before reading from the
360         minibuffer, add eshell-add-command-to-history to
361         minibuffer-exit-hook, and remove it after read-from-minibuffer
362         returns.
364         * eshell/em-hist.el (eshell-add-input-to-history): New function,
365         with most of the code from eshell-add-to-history.
366         (eshell-add-command-to-history): New function, to record in
367         eshell-history the commands run via eshell-command.
368         (eshell-add-to-history): Call eshell-add-command-to-history to do
369         most of the work.
371 2002-02-16  John Wiegley  <johnw@gnu.org>
373         * eshell/esh-ext.el (eshell-external-command): Added a fix for
374         XEmacs' new dired.el, which adds a global entry in the
375         `file-name-handler-alist'.
377 2002-02-16  John Wiegley  <johnw@gnu.org>
379         * align.el (align-region): Added a missing name argument.
381 2002-02-16  John Wiegley  <johnw@gnu.org>
383         * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
384         after the #! of a shell interpretor specification.
386 2002-02-15  Richard M. Stallman  <rms@gnu.org>
388         * help.el (describe-key-briefly): Make output in INSERT case
389         look just like what is displayed in the normal case.
391 2002-02-15  Andreas Schwab  <schwab@suse.de>
393         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Require
394         non-letter after specials.
396 2002-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
398         * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
400 2002-02-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
402         * simple.el (mark-word): Mark more if repeated.
403         * textmodes/paragraphs.el (mark-paragraph): Ditto.
404         (mark-end-of-sentence): Ditto.
406 2002-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
408         * wid-edit.el (widgetp): Made it more robust.
410 2002-02-14  Per Abrahamsen  <abraham@dina.kvl.dk>
412         * facemenu.el (describe-text-done): New function.
413         (describe-text-mode-map): New variable.
414         (describe-text-mode-hook): New option.
415         (describe-text-mode): New function.
416         (describe-text-widget): New function.
417         (describe-text-sexp): New function.
418         (describe-text-properties): New function.
419         (describe-text-category): New command.
420         (describe-text-at): New command.
421         (facemenu-menu): Replace `list-text-properties-at' with
422         `describe-text-at' in the menu.
424         * wid-edit.el (widgetp): New function.
425         * wid-edit.el (widget-keymap, widget-insert, widget-setup):
426         Autoloaded.
428         * emacs-lisp/pp.el (pp-to-string): Autoloaded.
430         * wid-browse.el: Removed version and x-url keywords.
432 2002-02-13  Kim F. Storm  <storm@cua.dk>
434         * cus-start.el (mode-line-in-non-selected-windows):
435         Allow customization.
437 2002-02-13  Richard M. Stallman  <rms@gnu.org>
439         * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
440         Tell bibtex-parse-keys to output no progress messages.
442         * international/mule-diag.el (list-input-methods):
443         Use help-input-method, not describe-input-method, for button type.
445         * register.el (describe-register-1): Access register contents here.
447         * textmodes/text-mode.el (text-mode-hook-identify):
448         Restore previous definition.  Add to text-mode-hook again.
450         * mail/mailabbrev.el (define-mail-abbrev): Define as system abbrev.
451         (mail-abbrev-in-expansion-header-p): Copy the code of mail-header-end
452         to avoid needing sendmail.el at run time.
454         * bindings.el (mode-line-minor-mode-keymap): Definition moved up.
455         Initialization moved up too.
456         (mode-line-modes): Use :propertize.
457         (mode-line-mode-menu-keymap): Var deleted.
458         (mode-line-copied-mode-name): Var deleted.
459         (mode-line-mode-name): Function deleted.
460         (mode-line-mode-menu): Each item now shows its mode line lighter.
461         (minor-mode-alist): Don't call propertize here.
463 2002-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
465         * progmodes/pascal.el (pascal-imenu-generic-expression):
466         Add menu-title and fix parentheses.
468 2002-02-12  Per Abrahamsen  <abraham@dina.kvl.dk>
470         * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
471         (menu-bar-options-menu): Don't set default value for `truncate-lines'.
473 2002-02-12  Per Abrahamsen  <abraham@dina.kvl.dk>
475         * menu-bar.el (menu-bar-options-save): Only save
476         `current-language-environment' and `default-input-method' when
477         marked as customized.
479         * international/mule-cmds.el
480         (setup-specified-language-environment):
481         Mark `current-language-environment' as customized.
482         (set-input-method): Mark `default-input-method' as customized when
483         called interactively.
484         (toggle-input-method): Ditto.
486 2002-02-11  Colin Walters  <walters@verbum.org>
488         * ibuffer.el (ibuffer-switch-format): Supply required argument for
489         `ibuffer-current-formats'.
491 2002-02-11  Miles Bader  <miles@gnu.org>
493         * faces.el (mode-line-inactive): Add dark-background variant.
495 2002-02-11  Per Abrahamsen  <abraham@dina.kvl.dk>
497         * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
498         * menu-bar.el (menu-bar-mode): Ditto.
499         * cus-edit.el (customize-mark-to-save): Always save variables
500         without a standard value.
502         * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
503         (menu-bar-options-save): Ditto.
504         (menu-bar-showhide-menu): Ditto.
505         (menu-bar-options-menu): Ditto.
506         (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
507         (menu-bar-scroll-bar-none): Remove.
508         (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
509         expressions instead.
511         * cus-edit.el (customize-set-value): Return value.
512         (customize-set-variable): Ditto.
513         (customize-save-variable): Ditto.
514         (customize-set-variable): Load dependencies before setting value.
515         (custom-load-symbol): Autoload it.
516         (customize-mark-as-set): New function.
518 2002-02-11  Eli Zaretskii  <eliz@is.elta.co.il>
520         * cus-start.el: Don't warn about "x-*" symbols when building a
521         non-GUI version.
523 2002-02-11  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
525         * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
526         Doc fix.
527         (strokes-help): Do not use doubled with-output-to-temp-buffer.
528         Fix the help string.
529         (strokes-prompt-user-save-strokes): Fix typo.
530         (strokes-list-strokes): Use proper exit-action argument for
531         view-buffer.  Update copyright notice.
533         * international/mule-diag.el: Various doc and message fixes.
534         (non-iso-charset-alist): Add mac-roman.  Don't add entries for
535         codepages already present.
536         (list-block-of-chars): Display space for null entries in
537         translation table.  Display tab specially.
538         (list-non-iso-charset-chars): Check for null charsets.  Use pop
539         for clarity.  Don't break 8-bit sets into sections between ranges.
540         (list-charset-chars): Avoid indent-tabs-mode.
541         (describe-char-after): Maybe use the text property for syntax
542         table information.  Maybe report char-code-property-table info.
543         Maybe report character's unicode.  Tweak printing of list info.
544         (list-input-methods): Add xref buttons.
545         (dump-charsets, dump-codings): Deleted (obsolete).
546         From Dave Love <fx@gnu.org>.
548 2002-02-10  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
550         * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
552 2002-02-10  Michael Kifer  <kifer@cs.stonybrook.edu>
554         * viper-util.el (viper-read-key-sequence): Fix so it'll read
555         fast key sequences in emacs native mode
556         (viper-events-to-keys): Delete.
558         * viper.el (describe-key, describe-key-briefly): Get rid of
559         viper-events-to-keys.
561         * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
563         * ediff-wind.el (ediff-setup-control-frame):
564         Use ediff-has-gutter-support.
566         * ediff-util.el (ediff-dispose-of-variant-according-to-user):
567         check if buff is alive.
569         * ediff.el: Typo in comment.
571 2002-02-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
573         * menu-bar.el (menu-bar-options-save): Take care of
574         line-number-mode and column-number-mode variables.
575         (menu-bar-showhide-menu): New menu-items "Show Line Number" and
576         "Show Column Number" in "Show/Hide" menu.
578 2002-02-09  Richard M. Stallman  <rms@gnu.org>
580         * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
582 2002-02-09  Kim F. Storm  <storm@cua.dk>
584         * faces.el (mode-line-inactive): New face for mode-line for
585         non-selected windows.
586         (mode-line): Doc fix: Only used for selected window.
588 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
590         * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
591         name to "Insert Diary Entry".
593 2002-02-08  Stefan Monnier  <monnier@cs.yale.edu>
595         * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
596         (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
598 2002-02-08  Richard M. Stallman  <rms@gnu.org>
600         * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
602 2002-02-08  Andreas Schwab  <schwab@suse.de>
604         * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
605         of point-min.
607 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
609         * net/ange-ftp.el (ange-ftp-process-handle-line)
610         (ange-ftp-set-xfer-size): If the file's size is a float, divide
611         by 1024 instead of using ash.
613         * international/mule-cmds.el (select-safe-coding-system):
614         State the buffer's name in the message popped in the *Warning* buffer,
615         and make sure the offending buffer is displayed.
617 2002-02-07  Markus Rost  <rost@math.ohio-state.edu>
619         * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
621 2002-02-07  Richard M. Stallman  <rms@gnu.org>
623         * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
625         * register.el (list-registers): New command.
626         (describe-register-1): New subroutine, taken out of view-register.
628         * emacs-lisp/copyright.el (copyright-regexp):
629         Delete the unibyte copyright symbol; it's redundant.
630         Fix a spazz in the multibyte encoding here.
632 2002-02-07  Dave Love  <fx@gnu.org>
634         * language/cyril-util.el (cyrillic-encode-koi8-r-char)
635         (cyrillic-encode-alternativnyj-char): Get translation tables from
636         symbol properties, not as variables.
637         (standard-display-cyrillic-translit): Include unicodes.
639 2002-02-06  Kim F. Storm  <storm@cua.dk>
641         * help.el (where-is): Report remapped commands.
643         * help-fns.el (describe-function-1): Ditto.
645         * subr.el (global-set-key, local-set-key): Accept a symbol for the
646         KEY argument (like define-key).
648 2002-02-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
650         * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
652 2002-02-06  Richard M. Stallman  <rms@gnu.org>
654         * mail/mailabbrev.el: Require sendmail only at compile time.
655         (mail-mode-header-syntax-table): Var deleted.
656         (mail-abbrev-syntax-table): Init to nil, will compute when needed.
657         (sendmail-pre-abbrev-expand-hook): Only temporarily change
658         local-abbrev-table and the syntax table.
659         Compute mail-abbrev-syntax-table if that has not been done.
661         * progmodes/compile.el (grep-compute-defaults): Definition moved up.
663         * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
664         (debugger-frame-number): Figure out the offset directly.
665         (debugger-setup-buffer): Don't use debugger-frame-offset.
666         (debugger-frame, debugger-frame-clear): Likewise.
667         (debugger-jump): Don't alter debugger-frame-offset.
669         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
670         Replace foo-p as var name with foo-flag, not foo-p-flag.
672         * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
673         (highlight-changes-passive-string): Default to -Chg.
674         (highlight-changes-global-modes): Doc fix.
676         * dired.el (dired-get-filename): Add /: when appropriate
677         to avoid taking a local name as remote.
679         * files.el (file-name-non-special): Add special handling for
680         file-name-sans-versions, file-name-completion, and
681         file-name-all-completions.
683         * isearch.el (isearch-update): Don't update display in kbd macro.
684         (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
686         * subr.el (force-mode-line-update): Doc fix.
688         * subr.el (atomic-change-group, prepare-change-group)
689         (activate-change-group, accept-change-group, cancel-change-group):
690         New functions.
692         * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
693         (transpose-subr-1): Use atomic-change-group.
695         * subr.el (add-minor-mode): Include the mode's lighter string
696         in the minor mode menu item name.
698         * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
699         rmail-count-screen-lines starting from (point-min).
701         * startup.el (use-fancy-splash-screens-p): Need 19 lines,
702         beyond the image height, to use the fancy splash screen.
704         * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
705         (text-mode): Set text-mode-variant here.
707 2002-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
709         * play/pong.el (pong-height): Don't use height that exceeds the
710         frame height.
711         (pong-border-options): Make the border colors slightly more bright.
713         * play/gamegrid.el (gamegrid-display-type): Treat any
714         color-capable display as color-x, if display-color-p is fboundp.
715         (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
716         (gamegrid-make-color-tty-face): Use the value of color, not the
717         symbol itself.  Don't call gamegrid-color.
719 2002-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
721         * gud.el (gud-refresh): Call recenter only after we are sure we
722         are in the right window.
724 2002-02-05  Per Abrahamsen  <abraham@dina.kvl.dk>
726         * cus-edit.el (customize-mark-to-save): New function.
727         * menu-bar.el (menu-bar-options-save): Rewrote.
729 2002-02-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
731         * cus-start.el (x-use-underline-position-properties):
732         Allow customization.
734 2002-02-04  Simon Josefsson  <jas@extundo.com>
736         * dired.el (dired-load-hook, dired-mode-hook)
737         (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
739 2002-02-03  Colin Walters  <walters@verbum.org>
741         * ibuf-ext.el (ibuffer-filter-format-alist)
742         (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
743         New variables.
744         * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
745         is now the Emacs CVS tree.
746         (ibuffer-formats): Doc fix.
747         (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
748         (ibuffer-current-format): Use them.
749         (ibuffer-recompile-formats, ibuffer-check-formats)
750         (ibuffer-switch-format, ibuffer-update-title):
751         Add support for ibuffer-filter-format-alist.
752         (define-ibuffer-column process): Remove unncessary consing.
754         * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
755         for a summary column.
757 2002-02-03  Andreas Schwab  <schwab@suse.de>
759         * window.el (save-selected-window): Move macro before first use.
760         (balance-windows): Fix misplaced parenthesis.
762 2002-02-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
764         * calculator.el (calculator-displayers): Doc fixes.
766 2002-02-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
768         * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
769         (menu-bar-options-save): Save also the value of `display-time-mode'.
770         (showhide-date-time): New function.
771         (menu-bar-showhide-menu): New menu-item "Date and time".
773 2002-02-03  Eli Zaretskii  <eliz@is.elta.co.il>
775         * mail/rmail.el (rmail): Use find-buffer-visiting instead of
776         get-file-buffer to check for rmail buffer existence.
778         * term.el (term-emulate-terminal): Extract proper command string
779         which is supplied to term-command-hook.
781 2002-02-03  Richard M. Stallman  <rms@gnu.org>
783         * international/quail.el (quail-help): Don't call help-setup-xref.
785         * international/mule-cmds.el (describe-input-method):
786         Call help-setup-xref here.
787         (describe-current-input-method): Doc fix.
789         * novice.el (disabled-command-hook): Clarify output text.
790         Indent the paragraph from the command's doc string.
792         * dabbrev.el (dabbrev--goto-start-of-abbrev):
793         Exit loop on beginning of field rather than bobp.
795 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
797         * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
798         the message text into the *mail* buffer, and restore the pruned
799         state after that.
801         * mail/rmail.el (rmail-redecode-body): Prune the headers before
802         looking for X-Coding-System header, and restore the pruned state
803         before returning.
805 2002-02-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
807         * cus-edit.el (customize-save-variable): Fix typo in prompt.
809         These changes integrate new version of flyspell.el from its
810         maintainer, Manuel Serrano:
812         * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
813         (flyspell-mode-on, flyspell-notify-misspell)
814         (flyspell-small-region, flyspell-external-point-words)
815         (flyspell-large-region): Use it
816         (flyspell-before-incorrect-word-string)
817         (flyspell-after-incorrect-word-string): New user options.
818         (make-flyspell-overlay): Use them.
819         (flyspell-version): New function.
820         (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
821         definitions to use :weight.
822         (flyspell-insert-function): New user option.
823         (flyspell-auto-correct-word, flyspell-correct-word)
824         (flyspell-xemacs-correct): Use it.
825         (flyspell-define-abbrev): New function.
826         (flyspell-auto-correct-word, flyspell-correct-word)
827         (flyspell-xemacs-correct): Use it.
828         (make-flyspell-overlay): Use `evaporate' property.
829         (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
830         (flyspell-emacs-popup): Use `session' instead of `accept'.
831         (flyspell-auto-correct-previous-pos): New variable.
832         (flyspell-auto-correct-previous-hook)
833         (flyspell-auto-correct-previous-word): New functions.
835 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
837         * novice.el (enable-command): If Emacs was invoked as "emacs -q",
838         don't alter the user's ~/.emacs.
839         (disable-command): If user-init-file is nil or does not exist,
840         default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
841         But don't alter the init file if Emacs was invoked as "emacs -q"
843 2002-02-01  Stefan Monnier  <monnier@cs.yale.edu>
845         * mail/sendmail.el (mail-mode): Undo half of last change.
847         * indent.el (indent-for-tab-command): Remove spurious code.
849         * hi-lock.el (hi-lock-find-patterns): Save restriction.
851 2002-02-01  Eli Zaretskii  <eliz@is.elta.co.il>
853         * calendar/time-date.el: Moved from lisp/gnus.
855         * calendar/parse-time.el: Ditto.
857 2002-01-31  Richard M. Stallman  <rms@gnu.org>
859         * international/iso-acc.el (iso-languages): Fix ", " in French.
861         * cus-start.el (history-length): Specify customization for it.
863         * emacs-lisp/debug.el (debugger-setup-buffer):
864         When an eval-buffer frame was reading from a buffer,
865         insert indication of the buffer position.
866         (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
867         (debugger-frame-clear, debugger-frame): Error on non-frame line.
869         * simple.el (shell-command-on-region): Err if no mark
870         before reading the command string.
872         * hl-line.el (hl-line-highlight, hl-line-unhighlight):
873         Definitions moved down after hl-line-mode var's definition.
875         * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
876         (hilit-chg-set-face-on-change): Rename arg.
877         (hilit-chg-make-ov): Detect error earlier.
879         * ediff-hook.el: Delete autoload cookies.
881         * comint.el (comint-scroll-show-maximum-output): Default is t.
883         * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
884         (batch-byte-compile-if-not-done): New function.
886         * Makefile.in (compile): New target.
887         (compile-always): Renamed from compile-files.
888         (compile-after-backup): Renamed from compile.
889         (bootstrap): Depend on compile-always, not compile-files.
891         * emulation/pc-select.el (pc-select-save-and-set-mode):
892         Properly use MODE-VAR.
894 2002-01-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
896         * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
897         Version" to "About Emacs".
898         (menu-bar-options-save): Add `default-frame-alist'
899         to saved variables.
900         (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
901         of the variable `scroll-bar-mode'.
903         * startup.el (normal-splash-screen, display-splash-screen):
904         New functions (separated from command-line-1).
905         (command-line-1): Use them.
907 2002-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
909         * calendar/calendar.el (generate-calendar-month): Doc fix.
911 2002-01-27  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
913         * time.el (display-time-mail-directory): New option.
914         (display-time-mail-function): Update doc-string.
915         (display-time-mail-icon): Use XPM image when available.
916         (display-time-string-forms): Use more descriptive text as
917         help-echo property.
918         (display-time-mail-check-directory): New function.
919         (display-time-update): Use it.
921         * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
922         Quote `window-system'.
924         * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
925         Add Keywords header.  Update Commentary section.
926         Update copyright notice.
928         * menu-bar.el (menu-bar-scroll-bar-right)
929         (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
930         (showhide-menu-bar): New functions.
931         (menu-bar-showhide-menu): New submenu "Show/Hide".
932         (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
933         "Show/Hide".
934         Update copyright notice.
936 2002-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
938         * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
940 2002-01-26  Evgeny Roubinchtein  <evgenyr@cs.washington.edu>
942         * pc-select.el (pc-selection-mode-hook)
943         (pc-select-saved-settings-alist, pc-select-map)
944         (pc-select-saved-global-map, pc-select-key-bindings-alist)
945         (pc-select-default-key-bindings, pc-select-extra-key-bindings)
946         (pc-select-meta-moves-sexps-key-bindings)
947         (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
948         New variables.
949         (pc-select-define-keys, pc-select-restore-keys): New functions.
950         (pc-select-add-to-alist, pc-select-save-and-set-var)
951         (pc-select-save-and-set-mode, pc-select-restore-var)
952         (pc-select-restore-mode): New macros.
953         (pc-selection-mode): Completely rewrote the body of the function;
954         the main goal was to make pc-selection-mode "turn-off"-able, like
955         other minor modes.  Use define-minore-mode instead of just a
956         defun.  Store the key bindings into four alists:
957         pc-select-default-key-bindings, pc-select-extra-key-bindings,
958         pc-select-meta-moves-sexps-key-bindings, and
959         pc-select-tty-key-bindings; then have the pc-select-define-keys
960         function walk those alists instead of calling define-key
961         repeatedly.  When the mode is turned on, set the
962         keybindings in global-map and remember the old keybindings; when
963         the mode is turned off, restore the previously-saved keybindings.
964         (pc-selection-mode defcustom): Reflect the fact that the mode is
965         now "turn-off"-able.
967 2002-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
969         * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
970         returns t, don't treat that as an error.
972 2002-01-25  Jason Rumney  <jasonr@gnu.org>
974         * faces.el (face-font-registry-alternatives) [windows-nt]:
975         Add ms-oemlatin as an alternative for iso8859-1.
977 2002-01-25  Stefan Monnier  <monnier@cs.yale.edu>
979         * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
980         args and the absence of an entry.  Don't add -f each time.
982 2002-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
984         * emacs-lisp/cl-seq.el (mismatch): Doc fix.
986         Support for more than 8 colors on character terminals:
988         * term/rxvt.el: New file.
990         * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
992         * term/xterm.el (xterm-standard-colors): New variable.
993         (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
994         (xterm-rxvt-set-background-mode): New functions.
995         (toplevel): Call xterm-register-default-colors,
996         xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
997         Add support for more keys from xterm's terminfo entry.
999         * facemenu.el (list-colors-display): If the argument is nil, don't
1000         show more colors that the number returned by display-color-cells.
1002         * term/pc-win.el (msdos-color-values): Reverse the order of the
1003         colors, since tty-color-define now preserves the registration order.
1005         * w32-fns.el (w32-tty-standard-colors): Reverse the order.
1007         * term/tty-colors.el (tty-standard-colors): Reverse the order.
1008         (tty-register-default-colors): New function; code moved from
1009         startup.el's command-line.
1010         (tty-modify-color-alist): Use nconc instead of cons, to preserve
1011         the order the colors where registered.
1013         * frame.el (display-color-cells): Use tty-display-color-cells.
1015         * startup.el (command-line): Call tty-register-default-colors.
1017 2002-01-25  Richard M. Stallman  <rms@gnu.org>
1019         * subr.el (remove): Doc fix.
1021 2002-01-24  Richard M. Stallman  <rms@gnu.org>
1023         * progmodes/compile.el (compilation-handle-exit):
1024         Add a compilation-handle-exit property to the "finished" message.
1025         (compilation-parse-errors): Stop parsing when that property is seen.
1027         * subr.el (substring-no-properties): New function.
1028         (copy-without-properties): Function deleted.
1030         * term/x-win.el (x-handle-geometry): Put sizes on both
1031         initial-frame-alist and default-frame-alist.
1033         * cus-edit.el (custom-save-all): Bind file-precious-flag to t
1034         for saving .emacs.
1036         * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
1038         * calendar/calendar.el (generate-calendar-month): Doc fix.
1040 2002-01-23  Richard M. Stallman  <rms@gnu.org>
1042         * play/tetris.el (tetris): New defgroup.
1043         (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
1044         (tetris-default-tick-period): Convert to defcustom.
1045         Added * in docstring to indicate user variable.
1046         (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
1047         (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
1048         (tetris-buffer-height, tetris-width, tetris-height)
1049         (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
1051 2002-01-22  Stefan Monnier  <monnier@cs.yale.edu>
1053         * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
1054         and is already matched by adaptive-fill-regexp.
1056 2002-01-22  Richard M. Stallman  <rms@gnu.org>
1058         * bindings.el (mode-line-copied-mode-name): New variable.
1059         (mode-line-mode-name): Don't modify mode-name itself!
1060         Instead, make a copy and reuse it.
1062         * subr.el (copy-without-properties): New function.
1064         * progmodes/sh-script.el (sh-set-shell): Doc fix.
1066         * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
1067         slash if DIR is just slash.
1069         * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
1071 2002-01-21  Richard M. Stallman  <rms@gnu.org>
1073         * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
1075         * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
1076         Move defvar up.
1078         * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
1080         * ibuffer.el: Don't require ibuf-ext at load time.
1081         (ibuffer): Require ibuf-ext here.
1083 2002-01-21  Francesco Potorti`  <pot@gnu.org>
1085         * generic-x.el (apache-conf-generic-mode): Highlight the first
1086         word in a line even if preceded by blanks.
1088 2002-01-21  Richard M. Stallman  <rms@gnu.org>
1090         * window.el (window-body-height): Handle minibuffer window specially.
1091         Otherwise, don't return less than 1.
1093 2002-01-20  Thomas Dorner  <Thomas.Dorner@start.de>
1095         * ange-ftp.el: Added support for BS2000, and for raw ftp
1096         login commands (needed in some circumstances).
1097         (ange-ftp-raw-login): New custom var.
1098         (ange-ftp-normal-login): Perform login with raw ftp commands, if
1099         ange-ftp-raw-login is set and account password is needed.
1100         (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
1101         (ange-ftp-bs2000-filename-pubset-regexp)
1102         (ange-ftp-bs2000-filename-username-regexp)
1103         (ange-ftp-bs2000-filename-prefix-regexp)
1104         (ange-ftp-bs2000-name-template): New consts.
1105         (ange-ftp-bs2000-short-filename-regexp)
1106         (ange-ftp-bs2000-fix-name-regexp-reverse)
1107         (ange-ftp-bs2000-fix-name-regexp): New consts.
1108         (ange-ftp-bs2000-special-prefix): New custom var.
1109         (ange-ftp-fix-name-for-bs2000)
1110         (ange-ftp-fix-dir-name-for-bs2000): New funs.
1111         (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
1112         (ange-ftp-bs2000-posix-hook-installed): New vars.
1113         (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
1114         (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
1115         (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
1116         (ange-ftp-bs2000-filename-regexp): New const.
1117         (ange-ftp-bs2000-additional-pubsets): New custom var.
1118         (ange-ftp-bs2000-cd-to-posix): New fun.
1120 2002-01-20  Colin Walters  <walters@verbum.org>
1122         * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
1123         with `byte-compile-dynamic'.
1124         (ibuffer-default-directory, toplevel): Doc files.
1126 2002-01-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1128         * tempo.el (tempo-define-template): Doc fix.
1130         * scroll-bar.el (scroll-bar-mode): Make argument optional.
1132 2002-01-20  Jason Rumney  <jasonr@gnu.org>
1134         * w32-vars.el: New file.
1136         * loadup.el [windows-nt]: Load it.
1138         * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
1139         and make them defcustoms.
1141         * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
1143 2002-01-19  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1145         * language/tibet-util.el (tibetan-decompose-region)
1146         (tibetan-decompose-string): Fix typo in docstring.
1148         * ruler-mode.el (ruler-mode): New keyword.  Fix :version.
1150 2002-01-18  Richard M. Stallman  <rms@gnu.org>
1152         * comint.el (comint-redirect-send-command-to-process):
1153         Restore previous current buffer.
1155         * window.el (window-body-height): New function.
1157 2002-01-18  Zoltan Kemenczy  <kemenczy@rogers.com>
1159         * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
1160         "Finish Function" menu map entries for jdb mode.
1161         (gud-jdb-use-classpath): New customization variable.
1162         (gud-jdb-command-name): Add customization.
1163         (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
1164         (gud-jdb-classpath-string): New variable.
1165         (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
1166         (gud-jdb-build-source-files-list): Likewise.
1167         (gud-jdb-massage-args): Record any command argument classpath
1168         string in `gud-jdb-classpath-string'.
1169         (gud-jdb-lowest-stack-level): New function, finds bottom of current
1170         java call stack in jdb output.
1171         (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
1172         (gud-jdb-parse-classpath-string): New functions.
1173         (gud-jdb-marker-filter): Search/detect classpath information in
1174         jdb's output.  marker regexp updated to match oldjdb and jdb output
1175         formats.  Expand search for source files to include new/old methods
1176         using new functions above.  Do not allow `gud-marker-acc' to grow
1177         without bound.
1178         (jdb): Set classpath information (if available) as jdb is started.
1179         Change `gud-break' and `gud-remove'
1180         to use new %c ("class") escape in format strings.  Add
1181         `gud-finish', `gud-up', `gud-down' command string functions, and
1182         add them to the local menu map.  Update `comint-prompt-regexp' for
1183         jdb and oldjdb.  If attaching to an already running java VM and
1184         configured to use classpath, send command to query for classpath,
1185         else use previous method for finding and parsing java
1186         sources.  Set `gud-jdb-find-source' function accordingly.
1187         (gud-mode): Doc fix.
1188         (gud-format-command): Add support for new %c ("class") escape.
1189         (gud-find-class): New function in support of %c escape.
1191 2002-01-17  Richard M. Stallman  <rms@gnu.org>
1193         * ibuf-ext.el: Enable byte-compile-dynamic.
1195 2002-01-17  Jason Rumney  <jasonr@gnu.org>
1197         * term/w32-win.el: Restore conditional require of fontset.
1199 2002-01-16  Richard M. Stallman  <rms@gnu.org>
1201         * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
1202         more or less.
1203         (mouse-drag-region): New function.  For a click in the echo area,
1204         show *Messages*.
1206         * ibuf-ext.el: Delete the autoloads for functions defined with
1207         ibuffer-specific commands.
1209         * help.el (describe-distribution): Really call view-file.
1211         * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
1212         (ange-ftp-get-process): Pass that arg.
1214         * comint.el (comint-simple-send): Fix previous change.
1216         * net/telnet.el (telnet-simple-send): Fix previous change.
1218         * progmodes/sql.el (sql-escape-newlines-and-send)
1219         (sql-query-placeholders-and-send): Fix previous change.
1221 2002-01-16  Colin Walters  <walters@verbum.org>
1223         * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
1224         URL, Compatibility headers.  Update copyright notice.
1225         * ibuf-macs.el (toplevel): Require `cl' when compiling.
1227 2002-01-16  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
1229         * startup.el (command-line): Set EOL mnemonics for the Mac.
1231 2002-01-16  Andreas Schwab  <schwab@suse.de>
1233         * mail/feedmail.el (feedmail): Fix :link spec.
1235 2002-01-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1237         * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
1238         2 ldapsearch.
1240         * net/eudc.el: New maintainer.  Change author's address.
1241         (eudc-pre-select-window-configuration, eudc-insertion-marker):
1242         Variables removed.
1243         (eudc-insert-selected): Function removed.
1244         (eudc-select): Reimplemented.
1245         (eudc-expand-inline): Delete the strings only after its expansion
1246         is chosen not before.
1248         * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
1249         Minor coding style fixes.
1251         * net/eudcb-ldap.el: New maintainer.  Change author's address.
1252         (eudc-attribute-display-method-alist): Display mail with
1253         eudc-display-mail.
1255         * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
1256         * net/eudc-vars.el: New maintainer.  Change author's address.
1258         * net/eudc-bob.el: New maintainer.  Change author's address.
1259         (eudc-bob-mail-keymap): New keymap for e-mail addresses.
1260         (eudc-display-mail): New function.
1261         (eudc-bob-play-sound-at-point): Remove XEmacs case.
1263 2002-01-15  Richard M. Stallman  <rms@gnu.org>
1265         * emacs-lisp/autoload.el (make-autoload):
1266         Don't handle define-ibuffer-column, define-ibuffer-filter,
1267         define-ibuffer-sorter, and define-ibuffer-op.
1269 2002-01-14  Richard M. Stallman  <rms@gnu.org>
1271         * calendar/calendar.el (diary-date-forms): Doc fix.
1273 2002-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
1275         * startup.el (command-line): Register the default tty colors even
1276         if the terminal doesn't seem to support colors.
1277         <tty-long-option-alist>: New option --color.
1278         (tty-handle-args): Parse the --color arg.
1280         * term/tty-colors.el (tty-color-mode-alist): New variable.
1282 2002-01-14  Stefan Monnier  <monnier@cs.yale.edu>
1284         * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
1285         (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
1286         Use it.
1287         (ange-ftp-hook-function): Preserve match-data.
1288         (ange-ftp-insert-directory): Typo.
1289         (ange-ftp-shell-command): Check if regexp matched.
1291 2002-01-13  Richard M. Stallman  <rms@gnu.org>
1293         * international/mule-cmds.el: help-map bindings moved to help.el.
1295         * help.el (view-echo-area-messages): New function.
1296         (help-map): Add `e' binding.  Delete obsolete `d' binding.
1297         Change old Info bindings C-f, C-k and C-i to F, K, S.
1298         Move view-emacs-FAQ from F to C-f.
1299         Move view-emacs-problems from P to C-e.
1300         Bindings moved here from mule-cmds.el.
1301         C-l binding for describe-language-environment deleted
1302         (help-for-help): Update for all these changes.
1304         * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
1306 2002-01-13  Dave Love  <fx@gnu.org>
1308         * emacs-lisp/copyright.el: Doc fixes.
1309         (copyright-regexp): Add Latin-9 copyright sign.
1310         Match comment delimiters in year lists.
1311         (copyright-current-year): Initialize to load-time year.
1313 2002-01-13  Andreas Schwab  <schwab@suse.de>
1315         * dired-aux.el (dired-do-shell-command): Doc fix.
1317 2002-01-13  Jan Djarv  <Jan.Djarv@mbox200.swipnet.se>
1319         * startup.el (command-line-x-option-alist): New options "-fs",
1320         "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
1322         * term/x-win.el (x-handle-initial-switch): New function.
1324 2002-01-13  Colin Walters  <walters@debian.org>
1326         * emacs-lisp/autoload.el (make-autoload): Handle
1327         define-ibuffer-column, define-ibuffer-filter,
1328         define-ibuffer-sorter, and define-ibuffer-op.
1330         * emacs-lisp/lisp-mode.el (toplevel): Ditto.
1332         * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
1334 2002-01-12  Richard M. Stallman  <rms@gnu.org>
1336         * net/browse-url.el (browse-url-grail):
1337         Use browse-url-maybe-new-window.
1339         * net/telnet.el (telnet-simple-send): Handle
1340         comint-input-sender-no-newline like comint-simple-send.
1342         * progmodes/sql.el (sql-query-placeholders-and-send): Handle
1343         comint-input-sender-no-newline like comint-simple-send.
1344         (sql-escape-newlines-and-send): Likewise.
1346         * comint.el (comint-input-sender): Doc fix.
1347         (comint-input-sender-no-newline): New variable.
1348         (comint-simple-send): If comint-input-sender-no-newline,
1349         don't output newline, but maybe send eof.
1350         (comint-send-input): New arg NO-NEWLINE.
1351         (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
1353 2002-01-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1355         * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent
1356         delaying when executing keyboard macros.
1358 2002-01-12  Richard M. Stallman  <rms@gnu.org>
1360         * simple.el (line-move): If we can't move enough lines,
1361         go to beginning or end of line.
1363         * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
1364         and proper window.
1366         * help.el (describe-mode): Call help-setup-xref in the help buffer.
1367         Switch buffers only after calling `help-buffer'.
1369         * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
1370         only when they are surrounded by whitespace.
1371         Use dired-mark-separator when adding one file name to a command.
1372         (dired-do-shell-command): Verify that * is surrounded by whitespace.
1373         Ask for confirmation if * or ? is not surrounded by whitespace.
1374         (dired-bunch-files): Re-reverse the partial file list when it is used.
1376 2002-01-12  Richard M. Stallman  <rms@gnu.org>
1378         * comint.el (comint-dynamic-list-completions): Repeating the command
1379         after displaying a completion list scrolls the list.
1381 2002-01-12  Eli Zaretskii  <eliz@is.elta.co.il>
1383         * files.el (find-file-noselect): Don't consider a buffer as
1384         visiting a file literally if it is in hexl-mode.
1386         * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
1388 2002-01-11  Richard M. Stallman  <rms@gnu.org>
1390         * startup.el (initial-scratch-message): Fix custom type, add group.
1392         * mail/rmail.el (rmail-decode-babyl-format): Disable undo
1393         around the decode-coding-region call.
1395         * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
1396         after displaying a completion list scrolls the list.
1398 2002-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
1400         * version.el (emacs-version): Bump to 21.2.50.
1402 2002-01-10  Thien-Thi Nguyen  <ttn@giblet.glug.org>
1404         * play/zone.el (zone-timeout): New var.
1405         (zone-hiding-modeline): New macro.
1406         (zone-call): New func.
1408         (zone): Init `modeline-hidden-level' symbol property.
1409         Use `zone-call' instead of `funcall'.
1411         (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
1413         (zone-pgm-stress): Use `zone-hiding-modeline'.
1415         (zone-pgm-stress-destress): New zone program.
1417 2002-01-10  Eli Zaretskii  <eliz@is.elta.co.il>
1419         * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
1421 2002-01-09  Richard M. Stallman  <rms@gnu.org>
1423         * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
1425 2002-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>
1427         * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
1428         flyspell-mouse-map.
1430 2002-01-08  Richard M. Stallman  <rms@gnu.org>
1432         * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
1434         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
1436         * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
1438 2002-01-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1440         * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
1441         Do not use make-local-hook.
1443 2002-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
1445         * international/quail.el (quail-start-translation)
1446         (quail-start-conversion): Bind last-command-event, last-command,
1447         and this-command in the first let.  This fixes the change from
1448         2000-08-30.
1450 2002-01-08  Michael Kifer  <kifer@cs.stonybrook.edu>
1452         * ediff-hook.el: Add an autoload cookie.
1454 2002-01-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1456         * net/eudcb-ph.el, net/ldap.el: New maintainer.  New e-mail
1457         address of the author.
1459 2002-01-08  Richard M. Stallman  <rms@gnu.org>
1461         * replace.el (occur-mode-goto-occurrence-other-window): New command.
1462         (occur-mode-map): Bind `o' to that.
1464 2002-01-07  Michael Kifer  <kifer@cs.stonybrook.edu>
1466         * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
1467         new macro that replaces viper-emacs-p and viper-xemacs-p in many
1468         cases. Used to reduce the number of warnings.
1470         * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
1471         (viper-standard-value): Move here from viper.el.
1472         (viper-set-unread-command-events): Move to viper-util.el
1473         (viper-check-minibuffer-overlay): Make sure
1474         viper-minibuffer-overlay is moved to cover the entire input field.
1476         * viper-util.el:  use viper-cond-compile-for-xemacs-or-emacs.
1477         (viper-read-key-sequence, viper-set-unread-command-events)
1478         (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
1480         * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
1482         * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
1484         * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
1486         * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
1487         (viper-event-vector-p): Move to viper-util.el
1489         * viper.el (viper-standard-value): Move to viper-cmd.el.
1490         Use viper-cond-compile-for-xemacs-or-emacs.
1492         * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1494         * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1496         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
1497         New macro designed to be used in many places where ediff-emacs-p or
1498         ediff-xemacs-p was previously used.  Reduces the number of warnings.
1499         Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
1500         of ediff-xemacs-p.
1501         (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
1502         (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
1503         (ediff-whitespace-diff-region-p, ediff-get-region-contents):
1504         Move to ediff-util.el.
1505         (ediff-event-key): Moved here.
1507         * ediff-merge.el: Got rid of unreferenced variables.
1509         * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1511         * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1512         (ediff-cleanup-mess): Improve the way windows are set up after
1513         quitting ediff.
1514         (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
1515         (ediff-dispose-of-variant-according-to-user): New function
1516         designed to be smarter and also understands indirect buffers.
1517         (ediff-highlight-diff-in-one-buffer)
1518         (ediff-unhighlight-diff-in-one-buffer)
1519         (ediff-unhighlight-diffs-totally-in-one-buffer)
1520         (ediff-highlight-diff, ediff-highlight-diff)
1521         (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
1522         (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
1523         (ediff-get-region-contents, ediff-make-current-diff-overlay):
1524         Moved here.
1525         (ediff-format-bindings-of): New function by Hannu Koivisto
1526         <azure@iki.fi>.
1527         (ediff-setup): Make sure the merge buffer is always widened and
1528         modifiable.
1529         (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
1530         result of a merge into a file visited by another buffer.
1531         (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
1532         is visited by another buffer and ask to save/delete that buffer.
1533         (ediff-verify-file-merge-buffer): New function to do the above.
1535         * ediff-vers.el: Load ediff-init.el at compile time.
1537         * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1539         * ediff.el (ediff-windows, ediff-regions-wordwise)
1540         (ediff-regions-linewise): Use indirect buffers to improve
1541         robustness and make it possible to compare regions of the same
1542         buffer (even overlapping regions).
1543         (ediff-clone-buffer-for-region-comparison)
1544         (ediff-clone-buffer-for-window-comparison): New functions.
1545         (ediff-files-internal): Refuse to compare identical files.
1546         (ediff-regions-internal): Get rid of the warning about comparing
1547         regions of the same buffer.
1549         * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
1550         Plus the following fixes courtesy of Dave Love: Doc fixes.
1551         (ediff-word-1): Use word class and move - to the
1552         front per regexp documentation.
1553         (ediff-wordify): Bind forward-word-function outside loop.
1554         (ediff-copy-to-buffer): Use insert-buffer-substring rather than
1555         consing buffer contents.
1556         (ediff-goto-word): Move syntax table setting outside loop.
1558 2002-01-07  Richard M. Stallman  <rms@gnu.org>
1560         * dired.el (dired-copy-filename-as-kill): Call kill-append
1561         if following a kill command.
1563         * help-fns.el (describe-variable, describe-function):
1564         Do save-excursion.
1566 2002-01-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1568         * net/ldap.el (ldap-search-internal): Skip error message from
1569         ldapsearch.  Allow listing attribute names only.  Do not open
1570         non-existent files.
1572         * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
1573         call non-existent function.
1575         * net/eudc.el (top-level): Revert previous change.
1577         * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
1578         variables to prevent warning from byte-compiler.
1580         * net/eudc.el (top-level): Use eudc-xemacs-p instead of
1581         string-match on emacs-version again.
1583         * enriched.el (enriched-make-annotation): Fix the change from
1584         2002-01-05.
1585         (enriched-handle-display-prop): Return proper values.
1587         * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use
1588         proper attribute name labeledUri instead of deprecated labeledUrl.
1590 2002-01-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1592         * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
1593         editing an empty hotlist.
1595         * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
1596         Use buffer-string instead of buffer-substring for the whole
1597         buffer.
1599         * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
1600         not free.
1602         * net/eudc-bob.el (eudc-bob-can-display-inline-images)
1603         (eudc-bob-display-jpeg): Use fboundp instead of boundp.
1604         (eudc-bob-save-object): Make the buffer unibyte.
1605         (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
1606         object to external program.
1608 2002-01-05  Andre Spiegel  <spiegel@gnu.org>
1610         * vc.el (vc-branch-part): Return nil if there's no `.'
1611         (vc-default-previous-version): Renamed from vc-previous-version.
1612         New args BACKEND and FILE.  Return nil for revision numbers
1613         without a `.'
1614         (vc-version-diff): Call vc-BACKEND-previous-version.
1615         (vc-steal-lock): Steal lock before composing mail, so that no mail
1616         is sent when the stealing goes wrong.  And we'll actually see the
1617         error in that case now.
1618         (vc-finish-steal): Removed.
1620         * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
1621         the lock, so that we see expanded headers.
1622         (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p,
1623         vc-rcs-minor-part, vc-rcs-previous-version): Removed.  These are
1624         available from vc.el.  Updated all callers.
1626 2002-01-05  Richard M. Stallman  <rms@gnu.org>
1628         * enriched.el (enriched-make-annotation): Doc fix.
1630         * format.el (format-replace-strings, format-subtract-regions)
1631         (format-annotate-region, format-annotate-location)
1632         (format-annotate-atomic-property-change)
1633         (format-annotate-single-property-change): Doc fixes.
1635 2002-01-05  Jason Rumney  <jasonr@gnu.org>
1637         * term/w32-win.el: Require fontset unconditionally.
1638         (w32-handle-scroll-bar-event): Remove.
1640 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1642         * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
1643         copyrights to be updated.
1645 2002-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
1647         * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
1648         2001-10-24.
1650         * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
1652 2002-01-04  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1654         * net/ldap.el (ldap-host-parameters-alist): Remove duplicated
1655         entry.
1656         (ldap-ignore-attribute-codings): Change the default value to allow
1657         encoding/decoding of attributes.
1658         (ldap-coding-system): Use UTF-8 as the coding-system.  Doc fix.
1660 2002-01-03  Richard M. Stallman  <rms@gnu.org>
1662         * files.el (basic-save-buffer): Undo previous change.
1664         * calendar/diary-lib.el (diary-block): Doc fix.
1666         * custom.el (defcustom): Fix syntax of previous change.
1668 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
1670         * custom.el (defcustom): Documented :tag, :link and :load.
1672 2002-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
1674         * mail/sendmail.el (mail-recover-1): New function.
1675         (mail-recover): Switch to the *mail* buffer right away.  Use
1676         buffer-auto-save-file-name instead of calling
1677         make-auto-save-file-name.  Call dired-noselect instead of invoking
1678         `ls' directly.  Bind coding-system-for-read to emacs-mule-unix
1679         before reading the auto-save file.  If the buffer's auto-save file
1680         does not exist, call mail-recover-1 to allow recovery from past
1681         auto-saved drafts.
1683 2002-01-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1685         * time.el (display-time-load-average-threshold): Fix defcustom
1686         (add type and group).
1688         * net/ange-ftp.el (ange-ftp-shell-command): Remove port
1689         specification from the hostname.
1691 2002-01-02  Richard M. Stallman  <rms@gnu.org>
1693         * facemenu.el (facemenu-active-faces):
1694         Use face-attributes-as-vector, not face-attributes-vector.
1696 2002-01-02  Chris Hanson  <cph@aarau.ai.mit.edu>
1698         * xscheme.el: Eleven years of updates on a private copy.
1700         Extensive changes to support multiple xscheme buffers:
1701         (run-scheme): Break up into new functions to facilitate starting
1702         processes in other buffers.
1703         (xscheme-start, xscheme-read-command-line): New functions.
1704         (start-scheme, select-scheme)
1705         (default-xscheme-runlight)
1706         (global-set-scheme-interaction-buffer)
1707         (local-set-scheme-interaction-buffer)
1708         (local-clear-scheme-interaction-buffer)
1709         (exit-scheme-interaction-mode)
1710         (verify-xscheme-buffer): New functions.
1711         (xscheme-process-name, xscheme-buffer-name)
1712         (xscheme-runlight): New internal vars.
1713         (default-xscheme-runlight): New const.
1714         (xscheme-start-process): Add args for the process/buffer names.
1715         (reset-scheme): Pass process/buffer names.
1716         (scheme-interaction-mode): Initialize new local vars.
1717         (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
1718         (xscheme-select-process-buffer, xscheme-process-buffer)
1719         (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
1720         (xscheme-goto-output-point, xscheme-write-message-1): Use new
1721         var xscheme-process-name.
1722         (xscheme-start-process): Initialize xscheme-process-name and
1723         xscheme-buffer-name in the process buffer.  Pass buffer name to
1724         xscheme-modeline-initialize.
1725         (xscheme-modeline-initialize): Add argument to specify buffer name
1726         for mode-line vars.
1727         (xscheme-process-sentinel): Make sure sentinel is run in the
1728         process buffer so it sees its local vars.
1729         (xscheme-process-filter-initialize, xscheme-set-runlight): More
1730         elaborate logic to handle multiple-buffer mode lines.
1732         (xscheme-enter-input-wait): Re-enable control-G handler upon
1733         entering input wait.
1735         (scheme-interaction-mode): Add arg to preserve local vars.
1736         (xscheme-enter-interaction-mode)
1737         (xscheme-enter-debugger-mode): Preserve local vars.
1738         (xscheme-start-process): Clobber local vars.
1740         (scheme-interaction-mode-commands): Allow end user to add commands
1741         to scheme-interaction-mode keymap.
1742         (scheme-interaction-mode-commands-alist): New variable.
1744         (xscheme-send-string): Don't use insert-before-markers.
1746         Implement a per-buffer kill ring:
1747         (xscheme-insert-expression)
1748         (xscheme-rotate-yank-pointer, xscheme-yank)
1749         (xscheme-yank-pop, xscheme-yank-push): New functions.
1750         (xscheme-expressions-ring)
1751         (xscheme-expressions-ring-yank-pointer)
1752         (xscheme-expressions-ring-max): New variables.
1753         (xscheme-send-string-1): Call xscheme-insert-expression to save
1754         expression in ring.
1755         (xscheme-yank-previous-send): Now an alias for xscheme-yank.
1756         (xscheme-previous-send): Deleted variable.
1758         (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed,
1759         xscheme-send-control-g-interrupt): Use process-send-string rather
1760         than send-string.
1762         (xscheme-send-region): Insert a newline after an expression that
1763         is submitted in the interaction buffer, for consistency with
1764         recent changes to Edwin.
1766         (xscheme-delete-output): New function mimics comint-delete-output.
1767         (xscheme-last-input-end): New internal variable.
1768         (xscheme-process-filter-output): Update xscheme-last-input-end.
1770         (xscheme-send-control-g-interrupt): Make sure that
1771         xscheme-control-g-disabled-p is looked up in the right buffer.
1773         (xscheme-enable-control-g): Clear C-g message if visible.
1774         (xscheme-control-g-message-string): New internal var.
1775         (xscheme-send-control-g-interrupt): Use new var.
1777         (xscheme-send-control-g-interrupt, xscheme-send-interrupt): Delay
1778         after sending interrupt in order to work around race condition.
1780         (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
1781         (xscheme-send-char): Use xscheme-send-char rather than send-string
1782         to send single char.
1784         (xscheme-process-filter, xscheme-process-filter-alist): Add
1785         support for evaluating expressions outside of the call-excursion.
1786         (xscheme-process-filter:string-action-noexcursion): New func.
1788         (xscheme-write-value): Change output string to match that used by
1789         Edwin.
1791         (xscheme-coerce-prompt): Don't write a space after a command
1792         prompt.  The PROMPT-FOR-COMMAND- procedures will take care of this
1793         for us.
1795         (reset-scheme): Delete process after killing it.
1797 2002-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
1799         * bindings.el (function-key-map): Don't bind shifted keypad
1800         numeric keys.
1802 2002-01-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1804         * enriched.el (enriched-handle-display-prop): Remove unused
1805         variables.
1806         (enriched-mode): Doc fix.
1808 2002-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
1810         * international/ucs-tables.el (ucs-8859-8-alist): Comment away
1811         Hebrew points.
1813 2002-01-01  Richard M. Stallman  <rms@gnu.org>
1815         * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
1817 2001-12-31  Richard M. Stallman  <rms@gnu.org>
1819         * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
1820         * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
1821         * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
1822         * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
1823         * progmodes/cperl-mode.el, progmodes/idlwave.el:
1824         * progmodes/sh-script.el, progmodes/vhdl-mode.el:
1825         Adapt face definitions to use :weight and :slant.
1827         * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
1829         * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
1831         * font-lock.el (initializing from font-lock-face-attributes):
1832         Use :weight and :slant, not :bold and :italic.
1834 2001-12-31  Per Abrahamsen  <abraham@dina.kvl.dk>
1836         * cus-edit.el (custom-face-edit-fix-value): New function.
1837         (custom-face-edit): Use it, to convert :italic and :bold to new forms.
1839 2001-12-30  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1841         * progmodes/octave-mod.el (octave-abbrev-table):
1842         * progmodes/idlwave.el (idlwave-mode-abbrev-table):
1843         * progmodes/fortran.el (fortran-mode-abbrev-table):
1844         * progmodes/f90.el (f90-mode-abbrev-table):
1845         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
1846         * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
1847         predefined abbrevs as "system" abbrevs.
1849 2001-12-30  Richard M. Stallman  <rms@gnu.org>
1851         * info.el (Info-fontify-node): For a **** underline line, put the
1852         invisible and intangible props on the following newline, but not
1853         on the previous newline or the last char of the previous line.
1855         * faces.el (face-set-after-frame-default): Don't change `default' face.
1857         * faces.el (minibuffer-prompt): Adopt some default colors.
1859         * replace.el (query-replace-read-args): Immediate error if read-only.
1861         * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
1862         Display the output buffer in a more intelligent way.
1864 2001-12-30  Eli Zaretskii  <eliz@is.elta.co.il>
1866         * ls-lisp.el (insert-directory): Modify the "total" line wording,
1867         in accordance with files.el's insert-directory.
1869 2001-12-29  Richard M. Stallman  <rms@gnu.org>
1871         * files.el (basic-save-buffer): If a before-write hook displays
1872         an echo area message, pause before calling basic-save-buffer-1.
1874 2001-12-29  Markus Rost  <rost@math.ohio-state.edu>
1876         * textmodes/reftex-global.el (reftex-query-replace-document)
1877         (reftex-change-label): Doc fix.
1879         * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
1881         * progmodes/etags.el (tags-query-replace): Doc fix.
1883 2001-12-29  Richard M. Stallman  <rms@gnu.org>
1885         * progmodes/compile.el (compile-internal): Fix previous change.
1887 2001-12-28  Richard M. Stallman  <rms@gnu.org>
1889         * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
1890         shrink the windows above as necessary to get space.
1891         (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
1893         * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
1894         This fixes a bug that treated all files as directories.
1895         (ange-ftp-insert-directory): Explicitly follow symlinks.
1897         * international/iso-transl.el (iso-transl-char-map) Eliminate the
1898         alias symbols--put the translated sequences here directly.
1900         * progmodes/cc-mode.el (c-mode-abbrev-table)
1901         (c++-mode-abbrev-table, objc-mode-abbrev-table)
1902         (java-mode-abbrev-table, pike-mode-abbrev-table):
1903         Mark all the predefined abbrevs as "system" abbrevs.
1905         * mail/sendmail.el (mail-envelope-from): Fix custom type.
1906         (sendmail-send-it): Check mail-specify-envelope-from
1907         and mail-envelope-from in the mail buffer at start.
1909 2001-12-28  Simon Josefsson  <jas@extundo.com>
1911         * mail/sendmail.el (mail-envelope-from): Fix :type.
1912         (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
1914 2001-12-28  Richard M. Stallman  <rms@gnu.org>
1916         * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
1918         * simple.el (line-move-invisible): New subroutine.
1919         (line-move-to-column): New subroutine--smarter about advancing over
1920         invisible parts of a line, or lines, but only as long as hpos grows.
1921         (line-move-finish): New subroutine: repeatedly processes desired
1922         column, intangibility, and fields.
1923         (line-move): Use those subroutines.
1924         When moving lines downward, skip invisible text first rather than last.
1926 2001-12-27  Richard M. Stallman  <rms@gnu.org>
1928         * international/mule-diag.el (describe-char-after):
1929         Describe the text properties of the char after point.
1931         * help.el (describe-key): Doc fix.
1933 2001-12-26  Markus Rost  <rost@math.ohio-state.edu>
1935         * find-dired.el (find-dired-sentinel): Precede exit message by
1936         two spaces, to match the regexp in dired-between-files.
1938 2001-12-28  Miles Bader  <miles@gnu.org>
1940         * wid-edit.el (widget-toggle-value-create): Don't eval actual
1941         images (which are lists too).
1943 2001-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
1945         * language/european.el: Fix the doc string of "Latin-5" language
1946         environment.
1948 2001-12-26  Richard M. Stallman  <rms@gnu.org>
1950         * textmodes/flyspell.el (flyspell-mode-map): New keymap,
1951         defined as before 2001-11-09.
1952         (add-minor-mode call): Specify the keymap.
1954         * progmodes/compile.el (compile-internal):
1955         Set TERM variable in process-environment.
1957 2001-12-25  Richard M. Stallman  <rms@gnu.org>
1959         * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
1960         the buffer.
1962         * startup.el (command-line): Convert command line args
1963         to Emacs internal representation using locale-coding-system.
1965 2001-12-25  Eli Zaretskii  <eliz@is.elta.co.il>
1967         * international/fontset.el: Don't require ind-util when compiling.
1969 2001-12-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1971         * emulation/tpu-edt.el (tpu-reset-screen-size): Use
1972         set-frame-height and set-frame-width instead of set-screen-height
1973         and set-screen-width.
1975         * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
1976         of obsolete set-screen-width.
1978         * locate.el (locate): Remove dot at the end of error argument.
1980         * emerge.el (emerge-show-file-name): Use frame-height instead of
1981         obsolete screen-height.
1983         * mail/mh-utils.el (mh-show-msg): Likewise.
1984         (mh-handle-process-error): Use frame-width instead of obsolete
1985         screen-width.
1987 2001-12-25  Richard M. Stallman  <rms@gnu.org>
1989         * window.el (balance-windows): Use new PRESERVE-BEFORE arg
1990         to enlarge-window.  Use save-selected-window.  Don't try
1991         to resize windows that end at the bottom "level".
1992         Retry changing the sizes until the windows get the desired sizes.
1993         Discount the minibuffer when computing total height available.
1995         * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
1996         (debugger-make-xrefs): Only make a button for the first symbol
1997         on any line.
1999 2001-12-24  Eli Zaretskii  <eliz@is.elta.co.il>
2001         * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
2002         Call IT-setup-unicode-display here instead of adding it to
2003         dos-codepage-setup-hook, so that Unicode display tables are set
2004         before dos-codepage-setup-hook runs.
2006 2001-12-24  Richard M. Stallman  <rms@gnu.org>
2008         * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
2009         (nslookup-mode-abbrev-table): Don't define it.
2010         (smbclient-mode-abbrev-table): Don't define it.
2011         (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
2012         (nslookup-mode, smbclient-mode): Likewise.
2013         (network-connection-service-abbrev-alist): Variable deleted.
2014         (network-connection-mode-setup): Don't set up abbrev table.
2016         * faces.el (minibuffer-prompt): New face.
2017         (minibuffer-prompt-properties): Add `face' property.
2019         * replace.el (occur-mode-display-occurrence): New function.
2020         (occur-mode-map): Bind C-o to it.
2022 2001-12-24  Michael Kifer  <kifer@cs.sunysb.edu>
2024         * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
2025         (viper-special-read-and-insert-char): Make C-m work right in the r
2026         comand.
2027         (viper-buffer-search-enable): Fixed format string.
2029         * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
2030         instead of viper-info-on-file.
2031         (ex-set-visited-file-name): New function.
2033         * viper.el (viper-emacs-state-mode-list): Added mail-mode.
2035         * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
2036         action argument.
2038         * ediff-init.el: Fixed some doc strings.
2040         * ediff-util.el (ediff-after-quit-hook-internal): New variable.
2041         Got rid of make-local-hook.
2043         * ediff-wind.el (ediff-setup-control-frame): Got rid of
2044         make-local-hook.
2046 2001-12-23  Richard M. Stallman  <rms@gnu.org>
2048         * term/x-win.el (x-handle-geometry): Put height and width
2049         on default-frame-alist, left and top on initial-frame-alist.
2050         * term/w32-win.el (x-handle-geometry): Likewise.
2052         * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
2054         * play/yow.el (yow): Use an arg to distinguish interactive calls,
2055         not interactive-p.
2057 2001-12-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2059         * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove
2060         mocklisp entries.
2062         * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
2063         Lisp.  Obsoleted.
2065         * emulation/mlconvert.el: File removed.
2067         * emulation/mlsupport.el: Moved to obsolete.
2069         * obsolete/mlsupport.el: Moved there from lisp/emulation.
2071         * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
2073         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove
2074         mocklisp case.
2076         * help-fns.el (describe-function-1): Remove mocklisp function
2077         case.
2079 2001-12-22  Miles Bader  <miles@gnu.org>
2081         * textmodes/refill.el (refill-mode): Don't barf when redundantly
2082         turning refill-mode off.
2084 2001-12-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2086         * time.el (display-time-load-average-threshold): New variable.
2087         (display-time-update): Use it.
2089         These changes allow cycling through past 1, 5 and 15 minutes
2090         load-average displayed in the mode-line.
2092         * time.el (display-time-default-load-average): New customizable option.
2093         (display-time-load-average): New variable.
2094         (display-time-cycle-load-average): New function.
2095         (display-time-update): Use them.
2097 2001-12-21  Richard M. Stallman  <rms@gnu.org>
2099         * apropos.el (apropos-print): SPACING is now nil or a separator string.
2100         (apropos-documentation, apropos-value): Pass a suitable string.
2102 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
2104         * dired.el (dired-free-space-program, dired-free-space-args):
2105         Aliases for back-compatibility.
2107         * info.el (Info-select-node): If Info-use-header-line is nil, set
2108         header-line-format to nil.
2109         (Info-fontify-node): Don't put a keymap text property on the
2110         heading if we are not going to display the header line.  Remove
2111         any such text properties left over from past visits to this node.
2113         * ls-lisp.el (insert-directory): Insert the amount of free disk
2114         space, like files.el's insert-directory does.
2116         * files.el (directory-free-space-program): Mention
2117         file-system-info in the doc string.
2118         (get-free-disk-space): New function; code moved from
2119         insert-directory.
2120         (insert-directory): Call get-free-disk-space to get the amount of
2121         free space.
2123 2001-12-21  Richard M. Stallman  <rms@gnu.org>
2125         * help.el (view-order-manuals, view-emacs-news, describe-copying)
2126         (describe-distribution, describe-project): Use view-file.
2128         * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
2130         * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
2132         * emacs-lisp/easy-mmode.el (define-minor-mode):
2133         Make no arg by default in an interactive call,
2134         so that repeating the command toggles again.
2136         * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
2138 2001-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
2140         * antlr-mode.el: More sophisticated indentation of cpp directive.
2141         (antlr-indent-at-bol-alist): New user option.
2142         (antlr-indent-line): Use it.
2143         (antlr-indent-style): New user option.
2144         (antlr-mode): Use it.
2145         (antlr-indent-item-regexp): Customize.
2147         * antlr-mode.el: Syntax highlighting changes.
2148         (antlr-font-lock-literal-regexp): New user option.
2149         (antlr-font-lock-syntax-face): New face used for :, |, ....
2150         (antlr-font-lock-default-face): New face.
2151         (antlr-font-lock-additional-keywords): Use them.
2153         * antlr-mode.el: New command to insert options -- variables.
2154         (antlr-mode-map): New binding [C-c C-o].
2155         (antlr-mode-menu): New submenus.
2156         (antlr-options-use-submenus): New user option.
2157         (antlr-tool-version): New user option.
2158         (antlr-options-auto-colon): New user option.
2159         (antlr-options-style): New user option.
2160         (antlr-options-push-mark): New user option.
2161         (antlr-options-assign-string): New user option.
2162         (antlr-options-headings): New variable.
2164         * antlr-mode.el: New command to insert options -- specific.
2165         (antlr-options-alists): New variable.
2166         (antlr-read-value): New function.
2167         (antlr-read-boolean): New function.
2168         (antlr-language-option-extra): New function.
2169         (antlr-language-limit-n-regexp): Change default to higher LIMIT.
2170         (antlr-c++-mode-extra): New function.
2171         (antlr-grammar-tokens): New function.
2172         (antlr-imenu-create-index-function): New optional argument.
2174         * antlr-mode.el: New command to insert options -- functions.
2175         (antlr-insert-option): New command.
2176         (antlr-insert-option-interactive): New function.
2177         (antlr-options-menu-filter): New function.
2178         (antlr-option-kind): New function.
2179         (antlr-scan-lists): New alias.
2180         (antlr-scan-lists-internal): New function.
2181         (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
2182         (antlr-option-level): New function.
2183         (antlr-syntactic-grammar-depth): New function.
2184         (antlr-option-location): New function.
2185         (antlr-insert-option-do): New function.
2186         (antlr-option-spec): New function.
2187         (antlr-version-string): New function.
2188         (antlr-insert-option-existing): New function.
2189         (antlr-insert-option-space): New function.
2190         (antlr-insert-option-area): New function.
2192         * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
2193         with narrowing.  Menu change.  Miscellaneous.
2194         (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
2195         (antlr-mode-map): New bindings for characters in ":;|&(){}".
2196         (antlr-electric-character): New command.
2197         (antlr-class-header-regexp): New variable.
2198         (antlr-font-lock-additional-keywords): Use it.
2199         (antlr-imenu-create-index-function): Use it.
2200         (antlr-file-dependencies): Use it.
2201         (antlr-indent-line): Also works with restrictions.
2202         (antlr-indent-command): Interactive spec - changes the buffer.
2203         (antlr-language-for-option): Deletia.
2204         (antlr-language-option): New function, defined instead.
2205         (antlr-mode): Use it.
2206 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
2208         * jka-compr.el (jka-compr-partial-uncompress): Use null-device
2209         instead of a literal /dev/null.
2211         * Makefile.in (distclean): Remove Makefile in the build
2212         directory, not in the source directory.
2214 2001-12-21  Simon Josefsson  <jas@extundo.com>.
2216         * mail/smtpmail.el (smtpmail-send-queued-mail): Use
2217         with-temp-buffer instead of find-file-noselect, and bind
2218         coding-system-for-read to no-conversion when reading the queued
2219         messages.  (Simon's code modified slightly by Eli Zaretskii.)
2221 2001-12-20  Werner Lemberg  <wl@gnu.org>
2223         * international/mule-diag.el (describe-coding-system,
2224         print-coding-system-briefly): Make printed output have a similar
2225         format as describe-character-set.
2227 2001-12-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2229         * play/blackbox.el (bb-member): Remove, use member instead.
2230         (bb-delete): Remove, use delete instead.
2231         Update copyright notice.  Defvar for bb-board, bb-x, bb-y,
2232         bb-score, bb-detour-count and bb-balls-placed.
2233         Propertize results of rays.
2235 2001-12-19  Karl Fogel  <kfogel@red-bean.com>
2237         * isearch.el (isearch-forward, isearch-edit-string): Make doc
2238         strings mention keybinding for `isearch-yank-word-or-char',
2239         rather than `isearch-yank-word', since the former is bound now
2240         and the latter is not.
2241         (isearch-yank-word-or-char): Fix formatting.
2243 2001-12-19  Werner Lemberg  <wl@gnu.org>
2245         * language/czech.el, language/european.el, language/slovak.el: More
2246         fixes for language info doc strings.
2248 2001-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
2250         * loadup.el: Add "language" to the load-path.
2252 2001-12-19  Richard M. Stallman  <rms@gnu.org>
2254         * international/mule-cmds.el (describe-language-environment):
2255         Fix calls to help-xref-button.
2257 2001-12-19  Miles Bader  <miles@gnu.org>
2259         * international/fontset.el: Require `ind-util' when compiling.
2261 2001-12-18  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2263         * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
2264         instead of decompose-composite-char.
2266 2001-12-18  Richard M. Stallman  <rms@gnu.org>
2268         * simple.el (eval-expression-print-level)
2269         (eval-expression-print-length): Doc fixes.
2271         * international/mule-diag.el (describe-character-set):
2272         Fix the arg to help-xref-button.
2274         * files.el (directory-free-space-program): New variable.
2275         (directory-free-space-args): New variable.
2276         (insert-directory): Use those two variables for getting free space.
2277         Use file-system-info instead, if that is defined.
2279         * dired.el (dired-free-space-program): Variable deleted.
2280         (dired-free-space-args): Variable deleted.
2281         (dired-insert-directory): Don't try to determine free space.
2283         * files.el (font-lock-defaults): Add risky-local-variables prop.
2284         (hack-one-local-variable): Treat various font-lock variables as risky.
2286 2001-12-18  Werner Lemberg  <wl@gnu.org>
2288         * language/chinese.el, language/cyrillic.el:
2289         * language/czech.el, language/european.el, language/greek.el:
2290         * language/hebrew.el, language/indian.el, language/japanese.el:
2291         * language/korean.el, language/lao.el, language/slovak.el:
2292         * language/thai.el, language/tibetan.el, language/vietnamese.el:
2293         Improve documentation strings of coding systems and language infos.
2295 2001-12-18  Werner LEMBERG  <wl@gnu.org>
2297         Add support for EUC-TW decoding/encoding.
2299         * language/china-util.el (big5-to-flat-code, flat-code-to-big5,
2300         euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
2301         New auxiliary functions to build `big5-to-cns'.
2302         (big5-to-cns): New translation alist.
2304         * language/chinese.el: Added new coding system `euc-tw' and its
2305         alias `euc-taiwan'.
2306         Updated language `Chinese-CNS' to include euc-tw encoding also.
2307         (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
2308         euc-tw.
2310 2001-12-18  Dave Love  <fx@gnu.org>
2312         * loadup.el: Add language/utf-8-lang, language/georgian.
2314         * image-file.el (image-file-name-extensions): Add pnm.  Doc fix.
2315         (image-file-name-regexps): Doc fix.
2317         * server.el (server-unload-hook): New function.
2319         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
2320         (lm-crack-copyright): Cope with multi-line copyright `lines'.
2322         * simple.el (newline): Doc fix.
2323         (eval-expression-print-level, eval-expression-print-length): Doc
2324         fix.  Amend :type.
2325         (next-line, previous-line): Make arg optional.
2326         (newline): Doc fix.
2328         * Makefile.in (DONTCOMPILE): Add various language files.
2330         * international/quail.el (quail-input-string-to-events): Don't use
2331         string-to-list.
2333         * progmodes/f90.el (f90-break-line): Avoid infinite recursion
2334         calling `newline'.
2336 2001-12-17  Richard M. Stallman  <rms@gnu.org>
2338         * comint.el (comint-dynamic-list-input-ring-select): New function.
2339         Switches back to the old window configuration.
2340         (comint-dynamic-list-input-ring): Bind RET to that function.
2341         (comint-dynamic-list-input-ring-window-conf): New variable.
2343 2001-12-17  Werner Lemberg  <wl@gnu.org>
2345         * international/mule-conf.el: Improve documentation strings of
2346         character sets.
2348 2001-12-16  Richard M. Stallman  <rms@gnu.org>
2350         * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
2351         (dired-mode-map): Bind w to dired-copy-filename-as-kill.
2353         * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
2355         * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
2356         Add a DESCRIPTION for the makefile item.
2358         * find-file.el (ff-other-file-name): New function.
2360 2001-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
2362         * international/quail.el (quail-input-string-to-events): Fix last
2363         change.
2365 2001-12-16  Richard M. Stallman  <rms@gnu.org>
2367         * isearch.el (isearch-edit-string): When we set isearch-string
2368         to the default, also set isearch-message.
2370         * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
2372         * startup.el (command-line-1): Display startup screen
2373         even if there are command line args.
2374         Add a note about how to go to editing your files.
2375         (fancy-splash-head): Add a note about how to go to your files.
2376         (fancy-splash-outer-buffer): New variable.
2377         (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
2379         * subr.el (with-temp-message): At the end, always discard
2380         the temp message, even by clearing the echo area.
2382         * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
2384 2001-12-16  Stefan Monnier  <monnier@cs.yale.edu>
2386         * log-view.el (log-view-message-re, log-view-current-tag):
2387         Recognize Subversion's log output format.
2389         * international/fontset.el: Build the list L at compile time.
2391         * language/ind-util.el (mapthread): Make a closure.
2393 2001-12-15  Richard M. Stallman  <rms@gnu.org>
2395         * isearch.el (isearch-start-hscroll): New variable.
2396         (isearch-mode): Set isearch-start-hscroll.
2397         (isearch-update): Restore original hscrolling if possible.
2399         * isearch.el (isearch-edit-string):
2400         Treat isearch-yank-word-or-char specially, like isearch-yank-word.
2402         * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
2403         (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
2404         rather than regexp search and (2) copying text properties
2405         already set up on text unchanged from the previous backtrace.
2407         * case-table.el (set-case-syntax-pair):
2408         Detect invalid calls and signal an error.
2410 2001-12-15  Richard M. Stallman  <rms@gnu.org>
2412         * language/ind-util.el (range): Function deleted.
2413         (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
2414         All calls changed.
2416         * language/devan-util.el (devanagari-range): Renamed from `range'.
2417         All calls changed.
2418         (devanagari-regexp-of-hashtbl-keys):
2419         Renamed from `regexp-of-hashtbl-keys'.  All calls changed.
2421 2001-12-15  Dave Love  <fx@gnu.org>
2423         * language/ind-util.el: Don't require cl.
2424         (indian-glyph-char, indian-glyph-max-char)
2425         (indian-char-glyph): Moved from indian.el
2426         (indian--puthash-char, mapthread): Don't quote lambda.
2427         (indian--map): New function.
2428         (indian--puthash-v, indian--puthash-c, indian--puthash-m)
2429         (indian--puthash-cv): Use it.
2431         * language/indian.el (indian-glyph-char, indian-glyph-max-char)
2432         (indian-char-glyph): Moved to ind-util.el
2434         * language/devan-util.el (devanagari-post-read-conversion):
2435         New function.
2437         * language/georgian.el: New file.
2439         * international/mule-cmds.el (locale-language-names): Add various
2440         entries.  Remove utf-8 special case.
2441         (locale-charset-language-names, locale-preferred-coding-systems):
2442         Add utf-8 case.
2443         (set-language-environment): Process required-features earlier.
2445         * international/quail.el (quail-keyboard-layout-alist):
2446         Add pc105-uk.
2447         (quail-keyboard-layout-type): Fix :type.
2448         (quail-choose-completion-string): Simplify.
2449         (quail-update-leim-list-file): Don't get fooled by commented-out code.
2450         (quail-input-string-to-events): Run events through
2451         translation-table-for-input.
2453         * international/mule-conf.el (translation-table-for-input):
2454         New variable.
2455         (latin-iso8859-14): Amend description.
2456         (file-coding-system-alist): Add entry for utf-8.
2458         * language/utf-8-lang.el: New file.
2460         * international/code-pages.el: New file.
2462         * language/hebrew.el ("Windows-1255"): New language.
2464         * language/european.el ("Welsh", "Latin-7", "Lithuanian")
2465         ("Latvian"): New languages.
2467 2001-12-14  Stefan Monnier  <monnier@cs.yale.edu>
2469         * xml.el: Use setq rather than (set 'foo bar).
2470         Use push+nreverse rather than append.
2471         (xml-node-name, xml-node-attributes, xml-node-children):
2472         Use defsubst rather than macros.
2473         (xml-parse-region): Handle a nil return value from xml-parse-tag.
2474         (xml-parse-tag): Don't skip white space.  Return nil for a comment.
2475         Concat the two strings surrounding a comment into a single string.
2477         * newcomment.el (comment-indent): Jump to the middle of empty comments.
2479 2001-12-14  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2481         * select.el (xselect-convert-to-class, xselect-convert-to-name):
2482         Document.
2484 2001-12-14  Andre Spiegel  <spiegel@gnu.org>
2486         * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
2487         Return nil if FILE is not registered.
2488         (vc-check-master-templates, vc-default-make-version-backups-p):
2489         Doc fix.
2491 2001-12-13  David Ponce  <david@dponce.com>
2493         * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
2494         (ruler-mode-left-fringe-cols): New macro.
2495         (ruler-mode-right-fringe-cols): New macro.
2496         (ruler-mode-left-scroll-bar-cols): New macro.
2497         (ruler-mode-right-scroll-bar-cols): New macro.
2498         (ruler-mode-ruler): Use above new macros.
2500 2001-12-13  Richard M. Stallman  <rms@gnu.org>
2502         * files.el (set-auto-mode): Fix previous change.
2504 2001-12-13  Stefan Monnier  <monnier@cs.yale.edu>
2506         * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
2507         (easy-menu-do-define, easy-menu-convert-item-1)
2508         (easy-menu-define-key-intern, easy-menu-get-map): Use it.
2509         (easy-menu-return-item): Only return nil if there is no binding.
2511 2001-12-13  Rajesh Vaidheeswarran  <rv@gnu.org>
2513         * whitespace.el (whitespace-version): 3.2
2514         * whitespace.el (whitespace-force-mode-line-update): Replace with
2515         `whitespace-mode-line-update', which is an alias to the correct
2516         function in various emacsen.
2517         * whitespace.el (whitespace-{un,}highlight-the-space):
2518         Add colorized highlighting of the bogus whitespaces in a buffer/file,
2519         using the `whitespace-highlight-face' if
2520         `whitespace-display-spaces-in-color' is set.
2522 2001-12-13  Eli Zaretskii  <eliz@is.elta.co.il>
2524         * international/mule.el (set-auto-coding): Don't search for
2525         "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
2527 2001-12-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2529         * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
2531         * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
2533         * mail/rmailsum.el (rmail-summary-mode): Likewise.
2535 2001-12-13  Richard M. Stallman  <rms@gnu.org>
2537         * simple.el (undo): Always set this-command to `undo',
2538         so that the next undo after an error will not begin redoing.
2540         * simple.el (shell-command): Doc fix.
2541         (shell-command-on-region): If there is output an an error,
2542         add "...Shell command failed" to the output.
2544 2001-12-13  David Ponce  <david@dponce.com>
2546         * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
2547         (ruler-mode-left-fringe-cols): Function replaced by more efficient
2548         implementation `ruler-mode-extra-left-cols'.
2549         (ruler-mode-ruler): Use above new function.  Take into account
2550         that the fringe areas can now be resized.
2552 2001-12-12  Richard M. Stallman  <rms@gnu.org>
2554         * international/characters.el (Unicode): Comment out
2555         the specifications for kelvin and angstrom signs.
2557         * international/mule.el (make-translation-table-from-vector):
2558         Allow null elements in VEC.
2560         * international/ucs-tables.el (unify-8859-on-encoding-mode)
2561         (unify-8859-on-decoding-mode): Swap the code in their bodies.
2562         Add :version.
2564 2001-12-11  Richard M. Stallman  <rms@gnu.org>
2566         * derived.el (derived-mode-p): Function moved to subr.el.
2568         * subr.el (derived-mode-p): Moved here from derived.el.
2570         * international/mule.el (set-auto-coding): Use set-auto-mode-1.
2572         * files.el (set-auto-mode-1): New subroutine, broken out of
2573         set-auto-mode.
2574         (set-auto-mode, hack-local-variables-prop-line): Use that.
2576 2001-12-11  Dave Love  <fx@gnu.org>
2578         * language/thai-util.el, language/thai.el: Add Unicode equivalents.
2580         * language/european.el: Remove autoload cookies.  Fix registration
2581         of diacritic composition function.
2583 2001-12-11  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2585         * calendar/todo-mode.el: Require time-stamp.
2587         * net/zone-mode.el (zone-mode): Don't use make-local-hook.
2589 2001-12-11  Richard M. Stallman  <rms@gnu.org>
2591         * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
2593         * textmodes/ispell.el (ispell-buffer-local-parsing):
2594         Match xml like sgml.
2596         * emacs-lisp/advice.el (ad-compile-function):
2597         Byte compile the function under another (uninterned) name.
2599         * gud.el (gdb): Define and bind gud-jump.
2601         * font-lock.el (font-lock-mode):
2602         Put our function at the end of after-change-functions.
2604         * ediff-diff.el (ediff-cmp-options): Doc fix.
2606         * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
2608 2001-12-10  Richard M. Stallman  <rms@gnu.org>
2610         * isearch.el (isearch-yank-word-or-char): New function.
2611         (isearch-mode-map): Bind C-w to that.
2613         * menu-bar.el (menu-bar-mode): Make arg optional.
2615         * simple.el (line-move): Cope if next-single-property-change
2616         or previous-single-property-change returns nil.
2618         * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
2619         Don't use interactive-p; instead, pass the proper args
2620         in (interactive...).  Clean up most of the trouble-report strings.
2622 2001-12-10  Eli Zaretskii  <eliz@is.elta.co.il>
2624         * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
2625         enqueued messages literally.
2627 2001-12-10  Noah Friedman  <friedman@splode.com>
2629         * battery.el (battery-insert-file-contents): Obsolete function
2630         removed.
2631         (battery-read-function): Obsolete function removed.
2632         (battery-linux-proc-apm): Use insert-file-contents.
2634 2001-12-07  Stephen Eglen  <stephen@gnu.org>
2636         * iswitchb.el (iswitchb-visit-buffer):
2637         Use `select-frame-set-input-focus'--needed when window manager
2638         uses "click to focus" policy.
2640 2001-12-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2642         * COPYING: Moved back.
2644 2001-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
2646         * term/internal.el (IT-character-translations): Add entries for
2647         more points.
2649         * international/characters.el: Resurrect the Hebrew category
2650         settings for all Hebrew characters removed by the last change.
2651         Add code for setting the Hebrew category of the Unicode Hebrew
2652         characters.  Set syntax entries for Hebrew punctuation characters.
2654         * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
2655         points and directional formatting control characters.
2657 2001-12-07  Dave Love  <fx@gnu.org>
2659         * language/lao-util.el: Add Unicode equivalents for rules.
2660         (lao-post-read-conversion): New function.
2662         * language/lao.el: Add Unicode equivalents.
2663         (lao): Add post-read conversion.
2665         * international/latin1-disp.el: Fix some 8-bit-graphic characters.
2666         Use iso2022 encoding.
2667         (latin1-char-displayable-p): Doc fix.
2668         (latin1-display-ucs-per-lynx): New option.
2669         (latin1-display-ucs-per-lynx): New command.
2670         (latin1-display-reset): Special-case arabic.
2671         (ucs-tables): Require.
2672         (latin1-display-sets, latin1-display-setup): Add arabic.
2673         (latin1-display) <variable>: Use function latin1-display.
2674         (latin1-display) <function>: Add mule-unicode stuff.
2675         (latin1-display-check-font): Don't lose if `info' is nil.
2677         * international/iso-transl.el: Insert Latin-1 characters, not
2678         unibyte codes.
2680         * language/european.el (diacritic-composition-pattern): New constant.
2681         (diacritic-compose-region, diacritic-compose-string)
2682         (diacritic-compose-buffer, diacritic-post-read-conversion)
2683         (diacritic-composition-function): New functions.
2685         * international/utf-8.el (ucs-mule-to-mule-unicode):
2686         New translation table.
2687         (ccl-encode-mule-utf-8): Use it.
2688         (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
2689         (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
2690         (utf-8-subst-table): New variable.
2691         (utf-8-compose-scripts): New option.
2692         (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
2694         * international/ucs-tables.el, international/utf-8-subst.el:
2695         New files.
2697         * international/characters.el: Don't set word syntax (the default)
2698         explicitly.  Add a diacritic category.  Add info for Unicode
2699         equivalents of characters in various Mule charsets and for extra
2700         Unicode characters.  Don't define specific categories for
2701         Indian/Devanagari, since they aren't used.
2703 2001-12-06  Richard M. Stallman  <rms@gnu.org>
2705         * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
2706         (set-justification-left, set-justification-right): Doc fix.
2708         * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
2709         (bug-f90-mode): Variable deleted.
2711 2001-12-06  Stefan Monnier  <monnier@cs.yale.edu>
2713         * indent.el (indent-line-function): Default is indent-relative again.
2715 2001-12-07  Miles Bader  <miles@gnu.org>
2717         * progmodes/compile.el (compilation-error-regexp-alist):
2718         Added regexps for RXP.
2720 2001-12-05  Eli Zaretskii  <eliz@is.elta.co.il>
2722         * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
2723         Add shift-assignment operators to those highlighted, and highlight
2724         the whole operator rather than just the "=".
2726 2001-12-04  Juanma Barranquero  <lektu@terra.es>
2728         * files.el (save-abbrevs, save-some-buffers): Don't ask the user
2729         before saving abbrevs if `save-abbrevs' has the value `silently'.
2731 2001-12-04  Andreas Schwab  <schwab@suse.de>
2733         * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
2735 2001-12-04  Colin Walters  <walters@debian.org>
2737         * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
2738         for `defmacro*' forms.
2740         * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
2741         `defmacro*'.
2743 2001-12-03  Stefan Monnier  <monnier@cs.yale.edu>
2745         * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
2747 2001-12-02  Richard M. Stallman  <rms@gnu.org>
2749         * files.el (insert-directory): If the df output does not look right,
2750         don't try to use it.  Other cleanups in overall code structure.
2752 2001-12-02  Stefan Monnier  <monnier@cs.yale.edu>
2754         * textmodes/outline.el (outline-mode-prefix-map):
2755         Add bindings for outline-promote and outline-demote.
2756         (outline-minor-mode-menu-bar-map): New var.
2757         (outline-minor-mode): Use it.
2758         (outline-heading-alist): New var (renamed from outline-level-heading).
2759         (outline-level): Use it.
2760         (outline-insert-heading, outline-promote, outline-demote):
2761         Update to use outline-heading-alist.
2763         * disp-table.el (standard-display-european):
2764         Simplify since the function is not interactive any more.
2765         Don't set the existing buffers to unibyte.
2767         * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
2769         * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
2771         * reveal.el (reveal-mode): Fix reveal-mode's lighter.
2773         * shell.el (shell): Use shell-file-name.
2774         Pop to buffer before calling comint to set COLUMNS properly.
2776         * emacs-lisp/cl.el (svref): New alias.
2778         * progmodes/antlr-mode.el (antlr-c-common-init):
2779         Don't inhibit adaptive-fill-mode any more.
2781         * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
2783         * progmodes/etags.el (tags-with-face): Use make-symbol.
2784         (tags-search, tags-query-replace): Use backquotes.
2786         * textmodes/picture.el (picture-mode-map): Don't use defconst
2787         for a variable.
2789 2001-12-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2791         * textmodes/reftex-index.el (reftex-index-mode):
2792         Remove make-local-hook.
2794         * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
2796 2001-12-02  Kim F. Storm  <storm@cua.dk>
2798         * isearch.el (isearch-resume-enabled): New variable.
2799         (isearch-done): Use that variable.
2801 2001-12-01  Richard M. Stallman  <rms@gnu.org>
2803         * wid-edit.el (widget-button-click): Don't move point permanently:
2804         Avoid mouse-set-point--instead select the window,
2805         then do save-excursion, then move point.
2806         Specify the buffer for get-char-property.
2807         Don't use `@' in interactive.
2809         * indent.el (indent-line-function):
2810         Default is indent-to-left-margin again.
2812         * replace.el (query-replace-read-args): Display message
2813         if FROM contains `\n' or `\t'.
2815 2001-12-01  Stefan Monnier  <monnier@cs.yale.edu>
2817         * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
2819         * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
2821         * emacs-lisp/regexp-opt.el (regexp-opt):
2822         Bind completion-regexp-list to nil.
2824         * progmodes/hideif.el (hif-nexttoken): Move to before first def.
2826 2001-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
2828         * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
2829         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
2830         Update maintainer.
2832 2001-11-30  Stefan Monnier  <monnier@cs.yale.edu>
2834         * mail/smtpmail.el: Use with-current-buffer.
2835         (message-make-date, message-make-message-id): Autoload when needed.
2836         (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
2837         headers when missing.
2839         * international/encoded-kb.el (encoded-kbd-mode):
2840         Use define-minor-mode.
2842         * enriched.el (enriched-mode): Use define-minor-mode.
2843         Use dolist and pop and push.
2845         * info.el (Info-find-node-2): Don't call info-insert-file-contents
2846         with the `visit' argument.
2847         (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
2849         * progmodes/hideif.el (hide-ifdef-mode): Only modify
2850         `change-major-mode-hook' locally.  Reset invisibility spec.
2852         * man.el (Man-build-section-alist): Remove last Man-match-substring.
2854 2001-11-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2856         * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
2857         Clarify error message.
2859 2001-11-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2861         * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
2863 2001-11-30  Andre Spiegel  <spiegel@gnu.org>
2865         * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
2866         don't just return it.
2868 2001-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
2870         * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
2871         (menu-bar-read-emacs-man, search-emacs-glossary)
2872         (emacs-index-search, elisp-index-search): New functions.
2873         (apropso-documentation, apropos, apropos-value, apropos-variable)
2874         (apropos-commands): Modify menu item names and help text.
2875         (elisp-index-search, emacs-index-search, emacs-glossary):
2876         New menu items.
2877         (menu-bar-manuals-menu): Move the Ordering Manuals item to a
2878         submenu.
2879         (info-elisp, info-elintro): New menu items.
2880         (apropos): Modify the menu item name.
2882 2001-11-30  Stefan Monnier  <monnier@cs.yale.edu>
2884         * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
2886         * textmodes/outline.el (outline-promote, outline-demote): Typo.
2888         * man.el (man-follow-mouse): New function.
2889         (Man-mode-map): Bind mouse-2 to it.
2890         (Man-match-substring): Remove.  Replace with `match-string'.
2891         (man): Use the `default-value' argument to `read-string'.
2892         (Man-fontify-manpage): Add mouse-face to cross references.
2894         * emacs-lisp/cl-macs.el (shiftf): Fix more.  Simplify.
2896 2001-11-29  Stefan Monnier  <monnier@cs.yale.edu>
2898         * emacs-lisp/crm.el (completing-read-multiple): Better preserve
2899         the value of require-match in minibuffer-completion-confirm.
2900         Use crm-local-completion-map.
2902         * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
2903         (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
2904         (cl-make-type-test): Use char-valid-p for `character'.
2906         * info.el (Info-complete-next-re, Info-complete-cache): New vars.
2907         (Info-complete-menu-item): Rewrite.  Add the ability to search
2908         several sequential nodes.  Add a simple caching mechanism.
2909         (Info-goto-index): New function extracted from Info-index.
2910         (Info-index): Use it.  Add completion to the interactive spec.
2911         (Info-menu-update): Simplify call to `Info-complete-menu-item'.
2913 2001-11-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2915         * COPYING: Removed.
2917 2001-11-29  Dave Love  <fx@gnu.org>
2919         * progmodes/fortran.el: Fontify rewind, backspace.  Doc fixes.
2920         (fortran-window-create, fortran-window-create-momentarily):
2921         Rewrite, moving error condition.
2922         (fortran-beginning-do, fortran-beginning-if): Fix regexps.
2923         (fortran-mode-syntax-table): Revert last change.
2925         * international/mule.el: Doc fixes.
2926         (map-charset-chars): New function.
2927         (register-char-codings): Use it to cope with generic chars in
2928         safe-chars.
2930 2001-11-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2932         * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
2934         * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
2936         * play/studly.el (studlify-word, studlify-region)
2937         (studlify-buffer): Fix doc-string.
2938         (studlify-buffer): Add autoload cookie.
2940 2001-11-28  Stefan Monnier  <monnier@cs.yale.edu>
2942         * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
2943         (outline-up-heading-all): Remove.
2944         (hide-sublevels): Move to end-of-heading before calling flag-region.
2945         (outline-copy-overlay, outline-discard-overlays): Remove.
2946         (outline-flag-region): Use `remove-overlays'.
2947         Don't move to end-of-heading.
2948         (outline-next-visible-heading, outline-back-to-heading)
2949         (outline-on-heading-p): Use outline-invisible-p.
2950         (outline-font-lock-level): Use outline-up-heading's new arg.
2951         (outline-minor-mode): Simplify.
2952         (outline-map-tree, outline-reveal-toggle-invisible): New funs.
2953         (outline): Put a `reveal-toggle-invisible' property.
2954         (outline-level-heading): New var.
2955         (outline-insert-heading, outline-promote, outline-demote)
2956         (outline-toggle-children): New commands.
2958         * progmodes/hideif.el (hif-end-of-line): New function.
2959         (hide-ifdef-mode): Set line-move-ignore-invisible.
2960         (hide-ifdef-region-internal): New function.
2961         (hide-ifdef-region): Use it.
2962         (hif-defined): Return an integer.
2963         (hif-infix-to-prefix): Remove.
2964         (hif-tokenize): Parse from the buffer rather than from a string.
2965         Correctly tokenize integers.  Use forward-comment.
2966         (hif-expr): Use hif-or.
2967         (hif-term): Use hif-and.
2968         (hif-factor): Use hif-not.  Handle numbers properly.
2969         Don't require parenthesis around `defined's argument.
2970         (hif-and, hif-or, hif-not): New funs.
2971         (hif-canonicalize): Pass a region to hif-tokenize.  Use hif-not.
2972         (hif-hide-line): Don't hide the \n before the line.
2973         (hif-possibly-hide): Correctly handle numeric evaluation results.
2975         * progmodes/make-mode.el: Use line-(end|beginning)-position.
2976         (makefile-mode): Set indent-line-function.
2977         (makefile-browser-insert-continuation): Use with-current-buffer.
2978         (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
2980 2001-11-28  Karl Fogel  <kfogel@red-bean.com>
2982         * isearch.el (isearch-yank-internal): New helper function.
2983         (isearch-yank-char): New function.
2984         (isearch-yank-word, isearch-yank-line): Rewrite to use
2985         isearch-yank-internal.
2987 2001-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
2989         * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
2990         aren't supported.  Print a message to that effect if invoked.
2992 2001-11-27  Stephen Eglen  <stephen@gnu.org>
2994         * locate.el (locate): Put point at first matching file rather
2995         than top of buffer.
2997 2001-11-27  Stefan Monnier  <monnier@cs.yale.edu>
2999         * reveal.el: New file.
3001         * progmodes/hideif.el: Misc cleanup.
3002         (hide-ifdef-mode-submap): Put the def in the defvar.
3003         Use substitute-key-definition.
3004         (hide-ifdef-mode): Use define-minor-mode.
3005         (hif-outline-flag-region): Remove.
3006         (hif-show-all): Define in terms of hif-show-ifdef-region.
3007         (hif-after-revert-function): Rename from hif-before-revert-function.
3008         (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
3009         (hif-tokenize): Use with-syntax-table.
3010         (hif-make-range): Use `else' also for `else-p'.
3011         (hif-range-else-p): Remove.
3012         (hif-find-range): Simplify.
3013         (hif-hide-line): Don't bother preserving buffer-modified-p.
3014         (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
3015         Don't use selective-display and inhibit-read-only.
3017         * subr.el (copy-overlay, remove-overlays): New funs.
3019         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
3021 2001-11-27  Sam Steingold  <sds@gnu.org>
3023         * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
3024         * lazy-lock.el, mouse-sel.el, mail/feedmail.el
3025         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
3026         * obsolete/c-mode.el, obsolete/cplus-md.el
3027         * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
3028         * term/sun-mouse.el, textmodes/artist.el:
3029         Converted backquote to the new style.
3030         * mouse.el, reposition.el: Likewise (in comments).
3031         * expand.el: Likewise (in a string).
3033 2001-11-27  Richard M. Stallman  <rms@gnu.org>
3035         * cus-edit.el (custom-load-symbol): Don't always load locate-library.
3037 2001-11-26  Richard M. Stallman  <rms@gnu.org>
3039         * wid-edit.el (widget-toggle-value-create): On graphic terminal,
3040         if :on-glyph or :off-glyph is a list, eval it and store it back.
3041         (checkbox): Quote the values for :on-glyph and :off-glyph.
3043         * cus-start.el (recursive-load-depth-limit): Delete item.
3045 2001-11-26  Stefan Monnier  <monnier@cs.yale.edu>
3047         * help-fns.el (describe-categories, help-describe-category-set): New.
3048         describe-categories moved here from src/category.c.
3050 2001-11-26  Sam Steingold  <sds@gnu.org>
3052         * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
3053         arguments to `insert' are strings.
3055 2001-11-26  Richard M. Stallman  <rms@gnu.org>
3057         * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
3059 2001-11-26  Eli Zaretskii  <eliz@is.elta.co.il>
3061         * international/mule-diag.el: Require help-fns instead of
3062         help-funs.
3064         * help-fns.el: Renamed from help-funs.el.
3066         * startup.el (command-line-1): Don't try to call process-list if
3067         it is not fboundp.
3069 2001-11-26  Sam Steingold  <sds@gnu.org>
3071         * frame.el (show-trailing-whitespace): Remove :set argument (the
3072         value was essentially identical to the defalt).
3074 2001-11-26  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3076         * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
3078         * icomplete.el (icomplete-minibuffer-setup): Likewise.
3080         * hilit-chg.el (hilit-chg-set): Likewise.
3082         * speedbar.el (speedbar-mode): Likewise.
3084         * calendar/calendar.el (calendar-mode): Likewise.
3086         * play/yow.el (psychoanalyze-pinhead): Use insert instead of
3087         insert-string.
3089         * play/gamegrid.el (gamegrid-init-buffer): Likewise.
3091         * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
3093         * term/sun-mouse.el (sun-yank-selection): Likewise.
3095         * textmodes/bib-mode.el (return-key-bib): Likewise.
3097         * calendar/appt.el (appt-disp-window): Likewise.
3099         * calendar/diary-lib.el (list-diary-entries): Likewise.
3101         * array.el (array-reconfigure-rows): Likewise.
3103         * filecache.el (file-cache-minibuffer-complete): Likewise.
3105         * obsolete/cplus-md.el (fill-c++-comment): Likewise.
3107         * strokes.el (strokes-prompt-user-save-strokes): Likewise.
3109         * allout.el (outline-version, outline-open-topic)
3110         (outline-rebullet-heading, outline-insert-listified)
3111         (outline-latex-verbatim-quote-curr-line)
3112         (outline-latexify-one-item, outlineify-sticky): Likewise.
3114         * vc.el (vc-next-action-on-file): Likewise.
3115         (vc-dired-mode): Remove make-local-hook.
3117 2001-11-26  Andre Spiegel  <spiegel@gnu.org>
3119         * vc.el (vc-find-version): New function.
3120         (vc-version-other-window): Redefined in terms of the above.
3122         * log-view.el (log-view-find-version): New function.
3123         (log-view-mode-map): Bind it to `f'.
3125 2001-11-26  Gerd Moellmann  <gerd@gnu.org>
3127         * language/devan-util.el (dev-char-glyph): Escape `"' in
3128         string literals.
3129         (dev-glyph-glyph, dev-glyph-glyph-2)
3130         (devanagari-compose-syllable-region): Likewise.
3132 2001-11-26  Richard M. Stallman  <rms@gnu.org>
3134         * window.el (save-selected-window): No error if saved window is dead.
3136         * help-funs.el (describe-syntax): Put (interactive) after doc string.
3138 2001-11-26  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3140         * international/quail.el (quail-help): Require help-mode in
3141         top-level instead.
3143         * iswitchb.el (iswitchb-exhibit): Use insert instead of
3144         insert-string.
3146         * icomplete.el (icomplete-exhibit): Likewise.
3148 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
3150         * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
3151         (diff-hunk-kill): Simplify.
3152         (diff-post-command-hook): Only apply to a single hunk.
3153         (diff-hunk-text): Make `char-offset' non-optional.
3154         (diff-find-text): Return a cons cell.
3155         (diff-find-approx-text): New fun.
3156         (diff-find-source-location): Use it.
3157         (diff-apply-hunk, diff-test-hunk, diff-goto-source):
3158         Adapt to new retval of diff-find-text.
3160         * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
3161         rather than integer- representation of dates.
3163         * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
3165         * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
3166         (syntax-after): New fun.
3168         * help-funs.el (describe-syntax): New fun.
3170         * font-lock.el (font-lock-cache-state, font-lock-cache-position)
3171         (font-lock-ppss-stats, font-lock-ppss): Remove.
3172         (font-lock-fontify-syntactically-region): Remove tuning code.
3173         (font-lock-compile-keywords): Fix off-by-one bug.
3174         (font-lock-set-defaults): Don't set removed vars.
3175         (c-keywords): Add `inline'.
3176         (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
3178         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3179         Set syntax-begin-function.
3180         (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
3181         (lisp-interaction-mode): Don't set local-abbrev-table any more.
3182         (lisp-mode-auto-fill): Use syntax-ppss and obey
3183         comment-auto-fill-only-comments.
3184         (lisp-fill-paragraph): Use syntax-ppss.
3186 2001-11-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
3188         * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
3189         version of rmail-enable-mime.
3190         (rmail-forward): Use it.
3192 2001-11-25  Richard M. Stallman  <rms@gnu.org>
3194         * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
3196         * international/quail.el (quail-keyboard-layout-button):
3197         Define button type.
3198         (quail-keyboard-customize-button): Likewise.
3199         (quail-help): Use those button types.  Require `help-mode'.
3200         Avoid altering the argument `package'.
3202         * help-mode.el (help-function, help-variable, help-face)
3203         (help-coding-system, help-input-method, help-character-set):
3204         Define each button type with its own explicit define-button-type.
3206         * language/devan-util.el: Comment out parts of the file
3207         which apparently are garbled.
3209 2001-11-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3211         * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
3212         insert-string.
3214 2001-11-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3216         * play/snake.el (snake-mode): Remove make-local-hook.
3218         * play/tetris.el (tetris-mode): Likewise.
3220         * play/decipher.el (decipher-mode): Likewise.
3222         * tmm.el (tmm-add-prompt): Likewise.
3224 2001-11-25  Sam Steingold  <sds@gnu.org>
3226         * menu-bar.el (menu-bar-apropos-menu): New variable.
3227         Moved all `apropos' bindings to this menu.
3228         (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
3230 2001-11-24  KAWABATA, Taichi <batta@beige.ocn.ne.jp>
3232         The following changes are for new indian languages support based
3233         on Unicode charset and CDAC fonts.
3235         * international/mule-conf.el: Change indian-1-column charset to
3236         indian-glyph charset.
3238         * international/characters.el: Adjusted for the change of
3239         indian-1-column -> indian-glyph.
3241         * international/fontset.el: Delete the setting for indian-1-column
3242         and add the setting for indian-glyph in the default fontset.
3244         * language/indian.el: Completely re-written.
3246         * language/devanagari.el: Completely re-written.
3248         * language/devan-util.el: Completely re-written.
3250         * language/ind-util.el: New file.
3252 2001-11-24  Richard M. Stallman  <rms@gnu.org>
3254         * startup.el (command-line-1): Don't do startup screen
3255         if a subprocess is running.  Call the startup screen buffer
3256         "GNU Emacs".  Make a special mode-line-format for it.
3258         * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
3259         (browse-url-galeon): Use that variable.
3261         * mail/supercite.el (sc-toggle-var): Don't use set-variable or
3262         eval-expression.  Eval and set the variable simply.
3264         * files.el (temporary-file-directory): Use defcustom.
3265         (small-temporary-file-directory): Likewise.
3266         (normal-backup-enable-predicate): Move down in file
3267         after definition of temporary-file-directory.
3269         * bindings.el (last-buffer, unbury-buffer): Doc fixes.
3271 2001-11-24  Colin Walters  <walters@debian.org>
3273         * calc/calc-ext.el (calc-init-extensions): Update the rest of the
3274         autoload names to match files renamed on initial calc import.
3276         * calc/calc.el (Commentary): Cleanup, and add logistic curve
3277         fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
3279 2001-11-23  Colin Walters  <walters@debian.org>
3281         * Makefile.in (finder_setwins, setwins): Include Calc again.
3283         * calc/calc-rules.el: Add header comment.
3285 2001-11-23  Andre Spiegel  <spiegel@gnu.org>
3287         * vc.el (with-vc-properties): Don't bind `filename' locally.
3288         (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
3289         to avoid name clashes.  Fix `lisp-indent-function' property for
3290         both.
3292 2001-11-23  Francesco Potorti`  <pot@gnu.org>
3294         * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
3296 2001-11-22  Colin Walters  <walters@debian.org>
3298         * calc/calc-misc.el (report-calc-bug):
3299         Use `reporter-prompt-for-summary-p'.
3301         * calc/INSTALL, calc/Makefile: Remove.
3303 2001-11-22  Miles Bader  <miles@gnu.org>
3305         * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
3306         (reb-match-2, reb-match-3): Add dark-background variants.
3308 2001-11-22  Colin Walters  <walters@debian.org>
3310         * calc/calc-misc.el (calc-info): Don't perform voodoo, just
3311         (info "Calc").
3312         (report-calc-bug): Use reporter.el.
3314         * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
3316 2001-11-21  Richard M. Stallman  <rms@gnu.org>
3318         * which-func.el (which-function): Call imenu--make-index-alist
3319         if necessary to get a list of functions.
3320         (which-function-imenu-failed): New variable.
3321         (which-func-update): Handle all visible windows.
3322         (which-func-update-1): New subroutine broken out of which-func-update.
3324         * files.el (temporary-file-directory, null-device)
3325         (small-temporary-file-directory): Definitions moved up.
3327         * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
3328         (cperl-non-problems, cperl-praise): Doc fixes.
3330         * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
3331         (sh-mode-syntax-table): Function restored.
3332         Variable set up for use by function sh-mode-syntax-table.
3333         (sh-set-shell): Set the syntax table.
3335         * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
3337         * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
3339         * international/encoded-kb.el: Don't alter minor-map-alist.
3341 2001-11-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3343         * files.el (auto-save-file-name-transforms): Put remote files in
3344         temporary-file-directory rather than /tmp.
3346 2001-11-21  Colin Walters  <walters@debian.org>
3348         * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
3349         of (function ...) wrapper.
3351 2001-11-20  Stefan Monnier  <monnier@cs.yale.edu>
3353         * derived.el (define-derived-mode): Create the abbrev-table
3354         from inside the `defvar'.
3356         * jit-lock.el (jit-lock-defer-time): New var.
3357         (jit-lock-defer-timer, jit-lock-buffers): New vars.
3358         (jit-lock-mode): Initialize them.  Cancel the timers more carefully.
3359         (jit-lock-function): Defer fontification if requested.
3360         (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
3361         (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
3362         text property.
3363         (jit-lock-deferred-fontify): New fun.
3365 2001-11-20  Richard M. Stallman  <rms@gnu.org>
3367         * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
3368         Set local-abbrev-table to lisp-mode-abbrev-table.
3370         * emacs-lisp/re-builder.el (reb-mode):
3371         Don't use define-derived-mode.  Call kill-all-local-variables.
3373         * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
3374         Don't use define-derived-mode.
3376         * help-mode.el (help-mode): Undo 2001-10-07 change.
3378         * replace.el (occur-mode): Undo 2001-5-20 change.
3380 2001-11-20  Jason Rumney  <jasonr@gnu.org>
3382         * w32-fns.el (w32-system-coding-system): Change to an alias for
3383         locale-coding-system.
3384         (set-w32-system-coding-system): Document the above change.
3385         Set locale-coding-system instead.
3387 2001-11-20  Richard M. Stallman  <rms@gnu.org>
3389         * ruler-mode.el: Add pagination.
3390         (ruler-mode-toggle-show-tab-stops): No need to
3391         test `ruler-mode' variable.
3393 2001-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
3395         * play/landmark.el: Mark lm-mode as special.
3397         * play/gomoku.el: Mark gomoku-mode as special.
3399 2001-11-20  Juanma Barranquero  <lektu@terra.es>
3401         * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
3402         (top-level): Bind it to C-c C-b.
3403         (re-builder): Don't re-enter RE Builder Mode.
3405         * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
3407 2001-11-20  Stefan Monnier  <monnier@cs.yale.edu>
3409         * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
3410         `manual-program'.
3412         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
3413         to a line without a comment.
3415 2001-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
3417         * dired.el (dired-listing-switches): Mention in the doc string
3418         that some switches are not supported by ls-lisp.el
3420 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
3422         * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
3423         (imenu--create-keymap-2): Remove.
3424         (imenu--create-keymap-1): Simplify, remove third argument.
3425         (imenu--generic-function): Use dolist.
3426         (imenu-find-default): New function.
3427         (imenu--completion-buffer): Use it.
3428         (imenu--mouse-menu): Use popup-menu.
3429         (imenu--menubar-select): Return t rather than calling imenu.
3431         * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
3432         New functions, extracted from fill-region-as-paragraph.
3433         (fill-region-as-paragraph): Use them.
3434         Use an end marker instead of eob.
3435         Ignore whitespace-only fill-prefixes when indenting according to mode.
3436         Simplify the loop that searches for spaces backwards.
3438         * textmodes/picture.el (picture-vertical-step)
3439         (picture-horizontal-step): Don't use defconst for variables.
3441         * mail/mail-extr.el: Use backquote/dolist/mapc/when.  Docstring fixes.
3442         (mail-extract-address-components): Downcase domain names.
3443         (mail-extr-delete-char): Remove.  Use delete-char instead.
3445         * emulation/pc-select.el: Doc string fixes.
3446         (pc-selection-mode): Don't treat macos as a tty.
3448         * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
3450         * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
3452         * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
3453         (mouse-wheel-progessive-speed): New var.
3454         (mwheel-scroll): Use it and handle float values.
3456         * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
3458         * iswitchb.el (iswitchb-mode): Use define-minor-mode.
3459         (iswitchb): Fix the case where the result was selected with the mouse.
3460         (iswitchb-completion-help): Use the normal *Completions* now that
3461         mouse selection works.
3462         (iswitchb-minibuffer-setup): Simplify.
3464         * newcomment.el (comment-column, comment-style, comment-multi-line)
3465         (comment-auto-fill-only-comments): Remove :group arg.
3466         (comment-padding): Add :type.
3467         (comment-indent-new-line): Ignore comment-auto-fill-only-comments
3468         if called interactively.
3470 2001-11-19  Colin Walters  <walters@verbum.org>
3472         * calc/calc.el (toplevel): Add comment and version header.
3473         (calc-init-base): Bump version to 2.02f, update date.
3475 2001-11-19  Richard M. Stallman  <rms@gnu.org>
3477         * net/browse-url.el: Support Mozilla and Galeon.
3478         By default, find the installed browser whichever it is.
3479         (browse-url-mozilla): New function.
3480         (browse-url-mozilla-sentinel): New function.
3481         (browse-url-galeon, browse-url-galeon-sentinel): New functions.
3482         (browse-url-default-browser): New function.
3483         (browse-url-process-environment): Use browse-url-browser-display.
3484         (browse-url-browser-display): Renamed from browse-url-netscape-display.
3485         (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
3486         (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
3487         (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
3488         (browse-url-browser-function): New default, new options.
3490 2001-11-19  Sam Steingold  <sds@gnu.org>
3492         * bindings.el (last-buffer, unbury-buffer): New function.
3493         (mode-line-unbury-buffer): Use `unbury-buffer'.
3495 2001-11-18  Stephen Eglen  <stephen@gnu.org>
3497         * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
3498         control behaviour when no further completion is possible.
3500 2001-11-19  Colin Walters  <walters@verbum.org>
3502         * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
3503         (math-showing-full-precision, math-with-extra-prec, math-working)
3504         (calc-with-default-simplification)
3505         (calc-with-trail-buffer): Use backtick.
3506         (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
3507         (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
3508         (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
3509         (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
3510         (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
3511         (Math-num-integerp, Math-bignum-test, Math-equal-int)
3512         (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
3513         (calc-record-compilation-date-macro): Deleted.  Callers updated.
3514         (math-format-radix-digit): Move to calc-bin.el.
3516         * calc/calc.el (calc-record-compilation-date): Remove.
3517         (calc-bug-address): Update.
3518         (calc-settings-file): Use `user-init-file'.
3520         * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
3521         Handle null `calc-settings-file'.
3523         * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
3524         * calc/calc-keypd.el (calc-keypad-mode): New.
3525         (calc-do-keypad): Use it.
3526         (calc-keypad-map): Move into `calc-keypad-mode'.
3528         * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
3529         to defalias argument.
3531         * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
3532         (calcFunc-floor): Ditto.
3534         * calc-units.el (calcFunc-usimplify): Ditto.
3536         * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
3537         * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
3538         * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
3539         * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
3540         * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
3541         * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
3542         * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
3543         * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
3544         * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
3545         * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
3546         * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
3547         and move them before their first use.  Use `when', `unless'.
3548         Remove trailing periods from error forms.  Add description and
3549         headers suggested by Emacs Lisp coding conventions.
3551 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
3553         * newcomment.el (comment-indent):
3554         Fix misindentation for comment-only lines.
3555         (comment-indent-new-line): Only obey comment-multi-line if the
3556         comment-ender is not the end-of-line.
3558 2001-11-19  Richard M. Stallman  <rms@gnu.org>
3560         * net/net-utils.el (network-connection-service-abbrev-alist):
3561         New variable.
3563         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
3564         Advance to start of 3rd sexp by moving fwd and backing over it.
3565         At first three elements, act like defun.
3567         * delsel.el (delete-selection-pre-hook): Handle and resignal
3568         file-supersession errors to interact properly with userlock.el.
3570 2001-11-18  Richard M. Stallman  <rms@gnu.org>
3572         * progmodes/fortran.el (fortran-mode-syntax-table):
3573         Specify punctuation syntax for backslash.
3575         * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
3576         All calls deleted.
3578         * international/mule-util.el (string-to-sequence): Make it obsolete.
3579         (string-to-list, string-to-vector): Implement them directly
3580         using append and vconcat, not with string-to-sequence.
3582         * startup.el (command-line): Set abbrevs-changed to nil after
3583         reading the init file and the abbrevs file.
3585         * isearch.el (isearch): Use magenta2 as bg for (background light)
3587 2001-11-17  Richard M. Stallman  <rms@gnu.org>
3589         * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
3591         * simple.el (minibuffer-history-sexp-flag): Doc fix.
3593 2001-11-17  Stefan Monnier  <monnier@cs.yale.edu>
3595         * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
3596         If set and if applicable, add a regexp to highlight defun-like
3597         text inside comments and strings.
3598         (font-lock-fontify-keywords-region): Pass that new arg.
3599         (font-lock-set-defaults): Move the code to set `font-lock-keywords'
3600         to the end and pass that new arg.
3601         (c-font-lock-keywords-2): Fix regex for labels.
3602         (font-lock-match-c++-style-declaration-item-and-skip-to-next):
3603         Make it work when LIMIT is several lines further.
3604         (c-font-lock-keywords-3, c++-font-lock-keywords-3)
3605         (objc-font-lock-keywords-3, java-font-lock-keywords-3):
3606         Use backquote and make the regexes for `int a, b, c;' work on
3607         multiple lines.
3609         * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
3610         (font-lock-defaults-alist): Don't change it any more.
3611         (reb-subexp-mode-map): Cleanup.
3613         * custom.el (custom-current-group-alist): New var.
3614         (custom-declare-group): Set it.
3615         (custom-current-group): New fun.
3616         (custom-declare-variable, custom-handle-all-keywords):
3617         Use it as a default if no :group argument is specified.
3619         * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
3620         (standard-keyboard-coding-systems): New var.
3621         (set-locale-environment): Use it to decide whether or not to call
3622         set-keyboard-coding-system.
3623         (locale-language-names): Use \"French\" for "fr".
3625 2001-11-17  Richard M. Stallman  <rms@gnu.org>
3627         * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
3628         (add-to-list): Delete compatibility code.
3629         (checkdoc-next-message-error): Doc fix.
3631 2001-11-17  Stephen Eglen  <stephen@gnu.org>
3633         * locate.el (locate): Show default locate pattern within the
3634         prompt, but don't insert it into the minibuffer contents.
3635         Catch the case when pattern is the empty string.
3637 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
3639         * language/european.el ("French"): New language environment.
3641 2001-11-16  Richard M. Stallman  <rms@gnu.org>
3643         * calendar/todo-mode.el (todo-save): Fix previous change.
3645         * subr.el (functionp): Do use cdr-safe on object.
3647 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
3649         * bindings.el (mode-line-mode-name): Only put the help-echo property
3650         if the local-map property was put as well.
3651         (global-map): Bind switch-frame, delete-frame, iconify-frame
3652         and make-frame-visible events.
3654         * emacs-lisp/elp.el (elp-not-profilable): New var.
3655         (elp-not-profilable-p): New function.
3656         (elp-instrument-function): Use it.  Use backquotes and push.
3658         * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
3659         (byte-stack+-info, byte-compile-last-warned-form)
3660         (byte-compile-last-logged-file): Don't defconst a variable.
3661         (no-byte-compile): Declare.
3662         (byte-compile-file): Don't boundp-check no-byte-compile any more.
3663         (byte-compile-defvar): Leave defconst as is.
3665         * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
3666         (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
3667         (edebug-current-offset, edebug-old-def-name, edebug-error-point)
3668         (edebug-best-error): Don't defconst a variable.
3669         (edebug-read-syntax-table): Use a char-table.
3670         (edebug-lemacs-specific): Remove.
3671         Toplevel: Eliminate check for Lucid Emacs.
3673         * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
3675         * rect.el (move-to-column-force): Mark obsolete.
3676         (operate-on-rectangle, delete-extract-rectangle-line)
3677         (insert-rectangle, delete-whitespace-rectangle-line)
3678         (open-rectangle-line, clear-rectangle-line): Use move-to-column.
3679         (string-rectangle-history): New var.
3680         (string-rectangle, string-insert-rectangle): Use it.
3681         (delete-rectangle-line): Fix pos/column mixup and simplify.
3683         * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3684         (normal-top-level, command-line, command-line-1): Simplify.
3686         * tar-mode.el (tar-mode): Use define-derived-mode.
3688         * view.el (view-mode-enable): Don't use make-local-hook.
3690         * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
3692 2001-11-16  Richard M. Stallman  <rms@gnu.org>
3694         * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
3695         if it doesn't make sense as anything else.
3696         Don't recognize a "telephone number" at the beginning of the name.
3697         (mail-extr-leading-garbage): Match non-word characters only.
3699 2001-11-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3701         * startup.el (command-line-processed): Doc fix.
3703         * apropos.el (apropos-next-label-button): Doc fix.
3705 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
3707         * comint.el (comint-mode): Simplify.
3708         (make-comint-in-buffer): Run `comint-mode' only if necessary.
3710         * subr.el (eval-after-load): Make it work with features as well.
3712         * log-view.el (log-view-mode): Don't mark the buffer unmodified.
3714         * international/mule-cmds.el (describe-input-method): Setup xref.
3715         (set-language-environment): Use functionp.
3716         (locale-language-names, locale-charset-language-names)
3717         (locale-preferred-coding-systems): Defconst and purecopy.
3719         * language/european.el (mac-roman): Add mime-charset property.
3721 2001-11-15  Richard M. Stallman  <rms@gnu.org>
3723         * emacs-lisp/cl.el (values, values-list, multiple-value-list)
3724         (multiple-value-apply, nth-value): Use defsubst rather than defalias
3725         to get better doc strings.
3727 2001-11-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3729         * derived.el: Fix autoload cookie.
3731 2001-11-15  Richard M. Stallman  <rms@gnu.org>
3733         * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
3735 2001-11-15  Stefan Monnier  <monnier@cs.yale.edu>
3737         * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
3739 2001-11-15  Richard M. Stallman  <rms@gnu.org>
3741         * dired.el (dired-undo): Display a message to explain
3742         that this does not undo file system changes.
3744 2001-11-15  David Kastrup  <David.Kastrup@t-online.de>
3746         * mouse-drag.el (mouse-drag-throw): Push back non-drag events
3747         into `unread-command-events' instead of trying keymap
3748         lookups ourselves.  This makes mouse-clicks do the right
3749         thing even when keymaps of overlays are involved.
3750         (mouse-drag-drag): Likewise.
3752 2001-11-15  Andreas Schwab  <schwab@suse.de>
3754         * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
3755         characters and append anchor to pattern added to auto-mode-alist.
3757 2001-11-15  Stefan Monnier  <monnier@cs.yale.edu>
3759         * server.el (server-process-filter): Run pore/post-comment-hook
3760         before/after visiting the file.
3762         * info-look.el (makefile-mode): Add info for automake.
3763         (autoconf-mode): Fix the name of the index for automake.
3765         * international/latin-9.el: Give pilcrow punctuation syntax.
3767 2001-11-15  Andre Spiegel  <spiegel@gnu.org>
3769         * vc.el: Documentation fixes.
3771 2001-11-14  Stefan Monnier  <monnier@cs.yale.edu>
3773         * smerge-mode.el (smerge-match-conflict): Fix typo.
3774         (smerge-diff): Be careful to read match-data early enough.
3776 2001-11-14  Colin Walters  <walters@verbum.org>
3778         * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
3779         (calcFunc-subst): Use `defalias' instead of `fset' and
3780         `symbol-function'.
3782         * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
3783         (calcFunc-ceil, calcFunc-round): Ditto.
3785         * calc/calc-bin.el (calcFunc-clip): Ditto.
3787         * calc/calc-ext.el (calcFunc-evalv): Ditto.
3789         * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
3791         * calc/calc-misc.el (math-fixnump, math-fixnatnump)
3792         (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
3794         * calc/calc-units.el (calcFunc-unsimplify): Ditto.
3796         * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
3797         * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
3798         * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
3799         * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
3800         * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
3801         * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
3802         * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
3803         * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
3804         * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
3805         * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
3806         * calcsel2.el: Style cleanup; don't put closing parens on their
3807         own line, add "foo.el ends here" to each file, and update
3808         copyright date.
3810         * README: Update maintainer.
3812 2001-11-13  Richard M. Stallman  <rms@gnu.org>
3814         * progmodes/compile.el (recompile): Use compilation-arguments if
3815         set, so as to be able to M-x recompile the exact command which
3816         created a compilation-mode buffer.
3818         * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
3820 2001-11-13  Gerd Moellmann  <gerd@gnu.org>
3822         * mouse.el (mouse-drag-region): Don't run the up-event
3823         handler if window start changed due to the down-mouse event.
3825 2001-11-13  Richard M. Stallman  <rms@gnu.org>
3827         * mouse.el (mouse-show-mark): Either move point to the mark
3828         or use highlighting, never both.
3829         (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
3831 2001-11-13  Simon Josefsson  <jas@extundo.com>
3833         * mail/smtpmail.el (top-level): Change maintainer to Simon
3834         Josefsson, cleanup the smtpmail.el header.
3836         * mail/smtpmail.el (top-level): Don't require cl or base64.
3837         (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
3838         (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
3839         Defsubst instead of defmacro.
3840         (smtpmail-intersection): Return value in reverse order.
3841         (smtpmail-open-stream): Use stringp instead of string-to-list.
3842         (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
3843         separated from smtpmail-via-smtp.
3845         * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
3846         rfc2104.  Require base64 and cl.
3847         (smtpmail-smtp-service): Doc fix.  :type fix.
3848         (smtpmail-debug-info): Doc fix.
3849         (smtpmail-debug-verb, smtpmail-auth-credentials)
3850         (smtpmail-starttls-credentials, smtpmail-auth-supported):
3851         New variables.
3852         (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
3853         mail-utils (it is autoloaded).
3854         (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
3855         (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
3856         (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
3857         (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
3858         (smtpmail-via-smtp): Support AUTH.
3859         (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
3861 2001-11-13  Richard M. Stallman  <rms@gnu.org>
3863         * ebuff-menu.el (electric-buffer-update-highlight): New function.
3864         (electric-buffer-overlay): New variable.
3865         (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
3866         (electric-buffer-list): Likewise.
3868         * isearch.el (isearch-whitespace-chars): Doc fix.
3869         (isearch-mode): Handle negative search-slow-window-lines correctly.
3871 2001-11-13  Stefan Monnier  <monnier@cs.yale.edu>
3873         * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
3875         * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
3876         From Emmanuel Briot <briot@act-europe.fr>.
3878 2001-11-13  Colin Walters  <walters@debian.org>
3880         * calc/calc.el (calc-unread-command): Use `unread-command-events'.
3882         * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
3883         "~/.emacs"; use `read-file-name'.
3885         * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
3886         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
3887         * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
3888         * calc/calc.el: Use `frame-width' instead of `screen-width',
3889         `frame-height' instead of `screen-height', and,
3890         `executing-kbd-macro' instead of `executing-macro'.
3892         * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
3893         correct number of arguments.
3895         * calc/calc-aent.el (calc-do-alg-entry):
3896         Use `blink-paren-function' instead of `blink-paren-hook'.
3898 2001-11-12  Richard M. Stallman  <rms@gnu.org>
3900         * calendar/todo-mode.el (todo-save): Add save-excursion
3901         and save-restriction.
3903         * server.el (server-edit, server-done): Doc fix.
3905         * simple.el (clone-indirect-buffer): Error if major mode symbol
3906         has a no-clone-indirect property.
3907         (clone-buffer): Check for obvious errors before reading clone name.
3909         * info.el (Info-mode): Add a no-clone-indirect property.
3911 2001-11-12  Sam Steingold  <sds@gnu.org>
3913         * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
3914         set-buffer-modified-p to nil after `vc-exec-after'.
3915         * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
3916         (log-view-mode): Make read-only.
3917         (log-view-current-file): Do final `expand-file-name' in the
3918         current `default-directory'.
3919         (log-view-current-tag): Take an optional `where' arg.
3920         (log-view-diff): New user command.
3922 2001-11-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3924         * progmodes/cpp.el (cpp-choose-face): Fix typo.
3926 2001-11-12  Sam Steingold  <sds@gnu.org>
3928         * emacs-lisp/cl-indent.el (toplevel): Indent properly
3929         `generic-flet', `generic-labels', `with-accessors',
3930         `with-condition-restarts'.
3932 2001-11-12  Richard M. Stallman  <rms@gnu.org>
3934         * dired.el: Many trivial doc fixes.
3935         (dired-get-file-for-visit): New function.
3936         (dired-find-alternate-file, dired-mouse-find-file-other-window):
3937         (dired-view-file, dired-find-file-other-window, dired-display-file):
3938         (dired-find-file): Use dired-get-file-for-visit.
3940 2001-11-12  Alex Schroeder  <kensanata@yahoo.com>
3942         * sql.el (sql-mode): Doc change.
3944         * sql.el (sql-mode-syntax-table): The backslash is no longer an
3945         escape character.
3947 2001-11-12  Colin Walters  <walters@debian.org>
3949         * calc/calc-keypd.el (toplevel): Bind mouse buttons.
3950         (calc-do-keypad): Don't attempt to use nonexistent global
3951         mouse-map, use calc-keypad-map.
3952         (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
3953         (calc-keypad-left-click): Don't use mouse-map; update to new event
3954         interface.
3955         (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
3956         (calc-keypad-press): Use `unread-command-events' instead of
3957         `unread-command-char'.
3959         * calc/calc-ext.el (calc-init-extensions): Update autoload names
3960         to match files renamed on initial calc import.
3962 2001-11-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3964         * textmodes/flyspell.el (flyspell-default-dictionary):
3965         Fix previous change.
3967 2001-11-12  Richard M. Stallman  <rms@gnu.org>
3969         * textmodes/flyspell.el (flyspell-default-dictionary):
3970         Fix custom type.
3972 2001-11-11  Richard M. Stallman  <rms@gnu.org>
3974         * calendar/solar.el (solar-sunrise-and-sunset):
3975         Exchange the two extreme values of day-length.
3977         * progmodes/sh-script.el (sh-must-be-shell-mode):
3978         Allow modes derived from sh-mode.
3980         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3981         Turn off error in some re-search-forward calls.
3983         * replace.el (query-replace-skip-read-only): New variable.
3984         (perform-replace): If that variable is non-nil, ignore matches
3985         that have a read-only property.
3987         * derived.el (define-derived-mode): Doc fix.
3989         * server.el (server-buffer-done): Test of server-existing-buffer
3990         was backwards.
3991         (server-existing-buffer): Doc fix.
3993         * textmodes/flyspell.el (flyspell-default-dictionary):
3994         Allow nil as value, and make nil the default.
3996 2001-11-11  Eli Zaretskii  <eliz@is.elta.co.il>
3998         * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
3999         it is not fboundp.
4000         (clipboard-yank): Ditto.
4002 2001-11-11  Colin Walters  <walters@verbum.org>
4004         The following changes are based on patches from
4005         Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
4006         <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
4008         * calc/calc.el (toplevel): Require calc-macs.
4009         (calc-minibuffer-size): New.
4010         (calcDigit-nondigit): Use it instead of `buffer-size'.
4011         (calcDigit-backspace): Likewise.
4012         (calcDigit-nondigit): Use `minibuffer-contents' instead of
4013         `buffer-string'.
4014         (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
4015         `point-min'.
4016         (calcDigit-key): Use `calc-minibuffer-contains' instead of a
4017         `save-excursion'.
4019         * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
4020         simple `setq' form.
4022         * calc/calc-ext.el: (toplevel): Require calc.
4023         (calc-fancy-prefix-map): New.
4024         (calc-fancy-prefix): Use it.
4025         (calc-fancy-prefix-other-key): New.
4027         * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
4028         (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
4029         (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
4030         (calcAlg-enter): Likewise.
4031         (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
4033 2001-11-10  Richard M. Stallman  <rms@gnu.org>
4035         * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
4036         (quietly-read-abbrev-file): Doc fix.
4038         * startup.el (command-line): Read standard abbrev
4039         file (abbrev-file-name), if it exists.
4041         * files.el (save-abbrevs): Default value is t.
4043         * progmodes/compile.el (compile-goto-error): Fix previous change
4044         in the case where subsequent errors have not been parsed yet
4045         because they are in a different source file.
4047 2001-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
4049         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
4050         Merge two regular expressions into one.
4051         (ps-mode): Make local bindings for `comment-start' and
4052         `comment-start-skip'.
4053         (ps-mode-looking-at-nested): Simplify an if-else construct;
4054         use `set-match-data' to set the result.
4056 2001-11-10  Richard M. Stallman  <rms@gnu.org>
4058         * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
4059         Function deleted.
4060         (flyspell-correct-word): Old definition deleted.
4061         (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
4062         All references renamed too.
4064 2001-11-10  Gerd Moellmann  <gerd@gnu.org>
4066         * Makefile.in (finder_setwins, setwins): Exclude Calc.
4068 2001-11-09  Per Abrahamsen  <abraham@dina.kvl.dk>
4070         * wid-edit.el (checklist): Removed `:menu-tag'.
4071         (radio-button-choice): Ditto.
4072         (editable-list): Ditto.
4074 2001-11-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4076         * play/gomoku.el: Move definitions of constants to the beginning
4077         of file, before their use.
4079 2001-11-09  Richard M. Stallman  <rms@gnu.org>
4081         * textmodes/flyspell.el: Use the keymap property
4082         instead of local-map, and don't use a minor-mode map.
4083         (flyspell-mode-map): Variable deleted.
4084         Don't mess with minor-mode-map-alist.
4085         (calling add-minor-mode): Specify nil for keymap.
4086         And always use add-minor-mode, now that it exists.
4087         (flyspell-overlay-keymap-property-name): Set it to `keymap'.
4088         (flyspell-mode-on): Don't locally bind flyspell-mouse-map
4089         or flyspell-local-mouse-map.
4090         (make-flyspell-overlay): Use flyspell-mouse-map directly.
4091         (flyspell-mode): Doc fix.
4092         (flyspell-mode-on): Don't call make-local-hook.
4094 2001-11-09  Sam Steingold  <sds@gnu.org>
4096         * emacs-lisp/debug.el (debugger-make-xrefs):
4097         Add buttons to all symbols.
4099 2001-11-09  Andre Spiegel  <spiegel@gnu.org>
4101         * vc.el: Add John David Smith to credits.
4103         Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
4105         * vc-hooks.el (vc-error-occured): Backquotified.
4106         (vc-file-prop-obarray): Use prime length for better efficiency.
4108         * vc.el (vc-clear-context): Fill obarray with 0, not nil.
4110 2001-11-09  Eli Zaretskii  <eliz@is.elta.co.il>
4112         * info.el (Info-file-list-for-emacs): Add entries for Calc.
4114 2001-11-09  Miles Bader  <miles@gnu.org>
4116         * subr.el (functionp): Don't consider macros as functions.
4118 2001-11-08  Miles Bader  <miles@gnu.org>
4120         * subr.el (functionp): Make work correctly for macros and unbound
4121         symbols.
4123         * comint.el (comint-send-input): Fix description of
4124         `comint-process-echoes' in the doc-string.
4126 2001-11-08  Eli Zaretskii  <eliz@is.elta.co.il>
4128         * international/mule.el (make-translation-table): Doc fix.
4129         Suggested by Alex Schroeder <alex@gnu.org>.
4131 2001-11-07  Richard M. Stallman  <rms@gnu.org>
4133         * info.el (Info-fontify-node): Highlight every third menu item.
4135 2001-11-07  Per Abrahamsen  <abraham@dina.kvl.dk>
4137         * cus-edit.el (custom-face-value-create): Don't ignore the
4138         `customized-face' attribute when finding the current face spec.
4140 2001-11-07  Stefan Monnier  <monnier@cs.yale.edu>
4142         * subr.el (with-local-quit): New macro.
4143         (make-syntax-table): Always inherit.
4144         (functionp): Be more careful when `object' is a symbol.
4146         * dabbrev.el (dabbrev-completion): Use "*Completions*".
4148 2001-11-07  Paul Eggert  <eggert@twinsun.com>
4150         * dired.el (dired-move-to-filename-regexp):
4151         Do not distinguish between ASCII letters and non-ASCII characters.
4152         Don't allow comma except in the form "month day, year".
4153         Don't allow space between month name and comma.
4154         Clean up the code that checks for trailing period, comma, and space.
4155         Remove now-obsolete comments, and add more commentary about
4156         Japanese dates.
4157         Always gobble up trailing spaces, instead of doing it only sometimes.
4159 2001-11-07  Miles Bader  <miles@gnu.org>
4161         * paren.el (show-paren-match-face): Add dark-background variant.
4163 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
4165         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
4166         (lisp-mode-variables): Don't set paragraph-{start,separate}.
4167         Don't disable adaptive-fill-mode.
4168         (lisp-fill-paragraph): Use tab-width rather than 8.
4169         Prevent filling the first line of docstrings.
4171 2001-11-06  Richard M. Stallman  <rms@gnu.org>
4173         * play/gomoku.el (gomoku): Doc fix.
4175         * jka-compr.el (jka-compr-partial-uncompress):
4176         Support an alternative of not using dd.
4177         (jka-compr-dd-program): Use defcustom to define this.
4178         (jka-compr-load-suffixes): Use defcustom.
4179         (jka-compr-mode-alist-additions): Use defcustom.
4181 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
4183         * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
4184         Also work when LIMIT is further than the end of line.
4186 2001-11-06  Eli Zaretskii  <eliz@is.elta.co.il>
4188         * international/quail.el (quail-update-leim-list-file): Print the
4189         offending file name if some of its quail-define-package forms is broken.
4191 2001-11-05  Richard M. Stallman  <rms@gnu.org>
4193         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
4194         of the evaluated form.
4196 2001-11-05  Paul Eggert  <eggert@twinsun.com>
4198         * ls-lisp.el (ls-lisp-time-to-seconds): New function.
4199         (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
4200         stamps always line up by default.  Also, it uses a slightly
4201         different window to determine whether files are "recent".
4203 2001-11-05  Andrew Innes  <andrewi@gnu.org>
4205         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
4206         Don't attempt to remake autoloads before nuking .elc files.
4208 2001-11-04  Richard M. Stallman  <rms@gnu.org>
4210         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
4211         previous-single-property-change or next-single-char-property-change
4212         returns nil.
4214         * international/mule-cmds.el (set-locale-environment):
4215         Make it interactive; make arg optional.
4217         * international/mule-diag.el (help-funs): Require help-funs.
4219 2001-11-04  Eli Zaretskii  <eliz@is.elta.co.il>
4221         * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
4223 2001-11-04  Miles Bader  <miles@gnu.org>
4225         * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
4226         shadow of the splash image grey on a dark background instead of black.
4228 2001-11-03  Stefan Monnier  <monnier@cs.yale.edu>
4230         * term.el (all faces): Don't (copy-face 'default <foo>).
4232         * term/xterm.el (function-key-map):
4233         Add entry for `ESC [ 3 ~' -> <delete>
4234         Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
4235         Use inheritance so that .emacs and terminfo take precedence.
4237 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
4239         * tooltip.el (tooltip-delay): Decrease to 0.7.
4240         (tooltip-hide-delay): Enlarge to 10.
4242 2001-11-03  Richard M. Stallman  <rms@gnu.org>
4244         * startup.el (fancy-splash-tail): Explain how to recover
4245         from a crash, if there was a crash.
4246         (command-line-1): Reorganize display of startup screen,
4247         to simplify the logic.  Use a temp buffer for it.
4249 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
4251         * frame.el (set-background-color, set-foreground-color):
4252         Call face-set-after-frame-default, to propagate the new colors to
4253         the frame's parameters alist.
4255         * calendar/timeclock.el (timeclock-out): Signal an error if
4256         timeclock-last-event is nil.
4258 2001-11-02  Stefan Monnier  <monnier@cs.yale.edu>
4260         * textmodes/fill.el (fill-context-prefix): Fix braino.
4262         * international/quail.el (quail-help):
4263         Use `help-buffer' and move `help-setup-xref' to beginning.
4265         * international/mule-cmds.el (describe-language-environment):
4266         Use `help-buffer' and move `help-setup-xref' to beginning.
4268         * international/mule-diag.el (list-character-sets)
4269         (sort-listed-character-sets, describe-character-set)
4270         (describe-coding-system, describe-fontset, list-fontsets):
4271         Use `help-buffer' and move `help-setup-xref' to beginning.
4272         (describe-char-after): Use `internal-describe-syntax-value'.
4274 2001-11-02  Richard M. Stallman  <rms@gnu.org>
4276         * mouse.el (popup-menu): If the user refuses to select
4277         from a menu, don't try to invoke the menu.
4279 2001-11-02  Miles Bader  <miles@gnu.org>
4281         * help-mode.el (help-xref): New button type.
4282         (help-function, help-variable, help-face, help-coding-system)
4283         (help-input-method, help-character-set, help-type, help-symbol)
4284         (help-back, help-info, help-customize-variable, help-customize-face)
4285         (help-function-def, help-variable-def): Use it as a supertype.
4286         Remove `action' property.
4288         * international/mule-diag.el (describe-character-set)
4289         (describe-coding-system): Pass correct args to `help-xref-button'.
4290         (sort-listed-character-sets): New button type.
4291         (list-character-sets): Use it.
4292         (list-charset-chars): New button type.
4293         (list-character-sets-1): Use it.
4295 2001-11-01  Stefan Monnier  <monnier@rum.cs.yale.edu>
4297         * indent.el (tab-always-indent, indent-for-tab-command):
4298         Remove redundant `never' setting.
4300         * fill.el (fill-region-as-paragraph): Don't forget to skip
4301         over current whitespace before looking for a preceding space.
4303 2001-11-01  Richard M. Stallman  <rms@gnu.org>
4305         * files.el (file-newest-backup): Don't pass backup file name
4306         thru file-name-sans-versions, because it never has version numbers.
4308         * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
4309         to avoid ambiguous nested loops.
4311         * files.el (find-file-noselect): Offer to change buffer-read-only
4312         only when the file's read-only status has changed from before
4313         as well as disagreeing with the buffer's current status.
4314         (buffer-file-read-only): New var, local in all buffers.
4316         * buff-menu.el (buffer-menu): Doc fix.
4317         (buffer-menu-other-window): Doc fix.
4318         (list-buffers, list-buffers-noselect): Doc fix.
4320 2001-11-01  Gerd Moellmann  <gerd@gnu.org>
4322         * startup.el (command-line): If the terminal Emacs is running on
4323         has erase char set to ^H, use the Backspace key for deleting
4324         backward, and the Delete key for deleting forward.
4326 2001-11-01  Miles Bader  <miles@gnu.org>
4328         * button.el (define-button-type): Make sure every user-defined
4329         button type has a supertype.
4331 2001-10-31  Jason Rumney  <jasonr@gnu.org>
4333         * international/mule-cmds.el (locale-language-names): Add chs and
4334         cht as aliases for Chinese-GB and Chinese-BIG5.
4336 2001-10-31  Richard M. Stallman  <rms@gnu.org>
4338         * bindings.el (mode-line-frame-identification): Add doc string.
4339         (mode-line-position, mode-line-modes): New variables.
4340         (mode-line-format): Use mode-line-position for the part
4341         that displays the position-in-buffer info.
4342         Use mode-line-modes for the part that displays major and minor modes.
4344 2001-10-31  Sam Steingold  <sds@gnu.org>
4346         * emacs-lisp/debug.el (debugger-make-xrefs): New function.
4347         (debugger-setup-buffer): Call it.
4348         (debugger-mode-map): Bind RET and mouse-2.
4350 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4352         * startup.el: Document command line option --no-window-system
4353         instead of --no-windows.
4355 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
4357         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
4359         * font-lock.el (java-font-lock-syntactic-face-function): New fun.
4360         (font-lock-defaults-alist): Use it.
4361         From David Ponce <david.ponce@wanadoo.fr>
4363         * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
4364         output of `char-after'.
4366         * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
4368         * simple.el (reindent-then-newline-and-indent): Insert the newline
4369         before indenting the first line.
4370         (undo-get-state, undo-revert-to-state): New funs.
4371         (shell-command): Don't kill the buffer even if empty.
4372         (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
4373         (transpose-subr-end2): Remove.
4374         (transpose-subr): Add `special' arg and simplify.
4375         (transpose-subr-1): Rewrite.
4376         (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
4377         (rfc822-goto-eoh): Simplify.
4379 2001-10-30  Richard M. Stallman  <rms@gnu.org>
4381         * enriched.el (enriched-face-ans): Fix previous change.
4383 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
4385         * international/iso-acc.el (iso-accents-compose): Remove a
4386         superfluous setq.
4388 2001-10-30  Eli Zaretskii  <eliz@is.elta.co.il>
4390         * buff-menu.el (list-buffers-noselect): If the buffer's name
4391         starts with a blank, but it visits a file, do show it (for files
4392         whose names start with a blank).
4394 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
4396         * textmodes/fill.el (sentence-end-double-space)
4397         (sentence-end-without-period): Move to paragraphs.el.
4398         (fill-indent-according-to-mode): Change default to t.
4399         (fill-context-prefix): Simplify control-flow and use a more
4400         sophisticated merge that unifies both previous checks.
4401         (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
4402         (fill-nobreak-predicate): Make it into a defcustom'd hook.
4403         (fill-nobreak-p): New fun.
4404         (fill-region-as-paragraph): Use it.
4405         Handle `fill-indent-according-to-mode' slightly differently.
4406         (fill-individual-paragraphs-prefix): Simplify the control-flow.
4407         (fill-individual-paragraphs-citation): Fix.
4409         * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
4410         (paragraph-start): Change default to the `text-mode' value.
4411         (sentence-end-double-space, sentence-end-without-period):
4412         Move from fill.el.
4413         (forward-paragraph): Use `parstart' and `parsep' for temp variables
4414         rather than rebinding `paragraph-start' and `paragraph-separate'.
4416         * indent.el (indent-line-function): Change default to indent-relative.
4417         (tab-always-indent): Add an `never' setting.
4418         (indent-according-to-mode): Handle `indent-relative' and
4419         `indent-relative-maybe' specially.
4420         (indent-for-tab-command): Rename `prefix-arg' to `arg'.
4421         Handle the `never' case for `tab-always-indent'.
4422         Don't call indent-according-to-mode for indent-relative' and
4423         `indent-relative-maybe'.
4424         (insert-tab): Rename `prefix-arg' to `arg'.
4425         (indent-region): Indent the first line as well.
4426         (indent-relative): Don't mark the buffer modified if the indentation
4427         is unchanged.
4429         * textmodes/text-mode.el (paragraph-indent-minor-mode):
4430         Don't set paragraph-separate.  Set paragraph-start more carefully.
4431         Set indent-line-function.
4432         (paragraph-indent-text-mode): Use it and define-derived-mode.
4433         (text-mode-map): Remove the \t binding.
4434         (text-mode): Simplify now that the default is more favorable.
4436 2001-10-29  Stefan Monnier  <monnier@cs.yale.edu>
4438         * emacs-lisp/find-func.el (find-function-search-for-symbol):
4439         If the regexp doesn't match, use a looser one.
4440         (find-variable-noselect): Add `file' argument.
4442         * pcvs.el (cvs-mode-commit-hook): New hook.
4443         (cvs-mode-commit): Run it.
4445         * log-edit.el (log-edit): Run hook after `log-edit-files'.
4447         * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
4448         (edebug-instrument-function): Use `find-function-noselect'.
4450 2001-10-29  Richard M. Stallman  <rms@gnu.org>
4452         * term.el (term-if-emacs19): Macro deleted.
4453         Callers changed to use progn instead.
4455         * frame.el (blink-cursor-mode): Doc fix.
4457         * files.el (find-backup-file-name): Use make-backup-file-name.
4459         * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
4460         window-live-p.
4461         (edebug-set-conditional-breakpoint): Unconditionally use
4462         the former Emacs >=19 definition.
4463         (edebug-mark): Define unconditionally.
4464         (edebug-eval-expression): Always call read-from-minibuffer
4465         and specify history list.
4466         (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
4467         edebug-set-conditional-breakpoint.
4468         (edebug-emacs-version-specific): Function deleted;
4469         do the job at top level.
4470         (edebug-emacs-19-specific): Function deleted, this is the default.
4472 2001-10-29  Sam Steingold  <sds@gnu.org>
4474         * w32-fns.el (convert-standard-filename): Handle cygwin-specific
4475         "/cygdrive/LETTER/" pathnames.
4477 2001-10-29  Eli Zaretskii  <eliz@is.elta.co.il>
4479         * faces.el (invert-face): Check for 'unspecified, not for nil,
4480         when testing whether face colors are not specified.
4481         From David.Kastrup@t-online.de (David Kastrup).
4482         (read-face-name): Doc fix.
4483         (make-face-bold, make-face-unbold, make-face-italic)
4484         (make-face-unitalic, make-face-bold-italic, invert-face):
4485         Remove trailing blank from the prompt passed to read-face-name.
4487 2001-10-29  Sam Steingold  <sds@gnu.org>
4489         * emacs-lisp/bytecomp.el (byte-recompile-directory):
4490         Report numbers of files skipped and failed too.
4491         (byte-compile-file): Return 'no-byte-compile for skipped files.
4493 2001-10-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4495         * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
4496         and `M p'.
4498 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
4500         * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
4501         as is on unread-command-events instead of `(SECOND-CHAR)'.
4503 2001-10-29  Andre Spiegel  <spiegel@gnu.org>
4505         * vc.el: Mention vc-*-switches in backend API documentation.
4506         (vc-annotate): Adapt doc string to recent change.
4508 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
4510         * enriched.el (enriched-face-ans): Handle face attributes
4511         of the form `(FACE1 FACE2 ...)'.
4513         * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
4515 2001-10-29  Alex Schroeder  <kensanata@yahoo.com>
4517         * progmodes/sql.el (sql-mysql): Doc change by RMS.
4519         * progmodes/sql.el (sql-db2): Doc change.
4520         (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
4521         (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
4523 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
4525         * env.el (substitute-env-vars): Don't quote argument to `rx';
4526         it's a macro.
4528 2001-10-28  Per Abrahamsen  <abraham@dina.kvl.dk>
4530         * cus-start.el (recursive-load-depth-limit): Added.
4532 2001-10-28  Richard M. Stallman  <rms@gnu.org>
4534         * textmodes/ispell.el (version18p, version20p): Vars deleted.
4535         All uses removed--assume Emacs version is >= 20.
4537         * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
4538         by really checking that it is not version 18.
4540         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
4542 2001-10-28  Miles Bader  <miles@gnu.org>
4544         * faces.el (face-attribute): Add INHERIT argument, consider face
4545         inheritance if it's non-nil.
4546         (face-attribute-merged-with): New function.
4547         (face-attribute-specified-or): New macro.
4548         (face-foreground, face-background, face-stipple): Add INHERIT
4549         argument.  Use `face-attribute-specified-or'.
4551 2001-10-28  Stefan Monnier  <monnier@cs.yale.edu>
4553         * font-lock.el: Require `syntax'.
4554         (font-lock-defaults-alist): Don't define keywords for lisp languages.
4555         Use `c-font-lock-syntactic-face-function' for c languages.
4556         (font-lock-mode): Don't unset vars when turning the mode off.
4557         (font-lock-default-fontify-buffer): Don't unset vars at the end.
4558         (font-lock-extra-managed-props): New var.
4559         (font-lock-default-unfontify-region): Use it.
4560         (font-lock-apply-syntactic-highlight): Flush the syntax cache.
4561         Don't eval the value when there's no match.
4562         (font-lock-ppss-stats): New var.
4563         (font-lock-ppss): New fun.
4564         (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
4565         (font-lock-apply-highlight): Allow `highlight' to set several props.
4566         (font-lock-set-defaults): Use dolist.
4567         (font-lock-unset-defaults): Remove.
4568         (font-lock-match-c-style-declaration-item-and-skip-to-next):
4569         Try to recognize prototypes using `foo P_ ((args))'.
4570         ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
4571         (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
4572         (c-font-lock-syntactic-face-function): New function.
4573         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
4574         (c++-keywords): Use a more sophisticated regexp to handle
4575         shallowly nested templates.
4577 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
4579         * textmodes/sgml-mode.el (sgml-empty-tags): New var.
4580         (sgml-tag): Use it.  Cleanup with `cond'.
4581         (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
4582         Mark the overlays and only delete those that are marked.
4583         (sgml-skip-close-p): Remove.
4584         (sgml-value): Replace sgml-skip-close-p with its definition.
4585         (html-tag-alist): Use sgml-xml a bit more.
4586         (html-mode): Set sgml-empty-tags.
4588         * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
4589         (texinfo-update-node, texinfo-sequential-node-update):
4590         Don't bind the obsolete `auto-fill-hook'.
4591         (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
4592         Use `set-buffer' rather than `switch-to-buffer'.
4593         (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
4594         Use `set-buffer' rather than `switch-to-buffer'.
4596         * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
4597         text-mode-syntax-table.
4598         (mail-mode): Use define-derived-mode.
4599         Fix ordering of alternatives in adaptive-fill-regexp.
4600         (mail-mode-map): Don't rely on keymap's internal representation.
4602 2001-10-27  Sam Steingold  <sds@gnu.org>
4604         * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
4605         (sgml-xml-guess): Extracted from `html-mode' and generalized.
4606         (sgml-mode-common): Call it.
4607         (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
4608         (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
4609         (html-horizontal-rule, html-image, html-ordered-list):
4610         (html-unordered-list, html-list-item, html-paragraph):
4611         (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
4612         `html-xhtml'.
4614 2001-10-26  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
4616         * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
4617         (ifnothtml): New alias.
4619 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
4621         * textmodes/text-mode.el (text-mode): Use define-derived-mode.
4622         (toggle-text-mode-auto-fill): Use derived-mode-p.
4624 2001-10-27  Gerd Moellmann  <gerd.moellmann@t-online.de>
4626         * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
4627         `mdtm'.  From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
4629 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
4631         * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
4632         Add make-obsolete cookies, to follow faces.el.
4634         These changes avoid warnings from the byte compiler in faces.el:
4636         * faces.el (internal-get-face): Use facep instead of the obsolete
4637         internal-find-face.
4638         (internal-frob-font-weight, internal-frob-font-slant):
4639         New defaliases for obsolete functions.
4640         (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
4641         (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
4642         (x-make-font-bold-italic): Use internal-frob-font-weight and
4643         internal-frob-font-slant aliases instead of the obsolete
4644         x-frob-... functions.
4646 2001-10-26  Sam Steingold  <sds@gnu.org>
4648         * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
4649         DOCTYPE; set `mode-name' based on it.
4650         (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
4651         (sgml-tag): Close empty tags in XHTML.
4653 2001-10-26  Jason Rumney  <jasonr@gnu.org>
4655         * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
4656         when UNICODE is not defined.
4658 2001-10-26  Sam Steingold  <sds@gnu.org>
4660         * font-lock.el (c-font-lock-keywords-2): Do not require labels to
4661         be alone on the line.
4663 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
4665         * button.el (button): Special face definition for MS-DOS terminals.
4667 2001-10-26  Sam Steingold  <sds@gnu.org>
4669         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
4670         Protect the /= test by checking that the args are non-nil.
4671         (sh-font-lock-close-heredoc): Check eof for being non-nil.
4673 2001-10-26  Tomas Abrahamsson  <tab@lysator.liu.se>
4675         * textmodes/artist.el (artist-version): 1.2.4.
4676         (artist-butlast-fn): New variable.
4677         (artist-butlast): New function.
4678         (artist-ellipse-mirror-quadrant): Use it.
4679         (artist-mouse-draw-poly): Use nil for `point-list'.
4680         (artist-mouse-draw-poly): Check for point-list being nil.
4682 2001-10-26  Peter Kleiweg  <kleiweg@let.rug.nl>
4684         * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
4685         lambda expression.
4686         (ps-mode-menu-main): Submenu with options on/off was replaced with
4687         a toggle button.
4688         (ps-mode, ps-run-mode): Define with `define-derived-mode'
4689         (ps-mode): Autoload cookie added on same line as comment
4690         (ps-mode-tabkey, ps-mode-backward-delete-char):
4691         (ps-mode-r-balance): Replace `delete-horizontal-space' and
4692         `indent-to' with `indent-line-to'
4693         (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
4694         instead of `eval'.
4695         (ps-mode-print-region): Use `with-temp-buffer'.
4696         (ps-run-start): Use of `mapconcat'.  Use `apply' instead of `eval'.
4697         (numerous places): Add back-tick and tick around names in
4698         docstrings, fix punctuation in docstrings, remove trailing spaces.
4700 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
4702         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
4703         (sgml-font-lock-keywords-2): Use `eval'.  Moved from sgml-mode-common.
4704         (sgml-font-lock-syntactic-keywords): New var.
4705         (sgml-mode-common): Drop the two args.
4706         Don't make buffer-local variables that aren't used.
4707         Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
4708         Don't set `before-string' props from sgml-display-text.
4709         (sgml-mode): Use define-derived-mode.
4710         (sgml-tags-invisible): Use sgml-display-text.
4711         (sgml-quote): New command.
4712         (html-tag-alist): Add args for `span'.
4713         (html-mode): Use define-derived-mode.
4714         Set sgml-display-text and sgml-tag-face-alist.
4716 2001-10-25  Sam Steingold  <sds@gnu.org>
4718         * add-log.el (add-log-always-start-new-record): New user option.
4719         (add-change-log-entry): Use it.
4721 2001-10-25  Richard M. Stallman  <rms@gnu.org>
4723         * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
4724         bind case-fold-search if FROM is not all lower case.
4726 2001-10-25  Gerd Moellmann  <gerd@gnu.org>
4728         * startup.el (normal-top-level): Check for frame-initial-frame
4729         only if it's really used.
4731         * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
4733         * progmodes/compile.el (compilation-parse-errors-filename-function):
4734         New variable.
4735         (compilation-parse-errors): Use it.
4737 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
4739         * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
4740         interactively so that C-u M-C-x still does edebug.
4741         (checkdoc-sentencespace-region-engine): Don't force a double-space
4742         after `.' if it doesn't look like an end-of-sentence.
4743         (debug-ignored-errors): Add `disambiguate ...'.
4745 2001-10-24  Stefan Monnier  <monnier@cs.yale.edu>
4747         * textmodes/texinfo.el (texinfo-environments)
4748         (texinfo-environment-regexp): Hoist.
4749         (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
4750         Only highlight the menu name in menu items.
4751         Setup `@foo ... @end foo' as text clones.
4752         (texinfo-clone-environment): New function.
4753         (texinfo-mode): Simplify auto-fill-inhibit-regexp.
4754         (texinfo-insert-block): Simplify.
4755         (texinfo-insert-quote): Insert a plain " if preceded by \ or if
4756         the command is repeated.
4757         (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
4758         (texinfo-insert-@end): Simplify.
4760         * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
4761         (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
4762         (texinfo-subsubsection-level-regexp)
4763         (texinfo-update-menu-same-level-regexps)
4764         (texinfo-update-menu-higher-regexps)
4765         (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
4767         * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
4768         (derived-mode-p): Autoload.
4770         * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
4771         New vars and functions.
4772         (text-clone-maintain, text-clone-create): New functions.
4774 2001-10-25  Miles Bader  <miles@gnu.org>
4776         * facemenu.el (facemenu-add-new-face): Fix variable names.
4778 2001-10-24  Richard M. Stallman  <rms@gnu.org>
4780         * facemenu.el (facemenu-unlisted-faces): Improve doc strings
4781         of t and nil values.
4782         (facemenu-set-face): Handle START and END interactively.
4783         (facemenu-set-foreground): Don't use a face; specify color directly.
4784         (facemenu-set-background): Likewise.
4785         (facemenu-set-face-from-menu): Doc fix.
4786         (facemenu-active-faces): Use face-attribute-vector
4787         to handle bare attributes not in faces.
4788         (facemenu-get-face): Don't handle face names fg:... and bg:...
4789         specially.
4790         (facemenu-add-new-face): New argument MENU.
4791         New way to handle adding colors to the color menus.
4793         * env.el (substitute-env-vars): Quote the arg to rx.
4795 2001-10-24  Sam Steingold  <sds@gnu.org>
4797         * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
4798         Control" and "SGML" groups.
4800 2001-10-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4802         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
4803         Better handling of C++ template args to avoid confusion with `<'
4804         and `>' used as operators in member init expressions.
4806 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
4808         * replace.el (perform-replace): Move START and END parameters
4809         to the end of the argument list and make them optional.
4811         * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
4812         perform-replace.
4814         * international/fontset.el (x-must-resolve-font-name): New function.
4815         (x-complement-fontset-spec): Use it.
4817 2001-10-23  Stefan Monnier  <monnier@cs.yale.edu>
4819         * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
4821         * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
4822         Turn caadr into caar of cdr.
4824 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
4826         * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
4827         of mouse-{1,2} since dragging is on the down event.
4829         * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
4831         * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
4832         if ARG is nil.
4834         * desktop.el (desktop-last-buffer): New variable.
4835         (desktop-create-buffer): Set it.
4836         (desktop-read): Bind it and switch to that buffer.
4838 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
4840         * progmodes/compile.el (compilation-set-window-height):
4841         Select old window only if it's still live.
4843 2001-10-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4845         * help-mode.el (help-buffer): Remove debugging code.
4846         From Stefan Monnier <monnier@cs.yale.edu>.
4848 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
4850         * files.el (file-name-sans-extension, file-name-extension):
4851         Don't count the leading dots in file names as signaling an extension.
4853 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
4855         * vc.el (vc-diff-switches): Doc rewritten.
4857 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
4859         * tooltip.el (tooltip-set-param): Doc fix.
4861         * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
4862         127 to sgml-maybe-name-self.
4863         (sgml-name-8bit-mode): Doc fix.
4864         (sgml-char-names-table): New variable.
4865         (sgml-name-char): Support non-ASCII and mule-unicode-*
4866         characters.  Doc fix.
4867         (sgml-maybe-name-self): Convert unibyte characters to multibyte.
4869         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
4870         doc string the effect of `left' and `top' parameters in
4871         tooltip-frame-parameters, the default values, and the units.
4872         (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
4873         (tooltip-show): Mention in the doc string the `top' and `left'
4874         parameters in tooltip-frame-parameters, and x-max-tooltip-size.
4876 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
4878         Add autoscaling support for vc-annotate.
4879         From J.D. Smith <jdsmith@alum.mit.edu>.
4881         * vc.el (vc-annotate-display-default): Accept colormap scaling
4882         ratio (now deprecated).
4883         (vc-annotate-display-autoscale): Added.
4884         (vc-annotate-add-menu): New autoscaling menu options "Span to
4885         Oldest" and "Span Oldest->Newest".  Easymenu support added for
4886         toggle menus driven by customize variable `vc-annotate-display-mode'.
4887         (vc-annotate-display-select): Added.
4888         (vc-annotate): Changed temp-buffer-show-function to
4889         `vc-annotate-display-select'.
4890         (vc-annotate-display): Removed arguments BUFFER and BACKEND.
4891         Added argument OFFSET.  Instead of backend function, calls now
4892         generic `vc-annotate-difference'.
4893         (vc-annotate-difference): Added as generic function instead of
4894         backend-specific function.  No longer takes argument POINT, but
4895         instead accepts a time OFFSET.
4896         (vc-default-annotate-current-time): Added.
4898         * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
4899         version in vc.el, with
4900         (vc-cvs-annotate-current-time): Added, as override of default.
4901         (vc-cvs-annotate-time): Added.  Taken mostly from the (now removed)
4902         `vc-cvs-annotate-difference'.
4904 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
4906         * saveplace.el (save-place): Require `saveplace'.
4908         * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
4909         Use `sexp' for :value-type instead of `face'.
4911 2001-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
4913         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
4914         regexps due to 5-digit message IDs.
4916 2001-10-21  Jason Rumney  <jasonr@gnu.org>
4918         * term/w32-win.el (redisplay-dont-pause): Don't set.
4920 2001-10-21  Miles Bader  <miles@gnu.org>
4922         * help-funs.el (help-manyarg-func-alist): Variable removed.
4924 2001-10-21  Miles Bader  <miles@gnu.org>
4926         * help-funs.el (help-manyarg-func-alist): Remove entries for
4927         `insert', `insert-and-inherit', `insert-before-markers',
4928         `insert-before-markers-and-inherit', `message', `message-box',
4929         `message-or-box', `propertize', `format', `encode-time', `append',
4930         `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
4931         `insert-string', `ml-if', `ml-provide-prefix-argument', and
4932         `ml-prefix-argument-loop'.
4934 2001-10-21  Andre Spiegel  <spiegel@gnu.org>
4936         * vc.el (vc-diff-internal, vc-coding-system-for-diff)
4937         (vc-default-diff-tree): New functions.
4938         (vc-version-diff): Use them.  As a result, coding systems are now
4939         set up properly for all sorts of diffs, and tree diffs can now
4940         also be done locally.
4941         (vc-diff): With a prefix argument, don't require that it's called
4942         from a buffer under version control.
4943         (diff-switches): Remove duplicate definition.
4945         * vc-cvs.el (vc-cvs-diff-tree): New function.
4947 2001-10-21  Miles Bader  <miles@gnu.org>
4949         * help-funs.el (help-manyarg-func-alist): Remove entries for
4950         `list', `vector', `make-byte-code', `call-process',
4951         `call-process-region', `string', `+', `-', `*', `/', `max', `min',
4952         `logand', `logior', and `logxor'.
4954         * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
4955         image bits to compensate.  Use `make-string' instead of
4956         `make-bool-vector' (XBM apparently wants byte-aligned rows).
4958 2001-10-20  Kim F. Storm  <storm@cua.dk>
4960         * simple.el (kill-ring-save): Don't show extent of copied region
4961         if using transient-mark-mode and region is fully visible.
4963 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
4965         * (Version 21.1 released.)
4967 2001-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
4969         * files.el (auto-mode-alist): Associate .indent.pro with
4970         Fundamental mode.  Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
4972 2001-10-18  Sam Steingold  <sds@gnu.org>
4974         Put the *Compile-Log* buffer in `compilation-mode'.
4975         * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
4976         (byte-compile-log-1, byte-compile-log-file)
4977         (displaying-byte-compile-warnings): Use it
4979 2001-10-18  Stefan Monnier  <monnier@cs.yale.edu>
4981         * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
4983         * xml.el (xml-parse-tag): Use eq on char-after's return value.
4985 2001-10-18  Gerd Moellmann  <gerd@gnu.org>
4987         * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
4989         * obsolete/hilit19.el (hilit-lookup-face-create):
4990         Call set-face-font only if display-graphic-p.
4991         (toplevel): Remove references to window-system.
4993 2001-10-18  Miles Bader  <miles@gnu.org>
4995         * simple.el (what-line): Avoid problems with field properties.
4997 2001-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
4999         * wid-edit.el (widget-field-face, widget-single-line-field-face):
5000         Define special colors for a tty.
5002 2001-10-17  Francesco Potorti`  <pot@gnu.org>
5004         * comint.el (comint-password-prompt-regexp): Make it less
5005         restrictive, letting comint recognise OpenSSH2 passphrase prompts.
5007 2001-10-17  John Wiegley  <johnw@gnu.org>
5009         * eshell/em-unix.el (eshell/cat): Do a quick test if something is
5010         a regular file, before checking if it is a directory or symlink.
5011         This avoids a call to eshell-file-attributes, which can be
5012         expensive in some situations.
5014         * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
5015         customization variable, to differentiate ls-in-dired from regular
5016         uses of ls.
5018 2001-10-17  Miles Bader  <miles@gnu.org>
5020         * custom.el (defface): Mention `:inherit' in doc-string.
5022 2001-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
5024         * paren.el: Update the Commentary with installation instructions.
5026 2001-10-15  Dave Love  <fx@gnu.org>
5028         * international/mule.el (set-auto-coding): Fix regexps for local
5029         variables section not to eat newlines.
5031 2001-10-15  Miles Bader  <miles@gnu.org>
5033         * simple.el (display-message-or-buffer): Pass the correct buffer
5034         to `display-buffer'.
5036 2001-10-14  Stefan Monnier  <monnier@cs.yale.edu>
5038         * progmodes/executable.el (executable-binary-suffixes): Make varalias.
5039         (executable-find): Use exec-suffixes.
5040         (executable-set-magic): Don't use make-local-hook.
5042         * bindings.el (exec-suffixes): Initialize to a system-dependent value.
5044 2001-10-14  Eli Zaretskii  <eliz@is.elta.co.il>
5046         * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
5047         Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
5048         Add .so to the Unix and GNU branch.
5050         * international/latin-1.el:
5051         * international/latin-2.el:
5052         * international/latin-3.el:
5053         * international/latin-4.el:
5054         * international/latin-5.el:
5055         * international/latin-8.el:
5056         * international/latin-9.el: Add no-byte-compile: t, since
5057         Makefile.in instructs make-docfile to look at .el files.
5059 2001-10-14  Miles Bader  <miles@gnu.org>
5061         * button.el (define-button-type): Allow supertype property to be
5062         specified with a keyword `:supertype' too.
5063         (button-put, make-text-button): Allow button type property to be
5064         specified using the keyword `:type' too.
5065         (button-type): New function.
5066         (button): Add `button-category-symbol' property.
5068 2001-10-13  Stefan Monnier  <monnier@cs.yale.edu>
5070         * bindings.el (esc-map): Revert `j' and `C-j' bindings to
5071         indent-new-comment-line from comment-indent-new-line.
5073         * textmodes/refill.el (refill-mode):
5074         Bind DEL to backward-delete-char-untabify.
5075         Set backward-delete-char-untabify-method to `hungry'.
5077         * textmodes/bib-mode.el (bib-mode):
5078         * play/gomoku.el (gomoku-mode):
5079         * textmodes/page-ext.el (pages-directory-mode):
5080         * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
5082         * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
5084         * emacs-lisp/syntax.el (syntax-ppss): Autoload.
5086         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
5087         Handle here-docs differently.
5088         (sh-font-lock-heredoc): Remove.
5089         (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
5090         (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
5091         (sh-font-lock-open-heredoc): New functions.
5092         (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
5093         (sh-font-lock-keywords-1): Use regexp-opt.
5094         (sh-in-comment-or-string): Use syntax-ppss.
5095         (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
5096         (sh-select, sh-tmp-file): Add explicit terminating \n.
5098         * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
5099         Use with-current-buffer.
5100         (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
5101         (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
5102         filename), catch any error that occurs in `ange-ftp-cd'.
5103         If an error happened, don't bother sending `cmd' at all.
5104         Fix a parenthesis typo.
5105         (ange-ftp-write-region): Don't blindly use binary if the remote host
5106         is unix-like.
5108         * play/pong.el (pong-init): Don't use make-local-hook.
5110 2001-10-13  Michael Kifer  <kifer@cs.sunysb.edu>
5112         * viper-ex.el (ex-edit): Make checks for modified buffer/file.
5113         (viper-get-ex-address-subr): More precise addr for the $ marker
5115 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
5117         * version.el (emacs-version): Bump to 21.1.50.
5119 2001-10-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
5121         * mail/mailalias.el (mail-directory-stream): Do not double
5122         variables in the lambda-list.
5124         * play/gomoku.el (gomoku-init-display): Ditto.
5126         * play/landmark.el (lm-init-display): Ditto.
5128         * delim-col.el (delimit-columns-rectangle-max): Ditto.
5129         (delimit-columns-rectangle-line): Ditto.
5131 2001-10-12  Stefan Monnier  <monnier@cs.yale.edu>
5133         * newcomment.el (comment-region-internal): Don't rebind
5134         invisibility_spec now that the C routines handle it correctly.
5136         * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
5138         * frame.el (special-display-popup-frame): Obey new specs `same-window'
5139         and `same-frame'.
5141         * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
5143         * simple.el (minibuffer-local*-map): Remove redundant bindings.
5145         * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
5146         C-p and C-r.  Remove redundant bindings from inheriting maps.
5148         * progmodes/cperl-mode.el: Merged in changes from v4.32.
5149          After 4.23 and: After 4.24:
5150         (cperl-contract-levels): Restore position.
5151         (cperl-beautify-level): Likewise.
5152         (cperl-beautify-regexp): Likewise.
5153         (cperl-commentify): Rudimental support for length=1 runs
5154         (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
5155          After 4.25:
5156         (cperl-commentify): Was recognizing length=2 "strings" as length=1.
5157         (imenu-example--create-perl-index): Was not enforcing
5158         syntaxification-to-the-end.
5159         (cperl-invert-if-unless): Allow `for', `foreach'.
5160         (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
5161         Mark qw(), m()x as indentable.
5162         (cperl-init-faces): Highlight `sysopen' too.
5163         Highlight $var in `for my $var' too.
5164         (cperl-invert-if-unless): Was leaving whitespace at end.
5165         (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
5166         (cperl-calculate-indent): Remove old commented out code.
5167         Support (primitive) indentation of qw(), m()x.
5168          After 4.26:
5169         (cperl-problems): Mention `fill-paragraph' on comment. \"" and
5170         q [] with intervening newlines.
5171         (cperl-autoindent-on-semi): New customization variable.
5172         (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
5173         (cperl-tips): Mention how to make CPerl the default mode.
5174         (cperl-mode): Support `outline-minor-mode'.  From Mark A. Hershberger.
5175         (cperl-outline-level): New function.
5176         (cperl-highlight-variables-indiscriminately): New customization var.
5177         (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
5178         From Sean Kamath <kamath@pogo.wv.tek.com>.
5179         (cperl-after-block-p): Support CHECK and INIT.
5180         (cperl-init-faces, cperl-short-docs): Likewise and "our".
5181         From Doug MacEachern <dougm@covalent.net>.
5182          After 4.27:
5183         (cperl-find-pods-heres): Recognize \"" as a string.
5184         Mark whitespace between q and [] as `syntax-type' => `prestring'.
5185         Allow whitespace between << and "FOO".
5186         (cperl-problems): Remove \"" and q [] with intervening newlines.
5187         Mention multiple <<EOF as unsupported.
5188         (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
5189         (cperl-indent-parens-as-block): New configuration variable.
5190         (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
5191         Use `cperl-indent-parens-as-block'.
5192         (cperl-find-pods-heres): Test for =cut without empty line instead of
5193         complaining about no =cut.
5194         (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
5195         (cperl-find-pods-heres): Likewise.
5196         (cperl-electric-pod): Change `forward-sexp' to `forward-word':
5197         POD could've been marked as comment already.
5198         (cperl-unwind-to-safe): Unwind before start of POD too.
5199          After 4.28:
5200         (cperl-forward-re): Throw an error at proper moment REx unfinished.
5201          After 4.29:
5202         (x-color-defined-p): Make an extra case to peacify the warning.
5203         Toplevel: `defvar' to peacify the warnings.
5204         (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
5205         No -nw-compile time warnings now.
5206         (cperl-find-tags): TAGS file had too short substring-to-search.
5207         Be less verbose in non-interactive mode
5208         (imenu-example--create-perl-index): Set index-marker after name
5209         (cperl-outline-regexp): New variable.
5210         (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
5211         (cperl-mode): Made use `cperl-outline-regexp'.
5212          After 4.30:
5213         (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
5214         (cperl-outline-level): Make start-of-file same level as `package'.
5215          After 4.31:
5216         (cperl-electric-pod): `head1' and `over' electric only if empty.
5217         (cperl-unreadable-ok): New variable.
5218         (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
5219         on an unreadable file.
5220         (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
5221         on an unreadable directory.
5223         * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
5224         Consider the text between two errors as belonging to the first error.
5225         (compilation-goto-locus): Use pop-to-buffer rather than
5226         switch-to-buffer-other-frame.
5228         * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
5229         (awk-font-lock-syntactic-keywords): New var.
5230         (awk-mode): Use it.
5232         * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
5234         * faces.el (describe-face): Call help-setup-xref earlier.
5236         * jka-compr.el (jka-compr-load-suffixes): New var.
5237         (jka-compr-install): Add its content to load-suffixes.
5238         (jka-compr-uninstall): Remove its content from load-suffixes.
5240 2001-10-12  Sam Steingold  <sds@gnu.org>
5242         * bindings.el (completion-ignored-extensions): CL-related
5243         extensions are platform-independent.
5245         * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
5246         asynchronous multiple file copying.
5248 2001-10-12  Gerd Moellmann  <gerd@gnu.org>
5250         * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
5251         Turn error for repeated variables into warning.
5253         * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
5254         New function checking that lambda-list consists of non-constant
5255         symbols, that &rest and &optional are followed by variable names,
5256         that &rest VAR is the last element, and that variables aren't doubled.
5257         (byte-compile-lambda): Use it.
5259 2001-10-12  Eli Barzilay <eli@barzilay.org>
5261         * calculator.el (calculator-eng-display): Don't call concat
5262         with an integer argument.
5264 2001-10-12  Miles Bader  <miles@gnu.org>
5266         * help-mode.el (help-customize-face): New button-type.
5268         * faces.el (list-faces-display): Fix args to `help-xref-button'.
5269         (describe-face): Fix args to `help-xref-button'.
5270         Don't switch to help-buffer around call to `help-setup-xref'.
5271         Use `help-buffer' instead of hard-wired "*Help*".
5272         Require `help-mode'.
5274 2001-10-11  Stefan Monnier  <monnier@cs.yale.edu>
5276         * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
5278         * help-mode.el (help-buffer): New function.
5279         Returns the buffer-name to use for help output.
5280         Change all the code to use it instead of hard-coding *Help*.
5281         (help-mode-map): Put back the mouse-2 binding.
5282         (help-xref-stack): Change the format and make buffer-local.
5283         (help-xref-stack-item): Make buffer-local.
5284         (help-setup-xref): Do the `push' here rather than in help-do-xref.
5285         (help-xref-interned): Display the face doc as well.
5286         (help-follow-mouse): Re-introduce.
5287         (help-xref-go-back): Adapt to the new use of help-xref-stack.
5288         (help-do-xref): Don't `push' any more.
5289         (help-follow): Also follow face names.
5291         * help-funs.el (describe-function-1): Remove unused `parens' arg.
5292         Don't call help-setup-xref anymore and remove its `interactive-p' arg.
5293         Autoload and cleanup.
5294         (describe-function): Call help-setup-xref.
5295         (describe-variable): Call help-setup-xref earlier.
5297         * help.el (describe-bindings-internal): New fun moved from keymap.c.
5298         (view-lossage): Call help-setup-xref correctly and earlier.
5299         (describe-bindings): Call help-setup-xref earlier.
5300         (describe-key): Call help-setup-xref.  Fix call to describe-function-1.
5301         (describe-mode): Don't autoload.  Call help-setup-xref earlier.
5303 2001-10-11  Gerd Moellmann  <gerd@gnu.org>
5305         * master.el (master-mode): Use define-minor-mode instead of
5306         easy-mmode-define-minor-mode.  Add autload cookie.
5307         (Commentary): Remove the line showing how to autoload master-mode,
5308         since it's always autoloaded.
5310         * master.el: New file.
5312 2001-10-11  Dave Love  <fx@gnu.org>
5314         * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
5315         <byte-constref-ops>: Consider byte-constant2 and clarify the code.
5316         <const-C varset-X const-C>: Fix car/cdr typo.
5318 2001-10-11  Gerd Moellmann  <gerd@gnu.org>
5320         * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
5321         New function extracted from byte-compile-log-1.
5322         (byte-compile-log-1): Change output to be more in line with
5323         the output of other GNU tools.
5324         (byte-compile-warn): Emit `warning' instead of `**' for warnings.
5325         (byte-compile-report-error): Downcase error message.
5326         Use `error' instead of `!!' for error messages.
5327         (byte-compile-print-syms): Treat non-interactive case specially.
5328         (displaying-byte-compile-warnings): Use backquote.
5329         (byte-compile-from-buffer): Bind byte-compile-last-line.
5330         (batch-byte-compile): Remove `Done' message.
5332 2001-10-11  Stefan Monnier  <monnier@cs.yale.edu>
5334         * emacs-lisp/copyright.el (copyright): Add final \n.
5336 2001-10-11  Miles Bader  <miles@gnu.org>
5338         * diff.el (diff): Display default values in prompts as
5339         `(default ...)', not `(...)'.
5341         * info.el (Info-follow-reference): Likewise.
5343 2001-10-10  Stefan Monnier  <monnier@cs.yale.edu>
5345         * emacs-lisp/autoload.el (doc-string-elt): Remove.
5347         * newcomment.el (comment-indent): Be a little more robust in case
5348         comment-indent-function does funny things.
5349         (comment-normalize-vars): Autoload.
5350         (comment-region-internal): Fiddle with the visibility spec.
5351         (comment-valid-prefix): New function.
5352         (comment-indent-new-line): Use it.  Ignore adaptive-fill-prefixes
5353         that would turn comment-text into non-comment-text.
5355         * emacs-lisp/syntax.el: New file.
5357         * progmodes/tcl.el: Change maintainer to FSF and remove loads of
5358         compatibility cruft.
5359         (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
5360         (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
5361         (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
5362         tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
5363         tcl-submit-bug-report.
5364         (tcl-mode-syntax-table): Leave \f alone.
5365         (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
5366         tcl-end-of-defun, tcl-submit-bug-report.
5367         (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
5368         (tcl-add-emacs-menu): Remove.
5369         (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
5370         (tcl-keyword-list): Add `chain'.
5371         (tcl-font-lock-syntactic-keywords): New variable.
5372         (tcl-pps-has-arg-6): Remove.
5373         (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
5374         (tcl-internal-mark-defun): Remove.
5375         (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
5376         (tcl-mode): Use define-derived-mode.  Simplify.
5377         Set comment-indent-function.
5378         (tcl-indent-command): Use line-beginning-position and comment-indent.
5379         (tcl-calculate-indent): Renamed from calculate-tcl-indent.
5380         (tcl-indent-line): Use tcl-calculate-indent.
5381         (tcl-indent-exp): Renamed from indent-tcl-exp.  Use new names.
5382         (tcl-add-log-defun): Renamed from add-log-tcl-defun.  Use match-string.
5383         (tcl-filter): Use with-current-buffer, simplify.
5384         (inferior-tcl-mode): Use define-derived-mode.
5385         (tcl-hairy-in-comment): Renamed tcl-in-comment.
5386         (tcl-simple-in-comment, tcl-in-comment): Removed.
5387         (tcl-files-alist): New function.
5388         (tcl-help-snarf-commands): Use it and return the result directly
5389         rather than through a global variable.
5390         (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
5391         (tcl-help-on-word): Provide the default value to completing-read.
5392         (tcl-hilit): Remove.
5393         (tcl-hashify-buffer, tcl-popup-menu): Simplify.
5394         (tcl-comment-indent): New function.
5395         (tcl-submit-bug-report): Remove.
5396         (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
5397         (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
5398         (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
5400 2001-10-10  Miles Bader  <miles@gnu.org>
5402         * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
5403         (Info-fontify-node): Don't fontify the node if it's already been done.
5405 2001-10-10  Gerd Moellmann  <gerd@gnu.org>
5407         * international/iso-transl.el (iso-transl-e-caret)
5408         (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
5409         Fix duplicates.  From Dave Love <d.love@dl.ac.uk>.
5411         * simple.el (end-of-buffer): Fix code scrolling specially
5412         for the buffer end.
5414         * startup.el (command-line-1): Bind tab-width to 8.
5416 2001-10-10  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
5418         * emulation/tpu-edt.el: Use defalias instead of fset for
5419         user-visible commands.  From Rob Riepel
5420         <riepel@Networking.Stanford.EDU>.
5422 2001-10-09  Gerd Moellmann  <gerd@gnu.org>
5424         * ruler-mode.el: New file.
5426 2001-10-09  Miles Bader  <miles@gnu.org>
5428         * apropos.el (button): New require.
5430         * help-funs.el: New file, contents mostly from `help.el'.
5431         (describe-variable): Use `condition-case' instead of `ignore-errors'.
5433         * help-mode.el: New file, contents mostly from `help.el'.
5435         * help.el: Don't require `view' when compiling.
5436         (help-with-tutorial, describe-function, describe-function-1)
5437         (variable-at-point, describe-variable, locate-library):
5438         Functions moved into `help-funs.el'.
5439         (help-manyarg-func-alist): Variable moved into `help-funs.el'.
5440         (help-mode, help-mode-setup, help-mode-finish, help-button-action)
5441         (help-setup-xref, help-xref-following, help-make-xrefs)
5442         (help-xref-button, help-insert-xref-button, help-xref-interned)
5443         (help-xref-go-back, help-go-back, help-do-xref, help-follow)
5444         (help-xref-on-pp): Functions moved into `help-mode.el'
5445         (help-mode-map, help-xref-stack, help-xref-stack-item)
5446         (help-highlight-p, help-highlight-face, help-back-label)
5447         (help-xref-symbol-regexp, help-xref-mule-regexp)
5448         (help-xref-info-regexp): Variables moved into `help-mode.el'.
5449         (help-symbol, help-back, help-info, help-customize-variable)
5450         (help-function-def, help-variable-def):
5451         Button-types moved into `help-mode.el'.
5452         (load-symbol-file-load-history, symbol-file):
5453         Functions moved into `subr.el'.
5454         (symbol-file-load-history-loaded): Variable moved into `subr.el'.
5455         (view-lossage): Call `help-setup-xref' instead of doing it manually.
5457         * subr.el (symbol-file-load-history-loaded)
5458         (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
5460         * loadup.el ("button"): Load removed.
5462         * button.el (define-button-type): Respect any `supertype' property.
5463         (button-type-subtype-p, button-has-type-p): New functions.
5465         * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
5466         dollar-signs.
5468         * comint.el (comint-insert-previous-argument): New function.
5469         (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
5470         (comint-insert-previous-argument-last-start-pos)
5471         (comint-insert-previous-argument-last-index): New variables.
5473         * apropos.el (apropos-next-label-button): Use the presence of a
5474         `apropos-label' property to detect label buttons.
5476 2001-10-08  Miles Bader  <miles@gnu.org>
5478         * button.el (next-button, previous-button): Remove N and WRAP
5479         parameters.  Don't pay attention to `skip' properties.
5480         (forward-button): Implement wrapping, iterating, and skipping here
5481         instead.
5482         (button-activate): USE-MOUSE-ACTION is optional.
5483         (button-nop): Function removed.
5484         (default-button): Use `ignore' as default button action.
5486         * apropos.el (apropos-next-label-button): Update arguments to
5487         `next-button'.
5488         (apropos-symbol): Add `skip' property.
5489         (apropos-function, apropos-macro, apropos-command)
5490         (apropos-variable, apropos-face, apropos-group, apropos-widget)
5491         (apropos-plist): New button types.
5492         (apropos-label-properties): Variable removed.
5493         (apropos-print): Pass button-type to apropos-print-doc, rather
5494         than help function and label text.
5495         (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
5496         Get button label from TYPE.
5498 2001-10-07  Stefan Monnier  <monnier@cs.yale.edu>
5500         * help.el (help-mode): Use define-derived-mode.
5501         (describe-mode): Add optional `buffer' arg.
5502         Use it instead of going through help-xref-mode.
5503         Avoid doubling the word `minor' when prettifying.
5504         (describe-function-1): List the corresponding key bindings.
5505         (describe-variable): Say if the var is automatically buffer-local.
5506         If the source is `loaddefs.el', look for the real source.
5507         (help-xref-mode): Remove.
5509         * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
5510         the file says no-byte-compile.
5512 2001-10-08  Miles Bader  <miles@gnu.org>
5514         * button.el (next-button, previous-button): Respect `skip' property.
5516 2001-10-07  Miles Bader  <miles@gnu.org>
5518         * woman.el (woman-mode-map): Copy button-buffer-map instead of
5519         making a new keymap.  Don't bind mouse-2.  Bind M-mouse-2 to
5520         `woman-follow-word' instead of `woman-mouse-2'.
5521         (woman-follow-word): Renamed from `woman-mouse-2'.
5522         Follow current unconditionally, since this function is now only
5523         bound to M-mouse-2.  Use accessor functions.
5524         (WoMan-highlight-references): Use `make-text-button'.
5525         (woman-xref): New button type.
5527         * loadup.el ("faces"): Move load before loading "loaddefs.el".
5528         ("button"): New load, just before "help" (which uses it).
5530         * help.el (help-mode-map): Make button-buffer-map our parent.
5531         Don't bind mouse events or tab/backtab.
5532         (help-function, help-variable, help-face, help-coding-system)
5533         (help-input-method, help-character-set, help-back, help-info)
5534         (help-customize-variable,  help-function-def, help-variable-def):
5535         New button types.
5536         (help-button-action): New function.
5537         (describe-function-1): Pass help button-types to
5538         `help-xref-button' rather than help function and help-echo string.
5539         Don't put multiple help-function args in a list to pass them to
5540         help-xref-button, just pass them as multiple arguments.
5541         Use `help-insert-xref-button' to make [back]-button, rather than
5542         `help-xref-button'.
5543         (help-xref-button): Take a button-type TYPE as a parameter rather
5544         than a function.  Remove HELP-ECHO parameter.  Remove DATA parameter
5545         and add a &rest parameter ARGS to serve the same purpose.
5546         Use `make-text-button' to add the button.
5547         (help-insert-xref-button): Use `insert-text-button' to add the button.
5548         (help-follow-mouse, help-next-ref, help-previous-ref):
5549         Functions removed.
5550         (help-do-xref): New function.
5551         (help-follow): Use `push-button' and `help-do-xref' to do most of
5552         the work.
5554         * apropos.el (apropos-symbol, apropos-label): New button types.
5555         (apropos-symbol-button-display-help)
5556         (apropos-label-button-display-help, apropos-next-label-button):
5557         New functions.
5558         (apropos-mode-map): Make button-buffer-map our parent.
5559         Don't bind mouse events.
5560         (apropos-print, apropos-print-doc): Create buttons instead of text
5561         properties.
5562         (apropos-mouse-follow): Function removed.
5563         (apropos-follow): Use buttons.
5565         * button.el: New file.
5567 2001-10-07  Gerd Moellmann  <gerd@gnu.org>
5569         * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
5570         Remove.
5572 2001-10-05  Richard M. Stallman  <rms@gnu.org>
5574         * add-log.el (add-change-log-entry): Skip copyright notice
5575         and copying permission notice at start of file, if any.
5576         Make use of terms "entry" and "item" accord with Emacs manual.
5577         Simplify the logic for moving point while entering or creating
5578         an entry and then an item.
5579         (add-change-log-entry-other-window): Doc fix.
5581 2001-10-06  Miles Bader  <miles@gnu.org>
5583         * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
5584         removed; they apparently don't work with faces.
5586 2001-10-05  Sam Steingold  <sds@gnu.org>
5588         * textmodes/sgml-mode.el (html-xhtml): New user option.
5589         (html-tag-alist, html-horizontal-rule, html-image, html-line)
5590         (html-ordered-list, html-unordered-list, html-list-item)
5591         (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
5592         (sgml-skip-close-p): New function.
5593         (sgml-value): Use it.
5595 2001-10-05  Sam Steingold  <sds@gnu.org>
5597         * calendar/diary-lib.el (diary-entry-compare): When times are
5598         identical, compare the entries lexicographically.
5600 2001-10-06  Miles Bader  <miles@gnu.org>
5602         * rfn-eshadow.el (rfn-eshadow-update-overlay):
5603         Use `minibuffer-prompt-end'.
5605         * simple.el (previous-matching-history-element): Fix misplaced
5606         parentheses.
5608 2001-10-05  Miles Bader  <miles@gnu.org>
5610         * rfn-eshadow.el: New file.
5612 2001-10-05  Miles Bader  <miles@gnu.org>
5614         * cus-face.el (custom-face-attributes): Make sure each attribute
5615         has a valid default value.  Remove hacks that mapped `nil' to
5616         `off' and used nil to mean `unspecified'.  Remove `unspecified'
5617         choices from all attributes (unspecified is handled by the parent
5618         checklist).
5619         * cus-edit.el (custom-face-edit-convert-widget)
5620         (custom-face-edit-deactivate, custom-face-edit-activate)
5621         (custom-face-edit-delete, custom-face-edit-attribute-tag):
5622         New functions.
5623         (custom-face-edit): Specify a custom :convert-widget.
5624         (custom-pre-filter-face-spec, custom-post-filter-face-spec):
5625         Don't pass in default filters that map between `nil' and `off' and
5626         `unspecified' and `nil'.
5628 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
5630         * progmodes/compile.el (compilation-buffer-name): New function.
5631         (compile-internal): Use it to determine the name of the
5632         compilation buffer.
5634 2001-10-05  Miles Bader  <miles@gnu.org>
5636         * progmodes/compile.el (grep-use-null-device): New variable.
5637         (grep-command): Mention `grep-use-null-device'.
5638         (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
5639         Make computation of `grep-command' respect `grep-use-null-device'.
5640         (grep): Respect `grep-use-null-device'.
5641         Call `grep-compute-defaults' even if grep-command is set, if
5642         grep-use-null-device is still tentative.
5644         * subr.el (call-process-shell-command): New function.
5646 2001-10-05  Miles Bader  <miles@gnu.org>
5648         * simple.el (previous-matching-history-element)
5649         (next-history-element, next-complete-history-element): Use
5650         `minibuffer-' functions instead of calling `field-' functions directly.
5651         (minibuffer-prompt-end, minibuffer-contents):
5652         (minibuffer-contents-no-properties, delete-minibuffer-contents):
5653         Functions removed (now subrs).
5654         (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
5656         * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
5657         (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
5658         instead of calling `field-' functions directly.
5659         (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
5661 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
5663         * files.el (find-file-noselect): If file's read-only status has
5664         changed on disk, ask if buffer's read-only status should be
5665         changed, unless NOWARN is set.
5667         * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
5668         alias for define-setf-method.
5670         * bindings.el: Remove no-byte-compile from file local variables
5671         to enable bootstrapping.
5673 2001-10-04  Andrew Innes  <andrewi@gnu.org>
5675         * faces.el (face-font-registry-alternatives) [windows-nt]:
5676         Make gb2312 an alias for gb2312.1980.
5678 2001-10-04  Stefan Monnier  <monnier@cs.yale.edu>
5680         * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
5681         (uniquify-reverse-components): Remove.
5683         * emacs-lisp/bytecomp.el (byte-recompile-directory):
5684         Make sure the file is readable.
5685         (byte-compile-file): Don't compile if `no-byte-compile' is set.
5686         (byte-compile-defvar): Update to reflect the change in Fdefvar.
5687         (batch-byte-recompile-directory): Pass arg=0.
5689         * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
5690         (perl-calculate-indent): Use it.
5691         (perl-backward-to-noncomment): Use forward-comment.
5693         * derived.el (define-derived-mode, derived-mode-make-docstring):
5694         Allow `parent' to be nil.
5696         * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
5697         Use define-derived-mode.
5698         (nroff-mode-map, nroff-mode-syntax-table): Massage.
5700         * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
5702         * emacs-lisp/lselect.el: Use facep iso find-face.
5704         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5705         Use regexp-opt.
5706         (doc-string-elt): Set symbols' prop.  Copied from autoload.el.
5707         (lisp-font-lock-syntactic-face-function): New function.
5708         (lisp-mode-variables): Use it.  Make arg optional.
5709         (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
5710         (lisp-mode): Don't pass an arg to lisp-mode-variables.
5711         Set comment-start-skip.
5713         * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
5715         * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
5716         (ignore-errors): Don't bother using a `err' symbol.
5718         * emacs-lisp/autoload.el (autoload-ensure-default-file)
5719         (autoload-insert-section-header, autoload-before-p)
5720         (autoload-remove-section): New functions.
5721         (generate-file-autoloads): Use them.
5722         (update-file-autoloads): Use them.  Return FILE if there's no cookie.
5723         Make sure the autoload file is properly formatted when creating it.
5724         (update-autoloads-from-directories): Use them as well.
5725         Only update autoloads for files whose timestamp has changed.
5726         Add a dummy entry to remember the files which had no autoload cookies.
5728         * timer.el (timer-relative-time): Fix computation for negative `micro'.
5730         * subr.el (define-key-after): Allow `key' to be longer than 1.
5731         (make-local-hook): Make obsolete.
5732         (add-hook, remove-hook): Don't use make-local-hook any more.
5733         (make-syntax-table): Inherit all chars from s-s-t.
5735 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
5737         This is a fix for a report saying that resuming a search with C-s
5738         C-s doesn't use the case-fold-search setting of the previous
5739         search (C-s ... M-c ... then C-s C-s).
5741         * isearch.el (isearch-last-case-fold-search): New variable.
5742         (isearch-mode): Remember value of isearch-case-fold-search
5743         in isearch-last-case-fold-search.
5744         (isearch-done): Quote value of isearch-case-fold-search.
5745         (isearch-repeat): When resuming a search, restore
5746         isearch-case-fold-search from isearch-last-case-fold-search.
5748         Added to NEWS.
5750         * startup.el (inhibit-startup-buffer-menu): New user-option.
5751         (command-line-1): If inhibit-startup-buffer-menu is set, don't
5752         display the buffer menu.  From Simon Josefsson <jas@extundo.com>.
5754         This allows upto 99999 messages in the summary without screwing up
5755         the summary sorting.  Previously 9999 was the maximum.  Added to NEWS.
5757         * mail/rmailsum.el (rmail-make-summary-line)
5758         (rmail-make-summary-line-1, rmail-summary-next-same-subject)
5759         (rmail-summary-goto-msg, rmail-summary-goto-msg):
5760         Allow 5-digit message ids instead of 4.
5762         This adds expansion of environment variables in the value
5763         specified with M-x setenv.  Added to NEWS.
5765         * env.el (substitute-env-vars): New function.
5766         (setenv): Add parameter SUBSTITUTE-ENV-VARS.  If set, substitute
5767         environment variables in VALUE.  Return VALUE.
5769 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
5771         * Branch for 21.1.
5773 2001-10-03  Stefan Monnier  <monnier@cs.yale.edu>
5775         * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
5777 2001-10-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
5779         * emulation/tpu-edt.el: Make messages match original TPU/edt
5780         editor.  From riepel@Stanford.EDU (Rob Riepel).
5782 2001-10-03  Eli Zaretskii  <eliz@is.elta.co.il>
5784         * rect.el: Update maintainer's email address.
5786 2001-10-02  Andreas Schwab  <schwab@suse.de>
5788         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
5789         and Extended Passive Mode, resp.
5791 2001-10-01  Eli Zaretskii  <eliz@is.elta.co.il>
5793         These changes add support for Calendar-related items in the
5794         menu bar on tty's as well:
5796         * calendar/calendar.el (calendar-mode-map): Require cal-menu
5797         unconditionally.
5798         (calendar-mode): Set up activate-menubar-hook unconditionally.
5800         * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
5801         calls x-popup-menu only if popup menus are supported.
5802         (calendar-mouse-insert-hebrew-diary-entry)
5803         (calendar-mouse-insert-islamic-diary-entry)
5804         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
5805         (calendar-mouse-view-other-diary-entries)
5806         (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
5807         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
5808         Call cal-menu-x-popup-menu instead of x-popup-menu.
5810 2001-10-01  Gerd Moellmann  <gerd@gnu.org>
5812         * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
5814         * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
5816         * emacs-lisp/rx.el: New file.
5818 2001-10-01  Eli Zaretskii  <eliz@is.elta.co.il>
5820         * help.el (help-for-help): Doc fix.  From Pavel@Janik.cz (Pavel Janik).
5822 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
5824         * frame.el (select-frame-by-name, other-frame): Doc fix.
5826 2001-09-29  Eli Zaretskii  <eliz@is.elta.co.il>
5828         * play/snake.el (snake-score-file): Use temporary-file-directory
5829         instead of a literal "/tmp".  Suggested by Robert
5830         <robert@chezmarshall.freeserve.co.uk>.
5832         * play/tetris.el (tetris-score-file): Ditto.
5834 2001-09-28  Eli Zaretskii  <eliz@is.elta.co.il>
5836         * apropos.el (apropos-print): Make the directions inserted at the
5837         beginning of the *Apropos* buffer more clear.
5839 2001-09-27  Michael Kifer  <kifer@cs.sunysb.edu>
5841         * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
5842         Added comments.
5844 2001-09-27  Stefan Monnier  <monnier@cs.yale.edu>
5846         * newcomment.el (comment-normalize-vars): Use " \t" rather than
5847         "\\s-" when defining comment-end-skip.
5849 2001-09-27  Gerd Moellmann  <gerd@gnu.org>
5851         * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
5852         Call get-buffer-window first second arg `visible'.
5854         * international/mule-diag.el (list-input-methods-1):
5855         Output something that's independent of Emacs' version.
5857         * tar-mode.el (tar-mode-write-file): Don't signal an error by
5858         calling byte-to-position with a nil tar-header-offset.
5860 2001-09-27  Simon Josefsson  <jas@extundo.com>
5862         * mail/sendmail.el (send-mail-function): Doc fix.
5863         (mail-do-fcc): Error if header-end is not a marker.
5864         (mail-do-fcc): Add a comment.
5865         (mail-reply-to): Doc fix.
5866         (mail-signature): Make ATPOINT optional.
5867         (mail-yank-original): Use cond instead of nestled if.
5869 2001-09-26  Stefan Monnier  <monnier@cs.yale.edu>
5871         * info.el (Info-on-current-buffer): Default arg to "Top".
5873 2001-09-25  Eli Barzilay  <eli@barzilay.org>
5875         * calculator.el (calculator-copy-displayer): New user-option.
5876         (calculator-displayer-prev, calculator-displayer-next):
5877         Renamed from calculator-displayed-{left,right}.
5878         (calculator, calculator-standard-displayer)
5879         (calculator-num-to-string, calculator-update-display)
5880         (calculator-copy, calculator-put-value): Bug and display fixes.
5882 2001-09-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5884         * ebnf2ps.el: Eliminate make-local-hook calls.  Doc fix.
5885         (ebnf-version): New version (3.6.1).
5887         * ebnf-bnf.el: Fix character range regexp.  Doc fix.
5888         (ebnf-bnf-non-terminal-chars): New internal const.
5889         (ebnf-bnf-lex): Fix code.
5891         * ebnf-iso.el: Fix character range regexp.  Doc fix.
5892         (ebnf-iso-non-terminal-chars): New internal const.
5893         (ebnf-iso-lex): Fix code.
5895         * ebnf-yac.el: Fix character range regexp.  Doc fix.
5896         (ebnf-yac-skip-chars): New internal const.
5897         (ebnf-yac-skip-code): Fix code.
5899 2001-09-24  Stefan Monnier  <monnier@cs.yale.edu>
5901         * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
5903         * pcvs-parse.el (cvs-parse-commit): Expand the file name before
5904         passing it to VC.
5906         * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
5907         case where the file is relative.
5909 2001-09-24  Gerd Moellmann  <gerd@gnu.org>
5911         * xml.el (xml-parse-attlist): Quotes around attributes must be the
5912         same on each side.  Make sure we properly handle simple quotes.
5913         From Daiki Ueno <ueno@unixuser.org>.
5915 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
5917         * mail/sendmail.el (mail-mode): Doc fix.  From Simon Josefsson
5918         <jas@extundo.com>.
5920         * menu-bar.el (top-level): Minor fixes for text of help-echo in
5921         some items of the Options menu.
5923 2001-09-22  Stefan Monnier  <monnier@cs.yale.edu>
5925         * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
5927         * vc-hooks.el (vc-delete-automatic-version-backups):
5928         Don't fail if the directory doesn't exist.
5930         * diff-mode.el (diff-default-read-only): New var.
5931         (diff-mode): Use it.
5933 2001-09-22  Eli Zaretskii  <eliz@is.elta.co.il>
5935         * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
5936         Use make-keymap instead of copy-keymap, since copying the global
5937         keymap messes up the menu bar.
5939         * info.el (Info-goto-node, Info-menu): Doc fix.  Suggested by
5940         Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
5942 2001-09-21  Eli Zaretskii  <eliz@is.elta.co.il>
5944         * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
5946         * dired-aux.el (dired-insert-subdir): Pass switches to
5947         dired-build-subdir-alist.
5949 2001-09-21  Stephen Gildea  <gildea@stop.mail-abuse.org>
5951         * time-stamp.el (time-stamp-string-preprocess): Fix bug that
5952         caused %#a and %#b to be mis-formatted.
5954 2001-09-20  Eli Zaretskii  <eliz@is.elta.co.il>
5956         * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
5957         ccmode, emacs-mime, and eudc manuals.
5959 2001-09-19  Sam Steingold  <sds@gnu.org>
5961         w32 find cannot be used with `grep-find'.
5962         * progmodes/compile.el (find-program): New variable.
5963         (grep-compute-defaults): Use it to set `grep-find-command'.
5965 2001-09-19  Gerd Moellmann  <gerd@gnu.org>
5967         * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
5969 2001-09-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5971         * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
5972         programming.  Doc fix.
5973         (ebnf-version): New version (3.6).
5974         (ebnf-eps-begin): Data fix.
5975         (ebnf-begin-file): Code fix.
5977         * ebnf-bnf.el: Doc fix.
5978         (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
5980         * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
5982 2001-09-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5984         * ps-print.el: Better face mapping for black/white PostScript printers.
5985         Check if mark is active when printing a region.  Doc fix.
5986         (ps-print-version): New version number (6.5.5).
5987         (ps-print-color-p): Customization fix.
5988         (ps-black-white-faces): New option.
5989         (ps-black-white-faces-alist): New internal var.
5990         (ps-count-lines-preprint, ps-print-preprint-region): New funs.
5991         (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
5992         (ps-nb-pages-region): Interactive fix.
5993         (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
5994         (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
5996 2001-09-18  Eli Zaretskii  <eliz@is.elta.co.il>
5998         * dired.el (dired-move-to-filename-regexp): Allow one digit in the
5999         numeric month value, and allow the Kanji character after the it to
6000         be missing (happens with ls-lisp's output on Japanese versions of
6001         MS-Windows).
6003 2001-09-18  Miles Bader  <miles@gnu.org>
6005         * diff-mode.el (diff-mode): Don't make the buffer read-only if
6006         it's empty (and thus probably a new patch file about to be edited).
6008 2001-09-17  Gerd Moellmann  <gerd@gnu.org>
6010         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6011         Check for '(' in column 0 of doc string.
6013         * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
6014         of `nth' so that using a vector as bounding-box works.
6015         From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6017 2001-09-17  Andre Spiegel  <spiegel@gnu.org>
6019         * vc.el (vc-annotate): Use current workfile version explicitly as
6020         a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
6022 2001-09-16  Eli Zaretskii  <eliz@is.elta.co.il>
6024         * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
6025         convert-standard-filename doesn't guarantee that the .el extension
6026         is preserved.
6028         * dos-fns.el (convert-standard-filename): Replace invalid
6029         characters only after converting dash/underscore to a period.
6030         (original-make-auto-save-file-name): New.
6031         (make-auto-save-file-name): New function, overrides the definition
6032         on files.el and calls the original function via
6033         original-make-auto-save-file-name.
6035         * mail/rmail.el (top-level): Require mule-utils when compiling.
6036         (rmail-decode-babyl-format): Use detect-coding-with-priority
6037         instead of detect-coding-region, to favor detection of emacs-mule
6038         encoded Babyl files written by rmailout.el etc.  Suggested by
6039         Kenichi Handa <handa@etl.go.jp>.
6041 2001-09-14  Eli Zaretskii  <eliz@is.elta.co.il>
6043         * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
6044         Use `equal', not `=', since the device number can be a cons cell.
6046 2001-09-14  Gerd Moellmann  <gerd@gnu.org>
6048         * simple.el: Comment out change of 2001-09-13.
6050 2001-09-13  Milan Zamazal  <pdm@zamazal.org>
6052         * progmodes/compile.el (grep-compute-defaults): Don't set
6053         grep-command/grep-find-command when it is already non-nil.
6054         (grep-command): Make it a user option.
6055         (grep-find-command): Likewise.
6057 2001-09-13  Michael Kifer  <kifer@cs.sunysb.edu>
6059         * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
6060         inhibit quit.
6062 2001-09-13  Eli Zaretskii  <eliz@is.elta.co.il>
6064         * files.el (make-auto-save-file-name): If long file names are not
6065         supported on MS-DOS, truncate the file name to DOS 8+3 limits before
6066         generating an auto-save file name from it.
6068 2001-09-13  Gerd Moellmann  <gerd@gnu.org>
6070         * ps-print.el (ps-print-region, ps-print-region-with-faces)
6071         (ps-nb-pages-region): Signal an error if called interactively
6072         and the mark is not active.
6074         * simple.el (minibuffer-prompt-modification)
6075         (minibuffer-prompt-insertion): New functions.
6076         (minibuffer-prompt-properties): Use `modification-hooks' and
6077         `insert-in-front-hooks'.
6079 2001-09-12  Richard M. Stallman  <rms@gnu.org>
6081         * textmodes/outline.el (outline-regexp): Doc fix.
6082         Initialize it in the defcustom, the usual way.
6084 2001-09-12  Gerd Moellmann  <gerd@gnu.org>
6086         * ediff-mult.el (ediff-get-meta-info): Take into account that data
6087         from `ediff-meta-info' properties need not be an overlay.
6088         From David Ponce <dponce@voila.fr>.
6090         * isearch.el (isearch-intersects-p): Fix end checks.
6092 2001-09-11  Eli Zaretskii  <a34785@is.elta.co.il>
6094         * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
6095         `t' branch of `cond', since Irix 6.1 and up is a special case of
6096         the standard dbx interface.
6098 2001-09-11  Miles Bader  <miles@gnu.org>
6100         * comint.el (comint-send-input): When waiting for echoed input,
6101         don't save the expected end position in `echo-end', so that things
6102         work properly even if the buffer is modified elsewhere at the same
6103         time [this happens if `comint-truncate-buffer' is used].
6105 2001-09-11  Gerd Moellmann  <gerd@gnu.org>
6107         * textmodes/outline.el (outline-mode): Use `^' and a shy group
6108         when constructing imenu-generic-expression from outline-regexp.
6110 2001-09-10  Eli Zaretskii  <eliz@is.elta.co.il>
6112         * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
6113         `equal' instead of `=', since they can be cons cells.  From Nils
6114         Goesche <cartan@cartan.de>.
6116 2001-09-10  Andre Spiegel  <spiegel@gnu.org>
6118         * vc.el (vc-annotate): Rewrote doc string.
6120 2001-09-10  Eli Zaretskii  <eliz@is.elta.co.il>
6122         * time-stamp.el: Update Stephen Gildea's email address.
6124 2001-09-10  Gerd Moellmann  <gerd@gnu.org>
6126         * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
6127         enable-multibyte-characters = nil.  From Hallvard B Furuseth
6128         <h.b.furuseth@usit.uio.no>.
6130 2001-09-09  Michael Kifer  <kifer@cs.sunysb.edu>
6132         * ediff-init.el (ediff-highest-priority): Bug fix.
6134         * viper-cmd.el (viper-special-read-and-insert-char): New function
6135         that reads a character and uses the current input method or
6136         iso-accents when appropriate.
6138         * viper.el and all others: Corrections to the comment blocks at
6139         the top.
6141 2001-09-09  Eli Zaretskii  <eliz@is.elta.co.il>
6143         * info.el (Info-goto-node): Doc fix.
6145 2001-09-07  Gerd Moellmann  <gerd@gnu.org>
6147         * isearch.el (isearch-intersects-p): New function.
6148         (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
6149         use isearch-intersects-p, and clean up.
6151 2001-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
6153         * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
6154         and "german8", for the new German orthography dictionaries,
6155         (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
6156         the entries, to keep the line length balanced for loaddefs.el.
6158 2001-09-07  Dr Francis J. Wright  <F.J.Wright@qmw.ac.uk>
6160         * comint.el (comint-send-input): Handle comint-process-echoes
6161         differently.
6163 2001-09-07  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
6165         * locate.el (locate-insert-header): Remove unnecessary whitespace.
6167 2001-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
6169         * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
6171 2001-09-07  Gerd Moellmann  <gerd@gnu.org>
6173         * server.el (server-switch-buffer):
6174         * textmodes/refer.el (refer-find-entry-internal):
6175         * term/sup-mouse.el (sup-pos-to-window):
6176         * term/bg-mouse.el (bg-window-from-x-y):
6177         * emacs-lisp/edebug.el (edebug-window-live-p):
6178         Use get-window-with-predicate.
6180         * window.el (get-window-with-predicate): Renamed from some-window.
6181         (some-window): Make it an alias.
6183 2001-09-06  Gerd Moellmann  <gerd@gnu.org>
6185         * simple.el (undo): Remove positions from buffer-undo-list up to
6186         the next undo boundary only.
6188 2001-09-06  Eli Zaretskii  <eliz@is.elta.co.il>
6190         * makefile.nt (install): Don't copy sc.el.  Reported by Richard
6191         Kim <ryk@dspwiz.com>
6193         * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
6194         the message "Creating customization items...done".
6196 2001-09-05  Gerd Moellmann  <gerd@gnu.org>
6198         * font-lock.el (toplevel): Require `jit-lock' only if
6199         font-lock-support-mode is set to jit-lock-mode.
6201 2001-09-05  Eli Zaretskii  <eliz@is.elta.co.il>
6203         * international/quail.el (quail-use-package, quail-inactivate)
6204         (quail-activate): Mention the hooks these functions run in their
6205         doc strings.
6207 2001-09-05  Edward M. Reingold <reingold@iit.edu>
6209         * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
6210         of file in header of menu.
6212 2001-09-04  Gerd Moellmann  <gerd@gnu.org>
6214         * env.el (setenv): Interactively, if VARIABLE has a current value,
6215         add that to the front of the history, as the doc string says.
6217         * comint.el (comint-send-input): Change help-echo.
6218         From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
6220         * bookmark.el (bookmark-write-file): Bind print-length and
6221         print-level to nil.  From Tom Capey <tomc@edina.co.uk>.
6223         * obsolete/uncompress.el: Moved there from lisp/.
6225         * comint.el (comint-insert-clicked-input): Goto point-max before
6226         deleting previous input.  From "Dr Francis J. Wright"
6227         <F.J.Wright@qmw.ac.uk>.
6229         * simple.el (backward-word): Doc fix.
6231 2001-09-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
6233         * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
6234         * uncompress.el, uniquify.el, vc.el, view.el, window.el
6235         * w32-fns.el: Add Keywords header.
6237 2001-09-04  Eli Zaretskii  <eliz@is.elta.co.il>
6239         * menu-bar.el: Fix separators in the Edit menu.  Bring "Fill" near
6240         "Text Properties".  Suggested by Simon Marshall
6241         <Simon.Marshall@midas-kapiti.com>.
6243 2001-09-04  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
6245         * term/mac-win.el (mac-drag-n-drop): Decode file name by
6246         consulting the value of file-name-coding-system.
6248 2001-09-03  Stefan Monnier  <monnier@cs.yale.edu>
6250         * help.el (describe-function-1): Save precomputed `file-name' rather
6251         than recomputing it (incorrectly) with `symbol-file'.
6253 2001-09-03  Gerd Moellmann  <gerd@gnu.org>
6255         * international/isearch-x.el (isearch-exit-recursive-edit):
6256         Take three parameters, since it's used as an after-change-function.
6258         * emacs-lisp/backquote.el (backquote-backquote-symbol)
6259         (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
6260         from doc strings.
6262 2001-09-02  Milan Zamazal  <pdm@zamazal.org>
6264         * progmodes/glasses.el (glasses-convert-to-unreadable):
6265         Consider underscores as in `glasses-make-readable'.
6267 2001-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
6269         * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
6270         MS-DOS, since cpp might not be available.
6272         * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
6273         Mention "yank" in the help-echo text.
6274         Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6276 2001-09-01  Stefan Monnier  <monnier@cs.yale.edu>
6278         * newcomment.el (comment-indent): Insert spaces more carefully.
6280 2001-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
6282         * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
6283         exists.  From Andy Petrusenco <andy@int.spb.ru>.
6285         * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
6286         display-popup-menus-p returns nil.  Suggested by Andy Petrusenco
6287         <andy@int.spb.ru>.
6289 2001-08-31  Gerd Moellmann  <gerd@gnu.org>
6291         * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
6292         Instead of running mouse-yank-at-click, see what the event is
6293         bound to outside Isearch and run that.
6295 2001-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
6297         * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
6298         Fix the menu entry to mention transient-mark-mode.
6300 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
6302         * simple.el (eval-expression-print-level): Fix last change.
6304         * bindings.el (mode-line-coding-system-map): New variable.
6305         (mode-line-mule-info): Give the "%Z" a local-map keymap.
6307         * simple.el (eval-expression-print-level): Change the type
6308         of the defcustom to allow nil.
6310         * emacs-lisp/find-gc.el: Moved here from lisp/.
6312         * international/quail.el (quail-completion-1):
6313         Reverse the ((CHAR . DEFN) ...) list before processing it.
6314         From Kenichi Handa <handa@etl.go.jp>.
6316         * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
6317         * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
6319 2001-08-30  Eli Zaretskii  <eliz@is.elta.co.il>
6321         * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
6322         aren't supported.  This avoids the annoying gray strip drawn by
6323         the Windows version instead of the missing tool bar.
6325 2001-08-29  Gerd Moellmann  <gerd@gnu.org>
6327         * menu-bar.el (menu-bar-options-menu): Make option text, messages
6328         and tooltips more consistent.  From "Marshall, Simon"
6329         <Simon.Marshall@midas-kapiti.com>.
6331         * startup.el (fancy-splash-screens): Temporarily set
6332         minor-mode-map-alist to nil while displaying splash screens.
6334 2001-08-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
6336         * buff-menu.el: Add Keywords header.
6337         Doc fix (C-x C-b is bound to list-buffers).
6339         * dired-x.el: Add keyword files to get listed in finder.
6340         Remove confusing notes about GNU Emacs 19.
6342         * dired.el, dired-aux.el: Add Keywords header.
6344 2001-08-28  Andre Spiegel  <spiegel@gnu.org>
6346         * vc.el (vc-revert-file): Call the backend even if the FILE's
6347         contents can be reverted locally; pass new arg CONTENTS-DONE
6348         down to the backend.
6350         * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
6351         optional arg CONTENTS-DONE.
6353 2001-08-28  Andrew Innes  <andrewi@gnu.org>
6355         * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
6357 2001-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
6359         * makefile.nt (install): Copy more *.el files.
6361 2001-08-28  Gerd Moellmann  <gerd@gnu.org>
6363         * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
6364         instead of `w' which is already in use.
6366         * gs.el (gs-load-image): Use sleep-for.
6367         From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6369 2001-08-28  Miles Bader  <miles@gnu.org>
6371         * replace.el (query-replace-regexp-eval): Return args from
6372         `interactive' form in correct order.
6374 2001-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
6376         * mouse.el (mouse-buffer-menu): If the buffer menu is split by
6377         major modes, don't create panes for modes for which
6378         mouse-buffer-menu-alist returns an empty alist.
6380 2001-08-28  Thien-Thi Nguyen  <ttn@gnu.org>
6382         * progmodes/hideshow.el: Update first-line description.
6383         Sync comments w/ maintainer version 5.31.
6385         (hs-isearch-open): Default value now `code'.
6386         Fix docstring to use "code blocks" vs "comment blocks",
6387         as opposed to "block" vs "comment".
6388         (hs-flag-region): Accept `hs-isearch-open' value
6389         of `block' as synonymous w/ `code'.
6390         (hs-hide-block-at-point): For code blocks, pass `code'
6391         to `hs-flag-region' instead of `block'.
6393 2001-08-28  Miles Bader  <miles@gnu.org>
6395         * comint.el (comint-next-prompt): Don't loop infinitely if
6396         {next,previous}-single-char-property-change returns its input
6397         position when the search fails.
6399 2001-08-27  Miles Bader  <miles@gnu.org>
6401         * comint.el (comint-get-old-input-default): Don't signal an error
6402         if point is not on an input field; instead, return the current
6403         line (using `comint-bol' to skip any prompt, in case we're not
6404         using fields at all).
6406         * man.el (Man-mode-line-format): Variable removed.
6407         (Man-mode): Change `mode-line-buffer-identification' instead of
6408         `mode-line-format'.
6410 2001-08-27  Gerd Moellmann  <gerd@gnu.org>
6412         * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
6413         From Simon Josefsson <jas@extundo.com>.
6415 2001-08-26  Eli Zaretskii  <eliz@is.elta.co.il>
6417         * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
6418         messages.  From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6420         * emacs-lisp/levents.el: Specify FSF as Maintainer.  From Pavel
6421         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6423         * emacs-lisp/lselect.el: Ditto.
6425         * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
6426         Remove periods from the end of error message strings.
6427         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6429         * progmodes/antlr-mode.el: Add Keywords header.  From Pavel
6430         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6432         * net/telnet.el: Ditto.
6434 2001-08-26  Gerd Moellmann  <gerd@gnu.org>
6436         * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
6437         KEYMAP to the call to define-minor-mode.
6439 2001-08-24  Eli Zaretskii  <eliz@is.elta.co.il>
6441         * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
6442         Replace some of the undefined characters with emulations of bidi
6443         formatting characters and Niqud as per SI 1311-1.
6444         (IT-unicode-translations): Ditto.
6445         (IT-display-table-setup, IT-setup-unicode-display):
6446         Fill characters without translations with dos-unsupported-char-glyph.
6448 2001-08-24  Simon Josefsson  <jas@extundo.com>
6450         * hl-line.el (hl-line-mode): Don't be a global mode.
6451         (global-hl-line-mode): New function.
6453 2001-08-24  Gerd Moellmann  <gerd@gnu.org>
6455         * gs.el (gs-load-image): Wait for GHOSTVIEW window property
6456         being reset by Ghostscript.  Don't kill the gs process.
6457         From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6459 2001-08-24  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
6461         * term/mac-win.el: Require scroll-bar.
6463 2001-08-23  Stefan Monnier  <monnier@cs.yale.edu>
6465         * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
6467 2001-08-23  Eli Zaretskii  <eliz@is.elta.co.il>
6469         * hexl.el (hexl-insert-multibyte-char) New function.
6470         (hexl-quoted-insert, hexl-self-insert-command)
6471         (hexl-insert-hex-char, hexl-insert-decimal-char)
6472         (hexl-insert-octal-char): Call it instead of hexl-insert-char.
6473         Fix the doc strings accordingly.
6474         (hexl-insert-char): Reject characters whose code is above 255.
6475         Doc fix.
6476         (hexl-mode-map): Copy the global keymap instead of creating a
6477         sparse keymap, and bind all self-inserting characters to
6478         hexl-self-insert-command.
6480 2001-08-22  Stefan Monnier  <monnier@cs.yale.edu>
6482         * wid-edit.el (text): Re-order docstring correctly.
6484         * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
6486         * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
6488 2001-08-22  Eli Zaretskii  <eliz@is.elta.co.il>
6490         * simple.el (line-number-mode): Mention the variable
6491         line-number-display-limit-width in the doc string.
6493 2001-08-22  Gerd Moellmann  <gerd@gnu.org>
6495         * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
6496         Temporarily select EVENT's window for switching buffers.
6497         (mode-line-bury-buffer): New function.
6498         (mode-line-buffer-identification-keymap): Use it instead of
6499         bury-buffer.  Bind down-mouse events to prevent global down-mouse
6500         events from shining through.
6502 2001-08-21  Stefan Monnier  <monnier@cs.yale.edu>
6504         * newcomment.el (comment-beginning): Make sure the comment-start
6505         we found isn't a comment-end (in cases where confusion is possible).
6507 2001-08-22  Miles Bader  <miles@gnu.org>
6509         * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
6510         before writing it, so that hard-links don't see new version.
6512 2001-08-21  Gerd Moellmann  <gerd@gnu.org>
6514         * gs.el (gs-set-ghostview-colors-window-prop):
6515         Call x-change-window-property with 3rd arg FRAME.
6516         (gs-load-image): Wait for a previous Ghostscript process
6517         to complete before starting a new one.
6519         * image.el (image-type-regexps): Make sure that the TIFF
6520         pattern is only matched at the beginning of a string.
6521         From Markus Rost <rost@math.ohio-state.edu>.
6523         * international/swedish.el: Pre-Mule file removed.  From Jonas
6524         Oberg <jonas@gnu.org>.
6526 2001-08-20  Rajesh Vaidheeswarran  <rv@gnu.org>
6528         * whitespace.el (whitespace-abort-on-error): Add custom variable
6529         to whitespace to abort a write-file if whitespace is detected in file.
6531         * whitespace.el (whitespace-write-file-hook): Hook to be called
6532         when writing a file. If `whitespace-abort-on-error' is set, the
6533         write will abort on detecting whitespaces.
6534         If `whitespace-auto-cleanup' is set, the file will be cleaned
6535         automatically prior to writing.
6537         * whitespace.el (whitespace-buffer-search): Let's not insert bogus
6538         whitespaces in the error output!
6540         * whitespace.el (whitespace-check-indent-whitespace): Defaults to
6541         `indent-tabs-mode', since the latter notes user preferences on
6542         TABs anyway.
6544         * whitespace.el (whitespace-version): 3.1. All of the above issues
6545         were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
6547 2001-08-20  Gerd Moellmann  <gerd@gnu.org>
6549         * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
6550         some spaces from a message.  From Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>.
6552         * whitespace.el (whitespace-global-mode): Add autoload cookie.
6554 2001-08-20  Alex Schroeder  <alex@gnu.org>
6556         * sql.el (sql-db2): Doc change.
6558 2001-08-20  Alex Schroeder  <alex@gnu.org>
6560         * sql.el (sql-postgres): Add the database at the end of the
6561         parameters instead of at the beginning.
6562         (sql-postgres-options): Doc change.
6564 2001-08-17  Gerd Moellmann  <gerd@gnu.org>
6566         * custom.el (defcustom): Doc fix.
6568 2001-08-16  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6570         * ps-mule.el (find-composition): Check if (char-after POS)
6571         returns a valid character.
6573 2001-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
6575         * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
6576         original-point for extra CR characters that are added/removed when
6577         the buffer is written/read whose EOL type is -dos.
6579 2001-08-16  Miles Bader  <miles@gnu.org>
6581         * simple.el (line-move): Undo previous change.
6583         * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
6584         property to input-terminating `boundary' overlays to avoid
6585         line-move wierdness.
6587 2001-08-16  Gerd Moellmann  <gerd@gnu.org>
6589         * lazy-lock.el (lazy-lock-fontify-region): Widen the current
6590         buffer in a save-restriction.  Under one test case with Ediff,
6591         window-scroll-functions are run with a window start that's
6592         temporarily outside of the restriction.
6594 2001-08-16  Robert J. Chassell <bug-texinfo@gnu.org>
6596         * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
6597         (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
6598         (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
6599         (texinfo-update-menu-region-beginning)
6600         (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
6601         command, @ifnottex, to regexps, so it is found.
6603 2001-08-16  Andrew Innes  <andrewi@gnu.org>
6605         * makefile.nt (DONTCOMPILE): Omit bindings.el.
6606         (DONTCOMPILE): Omit sc.el.
6608         * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
6609         (DONTCOMPILE): Omit sc.el.
6611 2001-08-16  Gerd Moellmann  <gerd@gnu.org>
6613         * replace.el (occur): Bind inhibit-read-only to t.
6615 2001-08-16  Miles Bader  <miles@gnu.org>
6617         * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
6618         calling `constrain-to-field', to avoid problems with comint prompts.
6620 2001-08-15  Gerd Moellmann  <gerd@gnu.org>
6622         * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
6623         (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
6625         * ediff-mult.el (ediff-get-meta-info): Fix the condition
6626         of a while-loop.
6628         * Makefile.in (DONTCOMPILE): Remove sc.el.
6630         * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
6631         Don't include term/.
6633         * mail/sc.el:  Moved to obsolete/.
6635 2001-08-14  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6637         * ps-print.el: Change error function arguments to follow Emacs
6638         message convention.  Doc fix.
6639         (ps-print-version): New version number (6.5.4).
6640         (coding-system-for-write): Change declaration position to avoid
6641         XEmacs compilation gripes.
6642         (coding-system-for-read, buffer-file-coding-system):
6643         Declarations to avoid XEmacs compilation gripes.
6645         * ps-mule.el: Doc fix.
6646         (ps-mule-encode-header-string): If STRING is not a string, replace
6647         STRING by empty string.
6649 2001-08-14  Eli Zaretskii  <eliz@is.elta.co.il>
6651         * frame.el (show-trailing-whitespace): Doc fix.
6653 2001-08-13  Eli Zaretskii  <eliz@is.elta.co.il>
6655         * desktop.el (desktop-save): Insert the coding: tag before
6656         desktop-header.
6658 2001-08-13  Gerd Moellmann  <gerd@gnu.org>
6660         * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
6661         its path from $els.
6663         * image.el (image-jpeg-p): Fix call of substring.
6665 2001-08-10  Gerd Moellmann  <gerd@gnu.org>
6667         * play/animate.el (animate-string): Doc fix.  Use a buffer
6668         name with stars in it.
6669         (animate-sequence): New function.
6670         From Richard Stallman <rms@gnu.org>.
6672         * frame.el (select-frame-set-input-focus): New function
6673         extracted from other-frame.
6674         (other-frame): Use it.
6675         (next-multiframe-window, previous-multiframe-window): Use it.
6677         * isearch.el (isearch-other-meta-char): Don't switch to the
6678         buffer of a window clicked on, when the current buffer is
6679         in Isearch mode.
6681         * image.el (image-jpeg-p): Test for APPn markers in the range
6682         #xe0..#xef.
6684 2001-08-09  Gerd Moellmann  <gerd@gnu.org>
6686         * desktop.el (desktop-save): Don't use concat to form a file
6687         name, use expand-file-name.
6689         * mouse.el (mouse-delete-window): Do nothing if frame has just
6690         one window.
6692         * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
6693         for the minor mode name.
6695         * view.el (toplevel): Use mode-line-minor-mode-keymap for the
6696         minor mode name.
6698         * time.el (display-time-string-forms): Use make-mode-line-mouse-map
6699         instead of make-mode-line-mouse2-map.
6701         * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
6702         the minor mode name.
6704         * emacs-lisp/easy-mmode.el (define-minor-mode):
6705         Use  mode-line-minor-mode-keymap for the minor mode name.
6707         * calendar/calendar.el (calendar-mode-line-format):
6708         Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
6710         * bindings.el (make-mode-line-mouse-map): Renamed from
6711         make-mode-line-mouse2-map.  Take additional arg MOUSE.
6712         (mode-line-modified): Use mouse-3 instead of mouse-2.
6713         (mode-line-buffer-identification-keymap): Bind keys differently.
6714         (propertized-buffer-identification): Adapt help-echo to new bindings.
6716         * bindings.el (mode-line-format): Specify help-echo for line
6717         number, column number and buffer-percent part of the mode-line.
6719         * image.el (image-type-regexps): Allow whitespace at the start
6720         of the image data for XPM, XBM and Postscript, which are
6721         text files.
6722         (image-jpeg-p): Correct calculation of next field offset.
6724 2001-08-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
6726         * battery.el: Fix typo.
6728 2001-08-08  Gerd Moellmann  <gerd@gnu.org>
6730         * image.el (image-type-regexps): Allow predicates.  Change the way
6731         JPEG images are recognized.
6732         (image-jpeg-p): New function.
6733         (image-type-from-data): Handle predicates in image-type-regexps.
6735         * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
6736         #:, #x, #o, and similar constructs.
6738 2001-08-07  Gerd Moellmann  <gerd@gnu.org>
6740         * vc.el (vc-transfer-file): Fix malformed autoload cookie.
6742         * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
6743         instead of `progn'.
6745         * tar-mode.el (tar-extract): Avoid generating a new buffer
6746         for each file visited.  From Markus Rost <rost@math.ohio-state.edu>.
6748         * textmodes/paragraphs.el (forward-sentence): Avoid building
6749         a regexp from sentence-end.  From Kenichi Handa <handa@etl.go.jp>.
6751         * progmodes/executable.el (executable-set-magic):
6752         If executable-find returns a quoted file name, unquote it before
6753         inserting it.
6755         * image.el (image-type-regexps): For JPEG files, use a regexp
6756         derived from the JFIF spec.
6758         * image.el (image-type-regexps): Use `\`' instead of `^' in
6759         most regular expressions.
6761 2001-08-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
6763         * play/animate.el: Re-insert a reference to re-inserted function.
6765 2001-08-06  Gerd Moellmann  <gerd@gnu.org>
6767         * help.el (describe-function-1): Use find-function-search-for-symbol
6768         instead of find-function-noselect because the latter follows aliases.
6770         * play/animate.el (animate-birthday-present): Re-insert.
6772         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6773         Handle old-style menu definitions.
6775 2001-08-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
6777         * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
6778         * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
6780         * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
6781         * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
6782         * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
6784 2001-08-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
6786         * textmodes/tildify.el: Milan Zamazal has new address.
6788 2001-08-03  Gerd Moellmann  <gerd@gnu.org>
6790         * custom.el (custom-set-variables): Don't test `custom-requests'
6791         properties, check the third element of the options passed to
6792         custom-set-variables instead.
6794         * info.el (info-insert-file-contents): Use info-file-exists-p
6795         instead of file-exists-p.
6797         * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
6798         the mode-line face is restored.  Fix several bugs.
6800         * replace.el (perform-replace): Doc fix.
6802 2001-08-02  Francesco Potorti`  <pot@gnu.org>
6804         * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
6805         (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
6806         (uniquify-fix-item-base, uniquify-fix-item-filename)
6807         (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
6808         Callers changed.
6809         (uniquify-set-proposed): Changed to work with a vector item.
6810         (uniquify-rationalize-file-buffer-names): Use a list of arrays for
6811         the fix list, and a list of strings for the non-file buffer
6812         names.  Both changes reduce consing.
6813         (uniquify-rationalize-a-list): Local variable renaming.
6814         (uniquify-rationalize-conflicting-sublist): Use member instead of
6815         assoc.
6816         (uniquify-rename-buffer): Use unless instead of if not.
6818 2001-08-02  Gerd Moellmann  <gerd@gnu.org>
6820         * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
6822         * custom.el (custom-set-variables): Set options with :require
6823         clauses last.
6825         * custom.el (defcustom): Doc fix.
6827         * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
6829 2001-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
6831         * man.el (man): Mention Man-switches in the doc string.
6832         (Man-switches): Mention -a in the doc string.
6834         * textmodes/ispell.el (ispell-alternate-dictionary):
6835         Add /usr/share/lib/dict/words, for Irix.
6837         * bindings.el: Bind shifted and control-shifted kp-* keys to the
6838         corresponding non-kp keys.  Suggested by Stephen Gildea
6839         <gildea@stop.mail-abuse.org>.
6841 2001-08-01  Francesco Potorti`  <pot@gnu.org>
6843         * uniquify.el: These changes correct a corner case that the old
6844         code managed correctly.
6845         (uniquify-fix-item-proposed): Renamed from
6846         uniquify-fix-item-min-proposed.
6847         (uniquify-set-proposed): New function.
6848         (uniquify-rationalize-file-buffer-names): Code reshuffled for
6849         clarity and speed.
6850         (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
6851         This is equivalent to what the old code did.
6852         (uniquify-rationalize-a-list): Never recompute the proposed
6853         name.  Sort the conflicting sublist before rationalising it: this
6854         is equivalent to what the old code did, but one directory element
6855         at a time, and only when necessary.
6856         (uniquify-rationalize-conflicting-sublist): Recompute here the
6857         proposed name.
6859 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
6861         * play/animate.el: Add Keywords and Maintainer.  Remove a
6862         reference to a removed function.
6864         * play/animate.el (animate-string): Handle case that the string is
6865         longer than the window is wide.
6867 2001-07-31  Gerd Moellmann  <gerd@gnu.org>
6869         * desktop.el (desktop-save): Bind coding-system-for-write to
6870         `emacs-mule' for write-region.
6872         * delsel.el (delete-selection-pre-hook): Don't set this-command
6873         to `ignore' if the region is empty.
6875         * international/mule.el (set-keyboard-coding-system):
6876         Set keyboard-coding-system.
6878         * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
6879         before accessing it.
6881 2001-07-30  Andreas Schwab  <schwab@suse.de>
6883         * menu-bar.el (toggle-highlight-paren-mode):
6884         Use `(show-paren-mode)' as body.
6886 2001-07-30  Andre Spiegel  <spiegel@gnu.org>
6888         * vc.el (vc-checkout-hook): New hook.
6889         (vc-checkout): Run it.
6891 2001-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
6893         * progmodes/make-mode.el (makefile-macroassign-regex):
6894         Recognize the ?= operator.  From Jonathan Kamens <jik@curl.com>.
6896 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
6898         * vc.el (vc-switch-backend): Fix autoload cookie.
6900         * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
6901         the desktop file.
6903 2001-07-30  Simon Josefsson  <jas@extundo.com>
6905         * mail/mail-utils.el (mail-strip-quoted-names): Replace text
6906         literally.  Reported by Sean Rima <sean@**Delete**.tcob1.net>.
6908 2001-07-27  Gerd Moellmann  <gerd@gnu.org>
6910         * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
6911         (last-sexp-toggle-display): Renamed from last-sexp-print.
6912         (last-sexp-toggle-display, eval-last-sexp-1):
6913         Use last-sexp-setup-props.
6915         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
6916         New user-options.
6917         (mouse-wheel-change-button): New function.
6918         (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
6919         (mwheel-scroll): Ditto.
6921 2001-07-26  Gerd Moellmann  <gerd@gnu.org>
6923         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
6924         `...', compare with unabbreviated printed representation instead.
6925         (last-sexp-print): Bind print-length and print-level to nil.
6927         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
6928         before assigning text properties.  Make properties rear-nonsticky.
6930         * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
6931         (eval-last-sexp-1): Give printed text a `keymap' property and bind
6932         <mouse-2> and <RET> in that map to a function printing the
6933         unabbreviated value.
6935         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
6936         is a buffer, put a text property `printed-value' on the printed
6937         representation, with the Lisp object printed as value.
6939 2001-07-25  Eli Zaretskii  <eliz@is.elta.co.il>
6941         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
6942         Mention the effect of eval-expression-print-length and
6943         eval-expression-print-level in the doc strings.  Suggested by
6944         Kevin Gallagher <kevingal@onramp.net>.
6946 2001-07-25  Gerd Moellmann  <gerd@gnu.org>
6948         * xt-mouse.el (xterm-mouse-event): Recognize control sequences
6949         for buttons > 3.
6950         (xterm-mouse-translate): Handle the case that we don't get a
6951         down-event.
6953         * emacs-lisp/find-func.el (find-function-regexp):
6954         Add easy-mmode-define-global-mode to the regexp.  Allow newlines
6955         in front of the function name.
6957         * isearch.el (isearch-other-meta-char): Fix last change.
6959         * isearch.el (isearch-other-meta-char): Don't modify mode-line and
6960         similar events for which fake prefix keys are generated.  It's no
6961         longer necessary since read_key_sequence doesn't modify these
6962         events for internal purposes anymore.
6964         * files.el (auto-mode-alist): Use nroff-mode for files ending
6965         in `.9'.  From Assar Westerlund  <assar@stacken.kth.se>.
6967 2001-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
6969         * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
6970         tool-bar-lines parameter, behave as if its value were zero.
6971         (mouse-avoidance-set-pointer-shape): Don't do anything if
6972         x-pointer-shape is not boundp.
6974 2001-07-23  Francesco Potorti`  <pot@gnu.org>
6976         * uniquify.el: Overall speedup changes when using many buffers.
6977         (uniquify-fix-item-base, uniquify-fix-item-filename)
6978         (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
6979         (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
6980         place in the item, but was never used.
6981         (uniquify-fix-item-min-proposed): New defalias: the fourth place
6982         in the item is now used as cache for the proposed name.
6983         (uniquify-rationalize-file-buffer-names): Move computation made on
6984         newbuffile out of the loop, in the newbuffile-nd local var.
6985         Use dolist (cosmetic change).  Compute the proposed name for the most
6986         common case and cache it in the fourth place in the item.
6987         (uniquify-rationalize-file-buffer-names): Used to return a a list
6988         of buffer whose name was changed, but that return value was never used.
6989         (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
6990         the cached proposed name, does much less consing and is quicker.
6991         (uniquify-filename-lessp): Deleted.
6992         (uniquify-rationalize-a-list): Use dolist (cosmetic change).
6993         Do not bind locally the uniquify-possibly-resolvable flag.  Use the
6994         cached proposed name is possible.
6995         (uniquify-get-proposed-name): Arguments changed, callers changed.
6996         (uniquify-rationalize-conflicting-sublist): Explicitely reset the
6997         uniquify-possibly-resolvable flag, which is no more bound locally.
6998         (uniquify-rename-buffer): Do not set the old unrationalised-buffer
6999         flag, which does not exist any more.
7001 2001-07-23  Eli Zaretskii  <eliz@is.elta.co.il>
7003         * term/internal.el (IT-unicode-translations): Fix the appearance of
7004         "6`".
7006         * progmodes/compile.el (compile-internal): If EMACS is already
7007         defined in the environment, don't override its value.
7009 2001-07-23  Gerd Moellmann  <gerd@gnu.org>
7011         * play/fortune.el: Undo change of 2001-07-13.
7012         Fix autoload cookies.  Add types to defcustoms.
7013         (fortune) <defgroup>: Add :link.
7014         (fortune-from-region): Use eq, not eql.
7015         From Dave Love <fx@gnu.org>.
7017         * play/animate.el (animate-birthday-present): Function removed.
7019         * play/animate.el: New file.
7021 2001-07-22  Eli Zaretskii  <eliz@is.elta.co.il>
7023         * startup.el (normal-top-level-add-subdirs-to-load-path):
7024         On Windows, put into normal-top-level-add-subdirs-inode-list the
7025         canonicalized names of the directories instead of inode numbers.
7027 2001-07-21  Michael Kifer  <kifer@cs.sunysb.edu>
7029         * ediff-util.el: Copyright years.
7030         (ediff-choose-syntax-table): New function.
7031         (ediff-setup): Use ediff-choose-syntax-table.
7032         (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
7033         vc-state is available.
7034         (ediff-make-temp-file): Use ediff-coding-system-for-write.
7036         * ediff-init.el (ediff-with-syntax-table): New macro, uses
7037         with-syntax-table.
7038         (ediff-coding-system-for-read): From ediff-diff.el
7039         (ediff-coding-system-for-write): New variable.
7040         (ediff-highest-priority): Fixed the bug having to do with disappearing
7041         overlays.
7042         (ediff-file-remote-p): Use file-remote-p, if available.
7043         (ediff-listable-file): New function.
7044         (ediff-file-attributes): Use ediff-listable-file.
7046         * ediff-mult.el (ediff-meta-insert-file-info1):
7047         Use ediff-listable-file.
7049         * ediff-ptch.el (ediff-prompt-for-patch-file):
7050         Use ediff-coding-system-for-read.
7051         (ediff-patch-file-internal): Use ediff-coding-system-for-write.
7053         * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
7054         (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
7056         * ediff.el: Date of last update, copyright years.
7058         * ediff-wind (ediff-setup-control-frame): Nill->nil.
7060         * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
7061         of Scott Bronson.
7062         (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
7063         (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
7064         Deleted functions.
7065         (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
7066         ex-token-list.
7067         (viper-get-ex-address-subr): Convert registers to char data type.
7069         * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
7070         (viper-memq-char): Use viper-int-to-char.
7071         (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
7072         vc-locking-state.
7073         (viper-read-key): Use viper-read-key-sequence.
7075         * viper.el (viper-major-mode-modifier-list):
7076         Added inferior-emacs-lisp-mode.
7077         (this-major-mode-requires-vi-state): New function that uses simple
7078         heuristics to decide if vi state is appropriate.
7079         (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
7080         (viper-non-hook-settings): Don't advise read-key-sequence.
7081         (viper-read-key-sequence): New function that replaces the
7082         previously used advice to read-key-sequence.
7084         * viper-cmd.el (viper-test-com-defun,viper-exec-change)
7085         (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
7086         (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
7087         (viper-open-line-at-point,viper-substitute,viper-overwrite)
7088         (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
7089         Got rid of the negative character hack.
7090         (viper-escape-to-state,viper-replace-state-exit-cmd):
7091         Use viper-read-key-sequence.
7092         (viper-envelop-ESC-key): No need for ad-get-orig-definition.
7093         (viper-minibuffer-standard-hook,viper-read-string-with-history):
7094         Don't override existing minibuffer-setup-hook.
7095         (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
7096         Convert registers to char data type.
7097         (viper-autoindent): Use viper-indent-line.
7099         * viper-keym.el: Use viper-exec-key-in-emacs.
7101 2001-07-20  Stefan Monnier  <monnier@cs.yale.edu>
7103         * server.el (server-visit-files): Fix variable name typo.
7105 2001-07-20  Gerd Moellmann  <gerd@gnu.org>
7107         * simple.el (delete-trailing-whitespace): Save match data
7108         around looking-at.  From Markus Rost <rost@math.ohio-state.edu>.
7110 2001-07-19  Stefan Monnier  <monnier@cs.yale.edu>
7112         * progmodes/compile.el (compilation-parse-errors): `linenum' might
7113         return a this-error using the alternative format (a pair of markers).
7115 2001-07-19  Gerd Moellmann  <gerd@gnu.org>
7117         * font-lock.el (c++-keywords): Add Standard C++ operator names.
7119         * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
7120         From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
7122 2001-07-17  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
7124         * international/iso-transl.el: Fix typo in the header of the file.
7126         * textmodes/picture.el (picture): Doc fix.
7128         * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
7129         follow coding conventions in generated files.
7131 2001-07-17  Eli Zaretskii  <eliz@is.elta.co.il>
7133         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
7134         (tool-bar-add-item): Don't call image-related primitives if the
7135         display doesn't support images.
7137         * frame.el (display-images-p): New function.
7139 2001-07-17  Gerd Moellmann  <gerd@gnu.org>
7141         * server.el (server-visit-files): Handle the case the specified
7142         column number is <= 0.
7144 2001-07-17  Jan Nieuwenhuizen  <jan@netland.nl>
7146         * startup.el (command-line-1): Add support for +LINE:COLUMN
7147         command line argument.
7149 2000-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7151         * server.el (server-process-filter, server-visit-files):
7152         Add support for +LINE:COLUMN style emacsclient calls.
7154 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
7156         * emacs-lisp/easy-mmode.el: Add Keywords header.
7158         * play/pong.el: Author has new address.
7160         * play/landmark.el: Author is no more reachable.
7162         * play/handwrite.el: Author is no more reachable.
7164 2001-07-17  Stefan Monnier  <monnier@cs.yale.edu>
7166         * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
7167         (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
7168         Complete bindings for F<1..12> keys.
7169         (global-map): Remove `undo' binding (already in the default).
7170         Replace `t<n>' bindings with `f<n>' bindings.
7172 2001-07-16  Stefan Monnier  <monnier@cs.yale.edu>
7174         * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
7175         (tcl-mode): Use tcl-add-log-defun.
7176         (tcl-indent-line): Use tcl-calculate-indent.
7177         (tcl-calculate-indent): Renamed from calculate-tcl-indent.
7178         (tcl-indent-exp): Renamed from indent-tcl-exp.
7179         (tcl-add-log-defun): Renamed from add-log-tcl-defun.
7180         (tcl-indent-for-comment): Call comment-indent-function properly
7181         and handle the case where it returns nil.
7183 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
7185         * calendar/cal-islam.el (calendar-goto-islamic-date):
7186         Remove autoload cookie.
7188         * calendar/calendar.el (calendar-goto-islamic-date):
7189         Add call to autoload.
7191 2001-07-16  Stefan Monnier  <monnier@cs.yale.edu>
7193         * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
7194         Don't change compile-auto-highlight globally.
7195         Don't bother with `font-lock-defaults' property since XEmacs
7196         also understands the `font-lock-defaults' variable.
7197         Use make-local-variable rather than make-variable-buffer-local.
7198         Don't `defconst' comment-indent-function: keep the default.
7199         Call easy-menu-add unconditionally.
7200         (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
7201         (ada-create-menu): Use :included for Emacs as well.
7203         * vc.el (vc-do-command): Autoload.
7205         * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
7207 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
7209         * ps-print.el: Fix Author: header.
7211 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
7213         * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
7214         mouse-1 etc., bind them to `ignore'.
7216         * eshell/esh-mode.el (eshell-send-invisible): Renamed from
7217         send-invisible, which is already defined in Comint.
7218         (eshell-watch-for-password-prompt): Use it.
7220 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
7222         * which-func.el (which-func-mode): Doc fix.
7224         * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
7225         * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
7226         * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
7227         * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
7228         * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
7229         * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
7230         * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
7231         * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
7232         * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
7233         * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
7234         * emulation/edt-mapper.el, emulation/edt-pc.el,
7235         * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
7236         * emulation/tpu-edt.el, emulation/tpu-extras.el,
7237         * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
7238         * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
7239         * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
7240         * international/isearch-x.el, international/iso-cvt.el,
7241         * international/ogonek.el, international/quail.el,
7242         * international/utf-8.el, jit-lock.el, language/devan-util.el,
7243         * language/devanagari.el, language/ethio-util.el,
7244         * language/ethiopic.el, language/european.el, language/indian.el,
7245         * language/romanian.el, language/tibet-util.el, language/tibetan.el,
7246         * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
7247         * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
7248         * mouse-sel.el, net/browse-url.el, net/net-utils.el,
7249         * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
7250         * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
7251         * progmodes/autoconf.el, progmodes/cmacexp.el,
7252         * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
7253         * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
7254         * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
7255         * progmodes/ebnf2ps.el, progmodes/executable.el,
7256         * progmodes/fortran.el, progmodes/idlw-shell.el,
7257         * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
7258         * progmodes/m4-mode.el, progmodes/mantemp.el,
7259         * progmodes/meta-mode.el, progmodes/octave-inf.el,
7260         * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
7261         * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
7262         * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
7263         * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
7264         * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
7265         * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
7266         * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
7267         * textmodes/texinfo.el, textmodes/texnfo-upd.el,
7268         * textmodes/two-column.el, time-stamp.el, timezone.el,
7269         * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
7270         * which-func.el, whitespace.el, wid-browse.el, widget.el,
7271         * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
7272         conventions.
7274 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
7276         * simple.el (set-variable): Require 'cus-edit' instead of
7277         `wid-edit', so that the Custom widgets get defined.
7279 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
7281         * allout.el: A fix to follow coding conventions.
7283         * find-lisp.el: A fix to follow coding conventions.
7285         * term/w32-win.el: A fix to follow coding conventions.
7287         * textmodes/sgml-mode.el: A fix to follow coding conventions.
7289         * term/xterm.el: A fix to follow coding conventions.
7291         * term/news.el: A fix to follow coding conventions.
7293         * emulation/vi.el: A fix to follow coding conventions, Maintainer:
7294         header line fixed.
7296         * sun-curs.el: Fix Maintainer: header line.
7298         * emacs-lisp/easymenu.el: Address of the author added.
7300 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
7302         * dired.el (dired-insert-set-properties): Fix invalid mouse-face
7303         property.
7305 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
7307         * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
7308         * play/gamegrid.el, play/handwrite.el, play/landmark.el,
7309         * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
7310         Some fixes to follow coding conventions.
7312 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
7314         * which-func.el (which-func-mode): Doc fix.
7316 2001-07-15  Stefan Monnier  <monnier@cs.yale.edu>
7318         * net/rcompile.el (remote-compile): Use make-local-variable.
7320         * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
7322         * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
7324         * mail/reporter.el (reporter-submit-bug-report):
7325         Don't abuse make-variable-buffer-local.  Fix call to add-hook.
7327 2001-07-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
7329         * calendar/cal-china.el, calendar/cal-coptic.el,
7330         * calendar/cal-dst.el, calendar/cal-french.el,
7331         * calendar/cal-hebrew.el, calendar/cal-islam.el,
7332         * calendar/cal-iso.el, calendar/cal-julian.el,
7333         * calendar/cal-mayan.el, calendar/cal-persia.el,
7334         * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
7335         * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
7336         * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
7337         * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
7338         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
7339         * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
7340         * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
7341         * progmodes/ada-prj.el, progmodes/ada-stmt.el,
7342         * progmodes/ada-xref.el, progmodes/cc-align.el,
7343         * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
7344         * progmodes/cc-defs.el, progmodes/cc-engine.el,
7345         * progmodes/cc-langs.el, progmodes/cc-menus.el,
7346         * progmodes/cc-styles.el, progmodes/cc-vars.el,
7347         * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
7348         * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
7349         * textmodes/reftex-index.el, textmodes/reftex-parse.el,
7350         * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
7351         * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
7352         * textmodes/reftex.el: Some fixes to follow coding
7353         conventions in Elisp files with known maintainers.
7355         * emulation/viper.el: A fix to follow coding conventions.
7357         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
7358         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
7359         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
7360         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
7361         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
7362         * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
7363         * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
7364         * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
7365         * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
7366         * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
7367         conventions in Elisp files.
7369         * composite.el, diff.el, emacs-lisp/levents.el,
7370         * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
7371         * emulation/pc-mode.el, emulation/viper-cmd.el,
7372         * emulation/viper-ex.el, emulation/viper-init.el,
7373         * emulation/viper-keym.el, emulation/viper-macs.el,
7374         * emulation/viper-mous.el, emulation/viper-util.el,
7375         * emulation/viper.el, forms-pass.el, international/ccl.el,
7376         * international/characters.el, international/encoded-kb.el,
7377         * international/fontset.el, international/ja-dic-cnv.el,
7378         * international/ja-dic-utl.el, international/kinsoku.el,
7379         * international/kkc.el, international/mule-cmds.el,
7380         * international/mule-diag.el, international/mule-util.el,
7381         * international/mule.el, international/titdic-cnv.el,
7382         * language/china-util.el, language/chinese.el,
7383         * language/cyril-util.el, language/cyrillic.el, language/english.el,
7384         * language/greek.el, language/hebrew.el, language/japan-util.el,
7385         * language/japanese.el, language/korea-util.el, language/korean.el,
7386         * language/lao-util.el, language/lao.el, language/misc-lang.el,
7387         * language/slovak.el, language/thai-util.el, language/thai.el,
7388         * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
7389         * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
7390         * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
7391         * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
7392         * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
7393         * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
7394         * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
7395         * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
7396         * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
7397         * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
7398         to follow coding conventions in files without maintainer or in files
7399         with clear maintainer (but without Maintainer header stating so).
7401         * emacs-lisp/elp.el: A fix to follow coding conventions.
7403         * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
7404         * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
7405         * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
7406         * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
7407         * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
7408         * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
7409         * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
7410         * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
7411         * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
7412         * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
7413         * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
7414         * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
7415         conventions in files from Gnus.
7417         * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
7418         * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
7419         * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
7420         * echistory.el, electric.el, emacs-lisp/authors.el,
7421         * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
7422         * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
7423         * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
7424         * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
7425         * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
7426         * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
7427         * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
7428         * international/codepage.el, international/iso-ascii.el,
7429         * international/iso-insert.el, international/iso-transl.el,
7430         * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
7431         * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
7432         * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
7433         * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
7434         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
7435         * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
7436         * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
7437         * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
7438         * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
7439         * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
7440         * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
7441         * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
7442         * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
7443         * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
7444         * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
7445         * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
7446         * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
7447         * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
7448         * textmodes/tex-mode.el, textmodes/text-mode.el,
7449         * textmodes/underline.el, thingatpt.el, time.el, timer.el,
7450         * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
7451         * vt100-led.el, window.el: Some fixes to follow coding conventions in
7452         files maintained by FSF.
7454 2001-07-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
7456         * arc-mode.el: A fix to follow coding conventions.
7458         * bindings.el: Ditto.
7460         * cdl.el: Ditto.
7462         * comint.el: Ditto.
7464         * cus-start.el: Ditto.
7466         * shell.el: Ditto.
7468         * skeleton.el: Ditto.
7470 2001-07-13  Stefan Monnier  <monnier@cs.yale.edu>
7472         * info.el (Info-build-node-completions):
7473         Make Info-current-file-completions buffer local.
7475 2001-07-13  Gerd Moellmann  <gerd@gnu.org>
7477         * which-func.el (which-func-mode, which-func-ff-hook)
7478         (which-function-mode): Remove references to which-func-mode-global.
7480         * calendar/cal-islam.el (calendar-goto-islamic-date):
7481         Add autoload cookie.
7483         * play/fortune.el: Add types to defcustoms.
7485 2001-07-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
7487         * language/czech.el: A fix to follow coding conventions.
7489 2001-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
7491         * speedbar.el (speedbar-supported-extension-expressions): Add .g
7492         to the extension list, for antlr-mode.  From Christoph Wedler
7493         <Christoph.Wedler@sap.com>.
7495 2001-07-11  Stefan Monnier  <monnier@cs.yale.edu>
7497         * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
7498         (vc-dired-mode-map): Fix the madness.
7500         * vc-hooks.el (vc-mode): Dummy function for doc purposes.
7501         (vc-prefix-map): Moved back from vc.el.
7503 2001-07-11  Gerd Moellmann  <gerd@gnu.org>
7505         * mail/mail-extr.el (mail-extr-all-top-level-domains):
7506         Increase the size of the obarray.
7507         (mail-extr-all-top-level-domains): Add more toplevel domains,
7508         add more long names.
7509         From: Per Starback <starback@ling.uu.se>.
7511 2001-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
7513         * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
7514         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7516         * progmodes/ada-mode.el: Ditto.
7518         * progmodes/ada-xref.el: Ditto.
7520 2001-07-11  Miles Bader  <miles@gnu.org>
7522         * finder.el (finder-insert-at-column): Also move to the next line
7523         if exactly at COLUMN.
7525 2001-07-10  Gerd Moellmann  <gerd@gnu.org>
7527         * help.el (describe-function-1): When printing FUNCTION's
7528         documentation, don't assume FUNCTION is a symbol.
7530         * startup.el (normal-top-level): Don't operate on the initial
7531         frame if we failed to create one.
7533 2001-07-10  Martin Stjernholm  <bug-cc-mode@gnu.org>
7535         * cc-cmds.el (c-indent-exp): Keep the indentation of the block
7536         itself, i.e. only indent the contents in it.
7538 2001-07-10  Markus Rost  <rost@math.ohio-state.edu>
7540         * mail/rmail.el (rmail-show-message): Show beginning of message in
7541         all windows containing it.
7543 2001-07-10  Eli Zaretskii  <eliz@is.elta.co.il>
7545         * term/tty-colors.el: Fix the header line and copyright years.
7547 2001-07-09  Gerd Moellmann  <gerd@gnu.org>
7549         * emacs-lisp/advice.el (ad-make-advised-definition): If the
7550         original definition has an interactive form, but is Elp
7551         instrumented, use the interactive form of the function called by
7552         elp-wrapper.
7554         * winner.el (winner-equal): Make it a defun.  Don't compare Winner
7555         configurations with compare-window-configuration; they aren't
7556         window configurations.
7558         * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
7559         from the server for the format we expect.  Don't use it if it
7560         doesn't look like what the Internet draft for FTP extensions specifies.
7562         * toolbar/*.pbm: Cleaned up.
7563         From Luis Fernandes <elf@ee.ryerson.ca>.
7565 2001-07-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
7567         * cc-cmds.el: Extended the kludge to interoperate with the
7568         delsel and pending-del packages wrt to the new function
7569         `c-electric-delete-forward'.
7571 2001-07-08  Stefan Monnier  <monnier@cs.yale.edu>
7573         * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
7574         to delay the call to <mode> for global minor modes.
7575         (easy-mmode-define-navigation): Only recenter if interactive.
7577 2001-07-06  Gerd Moellmann  <gerd@gnu.org>
7579         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
7580         to lisp-indent-line.
7582         * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
7583         from the server.  Call encode-time only when we are sure that we
7584         got a 213 response.
7586 2001-07-06  Simon Josefsson  <jas@extundo.com>
7588         * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
7589         (mail-envelope-from): New user option.
7590         (sendmail-send-it): Use it.
7592 2001-07-06  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7594         * ps-print.el: Use locale dependant date to print date in header.
7595         Doc fix.
7596         (ps-print-version): New version number (6.5.3).
7597         (ps-right-header, ps-right-footer): Initialization and doc fix.
7598         (ps-time-stamp-locale-default): New fun.
7600 2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
7602         * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
7603         field problem with MIME-mode.
7605         * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
7607 2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
7609         * mail/rmail.el (rmail-reply): Don't forget to narrow header in
7610         MIME-mode.
7612 2001-07-06  Eli Zaretskii  <eliz@is.elta.co.il>
7614         * bindings.el (mode-line-mule-info): Don't show the tip with
7615         buffer-file-coding-system if that is nil.
7617 2001-07-05  Gerd Moellmann  <gerd@gnu.org>
7619         * calendar/todo-mode.el (todo-top-priorities): Use delete-region
7620         instead of kill-line.
7622         * play/pong.el: Fix first line.  From Pavel Jan\e,Bm\e(Bk
7623         <Pavel@Janik.cz>.
7625         * battery.el (battery-update): Add help-echo.  From Pavel Jan\e,Bm\e(Bk
7626         <Pavel@Janik.cz>.
7628 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
7630         * font-lock.el (c-font-lock-keywords-3): When matching something
7631         like `struct X Y', finish with point after Y.
7633 2001-07-04  Simon Josefsson  <jas@extundo.com>
7635         * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
7636         in caller buffer.
7638 2001-07-03  Eli Zaretskii  <eliz@is.elta.co.il>
7640         * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
7641         instead of string-match to find the basename of the file.
7642         From Pascal Obry <p.obry@wanadoo.fr>.
7644         * net/browse-url.el (browse-url-default-windows-browser):
7645         Support the MS-DOS port when it runs on Windows.
7646         (browse-url-browser-function) [ms-dos]: Default to
7647         browse-url-default-windows-browser.
7649         * help.el (locate-library): Enable code that looks for compressed
7650         libraries if auto-compression-mode is on.
7652 2001-07-02  Stefan Monnier  <monnier@cs.yale.edu>
7654         * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
7656 2001-07-02  Gerd Moellmann  <gerd@gnu.org>
7658         * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
7660 2001-07-02  Eli Zaretskii  <eliz@is.elta.co.il>
7662         * allout.el: Fix the header line, so that finder.el recognizes it.
7663         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7665         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
7666         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7668 2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
7670         * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
7672         * ps-bdf.el (bdf-directory-list): Use the value relative to
7673         installation-directory for MS-Windows as well.
7675 2001-06-29  Richard M. Stallman  <rms@gnu.org>
7677         * wid-edit.el (widget-color-sample-face-get):
7678         Return ((foreground-color . COLOR)) instead of constructing a face.
7680 2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
7682         * faces.el (region): Change the background color for the
7683         light-background color display to lightgoldenrod2, to make it
7684         visible on some laptops.
7686 2001-06-28  Richard M. Stallman  <rms@gnu.org>
7688         * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
7689         (rmail-msg-restore-non-pruned-header): Likewise.
7690         If point was in the old pruned header, put it at the top.
7691         (rmail-msg-prune-header): If point was at the top, keep it there.
7693         * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
7694         (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
7696 2001-06-28  Stefan Monnier  <monnier@cs.yale.edu>
7698         * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
7700 2001-06-28  Karl Fogel  <kfogel@red-bean.com>
7702         * saveplace.el: Update maintainer email address.
7704 2001-06-27  Francesco Potorti`  <pot@gnu.org>
7706         * uniquify.el: (uniquify-rationalize-file-buffer-names):
7707           Undo previous change.
7709 2001-06-27  Francesco Potorti`  <pot@gnu.org>
7711         * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
7712         preliminary quick reordering.  Can speed things up dramatically.
7714 2001-06-26  Richard M. Stallman  <rms@gnu.org>
7716         * dired.el (dired-get-filename): A file name starting with ~
7717         is not absolute in this context.
7719         * which-func.el (which-func-maxout): Increase default to 500000.
7720         (which-function-mode): This is now the "real" name of the function.
7721         (which-func-mode): Now an alias.
7722         (which-func-mode-global): Name deleted.
7724         * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
7725         button-2, when binding hs-mouse-toggle-hiding.
7727 2001-06-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
7729         * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
7730         (rmail-msg-prune-header): Likewise.
7731         (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
7732         and `rmail-msg-prune-header'.
7734 2001-06-25  Stefan Monnier  <monnier@cs.yale.edu>
7736         * textmodes/fill.el (fill-region-as-paragraph): Don't look further
7737         back than LINEBEG.
7739 2001-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
7741         * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
7742         window where they clicked the mouse has a header line, adjust
7743         vertical movement by one.
7745 2001-06-25  Milan Zamazal  <pdm@zamazal.org>
7747         * progmodes/glasses.el (glasses-make-readable): Consider underscores
7748         too when separating a parenthesis.
7750 2001-06-24  Eli Zaretskii  <eliz@is.elta.co.il>
7752         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7753         (bookmark-bmenu-hide-filenames): Add help-echo to
7754         mouse-highlighted text.
7755         (bookmark-bmenu-show-filenames): Remove help-echo property from
7756         the whitespace.
7758 2001-06-23  Eli Zaretskii  <eliz@is.elta.co.il>
7760         * files.el (auto-mode-alist): Add configure.ac (autoconf).
7761         From Karl Eichwalder <ke@suse.de>.
7763 2001-06-23  Richard M. Stallman  <rms@gnu.org>
7765         * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
7767         * progmodes/cc-styles.el (c-set-style): Don't specify initial
7768         contents for completing-read.
7770 2001-06-22  Richard M. Stallman  <rms@gnu.org>
7772         * menu-bar.el (menu-bar-make-toggle): Construct the
7773         function's doc string from HELP, not DOC, and make it accurate by
7774         adding "Toggle whether to " at the front and downcasing the initial.
7775         Change the HELP arg in some calls to make it fit this usage.
7777         * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
7778         Undo previous change.
7780 2001-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
7782         * indent.el (indent-relative-maybe, indent-relative): Doc fix.
7784         * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
7786 2001-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
7788         * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
7790         * dabbrev.el (dabbrev--select-buffers): Fix last change.
7792 2001-06-20  Richard M. Stallman  <rms@gnu.org>
7794         * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
7795         broken out from dabbrev--find-expansion.  Handle minibuffer
7796         specially here.
7797         (dabbrev--find-expansion): Simplify code in various ways.
7798         Don't treat minibuffers specially.
7799         Call dabbrev--make-friend-buffer-list.
7800         (dabbrev--select-buffers): Don't treat minibuffers specially.  Simplify.
7801         (dabbrev--scanning-message): Do nothing when minibuffer is current.
7803 2001-06-19  John Wiegley  <johnw@gnu.org>
7805         * eshell/eshell.el: Don't load in esh-util if it's already loaded.
7806         Also, added a comment describing how to greatly speedup Eshell
7807         loadup time, by concatenating together all of Eshell's .elc files.
7809 2001-06-19  John Wiegley  <johnw@gnu.org>
7811         * eshell/esh-mode.el: Disabled a test that often yields false failures.
7813 2001-06-19  Eli Zaretskii  <eliz@is.elta.co.il>
7815         * woman.el (WoMan-highlight-references): Add help-echo to
7816         mouse-highlighted text.
7818 2001-06-18  Stefan Monnier  <monnier@cs.yale.edu>
7820         * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
7822 2001-06-18  Gerd Moellmann  <gerd@gnu.org>
7824         * international/quail.el (quail-start-conversion):
7825         Reset quail-translating to nil.
7827         * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
7828         bound.  Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
7830 2001-06-18  Eli Zaretskii  <eliz@is.elta.co.il>
7832         * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
7833         mouse-highlighted text.
7835         * dired.el (dired-mark-pop-up): Fix last change.
7837 2001-06-17  Eli Zaretskii  <eliz@is.elta.co.il>
7839         * calendar/calendar.el (generate-calendar-month): Add help-echo to
7840         mouse-highlighted text.
7842         * net/quickurl.el (quickurl-url-file): Run through
7843         convert-standard-filename.
7844         (quickurl-list-populate-buffer): Add help-echo to
7845         mouse-highlighted text.
7846         (top-level): Update Dave's URL.
7848         * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
7849         mouse-highlighted text.
7851         * textmodes/page-ext.el (pages-copy-header-and-position):
7852         Add help-echo to mouse-highlighted text.
7854         * tar-mode.el (tar-header-block-summarize): Add help-echo to
7855         mouse-highlighted text.
7857         * replace.el (occur): Add help-echo to mouse-highlighted text.
7859         * progmodes/sh-script.el (sh-mark-line): Add help-echo to
7860         mouse-highlighted text.
7862         * progmodes/cpp.el (cpp-make-button): Add help-echo to
7863         mouse-highlighted text.
7865         * progmodes/compile.el (compile-reinitialize-errors):
7866         Add help-echo to mouse-highlighted messages.
7867         (compilation-forget-errors): Remove help-echo property as well.
7869         * play/landmark.el (lm-plot-square, lm-init-display):
7870         Add help-echo to mouse-highlighted text.
7872         * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
7873         Add help-echo to mouse-highlighted text.
7875         * dired.el (dired-insert-set-properties): Add help-echo to
7876         mouse-highlighted text.
7877         (dired-mark-pop-up): Remove help-echo property from the file name.
7879         * comint.el (comint-send-input): Add help-echo to
7880         mouse-highlighted text.
7882         * buff-menu.el (list-buffers-noselect): Add help-echo to
7883         mouse-highlighted text.
7885         * arc-mode.el (archive-summarize-files): Add help-echo to
7886         mouse-highlighted text.
7888         * ffap.el (ffap-machine-p): Always return nil if
7889         open-network-stream is not fboundp.
7891 2001-06-17  Stefan Monnier  <monnier@cs.yale.edu>
7893         * textmodes/sgml-mode.el: Move `provide' to the end.  Update copyright.
7894         (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
7895         Bind the latin-1 charset-char to sgml-maybe-name-self rather than
7896         incorrectly binding chars between 128 and 256 to it.
7897         (sgml-maybe-name-self): Handle latin-1 chars properly.
7898         (sgml-tags-invisible): Bind buffer-file-name to nil.
7899         Use unwind-protect and restore-buffer-modified-p.
7900         (sgml-point-entered): Use buffer-substring-no-properties.
7901         (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
7902         (html-mode): Don't force `imenu-sort-function'.
7904 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
7906         * tar-mode.el: Fix the copyright notice.
7908         * font-lock.el (font-lock-comment-face): For tty's with dark
7909         background, use "red1", since "lightred" is not one of the colors
7910         recognized by tty-colors.el.
7912         * tar-mode.el (tar-extract): Call generate-new-buffer-name to
7913         create a buffer for extracted file, in case there's more than one
7914         file by that name in an archive, possibly in different
7915         directories.  From Kevin Rodgers <kevinr@ihs.com>.
7917         * format.el (format-alist): Doc fix.  Suggested by Alex Schroeder
7918         <alex@gnu.org>.
7920 2001-06-15  Miles Bader  <miles@gnu.org>
7922         * textmodes/texinfmt.el (texinfo-format-syntax-table):
7923         Revert previous change.
7925 2001-06-14  Richard M. Stallman  <rms@gnu.org>
7927         * replace.el (keep-lines-read-args): Return just a regexp.
7928         Provide nil for the region args.
7929         (keep-lines, flush-lines, how-many):
7930         Calculate the defaults for the region here, when args are nil.
7932 2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
7934         * rot13.el (rot13-other-window): Some more doc fix.
7936 2001-06-14  Per Starback  <starback@ling.uu.se>
7938         * replace.el (case-replace, query-replace-from-history-variable)
7939         (query-replace-to-history-variable, keep-lines-read-args)
7940         (occur-revert-function, query-replace-help): Dox fix.
7942 2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
7944         * rot13.el (rot13-other-window): Doc fix.
7946 2001-06-14  Miles Bader  <miles@gnu.org>
7948         * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
7949         of " and \ to "." (punctuation).
7950         * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
7952 2001-06-13  Richard M. Stallman  <rms@gnu.org>
7954         * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
7956         * simple.el (shell-command-on-region): Never kill the
7957         *Shell Command Output* buffer.
7959 2001-06-13  Stefan Monnier  <monnier@cs.yale.edu>
7961         * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
7963 2001-06-10  Stefan Monnier  <monnier@cs.yale.edu>
7965         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7966         New var, to recognize ${ $' and PODs.
7967         (perl-font-lock-syntactic-face-function): New function.
7968         (perl-mode): Use them.
7969         (perl-continuation-line-p): New function, from perl-calculate-indent.
7970         (perl-calculate-indent): Use it, to properly handle continuation
7971         lines of continuation lines.
7973 2001-06-10  Eli Zaretskii  <eliz@is.elta.co.il>
7975         * server.el (server-process, server-buffer-clients): Doc fix.
7976         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7978 2001-06-09  John Wiegley  <johnw@gnu.org>
7980         * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
7981         test if the last command was Lisp or not.
7982         (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
7983         B x C".
7985 2001-06-08  Eli Zaretskii  <eliz@is.elta.co.il>
7987         * dos-w32.el (grep-regexp-alist): Remove definition, since the
7988         general one on compile.el supports drive letters.
7990 2001-06-08  Carsten Dominik  <dominik@strw.leidenuniv.nl>
7992         * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
7993         key description.
7995         * textmodes/reftex-sel.el (reftex-select-jump): New command.
7997         * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
7998         (reftex-toc-jump): New command.
8000         * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
8001         to parse international characters as well.
8003         * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
8004         `reftex-fancyref-fref', `reftex-fancyref-Fref'.
8006         * textmodes/reftex-vars.el: Protect single backslash in docstrings.
8008         * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
8009         TAB to the key separators.
8011 2001-06-07  Eli Zaretskii  <eliz@is.elta.co.il>
8013         * international/mule.el (auto-coding-alist): Remove redundant
8014         up-cased versions of the extensions (auto-coding-alist-lookup is
8015         case-insensitive where needed).  Recognize .gz, .Z, .bz, .bz2, and
8016         .gpg files as binary.  Suggested by Karl Berry <karl@gnu.org>.
8018 2001-06-05  Eli Zaretskii  <eliz@is.elta.co.il>
8020         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
8022 2001-06-01  Richard M. Stallman  <rms@gnu.org>
8024         * help.el (describe-variable): Put value on same line
8025         with preceding text, if it is short enough to look good that way.
8027 2001-06-01  Eli Zaretskii  <eliz@is.elta.co.il>
8029         * term/internal.el (IT-unicode-translations): New variable.
8030         (IT-setup-unicode-display): New function.
8032 2001-06-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8034         * ps-print.el: Handle before-string and after-string overlay properties
8035         in ps-print-*-with-faces commands.  Doc fix.
8036         (ps-print-version): New version number (6.5.2).
8037         (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
8038         for XEmacs.
8039         (ps-prefix-quote): Doc fix.
8040         (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
8041         (ps-basic-plot-str, ps-plot-string): New funs.
8043 2001-05-31  Stefan Monnier  <monnier@cs.yale.edu>
8045         * progmodes/etags.el (tags-compression-info-list): Fix docstring
8046         and :type spec.
8048 2001-05-31  Gerd Moellmann  <gerd@gnu.org>
8050         * international/mule-cmds.el (inactivate-input-method):
8051         Set input-method-function to nil.
8053         * xml.el (xml-parse-tag): The document may contain invalid characters.
8054         From ShengHuo ZHU  <zsh@cs.rochester.edu>
8056 2001-05-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
8058         * mail/rmailsum.el (rmail-message-subject-p): Don't call
8059         `rmail-summary-line-decoder' if the message does not have
8060         a Subject: field.
8062         * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
8064         * mail/rmail.el (rmail-insert-mime-resent-message-function):
8065         New variable.
8066         (rmail-resend): Modify to work in `rmail-view-buffer'; call
8067         `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
8068         is non-nil.
8070 2001-05-30  Stefan Monnier  <monnier@rum.cs.yale.edu>
8072         * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
8074 2001-05-29  Sam Steingold  <sds@gnu.org>
8076         * faces.el (face-valid-attribute-values): Bind `valid' directly
8077         instead of using `setq'.
8079         * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
8080         Use `tex-shell-buf'.
8081         (tex-shell-proc): Use `tex-shell-running'.
8082         (tex-shell-buf-no-error): New function.
8083         (tex-send-tex-command): Use it.
8084         (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
8085         (tex-kill-job): Check the process before calling `quit-process'.
8087 2001-05-29  Gerd Moellmann  <gerd@gnu.org>
8089         * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
8090         UTF-8 sequences.
8092 2001-05-28  Miles Bader  <miles@gnu.org>
8094         * comint.el (comint-carriage-motion): Renamed from
8095         `comint-cr-magic'.  Operate on the buffer instead of the string
8096         (for use as a comint post-output filter, instead of as a
8097         pre-output filter).  Handle backspaces too.  Add to the
8098         `comint-output-filter-functions' hook instead of
8099         `comint-preoutput-filter-functions'.
8101 2001-05-28  Gerd Moellmann  <gerd@gnu.org>
8103         * language/japan-util.el (japanese-hankaku): Prefer the charset
8104         `jisx0201' when the optional argument `ascii-only' is not specified.
8105         (japanese-hankaku-region): Ditto.
8106         From Katsumi Yamaoka <yamaoka@jpl.org>
8108 2001-05-28  Stefan Monnier  <monnier@cs.yale.edu>
8110         * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
8111         (outline-invisible-p): New function.
8112         (hide-leaves): Save excursion.
8113         (hide-other): Stop looping when reaching bobp.
8115 2001-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
8117         * cus-edit.el (custom-file): Fix last change.
8119 2001-05-27  Stefan Monnier  <monnier@cs.yale.edu>
8121         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
8122         same definition in byte-compile-function-environment as `autoload'
8123         would put in `symbol-function'.
8125         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
8126         patch to correct the error message as well.
8128 2001-05-27  Eli Zaretskii  <eliz@is.elta.co.il>
8130         * cus-edit.el (custom-file): Don't assume we were invoked with -q
8131         unless ~/.emacs exists.
8133         * novice.el (enable-command): If user-init-file is nil or does not
8134         exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
8136 2001-05-25  Stefan Monnier  <monnier@cs.yale.edu>
8138         * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
8139         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
8140         Allow spaces around macro arguments.
8141         (tex-mode-map): Inherit from text-mode-map, but rebind \t to
8142         indent-for-tab-command.
8143         (latex-mode-map, plain-tex-mode-map): New keymaps.
8144         Inherit from tex-mode-map.
8145         (tex-common-initialization): Don't setup the keymap any more
8146         since it's now done right by define-derived-mode.
8147         (latex-mode): Set skeleton-end-hook to nil.
8148         (latex-skeleton-end-hook): Remove.
8149         (tex-latex-block, latex-insert-item): Simplify.
8150         (latex-syntax-after): Use following-char rather than char-after.
8151         (tex-discount-args-cmds, tex-count-words): New functions.
8153         * textmodes/tildify.el (tildify-ignored-environments-alist):
8154         Recognize \verb* as well.
8156         * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
8157         (perl-comment-indent): Simplify to let newcomment.el do its job.
8158         (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
8159         (perl-mark-function): Cleanup the namespace.
8160         (perl-calculate-indent): Don't be fooled by nested functions.
8162         * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
8164         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
8165         Fix the arg of `load'.  From Dave Love <fx@gnu.org>.
8167 2001-05-25  Andrew Choi  <akochoi@i-cable.com>
8169         * international/titdic-cnv.el (ctlau-gb-converter): `\' should
8170         actually be `\\'.
8171         (ctlau-b5-converter): Likewise.
8173 2001-05-24  Andrew Choi  <akochoi@i-cable.com>
8175         * international/titdic-cnv.el (quail-misc-package-ext-info):
8176         Change CTLauB.el to CTLau-b5.el.
8178 2001-05-23  Stefan Monnier  <monnier@cs.yale.edu>
8180         * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
8181         rather than beginning-of-line to avoid problems with fields.
8182         (gud-perldb-massage-args): Use unless and push.
8183         (gud-chdir-before-run): New var.
8184         (gud-common-init): Use it.
8186 2001-05-24  Andrew Choi  <akochoi@i-cable.com>
8188         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8189         delete entries for chinese-ctlau and chinese-ctlaub.
8190         (quail-misc-package-ext-info): Add entries for chinese-ctlau and
8191         chinese-ctlaub.
8192         (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
8193         New functions.
8195 2001-05-22  Gerd Moellmann  <gerd@gnu.org>
8197         * cus-edit.el (custom-comment-show): Remove debug code.
8199         * language/japan-util.el (japanese-symbol-table): Fix handling of
8200         Japanese long tone sign.  From Kenichi Handa <handa@etl.go.jp>.
8202 2001-05-21  Stefan Monnier  <monnier@cs.yale.edu>
8204         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
8205         Renamed by removing the silly `-flag' suffix.
8206         (diff-mode, diff-minor-mode, diff-find-source-location): Update.
8208 2001-05-20  Stefan Monnier  <monnier@cs.yale.edu>
8210         * replace.el (keep-lines-read-args): Use `copy-marker'.
8211         (how-many): Save excursion properly.
8212         (occur-mode): Use define-derived-mode.
8213         (perform-replace): Use with-current-buffer.
8215 2001-05-20  Richard M. Stallman  <rms@gnu.org>
8217         * play/landmark.el (lm): Use "p" not "P" for interactive spec.
8219         * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
8221         * info.el (Info-read-subfile): Widen before finding the
8222         desired node in the subfile.
8224         * startup.el (command-line-1): When >2 files visited,
8225         leave the last one visible, and make that the selected window.
8227 2001-05-20  Gerd Moellmann  <gerd@gnu.org>
8229         * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
8231 2001-05-20  Eli Zaretskii  <eliz@is.elta.co.il>
8233         * international/ccl.el (define-ccl-program): Fix a typo.
8234         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8236         * international/mule.el (decode-char): Fix a typo.  From Pavel
8237         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8239         * textmodes/artist.el (artist-mode): Fix a typo.  From Pavel
8240         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8242         * frame.el (automatic-hscrolling): Fix a typo.  From Pavel
8243         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8245 2001-05-18  Sam Steingold  <sds@gnu.org>
8247         * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
8248         and [RET] to `cvs-mode-find-file'.
8250 2001-05-18  John Wiegley  <johnw@gnu.org>
8252         * eshell/esh-ext.el (eshell-explicit-command-char): A new
8253         configuration variable, which determines the initial character
8254         that forces use of an external version of a command.  The default
8255         is *, but may be set to \, for example.
8257         * eshell/esh-ext.el (eshell-explicit-command):
8258         Use `eshell-explicit-command-char' instead of ?*.
8260         * eshell/esh-cmd.el (eshell/which):
8261         Use `eshell-explicit-command-char' instead of ?*.
8263         * eshell/em-cmpl.el (eshell-completion-command-name)
8264         (eshell-complete-commands-list): Use `eshell-explicit-command-char'
8265         instead of ?*.
8267 2001-05-18  Gerd Moellmann  <gerd@gnu.org>
8269         * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
8270         subst-char-in-string.
8271         (ange-ftp-after-parse-ls-hook): New variable.
8272         (ange-ftp-ls): Run that hook.
8273         From Peter Milliken <Peter.Milliken@GTECH.COM>.
8275         * tmm.el (tmm-get-keymap): Fix handling of :filter.
8276         (tmm-add-prompt): Bind buffer-read-only to nil when inserting
8277         text into *Completions*.
8279         * net/goto-addr.el (goto-address-at-point): Deal with URLs
8280         part of which look like email addresses.
8282 2001-05-18  Andrew Innes  <andrewi@gnu.org>
8284         * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
8285         Use . instead of absolute path for lisp dir, to avoid bug in W2K
8286         cmd.exe's handling of FOR loops.
8287         (autoloads): Set find-file-suppress-same-file-warnings to t to
8288         avoid slew of spurious messages.
8290 2001-05-18  Simon Josefsson  <simon@josefsson.org>
8292         * mail/smtpmail.el (maybe-append-domain): Renamed to
8293         `smtpmail-maybe-append-domain'.
8294         (smtpmail-via-smtp): Use the new name.
8296         * net/browse-url.el (browse-url-browser-function): Add kde.
8297         (browse-url-kde-program, browse-url-kde-args): New variables.
8298         (browse-url-kde): New function.
8300 2001-05-18  Miles Bader  <miles@gnu.org>
8302         * simple.el (delete-horizontal-space, just-one-space):
8303         Use `constrain-to-field' instead of `field-end'/`field-beginning',
8304         because it's more efficient for large files.
8306 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
8308         * mail/rmail.el (rmail-require-mime-maybe): New function.
8309         (rmail): Use it.
8310         (rmail-mode): Handle the case of finding Rmail files.
8312         * emacs-lisp/elp.el (elp-instrument-function): Handle advised
8313         functions.
8315 2001-05-17  Stefan Monnier  <monnier@cs.yale.edu>
8317         * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
8318         text-property after moving to the beginning of line and regardless
8319         of the value of font-lock-multiline.
8321 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
8323         * startup.el (fancy-splash-screens): Ignore events on the mode-line.
8325         * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
8326         last coding system used before calling set-buffer-modified-p
8327         because that function changes last-coding-system.
8329 2001-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
8331         * files.el (switch-to-buffer-other-window)
8332         (switch-to-buffer-other-frame): Add an xref to display-buffer in
8333         the doc string.
8335 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
8337         * language/slovak.el, language/czech.el: New maintainer.
8339 2001-05-16  Sam Steingold  <sds@gnu.org>
8341         * emacs-lisp/cl-indent.el (toplevel): Indent the :method
8342         sub-form of `defgeneric' correctly.
8344 2001-05-16  Gerd Moellmann  <gerd@gnu.org>
8346         * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
8347         of `c'.
8349         * textmodes/outline.el (outline-font-lock-level): Remove the
8350         condition-case, test what outline-level returns instead, to
8351         ease debugging.
8353         * international/mule.el (auto-coding-regexp-alist): New user-option.
8354         (auto-coding-from-file-contents): New function.
8355         (set-auto-coding): Use it to determine a coding system.
8357 2001-05-15  Gerd Moellmann  <gerd@gnu.org>
8359         * mouse.el (mouse-delete-other-windows): Doc fix.
8361         * emacs-lisp/lisp-mode.el (lisp-mode):
8362         Make font-lock-keywords-case-fold-search a buffer-local variable with
8363         make-local-variable before setting it.
8365 2001-05-14  Eli Zaretskii  <eliz@is.elta.co.il>
8367         * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
8368         prefixes.
8370 2001-05-14  Gerd Moellmann  <gerd@gnu.org>
8372         * hexl.el (hexl-current-address): Print a message when called
8373         interactively.
8375 2001-05-11  Stefan Monnier  <monnier@cs.yale.edu>
8377         * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
8379         * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
8381         * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
8383 2001-05-11  Gerd Moellmann  <gerd@gnu.org>
8385         * startup.el (command-line): If parameters have been changed in
8386         the init files which influence font selection, clear the face
8387         cache so that faces get realized with the new parameters.
8389         * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
8391 2001-05-10  Stefan Monnier  <monnier@cs.yale.edu>
8393         * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
8395 2001-05-10  Eli Zaretskii  <eliz@is.elta.co.il>
8397         * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
8398         unibyte.  Suggested by Kenichi Handa <handa@etl.go.jp>.
8400 2001-05-10  Gerd Moellmann  <gerd@gnu.org>
8402         * net/browse-url.el (browse-url-filename-alist): Allow UNC file
8403         names for MS-Windows and MS-DOS.  From Dan Holmsand <dan@eyebee.com>.
8405 2001-05-09  John Wiegley  <johnw@gnu.org>
8407         * eshell/esh-util.el (eshell-convert-numeric-arguments):
8408         Annotated the documentation string to tell users about
8409         `eshell-no-numeric-conversions'.
8411         * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
8412         conversions if a Lisp function has the property
8413         `eshell-no-numeric-conversions' set to a non-nil value.
8415         * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
8416         eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
8417         property `eshell-no-numeric-conversions' on the following
8418         functions (which all deal with filesystem entities, and never Lisp
8419         numerical values): eshell/cd, eshell/pushd, eshell/popd,
8420         eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
8421         eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
8422         eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
8423         eshell/which, eshell/addpath.
8425 2001-05-09  John Wiegley  <johnw@gnu.org>
8427         * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
8428         encountered as an argument, don't convert it right away, but tag
8429         the first character of the string with the text properties
8430         `number', which signifies to `eshell-lisp-command' that the
8431         argument should be passed through `string-to-number' if it is
8432         actually used in the call to a Lisp function.
8434         * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
8435         function, convert any string arguments that have been tagged as
8436         "numbers", by calling string-to-number.
8438         * eshell/esh-util.el (eshell-number-regexp): Now that number
8439         conversions only happen for Lisp function calls, the number regexp
8440         should now match all integer and floating point forms.
8442         * eshell/esh-proc.el: Disable `eshell-stop-process' and
8443         `eshell-continue-process', since they are both nonfunctional at
8444         the moment.
8445         (eshell-proc-initialize): Don't bind keys for
8446         `eshell-stop-process' or `eshell-continue-process'.
8448         * eshell/em-unix.el (eshell-shuffle-files):
8449         Apply `directory-file-name' before calling `file-name-directory'.
8451         * eshell/em-hist.el (eshell-add-to-history): Reference to
8452         `eshell-history-ring' needed to be `eshell-history-index'.
8454         * calendar/timeclock.el (timeclock-find-discrep):
8455         Initialize `elapsed' to 0.
8456         (timeclock-find-discrep): Set `timeclock-last-event-workday' if
8457         it's still nil.
8459 2001-05-09  Stefan Monnier  <monnier@cs.yale.edu>
8461         * arc-mode.el (archive-int-to-mode): Construct the string directly.
8462         (archive-mode): Use capitalize.
8463         (archive-unique-fname): Use make-temp-file.
8465 2001-05-09  Gerd Moellmann  <gerd@gnu.org>
8467         * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
8469 2001-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
8471         * tar-mode.el (tar-extract): Pay attention to the value of
8472         coding-system-for-read, if it is non-nil.
8474         * calendar/holidays.el (holidays): Add an autoload cookie.
8475         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8477 2001-05-08  John Wiegley  <johnw@gnu.org>
8479         * calendar/timeclock.el (timeclock-workday-remaining):
8480         Changed logic for determining how much time is remaining.
8481         (timeclock-workday-elapsed): Don't accept a "relative" argument
8482         for the current day's elapsed time.  What could that have meant?
8483         (timeclock-workday-elapsed-string): No "relative" argument anymore.
8484         (timeclock-when-to-leave): Changed logic, similarly to what was
8485         done for `timeclock-workday-remaining'.
8486         (timeclock-find-discrep): Removed "today-only" argument, which had
8487         no meaning.  Fixed some more math problems.  The function now
8488         returns a three member list: (TOTAL-TIME-DISCREPANCY
8489         TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
8491 2001-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
8493         * w32-fns.el (convert-standard-filename): Start replacing slashes
8494         from the beginning of the file name, not from where the last
8495         invalid character was.  From "Andrew Maguire (SWW)"
8496         <Andrew.Maguire@Smallworld.co.uk>
8498 2001-05-07  MORIOKA Tomohiko  <tomo@m17n.org>
8500         The following changes are to provide infrastructure for handling
8501         MIME messages to rmail.  They don't affect the original behaviour
8502         if rmail-enable-mime is nil.
8504         * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
8505         (rmail-search-mime-message-function)
8506         (rmail-search-mime-header-function): New variables.
8507         (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
8508         (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
8509         `rmail-view-buffer' is hidden.
8510         (rmail-toggle-header): Likewise.  If rmail-enable-mime is non-nil,
8511         call rmai-show-mime-function.
8512         (rmail-display-labels): If rmail-enable-mime is non-nil, update
8513         mode-line-process of rmail-view-buffer.
8514         (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
8515         (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
8516         buffer.
8517         (rmail-next-message, rmail-next-undeleted-message): Be sure to
8518         set-buffer to the Rmail buffer.
8519         (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
8520         rmail-search-mime-header-function.
8521         (rmail-search-message): New function.
8522         (rmail-search): Call rmail-search-message to check if a message
8523         matches REGEXP, lastly update point after calling
8524         rmail-show-message.
8525         (rmail-undelete-previous-message, rmail-expunge-confirmed)
8526         (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
8527         (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
8528         header region, refer to rmail-msgref-vector while setting the
8529         current buffer to rmail-buffer temporarily.
8530         (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
8531         If rmail-enable-mime is non-nil, call
8532         rmail-insert-mime-forwarded-message-function instead of inserting
8533         forwarded message by itself.
8535         * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
8536         Rmail buffer.
8537         (rmail-set-label, rmail-next-labeled-message): Likewise.
8539         * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
8540         set-buffer to the Rmail buffer.
8541         (rmail-output-to-rmail-file): Likewise.
8542         (rmail-output): Likewise.
8544         * mail/rmailsum.el (rmail-message-subject-p): Process the result
8545         of mail-fetch-field by rmail-summary-line-decoder.
8546         (rmail-new-summary): Be sure to go to the Rmail buffer.
8547         If rmail-enable-mime is non-nil, set rmail-summary-buffer of
8548         rmail-view-buffer to nil.
8549         (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
8550         rmail-view-buffer.
8551         (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
8552         rmail-buffer.
8553         (rmail-summary-scroll-msg-down): Likewise.
8554         (rmail-summary-beginning-of-message): Likewise.
8555         (rmail-summary-wipe): Likewise.
8556         (rmail-summary-toggle-header): Use save-window-excursion, not
8557         save-excursion.  Update point in rmail-view-buffer, not in
8558         rmail-buffer.
8559         (rmail-summary-reply): Before calling rmail-reply, set buffer to
8560         rmail-view-buffer, not rmail-buffer.
8562 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
8564         * cus-edit.el (custom-file): Signal an error if user-init-file is
8565         nil (running -q).
8567         * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
8569         * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
8570         Add :version.
8572         * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
8573         New option.
8574         (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
8575         only if smtpmail-warn-about-unknown-extensions is set.
8577         * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
8578         instead of rmail-sort-by-keywords.
8580         * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
8581         rmail-sort-by-keywords.
8583         * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
8584         rmail-summary-sort-by-keywords.  Doc fix.
8585         (rmail-summary-mode): Doc fix.
8587         * mail/rmail.el (rmail-edit): New Custom group.
8589         * mail/rmailedit.el (rmail-edit-mode): Doc fix.
8590         (rmail-edit-mode-hook): New user-option.
8592 2001-05-05  Richard M. Stallman  <rms@gnu.org>
8594         * help.el (help-xref-symbol-regexp): Recognize "source of"
8595         and friends, meaning make a link to the source file.
8596         (help-make-xrefs): Handle "source of" and friends
8597         by constructing a link that visits the source file.
8599         * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
8601 2001-05-04  Stefan Monnier  <monnier@cs.yale.edu>
8603         * progmodes/cperl-mode.el (cperl-font-lock-keywords)
8604         (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
8605         Renamed from perl-font-lock-keywords to avoid clashes.
8606         (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
8607         (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
8608         Updated correspondingly.
8610         * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
8611         Typo `nonexistant' -> `nonexistent'.
8613 2001-05-04  Martin Stjernholm  <bug-cc-mode@gnu.org>
8615         * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
8616         Split `c-electric-delete' into two functions where
8617         `c-electric-delete-forward' always deletes forward and
8618         `c-electric-delete' only contains the code necessary for XEmacs to
8619         choose between backward and forward deletion.
8621         * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
8622         get the electric behavior on that key too.
8623         (c-fill-paragraph): Fixed bogus direct use of
8624         c-comment-prefix-regexp, which caused an error when it's a list.
8626 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
8628         * dired-aux.el (dired-diff): Doc fix.
8630         * dired.el (dired-diff): Likewise.
8632 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
8634         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
8636 2001-05-02  Stefan Monnier  <monnier@cs.yale.edu>
8638         * vc.el (vc-next-action-on-file): Only force buffer+file to writable
8639         if both the buffer and the file are read-only.
8641         * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
8642         rather than font-lock-string-face.
8643         (sh-get-indent-info): Treat heredocs like strings.
8645 2001-05-02  Gerd Moellmann  <gerd@gnu.org>
8647         * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
8648         a newline following `}'.
8649         (texinfo-format-email): New function.
8650         (toplevel): Use texinfo-format-email for @email.
8651         (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
8652         Add `display'.
8653         (texinfo-sort-region): Goto point-min before sorting.
8654         (texinfo-set): Remove leading white space from value.
8655         From yagi@is.titech.ac.jp.
8657         * replace.el (query-replace-regexp-eval): Doc fix.
8659 2001-05-01  Stefan Monnier  <monnier@cs.yale.edu>
8661         * diff-mode.el (diff-nonexistant-face): New face.
8662         (diff-font-lock-keywords): Use it.
8664 2001-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
8666         * font-lock.el (font-lock-mode): Doc fix.
8668         * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
8669         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
8671 2001-04-30  Gerd Moellmann  <gerd@gnu.org>
8673         * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
8674         backslash at the start of the here-document delimiter.
8675         (sh-font-lock-syntactic-keywords): Likewise.
8677         * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
8679 2001-04-29  Eli Zaretskii  <eliz@is.elta.co.il>
8681         * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
8682         (tty-color-translate, tty-color-by-index, tty-color-values)
8683         (tty-color-desc): Doc fix.
8685 2001-04-27  Eli Zaretskii  <eliz@is.elta.co.il>
8687         * dired-aux.el (dired-do-create-files, dired-do-copy)
8688         (dired-do-symlink, dired-do-hardlink, dired-do-rename):
8689         Mention dired-dwim-target in the doc string.
8691 2001-04-28  Miles Bader  <miles@gnu.org>
8693         * dabbrev.el (dabbrev--ignore-buffer-p): New function.
8694         (dabbrev--find-expansion): Use it.
8695         (dabbrev--select-buffers): Don't select ignored buffers.
8697 2001-04-27  Gerd Moellmann  <gerd@gnu.org>
8699         * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
8701 2001-04-26  Richard M. Stallman  <rms@gnu.org>
8703         * dabbrev.el: Add doc strings for some functions.
8704         (dabbrev--eliminate-newlines): New variable.
8705         (dabbrev--substitute-expansion): Convert newlines to spaces
8706         if dabbrev--eliminate-newlines is set.
8707         If abbrev and expansion are both all-lower-case,
8708         leave dabbrev--last-case-pattern nil.
8710 2001-04-26  Gerd Moellmann  <gerd@gnu.org>
8712         * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
8713         if necessary, like in rmail-show-message.
8715 2001-04-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8717         * ps-print.el: Color specified by number is forced to be float number.
8718         (ps-print-version): New version number (6.5.1.1).
8719         (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
8720         initialization.
8721         (ps-prefix-quote): New internal var.
8722         (ps-print-quote): New fun.
8723         (ps-setup, ps-output-frame-properties, ps-float-format)
8724         (ps-format-color): Code fix.
8725         (ps-plot-region): Eliminate redundant foreground color text setting.
8727 2001-04-26  Eli Zaretskii  <eliz@is.elta.co.il>
8729         * dabbrev.el (dabbrev--select-buffers): Add a doc string.
8731 2001-04-25  Gerd Moellmann  <gerd@gnu.org>
8733         * faces.el (tty-handle-reverse-video): Don't set inverse-video.
8735 2001-04-25  Eli Zaretskii  <eliz@is.elta.co.il>
8737         * info.el (Info-additional-directory-list): Doc fix.
8739         * find-lisp.el (find-lisp-find-dired-filter)
8740         (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
8741         Add autoload cookies.  From Richard Y. Kim <ryk@dspwiz.com>.
8743 2001-04-25  Stefan Monnier  <monnier@cs.yale.edu>
8745         * progmodes/make-mode.el (makefile-font-lock-keywords):
8746         Rationalize the rules for includes and conditionals and use the
8747         keyword face for them.
8749         * faces.el (modify-face): Add compatibility for non-interactive use.
8751 2001-04-24  John Wiegley  <johnw@gnu.org>
8753         * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
8754         fix from last night, since it wasn't finding eshell/cd.
8756 2001-04-24  Gerd Moellmann  <gerd@gnu.org>
8758         * rect.el (string-rectangle): Revert to 20.x behaviour.
8759         (replace-rectangle): Make it an alias for string-rectangle.
8760         (string-insert-rectangle): New function.
8762 2001-04-23  John Wiegley  <johnw@gnu.org>
8764         * eshell/em-unix.el (eshell/diff): Fixed problems that were
8765         occurring with Emacs 21's diff.el/compile.el interaction layer.
8767 2001-04-23  Colin Walters  <walters@cis.ohio-state.edu>
8769         * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
8770         case where the function was defined in a file, but not part of an
8771         eshell module.
8773 2001-04-23  John Wiegley  <johnw@gnu.org>
8775         * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
8776         code to work around a redisplay problem I've been having.
8778 2001-04-23  John Wiegley  <johnw@gnu.org>
8780         * calendar/timeclock.el (timeclock-day-required): If the time
8781         required for a particular day is not set, use `timeclock-workday'.
8782         (timeclock-find-discrep): Added some sample code in a comment.
8784         * eshell/eshell.el (eshell-command): Made a few changes so that
8785         `eshell-command' could be called programmatically.
8787         * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
8789         * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
8791 2001-04-23  John Wiegley  <johnw@gnu.org>
8793         * calendar/timeclock.el: Updated copyright.
8794         (timeclock-generate-report): Don't report the daily or two-week
8795         total, if no time has been worked in that period.
8796         (timeclock-find-discrep): Moved call to `file-readable-p'; removed
8797         final computational form, which was unnecessary; corrected a
8798         parsing problem when timeclock-relative was nil.
8800 2001-04-23  Kahlil Hodgson <kahlil@discus.anu.edu.au>
8802         * calendar/timeclock.el (timeclock-modeline-display): Check if
8803         `list-entry' is null.
8804         (timeclock-use-display-time): The first argument to `set-variable'
8805         must be a symbol.
8807 2001-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
8809         * calendar/calendar.el (diary-entry-marker)
8810         (calendar-today-marker, calendar-holiday-marker):
8811         Use display-color-p instead of window-system.
8812         (calendar-mode-map, calendar-mode): Use display-popup-menus-p
8813         instead of window-system.
8814         (calendar-hide-window): Use display-multi-frame-p instead of
8815         window-system.
8817         * calendar/cal-x.el (calendar-two-frame-setup)
8818         (calendar-only-one-frame-setup, calendar-one-frame-setup):
8819         Use display-multi-frame-p instead of window-system.
8821 2001-04-23  Gerd Moellmann  <gerd@gnu.org>
8823         * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
8825         * textmodes/ispell.el, emacs-lisp/checkdoc.el,
8826         * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
8828 2001-04-23  Alex Schroeder  <alex@gnu.org>
8830         * goto-addr.el: Instead of defining line-beginning-position and
8831         line-end-position a defalias is used for point-at-bol and point-at-eol.
8833 2001-04-23  Alex Schroeder  <alex@gnu.org>
8835         * goto-addr.el: Added XEmacs compatibility code.
8836         (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
8838 2001-04-22  Eli Zaretskii  <eliz@is.elta.co.il>
8840         * textmodes/paragraphs.el (sentence-end): Doc fix.
8842 2001-04-20  Alex Schroeder  <alex@gnu.org>
8844         * sql.el (sql-escape-newlines-and-send): New function.
8845         (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
8847 2001-04-20  Alex Schroeder  <alex@gnu.org>
8849         * sql.el (sql-db2-program): New option.
8850         (sql-db2-options): New option.
8851         (sql-db2): New function.
8853 2001-04-20  Alex Schroeder  <alex@gnu.org>
8855         * sql.el (sql-mode-menu): Added highlighting entries.
8856         (sql-highlight-oracle-keywords): New function.
8857         (sql-highlight-postgres-keywords): New function.
8858         (sql-highlight-ansi-keywords): New function.
8860 2001-04-20  Alex Schroeder  <alex@gnu.org>
8862         * sql.el (sql-help): Doc change.
8864 2001-04-19  Karl Fogel  <kfogel@collab.net>
8866         * saveplace.el (save-place-alist-to-file): Removed no-effect code
8867         that inserted file content only to delete it immediately.
8868         Probably a cut-and-paste bug.  Thanks to Juanma Barranquero
8869         <lektu@uol.com.br> for the patch.
8871 2001-04-19  Stefan Monnier  <monnier@cs.yale.edu>
8873         * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
8875 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
8877         * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
8878         for defmethod.
8880         * comint.el (comint-cr-magic): New function.
8881         (toplevel): Add it to comint-preoutput-filter-functions.
8883 2001-04-18  Andrew Innes  <andrewi@gnu.org>
8885         * makefile.w32-in (EMACSLOADPATH): Define.
8886         (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
8887         (recompile): Remove stuff to set EMACSLOADPATH.
8889 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
8891         * language/slovak.el ("Slovak"): Add tutorial entry.
8893         * net/browse-url.el (browse-url-new-window-flag): Renamed from
8894         browse-url-new-window-p.
8896 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
8898         * info.el (Info-menu-update): When there are no menus and/or no
8899         cross references in the node, make the respective items of the
8900         Info menu-bar menu inactive.
8902 2001-04-17  Gerd Moellmann  <gerd@gnu.org>
8904         * indent.el (indent-for-tab-command): Call indent-line-function
8905         with no argument if PREFIX-ARG is non-nil.
8907         * frame.el (delete-other-frames): Handle minibuffer-only frames.
8909 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
8911         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
8912         an async subprocess if start-process is unavailable.  Suggested by
8913         Tim Van Holder <tim.van.holder@pandora.be>.
8915 2001-04-15  Eli Zaretskii  <eliz@is.elta.co.il>
8917         * info.el (Info-additional-directory-list): Doc fix.  Suggested by
8918         Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
8920 2001-04-14  Eli Zaretskii  <eliz@is.elta.co.il>
8922         * info.el (Info-file-list-for-emacs): Add an entry for the "info"
8923         manual.
8925 2001-04-13  Stefan Monnier  <monnier@cs.yale.edu>
8927         * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
8928         (cvs-menu): Add a few entries.
8930         * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
8931         (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
8932         lock file appears to be reachable from Emacs.
8933         (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
8934         (cvs-mode-find-file): Look for cvs-header-face rather than
8935         cvs-dirname-face (which doesn't exist).
8936         (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
8938         * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
8940 2001-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
8942         * emulation/pc-select.el (pc-selection-mode): Don't turn on
8943         normal-erase-is-backspace on a tty.  Instead, bind some keys such
8944         as [delete] directly, like pc-select.el did before
8945         normal-erase-is-backspace was invented.
8947 2001-04-12  Eli Zaretskii  <eliz@is.elta.co.il>
8949         * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
8951 2001-04-11  John Wiegley  <johnw@gnu.org>
8953         * eshell/em-ls.el (eshell-ls-insert-directory):
8954         Set font-lock-defaults to nil, to prevent fontification in dired
8955         buffers, if Eshell's ls is being used.
8957 2001-04-11  John Wiegley  <johnw@gnu.org>
8959         * calendar/timeclock.el (timeclock-completing-read): New function.
8960         (timeclock-ask-for-project, timeclock-ask-for-reason):
8961         Call `timeclock-completing-read'.
8963         * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
8964         required where `member' was being used.
8966 2001-04-11  Colin Walters  <walters@cis.ohio-state.edu>
8968         * eshell/em-hist.el (eshell-previous-matching-input):
8969         Don't display "History item" if the minibuffer is active.
8971 2001-04-11  Gerd Moellmann  <gerd@gnu.org>
8973         * startup.el (command-line): Output a newline after printing
8974         an error from loading the window system's init file.
8976 2001-04-11  Eli Zaretskii  <eliz@is.elta.co.il>
8978         * textmodes/texinfo.el (texinfo-font-lock-keywords):
8979         Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
8980         @inforef.  Add an OVERRIDE of `keep' to highlight specs of
8981         keywords whose arguments routinely include @@.
8983 2001-04-10  Gerd Moellmann  <gerd@gnu.org>
8985         * emacs-lisp/advice.el (ad-make-advised-definition):
8986         Construct advice for subrs differently.
8988         * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
8989         regexp in parentheses when building the regexp for searching backwards.
8991         * simple.el (completion-list-mode-finish): New function.
8992         (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
8994         * language/european.el ("Polish"): Change sample text.
8995         From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
8997         * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
8998         parameter.
9000         * faces.el (menu): Doc fix.
9002 2001-04-10  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9004         * ps-print.el: Footer implementation.  Doc fix.
9005         (ps-print-version): New version number (6.5.1).
9006         (ps-header-frame-alist): New customization var for header frame
9007         properties.
9008         (ps-line-number-color): New customization var for line number color.
9009         (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
9010         (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
9011         (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
9012         (ps-right-footer): New customization vars for footers.
9013         (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
9014         footers.
9015         (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
9016         (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
9017         Code fix.
9018         (ps-prologue-file): Indentation fix.
9019         (ps-print-quote): Fun eliminated.
9020         (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
9021         (ps-output-frame-properties): New fun.
9022         (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
9023         (ps-skip-newline): Replace defun by defsubst.
9025 2001-04-10  Colin Walters <walters@cis.ohio-state.edu>
9027         * eshell/eshell.el (eshell-command): Needed a "%s" format
9028         specifier, in case the buffer contains percent characters.
9030 2001-04-10  John Wiegley  <johnw@gnu.org>
9032         * calendar/timeclock.el (timeclock-generate-report): Added a
9033         missing insert of the project name.
9035 2001-04-09  Gerd Moellmann  <gerd@gnu.org>
9037         * obsolete/profile.el: Moved from emacs-lisp/.
9039         * Makefile.in (nonobsolete_setwins): New macro.
9040         (finder-data): Use it instead of `setwins'.
9041         From: Dave Love <fx@gnu.org>.
9043         * server.el (server-visit-files): Set server-existing-buffer correctly.
9044         (server-visit-files): Run server-visit-hook after going to
9045         line 1 so that the hook can set point as it sees fit.
9047         * bindings.el (mode-line-modified): Unify help messages.
9049 2001-04-07  Eli Zaretskii  <eliz@is.elta.co.il>
9051         * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
9052         All callers changed.
9054 2001-04-06  Eli Zaretskii  <eliz@is.elta.co.il>
9056         * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
9057         long file names aren't supported, truncate the file names in
9058         quail-misc-package-ext-info to 8+3 before matching them against
9059         FILENAME.
9061         * dos-fns.el (dos-truncate-to-8+3): New function.
9063         * progmodes/compile.el (grep-compute-defaults): Use null-device
9064         instead of literal /dev/null. Reported by Jens Schmidt
9065         <schmidt@mathematik.uni-kl.de>.
9067         * simple.el (normal-erase-is-backspace-mode): Doc fix.
9069 2001-04-06  Stefan Monnier  <monnier@cs.yale.edu>
9071         * textmodes/sgml-mode.el: Add unknown maintainer.
9072         (sgml-tag): Pass `str' explicitly through skeleton-transformation.
9073         (html-mode-map): Use set-keymap-parent.
9075 2001-04-06  Dave Love  <fx@gnu.org>
9077         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
9078         Remove redundant string-to-list.
9080 2001-04-05  Stefan Monnier  <monnier@cs.yale.edu>
9082         * composite.el (reference-point-alist): Doc fix.
9084 2001-04-05  Sam Steingold  <sds@gnu.org>
9086         * font-lock.el (font-lock-keywords-case-fold-search):
9087         Make buffer-local.  This fixes a very annoying bug when loading a Lisp
9088         file made font-lock case-insensitive.
9090 2001-04-05  Gerd Moellmann  <gerd@gnu.org>
9092         * faces.el (defface menu): Doc fix.
9094         * wid-edit.el (widget-color-sample-face-get): Don't make
9095         faces for undefined colors.
9097         * version.el (emacs-version): Include LessTif/Motif version info.
9099 2001-04-04  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9101         * ps-mule.el: Eliminate cl package dependence.
9102         (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
9103         if they aren't defined yet.
9104         (ps-mule-encode-header-string, ps-mule-header-string-charsets):
9105         Eliminate cl package dependence.
9107 2001-04-04  Stefan Monnier  <monnier@cs.yale.edu>
9109         * progmodes/cc-cmds.el (c-outline-level):
9110         Bind buffer-invisibility-spec.  Originally from Dave Love, but
9111         got lost when incorporating version 5.26.
9113 2001-04-04  Eli Zaretskii  <eliz@is.elta.co.il>
9115         * emulation/pc-select.el (pc-selection-mode):
9116         Call normal-erase-is-backspace-mode instead of binding
9117         keys individually.
9119         * cus-load.el (normal-erase-is-backspace): Use it instead of
9120         delete-key-deletes-forward.
9122         * startup.el (command-line): Use normal-erase-is-backspace and
9123         normal-erase-is-backspace-mode.
9125         * simple.el (normal-erase-is-backspace): Rename from
9126         delete-key-deletes-forward.  Doc fix.
9127         (normal-erase-is-backspace-mode): Rename from
9128         delete-key-deletes-forward-mode.  Doc fix.
9129         Run normal-erase-is-backspace-hook.
9131         * dired.el (dired-move-to-filename-regexp): Support file sizes in
9132         ``human-readable'' format produced by GNU `ls'.
9133         (dired-move-to-filename-regexp): Recognize ISO format dates.
9134         From Paul Eggert <eggert@twinsun.com>.
9136 2001-04-04  Gerd Moellmann  <gerd@gnu.org>
9138         * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
9139         New functions.
9140         (lm-verify): Check keywords.
9141         From Eric M. Ludlam <eric@siege-engine.com>.
9143 2001-04-03  Eric M. Ludlam  <eric@siege-engine.com>
9145         * speedbar.el (speedbar-insert-image-button-maybe): Check for
9146         `xemacs' feature instead of for the function `set-extent-property'.
9148 2001-04-03  Stefan Monnier  <monnier@cs.yale.edu>
9150         * mail/mh-utils.el (mh-folder-hist): New var.
9151         (mh-prompt-for-folder): Use it and pass `default' to completing-read.
9153 2001-04-03  Eli Zaretskii  <eliz@is.elta.co.il>
9155         * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
9156         region, position point on the first or last 16-byte group.
9157         (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
9158         and hexl-end-of-buffer.  Bind End and Home to hexl-end-of-line and
9159         hexl-beginning-of-line.
9161 2001-04-03  Gerd Moellmann  <gerd@gnu.org>
9163         * icomplete.el (icomplete-mode): Treat an argument like other
9164         modes do.
9166         * startup.el (fancy-splash-head): Use splash8.xpm for color
9167         depth 8.
9169         * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
9170         Add an antry for ``converts''.
9172         * language/slovak.el ("Slovak"): Add documentation string.
9173         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
9175         * language/czech.el ("Czech"): Add documentation string.
9176         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
9178         * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
9179         to `isci24-mule.bdf'.  From: Kenichi Handa <handa@etl.go.jp>.
9181 2001-04-02  Stefan Monnier  <monnier@cs.yale.edu>
9183         * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
9184         (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
9185         (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
9186         Use `defsubst' rather than a macro to ease debugging.
9187         (mail-extr-last): Remove (use `last' instead).
9188         (mail-extract-address-components): Properly reset the syntax-table
9189         after parsing an address.  Use `last' rather than mail-extr-last.
9190         Make sure the end marker stays at the very end.
9192 2001-04-02  Eli Zaretskii  <eliz@is.elta.co.il>
9194         * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
9195         last change.
9197 2001-04-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9199         * ps-print.el: Line and paragraph spacing feature.  Region to cut
9200         out when printing.  Doc fix.
9201         (ps-print-version): New version number (6.5).
9202         (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
9203         New vars.  Line and paragraph spacing feature.
9204         (ps-begin-cut-regexp, ps-end-cut-regexp): New vars.  Region to cut
9205         out when printing.
9206         (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
9207         (ps-get-font-size, ps-begin-job, ps-continue-line)
9208         (ps-plot-region): Code fix.
9209         (ps-print-prologue-2): Var eliminated.
9210         (ps-line-spacing-internal, ps-paragraph-spacing-internal):
9211         New internal vars.
9212         (ps-get-size): New fun.
9213         (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
9214         (ps-next-line): Replace defun by defsubst.
9215         (ps-mule-plot-string): Autoload doc fix.
9217         * ps-bdf.el: XEmacs compatibility.  Doc fix.
9218         (installation-directory, coding-system-for-read): Declare vars if
9219         it's not declared yet.
9220         (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
9222         * ps-mule.el: XEmacs compatibility.  Doc fix.
9223         (leading-code-private-22): Declare var if it's not declared yet.
9224         (charset-bytes, charset-dimension, charset-id, charset-width)
9225         (find-charset-region, split-char, char-width, chars-in-region)
9226         (forward-point, decompose-composite-char, encode-coding-string)
9227         (coding-system-p, ccl-execute-on-string, define-ccl-program):
9228         Define funs if not defined yet.
9229         (encode-composition-rule, find-composition): Define funs if not
9230         loaded yet.
9231         (ps-mule-prologue): PostScript code fix.
9233 2001-04-02  Kenichi Handa  <handa@etl.go.jp>
9235         * ps-mule.el (ps-mule-generate-font): New arg HEADER-P.  If it is
9236         non-nil, generate font for the header strings.
9237         (ps-mule-prepare-font): Likewise.
9238         (ps-mule-generate-glyphs): Likewise.
9239         (ps-mule-string-encoding): Likewise.
9240         (ps-mule-header-charsets): New variable.
9241         (ps-mule-encode-header-string): New function.
9242         (ps-mule-header-string-charsets): New function.
9243         (ps-mule-begin-job): Check charsets in the header strings.  If there
9244         are non-ASCII and non-Latin1 charsets, prepare fonts for them.
9246         * ps-print.el (ps-generate-header-line): Encode the header string by
9247         ps-mule-encode-header-string.
9248         (ps-mule-encode-header-string): Declare autoload.
9250 2001-04-02  Gerd Moellmann  <gerd@gnu.org>
9252         * frame.el (cursor-in-non-selected-windows):
9253         Replaces show-cursor-in-non-selected-windows.
9255 2001-03-31  Kenichi Handa  <handa@etl.go.jp>
9257         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9258         Delete entries for "chinese-py" and "chinese-ziranma".
9259         (quail-misc-package-ext-info): New variable.
9260         (tsang-quick-converter): New function.
9261         (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
9262         (quick-cns-converter, py-converter, ziranma-converter)
9263         (miscdic-convert, batch-miscdic-convert): New functions.
9265 2001-03-30  Kenichi Handa  <handa@etl.go.jp>
9267         * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
9268         eight-bit-control chars.
9270         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
9271         Reduce making temporary vector (suggested by Dave Love).
9273 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
9275         * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
9276         string as well.
9278 2001-03-30  Andreas Schwab  <schwab@suse.de>
9280         * files.el (backup-directory-alist): Fix typo.
9282 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
9284         * time-stamp.el (time-stamp-format): Doc fix.  From Paul Eggert
9285         <eggert@twinsun.com>.
9287 2001-03-30  Dave Love  <fx@gnu.org>
9289         * progmodes/fortran.el (fortran-comment-region): Fix typo.
9291 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
9293         * simple.el (transient-mark-mode): Mention C-g in the doc string.
9295 2001-03-30  Miles Bader  <miles@gnu.org>
9297         * subr.el (interactive-form): Fix paren typo.
9299 2001-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
9301         * emacs-lisp/profile.el: Say that it's obsolete in the header
9302         line, so that finder.el puts that into its data-base.
9303         Suggested by Alex Schroeder <alex@gnu.org>.
9305 2001-03-29  Paul Eggert  <eggert@twinsun.com>
9307         * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
9308         LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
9310 2001-03-29  Stefan Monnier  <monnier@cs.yale.edu>
9312         * generic.el (generic-mode-set-comments): Use "" rather than nil
9313         for comment-end.
9315 2001-03-29  Gerd Moellmann  <gerd@gnu.org>
9317         * emacs-lisp/advice.el (ad-make-advised-definition):
9318         Call interactive-form to obtain the interactive spec of subrs.
9320         * subr.el (interactive-form): New function.
9322 2001-03-29  Andre Spiegel  <spiegel@gnu.org>
9324         * vc-sccs.el (vc-sccs-register): Use relative file names.
9326 2001-03-28  Gerd Moellmann  <gerd@gnu.org>
9328         * bookmark.el (bookmark-get-bookmark): Handle case that
9329         BOOKMARK is not a string.
9331         * image.el (image-type-regexps): Change type for PS files
9332         to `postscript'.
9334         * subr.el (read-passwd): Clear command history after each
9335         character entered.  From: Stephen Gildea
9336         <gildea@stop.mail-abuse.org>.
9338 2001-03-27  Kenichi Handa  <handa@etl.go.jp>
9340         * international/kkc.el (kkc-save-init-file): Locally bind
9341         print-length to nil.
9343 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
9345         * textmodes/flyspell.el: Some doc fixes.
9346         (flyspell-maybe-correct-transposition)
9347         (flyspell-maybe-correct-doubling): Use a temporary buffer
9349         * textmodes/ispell.el (ispell-parse-output): Doc fix.
9351         * emacs-lisp/byte-opt.el (byte-optimize-while)
9352         (byte-optimize-form-code-walker): Diagnose too few arguments
9353         for `if' and `while'.
9355 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
9357         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9358         Prepend `\' to "\<quail-translation-docstring>".
9360 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
9362         * autorevert.el (global-auto-revert-non-file-buffers):
9363         Remove duplicate defcustom.
9365 2001-03-26  Miles Bader  <miles@gnu.org>
9367         * international/latin1-disp.el (latin1-char-displayable-p):
9368         Add leading "-" for X font pattern.
9370 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
9372         * international/mule-diag.el (describe-coding-system):
9373         For raw-text and emacs-mule, don't add anymore text about what
9374         charsets they can encode.
9376 2001-03-25  Eli Zaretskii  <eliz@is.elta.co.il>
9378         * help.el (view-lossage): Mention open-dribble-file in the doc
9379         string.  Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
9381 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
9383         * skeleton.el (skeleton-internal-list): Fix bogus logic.
9384         (skeleton-pair-insert-maybe): Don't pair after a backslash.
9386 2001-03-23  Kenichi Handa  <handa@etl.go.jp>
9388         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
9389         Call ccl-execute-on-string directly so that CCL program handling
9390         multibyte sequence can work correctly.
9391         (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
9392         property of the coding system.
9394 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
9396         * textmodes/fill.el (fill-individual-paragraphs-prefix):
9397         Fix transcription typo.
9399 2001-03-22  Rajesh Vaidheeswarran  <rv@gnu.org>
9401         * whitespace.el: Add buffer local variables to toggle testing of
9402         whitespaces in buffers without affecting the default values.
9403         Bump version to 3.0 to account for a few other changes.
9404         (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
9405         (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
9406         (whitespace-toggle-spacetab-check): New functions.
9408 2001-03-21  Stefan Monnier  <monnier@cs.yale.edu>
9410         * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
9412 2001-03-21  Gerd Moellmann  <gerd@gnu.org>
9414         * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
9415         bs-cycle-configuration-name.  From Juanma Barranquero
9416         <lektu@uol.com.br>.
9418         * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
9419         and cc-vars.el.
9421         * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
9422         headers.  Always invoke sendmail with option -t.
9424 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9426         * Release of cc-mode 5.28.
9428 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9430         * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
9431         Removed the hardcoded switch to "java" style in Java mode.
9432         It's instead taken care of by the default value for c-default-style.
9434 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9436         * cc-align.el (c-lineup-math): Fix bug where lineup was
9437         triggered by equal signs in string literals.
9439 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9441         * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
9442         limit detection when at the ends of the buffer.
9444         * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
9445         "for" statement clause in case 7F; a better one is done
9446         earlier in case 7D anyway.
9448 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9450         * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
9451         somewhat more and did a small optimization.
9453 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9455         * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
9456         Use the limit argument only to limit the syntactic context
9457         search, not to limit the actual movement.
9459         * cc-cmds.el (c-beginning-of-statement): Move by sentence
9460         inside multiline strings, just like in comments.  Also various
9461         fixes to the paragraph and comment prefix recognition, block
9462         comment ender handling etc.
9464 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9466         * cc-cmds.el (c-fill-paragraph): Take more care to preserve
9467         the relative position of the point.
9469         * cc-cmds.el (c-electric-continued-statement): New function to
9470         use as abbrev hook to reindent for keywords such as "else"
9471         that continues an earlier statement.
9473         * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
9474         like classes.
9476         * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
9477         (pike-mode): Populate the default abbrev tables to reindent for
9478         keywords such as "else" that can continue earlier statements.
9479         Abbrev mode is therefore turned on by default now.  (Note that
9480         this doesn't apply to idl-mode, since IDL afaik doesn't have
9481         statements at all.)
9483 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9485         * cc-engine.el (c-inside-bracelist-p): Fix for handling
9486         bracelists where the declaration contains template arguments.
9488 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9490         * cc-cmds.el (c-comment-indent):
9491         Use `c-get-syntactic-indentation' to correctly calculate the
9492         syntactic indentation.  Fixes bug with lineup functions that
9493         return vectors.
9495         * cc-engine.el (c-get-syntactic-indentation): Split the
9496         indentation sum calculation from `c-indent-line' to a separate
9497         function.
9499 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9501         * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
9502         Fixed places where it was assumed that preprocessor directives
9503         have to start in column zero.
9505         * cc-engine.el (c-beginning-of-member-init-list): Handle C++
9506         template arguments after a class identifier properly.
9508         * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
9509         lists for `new Foo[]' constructs in Java as expressions and
9510         not top level definition brace lists on the top level, so that
9511         they'll get indented consistently with the same type of
9512         expression in a normal block.
9514 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9516         * cc-cmds.el (c-fill-paragraph): The kludge that checks
9517         whether the adaptive filling package fails to keep the comment
9518         prefix is now kludged further to check for filladapt-mode
9519         which doesn't have that problem. This is really icky, but it's
9520         the only way that works with the current misfeatures/bugs in
9521         both adaptive-fill-mode and filladapt-mode.
9523         * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
9524         around point is recognized more robust.
9526 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9528         * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
9529         (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
9530         (c-lit-type): Fixed all internal variables used dynamically so
9531         that they are always bound.
9533         * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
9534         errors:
9536         (c-indent-region): Fixed reporting of syntactic errors so that
9537         the region is fully reindented even when an error occurs.
9538         The last syntactic error is printed afterwards.  Also cleanup up a
9539         whole lot of code that tried to optimize indentation of whole
9540         sexps but in reality accomplishes nothing.
9542         (c-indent-sexp): Use c-indent-region.
9544         (c-parsing-error): Changed this variable to hold the message
9545         for any syntactic error that is discovered.
9547         (c-parse-state): Search backward from point instead of the bod
9548         position when the latter is invalid.  This makes CC Mode
9549         recover faster when there are unbalanced close braces.
9551         (c-backward-to-start-of-if): Use c-parsing-error to report
9552         dangling "else" clauses instead of throwing an error, and fall
9553         back to a reasonable position.
9555         (c-indent-line): Added argument to avoid reporting syntactic errors.
9557         (c-show-syntactic-information): Don't report any syntactic errors.
9559 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9561         * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
9562         paragraph recognition when moving by sentence in literals.
9564         * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
9565         start regexp for javadoc to recognize javadoc markup in general instead
9566         of a specific set of keywords, to be more future-safe.
9568         (c-Pike-pikedoc-paragraph-start)
9569         (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
9570         pikedoc markup.
9572         * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
9574         (pike-mode): Initialize paragraph settings pikedoc recognition.
9576         * cc-vars.el (c-default-style): Made a nicer Customize widget.
9578         (c-comment-prefix-regexp): Made it possible to use an
9579         association list on this to specify mode specific regexps.
9580         The default value now use a special regexp in Pike mode to
9581         recognize pikedoc markup.
9583         (c-current-comment-prefix): New variable containing the actual
9584         regexp from c-comment-prefix-regexp for the current buffer.
9586 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9588         * cc-cmds.el (c-electric-brace): Fixed check for special brace
9589         lists: We can't look at the syntax, since a brace list can get
9590         recognized as a plain statement-cont.
9592         * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
9593         special brace list opener broken over two lines got recognized
9594         as a statement on the second line.  Case 9A changed.
9596 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9598         * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
9599         adjustment after line is reindented.
9601 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9603         * cc-defs.el (c-point): Added optional argument for position
9604         to use instead of the current point.
9606         * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
9607         the in-expression block symbols when the construct starts at
9608         boi, to avoid the extra level of indentation in that case.
9609         Cases 4, 16A and 17E affected.
9611 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9613         * cc-cmds.el: Use `indent-according-to-mode' instead of direct
9614         calls to `c-indent-line', to adhere better to Emacs conventions.
9616         * cc-engine.el (c-indent-line): Use the syntax already bound
9617         to `c-syntactic-context', if there is any.
9619 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9621         * cc-engine.el (c-get-offset): Fixed bug where the indentation
9622         wasn't added up correctly when a lineup function returned nil.
9624 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9626         * cc-engine.el (c-collect-line-comments): Fixed bug where
9627         empty lines were ignored when collecting line comments backwards.
9629 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9631         * cc-align.el (c-lineup-dont-change): Return an absolute
9632         indentation column to work correctly in the case when several
9633         syntactic elements are processed for the same line.
9635         * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
9636         (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
9637         (c-set-offset): Added absolute indentation column settings by
9638         using the vector type.
9640 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9642         * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
9643         Implemented two new cleanups `space-before-funcall' and
9644         `compact-empty-funcall'.
9646 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9648         * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
9649         helping building regexps.
9651         * cc-engine.el (c-on-identifier): New function for detecting
9652         identifiers.  It takes keywords into account.
9654         * cc-langs.el, cc-mode.el: Added regexps for complete keyword
9655         lists.  `c-keywords' is set to a regexp matching all keywords
9656         in the current language.
9658 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9660         * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
9661         list of characters to skip backwards over at the beginning of
9662         a statement, since it can precede string literals in Pike.
9664 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9666         * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
9667         recognition when standing on the last line in a C++ comment
9668         with nothing but whitespace after the prefix.
9670         * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
9671         given no limit argument.
9673 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9675         * cc-engine.el (c-inside-bracelist-p): Fixed brace list
9676         recognition for the `[]= operator symbol in Pike.
9678 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9680         * cc-bytecomp.el (cc-eval-when-compile): New macro that works
9681         around a bug in `eval-when-compile' in the byte compiler.
9683         * cc-engine.el (c-forward-token-1): Fixed bug with return
9684         value when count is zero and there's no token start within the limit.
9686         (c-guess-basic-syntax): Don't add 'comment-intro to lines with
9687         "prefix comments", i.e. comments which are followed by code on
9688         the same line.
9690         * cc-mode-19.el: Fixes so that checks that must be done at
9691         compile time also are done then.
9693 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9695         * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
9696         time and at runtime, and only when it's needed.
9698 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9700         Major cleanup for less error prone and more warning free
9701         compilation, including some fixes for bugs due to different
9702         compilation orders. Thanks to Martin Buchholz for providing
9703         the basis for all this.
9705         * cc-bytecomp.el: New file that provides some byte compilation
9706         features: It ensures that files always are loaded from the
9707         current source directory during compilation, and it provides a
9708         set of macros to turn off specific compiler warnings for
9709         specific symbols.  (It's not CC Mode specific in any way.)
9711         Fixed a nearly acyclic dependency tree (both runtime and
9712         compile-time) between all files.
9714         * cc-defs.el: Separated all macros before the inline functions,
9715         to ensure correct compilation.
9717         * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
9718         cc-defs.el to cc-engine.el and made it a function instead.
9720         * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
9721         about char-after.
9723         * cc-vars.el: Cope even when there isn't a custom package
9724         containing defcustom available.
9726         * cc-make.el: Removed since it's no longer necessary.
9728         README: Updated installation instructions.
9730 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9732         * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
9733         improve the modularity: Moved all mode init stuff from
9734         cc-langs.el to cc-mode.el, including the keymap
9735         initialization; cc-langs now only contains the various
9736         variables for configuring the language syntax.
9738         * cc-engine.el, cc-styles.el (c-evaluate-offset)
9739         (c-get-offset): Moved from cc-styles to cc-engine since file
9740         dependency analysis suggests they belong there (which also
9741         makes more sense).  Thanks to Martin Buchholz for doing the analysis.
9743 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9745         * cc-cmds.el (c-fn-region-is-active-p): New function that
9746         wraps the corresponding macro, for use in places that aren't
9747         compiled.  Thanks to Martin Buchholz for pointing out this.
9749         * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
9751         * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
9752         add things to the bug report.
9754 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9756         * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
9757         returned prefix could contain a newline when the search for a
9758         good prefix line failed.
9760 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9762         * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
9763         (c-toggle-auto-hungry-state): Made the argument optional, as
9764         the documentation says it is.
9766 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9768         * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
9769         multiline string syntax, #"...", as a cpp macro.
9771 2001-03-21  Paul Eggert  <eggert@twinsun.com>
9773         * international/mule-cmds.el (set-locale-environment):
9774         Set system-messages-locale and system-time-locale, but only if the
9775         caller specifies a non-nil locale name.
9777 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
9779         * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
9780         problems for the interpreter.  From: John Wiegley  <johnw@gnu.org>
9782 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
9784         * follow.el (follow-avoid-tail-recenter): Doc fix.
9786         * custom.el (custom-set-variables): Avoid reversing the list
9787         of args needlessly.
9789         * startup.el (fancy-splash-head): Don't change the colors of the
9790         XPM image on a dark background.
9792         * comint.el (comint-exec-1): Set columns of the terminal to
9793         window-width instead of frame-width.
9795         * info.el (Info-scroll-down): Add missing WINDOW arg for
9796         pos-visible-in-window-p.
9798         * ehelp.el (electric-help-mode-hook): Add defcustom.
9800         * mail/sendmail.el (mail-mode): Activate case-folding in
9801         font-lock-defaults.
9803 2001-03-19  Stefan Monnier  <monnier@cs.yale.edu>
9805         * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
9806         (completion-ignored-extensions): Remove duplicate ".class".
9808 2001-03-19  Andreas Schwab  <schwab@suse.de>
9810         * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
9811         From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
9813 2001-03-19  Gerd Moellmann  <gerd@gnu.org>
9815         * language/european.el ("Latin-5", "Latin-4"): Use postfix input
9816         methods since there are not prefix input methods.
9818 2001-03-19  Kenichi Handa  <handa@etl.go.jp>
9820         * international/mule-cmds.el (read-input-method-name):
9821         Locally bind enable-recursive-minibuffers to t.
9823 2001-03-18  Stefan Monnier  <monnier@cs.yale.edu>
9825         * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
9827 2001-03-17  Michael Kifer  <kifer@cs.sunysb.edu>
9829         * ediff-util.el: Copyright years.
9830         (ediff-choose-syntax-table): New function.
9831         (ediff-setup): Use ediff-choose-syntax-table.
9833         * ediff-init.el (ediff-with-syntax-table): New macro, uses
9834         with-syntax-table.
9836         * ediff.el: Date of last update, copyright years.
9838         * ediff-wind (ediff-setup-control-frame): Nill->nil.
9840         * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
9841         of Scott Bronson.
9842         (ex-cmd-assoc,ex-cmd-one-letr): New functions.
9843         (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
9844         Deleted functions.
9845         (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
9846         ex-token-list.
9848         * viper-util.el: Spaces, indentation.
9850         * viper.el: Changed version, modification time.
9852 2001-03-16  John Wiegley  <johnw@gnu.org>
9854         * calendar/timeclock.el (timeclock-workday-remaining):
9855         Check whether `discrep' is non-null before using it.
9857 2001-03-16  John Wiegley  <johnw@gnu.org>
9859         * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
9860         first-time checkins.
9861         (timeclock-log-data): Fixed problem with reading timelog log file.
9862         Resulting data in the "day list" was incorrect.
9863         (timeclock-find-discrep): Check if `timeclock-file' is readable
9864         before opening it.
9865         (timeclock-time-less-p): New function.
9866         (timeclock-day-base): New function.
9867         (timeclock-geometric-mean): New function.
9868         (timeclock-generate-report): Generate a summary report based on
9869         the contents of the log file.  This uses `timeclock-log-data', and
9870         is an example of writing a timelog manipulation function.
9871         (timeclock-visit-timelog): A quick command for opening the timelog
9872         file.
9873         (timeclock-log-data): Bound the variable event.
9875 2001-03-16  Kenichi Handa  <handa@etl.go.jp>
9877         * international/mule-cmds.el (select-safe-coding-system):
9878         Fix typo: symbol-name -> symbol-value.
9880         * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
9881         before substitute-in-file-name to handle double slashes in FILE
9882         correctly.
9884 2001-03-15  Gerd Moellmann  <gerd@gnu.org>
9886         * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
9887         for Slovak.  From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
9889 2001-03-14  Gerd Moellmann  <gerd@gnu.org>
9891         * bindings.el (features): Add `md5' and `overlay' to the list.
9893         * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
9894         bound before using it.  It's not bound when configured without X,
9895         for instance.
9897 2001-03-13  Thien-Thi Nguyen  <ttn@gnu.org>
9899         * progmodes/hideshow.el: Update copyright.
9900         (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
9901         (hs-minor-mode-hook): Include `:version' in defcustom form.
9903 2001-03-13  Gerd Moellmann  <gerd@gnu.org>
9905         * help.el (string-key-binding): Don't call event-start on
9906         a non-list.
9908 2001-03-13  Eli Zaretskii  <eliz@is.elta.co.il>
9910         * startup.el (fancy-splash-tail, command-line-1): Fix the
9911         copyright year.
9913 2001-03-13  Kenichi Handa  <handa@etl.go.jp>
9915         * term.el: These changes are based on a patch sent from Yong Lu
9916         <lyongu@yahoo.com>.
9917         (term-set-escape-char): Bind M-x to execute-extended-command in
9918         term-raw-escape-map.
9919         (term-move-columns): Don't try to move to negagive column.
9920         (term-emulate-terminal): Insert a string before deleting a text to
9921         overwrite.
9923 2001-03-12  Gerd Moellmann  <gerd@gnu.org>
9925         * play/life.el (life): Rearrange code so that all calls to
9926         life-display-generation are in a catch-form.
9928         * progmodes/etags.el (tags-loop-continue): Don't change point in a
9929         file that isn't interesting.  In an interesting file, push the old
9930         value of point on the mark ring.
9932         * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
9933         New function.
9934         (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
9935         Use it.
9937         * emacs-lisp/autoload.el (generate-file-autoloads):
9938         Remove warning about line lengths.
9940 2001-03-12  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
9942         * progmodes/etags.el (tags-compression-info-list): New variable.
9943         (find-tag-in-order): Use it to deal with compressed source files.
9944         (tag-file-name-match-p): New function.
9945         (etags-recognize-tags-table): Use it for better match of file names.
9947 2001-03-12  Kenichi Handa  <handa@etl.go.jp>
9949         * international/mule-cmds.el (register-input-method): Doc fix.
9951         * international/quail.el (quail-translate-key): Fix condition to
9952         check if there's another breaking point in the current key.
9954 2001-03-11  Eli Zaretskii  <eliz@is.elta.co.il>
9956         * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
9957         Babyl header to the newly-created output file, bind
9958         coding-system-for-write to either rmail-file-coding-system or
9959         emacs-mule-unix.
9961 2001-03-11  Stefan Monnier  <monnier@cs.yale.edu>
9963         * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
9964         Fix the name and regexp used for subsubsections.
9966 2001-03-10  Dave Love  <fx@gnu.org>
9968         * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
9969         and save-buffer if buffer-file-name non-nil.  From rms.
9971 2001-03-10  Andre Spiegel  <spiegel@gnu.org>
9973         * vc.el (vc-do-command): If the destination buffer is already
9974         current, don't set it up and don't erase it.  Updated doc string
9975         to reflect that.
9976         (vc-version-diff): When doing a single file diff, don't switch to the
9977         *vc-diff* buffer before the command.  This is to preserve local
9978         variable bindings that might affect the diff command.
9979         (vc-print-log): Don't switch to the *vc* buffer before the
9980         command, so that local variable bindings are preserved.
9982         * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
9983         not the current buffer.
9984         (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
9986         * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
9987         make output go to buffer *vc*, not the current buffer.
9989 2001-03-09  Stefan Monnier  <monnier@cs.yale.edu>
9991         * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
9992         so ^, $, *, ? and + are interpreted correctly.
9994 2001-03-09  Gerd Moellmann  <gerd@gnu.org>
9996         * help.el (string-key-binding): Renamed from
9997         mode-line-key-binding.  Handle any event on a string.
9998         Check for `keymap' properties as well as `local-map' properties.
10000         * comint.el (comint-insert-clicked-input): Use the last key
10001         from this-command-keys to lookup the global key definition.
10003 2001-03-09  Kenichi Handa  <handa@etl.go.jp>
10005         * international/characters.el: Add category `j' for
10006         katakana-jisx0201.   Fix syntaxes of katakana-jisx0201.
10008         * international/mule-conf.el (no-conversion): Fix docstring.
10009         (raw-text): Fix docstring.
10011 2001-03-08  Gerd Moellmann  <gerd@gnu.org>
10013         * simple.el (choose-completion-string): When not leaving the
10014         minibuffer, raise the minibuffer frame when minibuffer-auto-raise
10015         is set.
10017         * window.el (shrink-window-if-larger-than-buffer): Handle frame
10018         parameter `(minibuffer . t)'.
10020 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
10022         * progmodes/sh-script.el (sh-st-symbol): New symbol.
10023         (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
10024         (sh-mode): Remove `make-local-variable' for unused var
10025         `font-lock-unfontify-region-function'.
10027 2001-03-07  Richard M. Stallman  <rms@gnu.org>
10029         * info.el (Info-scroll-down): Fix previous change.
10031         * mail/rmail.el (rmail-toggle-header): Use a window which
10032         is showing the Rmail buffer, rather than the selected window.
10034 2001-03-07  Dave Love  <fx@gnu.org>
10036         * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
10037         now, to avoid problems with binding imenu directly to a mouse event.
10039 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
10041         * info.el (Info-scroll-down): Call pos-visible-in-window-p with
10042         second arg t.
10044 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
10046         * log-edit.el (log-edit-common-indent): New var.
10047         (log-edit-set-common-indentation): Renamed from
10048         log-edit-delete-common-indentation.  Use the new var.
10049         (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
10051         * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
10052         (cvs-mode-add-change-log-entry-other-window):
10053         Don't presume change-log-default-name is defined.
10055         * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
10057         * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
10058         the "tree" operation as well.
10060         * pcvs-parse.el (cvs-parse-table): Add another ignored message.
10062         * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
10063         to match paragraph-start.
10065         * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
10066         comment-start-skip and set comment-end-skip as well.
10067         (sgml-comment-indent): Fix for new value of comment-start-skip.
10068         (html-autoview-mode): Don't bother using make-local-hook.
10070 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
10072         * cus-edit.el (custom-save-delete): Move in front of local
10073         variables, otherwise long Custom entries would make them ineffective.
10075         * uniquify.el: Set maintainer to FSF.
10077 2001-03-07  Eli Zaretskii  <eliz@is.elta.co.il>
10079         * dired-aux.el (dired-do-shell-command): Doc fix.
10081 2001-03-06  Stefan Monnier  <monnier@cs.yale.edu>
10083         * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
10085         * which-func.el (which-func-modes): Add cperl-mode.
10086         (which-func-mode-global): Use define-minor-mode.
10088         * info-look.el: Docstring fixes and dead code eliminated.
10089         (cperl-mode): Add support.
10090         (emacs-lisp-mode): List all entries from elisp manual, whether
10091         or not they are currently (f)bound or not.  Update regexp.
10093         * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
10095         * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
10096         so that C-h m shows the correct information.
10097         Use make-local-variable rather than make-variable-buffer-local.
10098         (cperl-info-buffer, cperl-setup-tmp-buf):
10099         Use make-local-variable rather than make-variable-buffer-local.
10100         (cperl-msb-fix, cperl-get-help-defer):
10101         Check major-mode for `cperl-mode' as well.
10103         * progmodes/cperl-mode.el: Updated to author version 4.23.
10104         (cperl-electric-pod): SYNOPSIS was misspelled.
10105         (cperl-find-pods-heres): @if ? a : b was considered a REx.
10106         (cperl-after-expr-p): Make true after __END__.
10108 2001-03-06  Gerd Moellmann  <gerd@gnu.org>
10110         * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
10111         bookmark-completion-ignore-case is t.
10113         * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
10114         switch, like xterm, and concat resource strings, with a newline
10115         between them.
10117 2001-03-06  Eli Zaretskii  <eliz@is.elta.co.il>
10119         * international/codepage.el (cp770-decode-table)
10120         (cp773-decode-table, cp774-decode-table): New variables.
10122         * man.el (Man-hyphenated-reference-regexp): New variable.
10123         (Man-build-references-alist): Use it to search for referenced
10124         manpages.  If hyphenated is non-nil, record a concatenated word in
10125         Man-refpages-alist only if it matches Man-reference-regexp.
10126         Update word's length when it is concatenated.  Reverse the list,
10127         to get the first manpage at the head.
10128         (Man-possibly-hyphenated-word): New function.
10129         (Man-follow-manual-reference): Use it instead of current-word to
10130         find a manpage at point, in a way that accounts for hyphenated
10131         references.
10133 2001-03-06  Alex Schroeder  <alex@gnu.org>
10135         * sql.el (sql-interbase): New function.
10136         (sql-interbase-program): New option.
10137         (sql-interbase-options): New option.
10138         And some typos fixed: "customise" to "customize".
10140 2001-03-06  Dave Love  <fx@gnu.org>
10142         * textmodes/flyspell.el (flyspell-region):
10143         Set up flyspell-local-mouse-map.
10145 2001-03-05  Richard M. Stallman  <rms@gnu.org>
10147         * mail/rmail.el (rmail-retry-failure):
10148         Don't call rmail-beginning-of-message.
10149         Don't discard From: field.  Do discard Received: field.
10150         Use unwind-protect to re-prune.
10151         (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
10153 2001-03-06  Kenichi Handa  <handa@etl.go.jp>
10155         * international/quail.el (quail-title): Add autoload cookie.
10157 2001-03-05  Dave Love  <fx@gnu.org>
10159         * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
10160         new defs.
10162 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
10164         * language/ethio-util.el (ethio-toggle-space):
10165         Update current-input-method-title if necessary.
10166         (ethio-toggle-punctuation): Likewise.
10168         * international/quail.el (quail-title): Fix for the case that a
10169         title of an input method is specified by a list of the same form
10170         as used in mode-line-format.
10172         * international/mule-cmds.el (activate-input-method):
10173         If current-input-method-title is set by activating INPUT-METHOD,
10174         respect that value.
10176 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
10178         * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
10180 2001-03-05  Alex Schroeder  <alex@gnu.org>
10182         * sql.el (sql-sybase): Fix typo (was: query user about server two
10183         times instead of server and database).
10185         * sql.el (sql-sybase): Doc change.
10186         (sql-mysql): Doc change.
10187         (sql-postgres): Doc change.
10189 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
10191         * international/mule-conf.el (emacs-mule, raw-text):
10192         Docstring modified.
10194 2001-03-04  Eli Zaretskii  <eliz@is.elta.co.il>
10196         * term/internal.el: Update copyright notice.
10198         * term/pc-win.el: Update copyright notice.
10200 2001-03-02  Dave Love  <fx@gnu.org>
10202         * files.el (insert-file-contents-literally):
10203         Bind inhibit-file-name-handlers and inhibit-file-name-operation,
10204         not jka-compr-compression-info-list.
10206 2001-03-02  Stefan Monnier  <monnier@cs.yale.edu>
10208         * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
10209         spaces in default comment-start-skip settings rather than \s-.
10211 2001-03-02  Eli Zaretskii  <eliz@is.elta.co.il>
10213         * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
10214         default-frame-alist as well.
10216 2001-03-01  Dave Love  <fx@gnu.org>
10218         * textmodes/reftex.el (defvar): Wrap some defvars in
10219         eval-when-compile.  From Markus Rost <rost@math.ohio-state.edu>.
10221         * subr.el (event-basic-type): Doc fix.
10223         * international/quail.el: Doc fixes.
10225         * international/utf-8.el: Doc fixes.
10227         * international/mule-cmds.el: Doc fixes.
10228         (leim-list-header): Fix header text.
10230         * international/mule.el (coding-system-category): Doc fix.
10232         * international/ccl.el (ccl-compile): Doc fix.
10234 2001-03-01  Stefan Monnier  <monnier@cs.yale.edu>
10236         * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
10237         rather than (before|after)-change-functions.
10239 2001-03-01  Gerd Moellmann  <gerd@gnu.org>
10241         * ediff-util.el (ediff-scroll-horizontally): Arrange for
10242         scroll-left and scroll-right being called interactively so that
10243         they set the window's min_hscroll.
10245 2001-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
10247         * info.el (info-insert-file-contents-1): Accept an additional
10248         argument `lfn': if it is non-nil, concatenate `filename' and
10249         `suffix'; otherwise use the complicated MS-DOS code.
10250         All callers changed.
10251         (info-insert-file-contents, Info-find-node): If the MS-DOS port
10252         can access long file names, try the long file-name version of
10253         `info-insert-file-contents-1', then the short file-name version.
10255 2001-02-28  TAKAHASHI Naoto  <ntakahas@m17n.org>
10257         * language/ethio-util.el (setup-ethiopic-environment-internal):
10258         Change bindings of functions keys to conform to "Emacs Lisp Coding
10259         Convention".
10261         * language/ethiopic.el ("Ethiopic"): Add documentation.
10263 2001-02-28  Kenichi Handa  <handa@etl.go.jp>
10265         * international/utf-8.el (mule-utf-8): Set coding-category
10266         property to coding-category-utf-8.
10268 2001-02-27  Richard M. Stallman  <rms@gnu.org>
10270         * lpr.el (lpr-page-header-switches, print-region-1):
10271         Undo 2000-07-06 change.
10272         (lpr-add-switches): Default to t on gnu/linux.
10274 2001-02-27  Gerd Moellmann  <gerd@gnu.org>
10276         * bs.el (bs-attributes-list): Doc fix.
10278 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
10280         * help.el (describe-project): Display the file THE-GNU-PROJECT.
10282         * help.el (view-order-manuals): Use goto-address.
10284         * startup.el (command-line-1): Add info about ordering manuals
10285         to the not so fancy splash screens.
10287 2001-02-26  Andre Spiegel  <spiegel@gnu.org>
10289         * vc.el (vc-default-workfile-unchanged-p)
10290         (vc-default-latest-on-branch-p): Add missing BACKEND argument.
10292 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
10294         * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
10295         fontify in the right buffer.
10297         * allout.el (outline-flag-region): Move macro in front of first
10298         use to avoid a run-time error.
10300 2001-02-24  Andrew Innes  <andrewi@gnu.org>
10302         * makefile.w32-in: Fix copyright notice.
10304 2001-02-24  Kenichi Handa  <handa@etl.go.jp>
10306         * international/utf-8.el (mule-utf-8): Set correct value for
10307         valid-codes property.
10309         * international/fontset.el (x-complement-fontset-spec): In the
10310         case that we use ASCII font for the other charsets, use only
10311         family and registry part of it.
10313 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
10315         * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
10316         (shrink-window-if-larger-than-buffer): Doc fix.
10318 2001-02-23  Stefan Monnier  <monnier@cs.yale.edu>
10320         * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
10321         predicate passed to completing-read.
10323 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
10325         * startup.el (command-line): Fix last change.
10327 2001-02-23  Jason Rumney  <jasonr@gnu.org>
10329         * startup.el (tool-bar-originally-present): New variable.
10330         (command-line): Set it if the tool-bar is switched on at startup.
10332         * frame.el (frame-notice-user-settings): Only adjust frame height
10333         for no tool-bar case if tool-bar was originally switched on.
10334         From E. Jay Berkenbilt.
10336 2001-02-22  Stefan Monnier  <monnier@cs.yale.edu>
10338         * server.el (server-switch-buffer): Only switch window if the
10339         current one is dedicated.
10341         * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
10342         rather than using (match-beginning 0) when searching for break point.
10344 2001-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
10346         * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
10347         @ follows an accent command such as @'.  Support optional braces
10348         in commands that insert accents, like makeinfo does.
10350 2001-02-22  Gerd Moellmann  <gerd@gnu.org>
10352         * startup.el (fancy-splash-text): Add a line for ordering
10353         manuals.  Reverse order of splash screens shown.
10354         (use-fancy-splash-screens-p): Adapt to the text line added.
10356         * menu-bar.el (menu-bar-help-menu): Add an item for ordering
10357         manuals from the FSF.
10359         * help.el (view-order-manuals): New function.
10360         (toplevel): Bind C-h C-m to this function.
10362 2001-02-21  Stefan Monnier  <monnier@cs.yale.edu>
10364         * newcomment.el (comment-forward): Skip the comment-start before
10365         searching for the comment-end.
10367 2001-02-21  Dave Love  <fx@gnu.org>
10369         * custom.el (custom-initialize-changed, defcustom): Doc fix.
10371         * international/mule-cmds.el, international/mule.el: Doc fixes.
10373 2001-02-21  Gerd Moellmann  <gerd@gnu.org>
10375         * startup.el (fancy-splash-screens): Use display-hourglass
10376         instead of display-busy-cursor.
10378         * frame.el (display-hourglass): Renamed from busy-cursor.
10379         (hourglass-delay): Renamed from busy-cursor-delay-seconds.
10380         (show-cursor-in-non-selected-windows): Doc fix.
10382 2001-02-20  Dave Love  <fx@gnu.org>
10384         * international/utf-8.el: Doc and commentary fixes.
10386 2001-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
10388         * ehelp.el (with-electric-help): Doc fix.
10390 2001-02-20  Gerd Moellmann  <gerd@gnu.org>
10392         * msb.el (msb-mode): Call the update-buffers function explicitly
10393         with a FORCE argument.
10395         * menu-bar.el (menu-bar-update-buffers): Add optional parameter
10396         FORCE.  If set, update the menu even if frame-or-buffer-changed-p
10397         returns nil.
10399 2001-02-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10401         * ps-print.el: Timestamp package replacement.  Some enhancements.
10402         Some XEmacs compatibility.  Doc fix.
10403         (ps-print-version): New version number (6.4).
10404         (ps-printer-name): Initialization fix.
10405         (ps-zebra-stripe-follow): Funcionality enhancement.
10406         (ps-prologue-file): Code enhancement.
10407         (ps-right-header): Timestamp package replacement.
10408         (ps-setup, ps-face-bold-p, ps-face-italic-p)
10409         (ps-get-page-dimensions)
10410         (ps-generate-header, ps-begin-file, ps-begin-job)
10411         (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
10412         (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
10413         (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
10414         (coding-system-for-write): Var declaration (XEmacs compatibility).
10416 2001-02-20  Miles Bader  <miles@gnu.org>
10418         * image-file.el (image-file-name-extensions): Add "tif".
10420 2001-02-19  Gerd Moellmann  <gerd@gnu.org>
10422         * wid-edit.el (widget-button-click): Save the selected window
10423         around the code handling clicks on buttons.
10425 2001-02-18  Dave Love  <fx@gnu.org>
10427         * imenu.el (imenu--generic-function): Use mapc to iterate over
10428         syntax characters.
10430 2001-02-17  Richard M. Stallman  <rms@gnu.org>
10432         * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
10434         * uniquify.el (uniquify-buffer-name-style): Doc fix.
10436 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
10438         * mouse.el (mouse-save-then-kill): If the distance from the new
10439         point to the mark is equal to the distance of point from the new
10440         point, move point instead of the mark.
10442 2001-02-16  Dave Love  <fx@gnu.org>
10444         * textmodes/flyspell.el (flyspell-get-word): Return string without
10445         properties.
10447 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
10449         * generic.el (generic-find-file-regexp): Doc fix.
10450         (generic-ignore-files-regexp): New defcustom.
10451         (generic-mode-find-file-hook): If the file's name matches the
10452         regexp in `generic-ignore-files-regexp', don't enter
10453         default-generic-mode.  Doc fix.
10455 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
10457         * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
10458         Add autoload cookies.
10460         * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
10461         of cal-tex-24.
10463 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
10465         * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
10467         * progmodes/compile.el (grep-regexp-alist): Remove the blank from
10468         the character class after the (optional) drive, to support file
10469         names with embedded blanks.
10471 2001-02-15  Sam Steingold  <sds@gnu.org>
10473         * textmodes/tex-mode.el (tex-shell-running):
10474         Check the process buffer too.
10476 2001-02-15  Dave Love  <fx@gnu.org>
10478         * battery.el (battery-status-function): Fix doc, :type.
10480         * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
10482 2001-02-15  Gerd Moellmann  <gerd@gnu.org>
10484         * subr.el (read-passwd): Clear Lisp memory holding password.
10486 2001-02-15  Miles Bader  <miles@gnu.org>
10488         * info.el (Info-copy-current-node-name): New function.
10489         (Info-mode-menu): Add it to the menu.
10491 2001-02-14  Richard M. Stallman  <rms@theobromine.ai.mit.edu>
10493         * international/mule-cmds.el (toggle-input-method): Doc fix.
10495 2001-02-13  Stefan Monnier  <monnier@cs.yale.edu>
10497         * replace.el (occur): Stop at end of buffer.
10499 2001-02-13  Eli Zaretskii  <eliz@is.elta.co.il>
10501         * international/mule-cmds.el (set-input-method): Another doc fix.
10503 2001-02-13  David M. Koppelman <koppel@ee.lsu.edu>
10505         * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
10507 2001-02-13  Miles Bader  <miles@gnu.org>
10509         * faces.el (set-face-background, set-face-foreground)
10510         (set-face-stipple): Treat a value of nil as being `unspecified'.
10512 2001-02-12  Dave Love  <d.love@dl.ac.uk>
10514         * international/latin1-disp.el:  Doc fixes.
10515         (latin1-display) <defgroup>: Add :link.
10516         (latin1-display) <function>: Set variable latin1-display.
10518 2001-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
10520         * international/mule-cmds.el (set-input-method): Doc fix.
10522 2001-02-12  Eric M. Ludlam  <zappo@choochoo.ultranet.com>
10524         * speedbar.el (speedbar-frame-parameters): No toolbar lines.
10525         (speedbar-line-file): Return nil if not a file.
10526         (speedbar-buffers-line-path): Return file for tags, and dir for files.
10528 2001-02-12  Michael Kifer  <kifer@cs.sunysb.edu>
10530         * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
10531         for remote files.
10532         (ediff-coding-system-for-read): Replaced the no-conversion default
10533         with raw-text.
10535         * ediff-init.el: Removed :version from defcustom vars.
10537         * ediff-util.el (ediff-compute-custom-diffs-maybe):
10538         Better handling of the diff mode.
10540         * ediff.texi: Added ediff-coding-system-for-read.
10542         * viper.texi: Fix typos.
10544 2001-02-11  Dave Love  <fx@gnu.org>
10546         * shadowfile.el: Doc fixes.
10547         (shadow) <defgroup>: Add :link.
10548         (shadowfile-unload-hook): New function.
10549         (shadow-initialize): Use defalias, not fset.
10550         (shadow-define-cluster, shadow-define-literal-group)
10551         (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
10553         * international/mule.el: Doc and message fixes.
10555         * international/ccl.el (define-ccl-program): Doc fix.
10557 2001-02-11  Kenichi Handa  <handa@etl.go.jp>
10559         * faces.el (mode-line): Set :line-width property to -1.
10561 2001-02-10  Richard M. Stallman  <rms@gnu.org>
10563         * complete.el (partial-completion-mode): Doc fix.
10565         * simple.el (delete-key-deletes-forward-mode):
10566         Change `let' to `let*' to fix gross bug in last change.
10568         * repeat.el (repeat): Don't let execute-kbd-macro alter
10569         real-last-command.
10571 2001-02-10  Eli Zaretskii  <eliz@is.elta.co.il>
10573         * simple.el (eval-expression): Doc fix.
10575 2001-02-09  Dave Love  <fx@gnu.org>
10577         * imenu.el (imenu-generic-expression): Doc fix.
10579         * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
10580         From Juanma Barranquero.
10582         * emacs-lisp/authors.el (authors): Expand `root' before running find.
10584 2001-02-09  Kenichi Handa  <handa@etl.go.jp>
10586         * faces.el (set-face-attribute): Describe the case of a negative
10587         value specified for :line-width.
10589 2001-02-08  Stefan Monnier  <monnier@cs.yale.edu>
10591         * which-func.el (which-func-mode): Invert which-func-mode-global.
10592         From Juanma Barranquero <lektu@uol.com.br>.
10594 2001-02-08  Dave Love  <fx@gnu.org>
10596         * wid-edit.el (widget-plist-convert-widget): Replace binding of
10597         widget-plist-value-type.
10598         (widget-alist-convert-widget): Replace binding of
10599         widget-alist-value-type.
10601         * textmodes/paragraphs.el (sentence-end): Doc fix.
10603         * eshell/em-rebind.el (eshell-cannot-leave-input-list):
10604         Remove `backward-line'.
10606         * play/pong.el (pong-blank-color, pong-bat-color)
10607         (pong-ball-color, pong-border-color, pong-left-key)
10608         (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
10609         (pong-pause-key, pong-resume-key, pong-timer-delay):
10610         * mail/mh-comp.el (mh-compose-letter-function):
10611         * eshell/esh-mode.el (eshell-skip-prompt-function):
10612         * emulation/viper-ex.el (ex-unix-type-shell-options):
10613         * recentf.el (recentf-menu-filter):
10614         * ps-print.el (ps-print-region-function):
10615         * lpr.el (print-region-function):
10616         * forms.el (forms-mode-hooks):
10617         * dirtrack.el (dirtrack-directory-change-hook):
10618         * cus-start.el (temp-buffer-show-function, display-buffer-function):
10619         * textmodes/spell.el (spell-filter):
10620         * textmodes/fill.el (adaptive-fill-function):
10621         * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
10622         * progmodes/etags.el (find-tag-default-function):
10623         * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
10624         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
10626 2001-02-07  Eli Zaretskii  <eliz@is.elta.co.il>
10628         * emulation/viper-init.el (viper-fast-keyseq-timeout)
10629         (viper-translate-all-ESC-keysequences): Doc fix.  From Jim
10630         Meyering <jim@meyering.net>.
10632         * loadup.el: Revert last change.
10634 2001-02-07  Kenichi Handa  <handa@etl.go.jp>
10636         * international/mule.el (transform-make-coding-system-args):
10637         Make it work also for coding systems not using CCL.
10639 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
10641         * simple.el (previous-matching-history-element)
10642         (next-matching-history-element): Doc fix.
10644         * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
10645         specific part.
10647 2001-02-06  Dave Love  <fx@gnu.org>
10649         * add-log.el (add-log-current-defun-function)
10650         (add-log-buffer-file-name-function, add-log-file-name-function):
10651         Fix :type.
10652         (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
10654 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
10656         * info.el (info-initialize): Remove the test for system-type when
10657         invocation-directory is non-nil.
10659         * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
10660         of `font-lock-defaults' to `backward-paragraph' rather than nil.
10662 2001-02-06  Andrew Innes  <andrewi@gnu.org>
10664         * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
10665         absolute.
10667 2001-02-06  David M. Koppelman <koppel@ee.lsu.edu>
10669         * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
10670         buffers.  When hi-lock turned on rather than only checking current
10671         buffer for regexps, all buffers are checked. Moved activation of
10672         font-lock to hi-lock-refontify. When font-lock turned off rather
10673         than removing added highlighting just in current buffer, remove it
10674         in all buffers.  Changed edit menu text from "Automatic
10675         Highlighting" to "Regexp Highlighting" Documentation for
10676         highlighting phrases, minor documentation changes.
10677         (hi-lock-set-file-patterns): Execute only if there are new or
10678         existing file patterns.
10679         (hi-lock-refontify): Assume font-lock-fontify-buffer will first
10680         unfontify and, if a support mode is active, will not refontify the
10681         whole buffer.  If necessary, turn on font lock. (Removed
10682         font-lock-unfontify and font-lock support-mode-specific calls,
10683         such as lazy-lock-fontify-window.)
10684         (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
10685         patterns are found. Not useful now since find-file-hook is removed
10686         if hi-lock is off, but may be needed for per-buffer hi-lock activation.
10687         (hi-lock-face-phrase-buffer): New function.  Also added related
10688         menu item and keybinding.
10689         (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
10690         (hi-lock-process-phrase): New function.
10691         (hi-lock-line-face-buffer): Doc fixes.
10692         (hi-lock-face-buffer): Doc fixes.
10693         (hi-lock-unface-buffer): Doc fixes.
10695 2001-02-06  Gerd Moellmann  <gerd@gnu.org>
10697         * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
10698         dabbrev-ignored-regexps.
10700 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
10702         * simple.el (kill-line): Doc fix.
10704 2001-02-05  Dave Love  <fx@gnu.org>
10706         * loadup.el: Revert last two changes -- bootstrapping works with
10707         regenerated loaddefs.
10709 2001-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
10711         * isearch.el (isearch-forward): Doc fix.
10713         * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
10714         of font-lock-defaults to backward-paragraph.
10716 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
10718         * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
10719         X-Complaints-To, NNTP-Posting-Date, and User-Agent.
10721 2001-02-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10723         * ebnf2ps.el: Eliminate time-stamp functions.
10724         (ebnf-version): New version (3.5).
10725         (ebnf-eps-finish-and-write): Replace time-stamp functions by
10726         format-time-string.
10728 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
10730         * simple.el (next-line): Goto end-of-line before inserting a newline.
10732 2001-02-05  Miles Bader  <miles@gnu.org>
10734         * image-file.el (insert-image-file): When visiting an image, also
10735         set `truncate-lines' to t so that any fringe arrow looks correct.
10737 2001-02-05  Kenichi Handa  <handa@etl.go.jp>
10739         * isearch.el (isearch-forward): Add description about input method
10740         in the docsting.
10742 2001-02-04  Stefan Monnier  <monnier@cs.yale.edu>
10744         * skeleton.el (skeleton-internal-1): Always push the mark for @.
10746 2001-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
10748         * info.el (info-initialize): If installation-directory is nil, for
10749         DOS/Windows systems try looking in a sibling of invocation-directory.
10751 2001-02-02  Gerd Moellmann  <gerd@gnu.org>
10753         * wid-edit.el (widget-button-click): Fix last change.
10755         * frame.el (frame-notice-user-settings): When resizing the initial
10756         frame because the tool bar is off, also change the frame's top
10757         position if a negative top position was specified.
10759 2001-02-02  Miles Bader  <miles@gnu.org>
10761         * image-file.el (insert-image-file): When visiting an image,
10762         suppress the cursor in the image buffer.
10764 2001-02-01  Dave Love  <fx@gnu.org>
10766         * progmodes/f90.el (f90-mode): Remove startup message.
10768         * vc-cvs.el: Remove autoloads.  Require vc when compiling.
10770 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
10772         * startup.el (command-line): Fix code determining whether or not
10773         to use delete-key-deletes-forward-mode.
10775 2001-02-01  Andre Spiegel  <spiegel@gnu.org>
10777         * vc.el (vc-diff-switches): New user option.
10778         (vc-version-diff): Use it.
10779         (vc-diff-switches-list): New macro.
10781         * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
10782         New customization options.
10783         (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
10785         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
10787 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
10789         * msb.el (toplevel): Quote hook symbols.
10791 2001-02-01  Kenichi Handa  <handa@etl.go.jp>
10793         * international/mule.el (make-coding-system): Add description
10794         about recognized properties in the docstring.
10796         * international/mule-conf.el: Remove unused charsets
10797         mac-roman-lower and mac-roman-upper.
10799 2001-01-31  Gerd Moellmann  <gerd@gnu.org>
10801         * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
10802         is in front of the left-margin, if any.
10804         * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
10805         like `delete'.
10807         * bindings.el: Define `kp-delete' like `delete' in function-key-map.
10809         * term/w32-win.el (mouse-set-font): Doc fix.
10811 2001-01-31  Stefan Monnier  <monnier@cs.yale.edu>
10813         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
10814         (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
10815         on already.
10817 2001-01-31  Markus Rost  <rost@math.ohio-state.edu>
10819         * files.el (save-buffer): Don't give message if (buffer-file-name)
10820         returns nil.
10822 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
10824         * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
10826         * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
10827         concat for integers.  From Juanma Barranquero <lektu@uol.com.br>.
10829         * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
10830         display problems.
10832 2001-01-31  Kenichi Handa  <handa@etl.go.jp>
10834         * international/mule.el (charset-info): Fix docstring.
10836         * international/mule-diag.el (describe-character-set): Check final
10837         char valid before printing it.
10839 2001-01-30  Gerd Moellmann  <gerd@gnu.org>
10841         * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
10843         * frame.el (frame-notice-user-settings): Do the tool-bar
10844         stuff only for graphical displays.  Fix a braino.
10846         * frame.el (frame-initialize): Create initial frame visible.
10847         (frame-notice-user-settings): When tool-bar has been switched off,
10848         correct the frame size and sync tool-bar-mode.
10850         * startup.el (command-line): Remove manipulation of frame
10851         height for tool bars.
10853 2001-01-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10855         * lpr.el: Compatibility with XEmacs and doc fixes.
10856         (lpr-windows-system, lpr-lp-system): New vars.
10857         (lpr-printer-switch): New defcustom.
10858         (printer-name, lpr-command): Customization fix.
10859         (print-region-1): Code fix.
10860         (print-region-new-buffer, printify-region): Indentation fix.
10861         (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
10862         New functions.
10864 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
10866         * msb.el (toplevel): Fix the eval-after-load.
10868 2001-01-29  Dave Love  <fx@gnu.org>
10870         * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
10872         * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
10874         * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
10875         (tcl-using-emacs-19-23): Consider Emacs 21+.
10876         (tcl-help-directory-list, tcl-command-switches): Fix :type.
10877         (tcl-add-emacs-menu): Supply menu name.
10878         (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
10880 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
10882         * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
10884 2001-01-29  Stefan Monnier  <monnier@cs.yale.edu>
10886         * pcvs.el (cvs-mark-fis-dead): New function.
10887         (cvs-mode-add): Use it.
10888         (cvs-mode-add-change-log-entry-other-window):
10889         Rebind change-log-default-name to itself rather than to nil.
10891 2001-01-29  Sam Steingold  <sds@gnu.org>
10893         * vc-cvs.el: Replaced (require 'vc) with a bunch of
10894         `autoload' statements.
10896 2001-01-29  Eli Zaretskii  <eliz@is.elta.co.il>
10898         * files.el (confirm-kill-emacs): Doc fix.
10900         * frame.el (frame-initialize): Doc fix.
10902         * time-stamp.el (time-stamp-string): Doc fix.
10904         * woman.el (WoMan-log-1): Make the log buffer writable.
10905         From Markus Rost <rost@math.ohio-state.edu>.
10907 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
10909         * imenu.el (imenu-syntax-alist): Add autoload cookie for
10910         the `make-variable-buffer-local'.
10912 2001-01-29  Dave Love  <fx@gnu.org>
10914         * ansi-color.el (ansi-color-for-comint-mode): Add :version.
10915         (ansi-color-for-comint-mode-on, ansi-color-process-output):
10916         Add autoload cookie.
10917         (ansi-color-apply-sequence): Fix typo.
10919 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
10921         * menu-bar.el (menu-bar-files-menu): Add menu items for
10922         Postscript printing in black and white.
10924         * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
10925         X-Mailman-Version, Precedence, List-Help, List-Post,
10926         List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
10927         Content-Type, Content-Length.
10929 2001-01-29  Dave Love  <fx@gnu.org>
10931         * elide-head.el (elide-head): Make overlay evaporate.
10933         * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
10935 2001-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
10937         * isearch.el (isearch-highlight): Don't punt if the display
10938         doesn't support colors, since isearch faces are defined for
10939         monochrome displays as well.
10941 2001-01-27  Sam Steingold  <sds@gnu.org>
10943         * shell.el (shell-write-history-on-exit): Make sure that we are in
10944         the shell buffer (M-x tex-file RET inserted the error message into
10945         the TeX buffer).
10947 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
10949         * simple.el (transient-mark-mode): Doc fix.
10951 2001-01-27  Gerd Moellmann  <gerd@gnu.org>
10953         * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
10955 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
10957         * shell.el (shell-unquote-argument): If the shell is one of the
10958         mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
10959         quote character.
10960         (shell-dumb-shell-regexp): Document that the shells which match
10961         this regexp are supposed to not treat a backslash as a quote character.
10963         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
10964         from 2001-01-12.  It is not needed, since backspace is mapped into DEL.
10966 2001-01-27  Richard M. Stallman  <rms@gnu.org>
10968         * dabbrev.el (dabbrev--substitute-expansion):
10969         Treat a one-capital-letter abbrev as "not all upper case",
10970         so as to force preservation of the expansion's pattern
10971         if the expansion starts with a capital letter.
10973 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
10975         * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
10976         Doc fix.
10978         * simple.el (transient-mark-mode): Document the fact that many
10979         commands act on the region when mark is active.
10981 2001-01-27  Kenichi Handa  <handa@etl.go.jp>
10983         * international/quail.el (quail-setup-completion-buf): Make the
10984         multibyteness of current buffer inherited to Quail completion buffer.
10985         (quail-show-guidance-buf): Make the multibyteness of current
10986         buffer inherited to Quail guidance buffer.
10987         (quail-help): Make the multibyteness of current buffer inherited
10988         to Quail help buffer.
10990 2001-01-26  Dave Love  <fx@gnu.org>
10992         * time-stamp.el: Doc fixes.
10994         * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
10995         (delphi-keyword-face, delphi-other-face): Fix :type.
10997         * textmodes/flyspell.el: Doc fixes.  Add :version to new options.
10999         * mail/feedmail.el (feedmail): Add :link.
11000         (feedmail-send-it): Doc fix.
11002         * mail/sendmail.el: Doc fixes.
11003         (sendmail-send-it): Fix the non-ASCII regexp and use
11004         rfc2047-encode-string.
11006         * dired.el, dired-aux.el: Revert last change.
11008 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
11010         * makefile.w32-in (DONTCOMPILE): Add various term files.
11012 2001-01-26  Dave Love  <fx@gnu.org>
11014         * Makefile.in (DONTCOMPILE): Add various term files.
11016 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
11018         * man.el (Man-default-man-entry, Man-mode): Doc fix.
11020         * startup.el (display-startup-echo-area-message): Make sure
11021         the echo area is resized to fit the size of the startup message.
11023         * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
11024         part of which is a constant.
11026 2001-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
11028         * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
11030 2001-01-26  Richard M. Stallman  <rms@gnu.org>
11032         * simple.el (next-line): Don't let `newline' expand abbrevs.
11033         Simplify slightly.
11034         (open-line): Don't let `newline' expand abbrevs.
11036 2001-01-25  John Wiegley  <johnw@gnu.org>
11038         * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
11039         to `repeat' in the :type field.
11041         * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
11042         allow a choice of regexp or nil.
11043         (pcomplete-dir-ignore): Same.
11045         * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
11046         a command) to always fail.
11048 2001-01-25  Gerd Moellmann  <gerd@gnu.org>
11050         * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
11051         discard the result.
11052         (iswitchb-to-end): Likewise.
11054 2001-01-25  Sam Steingold  <sds@gnu.org>
11056         * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
11057         Require vc.
11059 2001-01-25  Stefan Monnier  <monnier@cs.yale.edu>
11061         * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
11063         * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
11065 2001-01-25  Dave Love  <fx@gnu.org>
11067         * lisp/international/mule-diag.el (describe-char-after): Doc fix.
11068         (describe-coding-system): Tweak the English text.
11070         * loadup.el: Preload international/ccl for utf-8.
11072 2001-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
11074         * mail/rmail.el (rmail-redecode-body): Doc fix.
11076 2001-01-25  Kenichi Handa  <handa@etl.go.jp>
11078         * international/mule-cmds.el (reset-language-environment):
11079         Reset coding-category-utf-8 to mule-utf-8.
11081         * international/mule-conf.el (coding-category-utf-8):
11082         Initialize to mule-utf-8.
11084         * loadup.el: Preload international/utf-8.
11086         * international/utf-8.el: New file.
11088 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
11090         * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
11092 2001-01-24  Sam Steingold  <sds@gnu.org>
11094         * dired.el (dired-replace-in-string): Removed.
11095         (dired-sort-toggle): Use `replace-regexps-in-string'
11096         instead of `dired-replace-in-string'.
11098         * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
11099         (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
11101         * gs.el (gs-replace-in-string): Removed.
11102         (gs-options): Use `replace-regexps-in-string'
11103         instead of `gs-replace-in-string'.
11105 2001-01-24  Eli Zaretskii  <eliz@is.elta.co.il>
11107         * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
11108         bug report is mailed to an email list and posted to a news group.
11110 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
11112         * comint.el (comint-replace-by-expanded-history-before-point):
11113         Fix change of 2000-08-03 to move point to the start of the line again.
11115         * startup.el (tool-bar-images-pixel-height): New variable.
11116         (command-line): After loading the user's init file, when
11117         tool-bar-mode is on, increase the frame's size by some lines for
11118         the tool-bar.
11120         * frame.el (frame-initialize): Create the initial frame invisible.
11122 2001-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
11124         * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
11125         (chinese-big5): MIME:Big5.
11127 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
11129         * international/mule-cmds.el (universal-coding-system-argument):
11130         Handle commands with prefix args.
11132 2001-01-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11134         * calendar/diary-lib.el (diary-float): Fix case of MONTH
11135         being a list of numbers.
11136         (diary-mail-entries): Rewritten.
11138 2001-01-23  Dave Love  <fx@gnu.org>
11140         * international/mule.el (make-coding-system): Fix typo.
11142         * textmodes/outline.el (outline-mode) <font-lock-defaults>:
11143         Add backward-paragraph as font-lock-beginning-of-syntax-function.
11145 2001-01-23  Eli Zaretskii  <eliz@is.elta.co.il>
11147         * font-lock.el (font-lock-mode): Doc fix.
11149 2001-01-23  Kenichi Handa  <handa@etl.go.jp>
11151         * international/mule.el (make-translation-table): Fix docstring.
11153 2001-01-22  Eli Zaretskii  <eliz@is.elta.co.il>
11155         * mail/rmail.el (rmail-redecode-body): New function.
11157         * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
11159 2001-01-22  Gerd Moellmann  <gerd@gnu.org>
11161         * isearch.el (isearch-lazy-highlight-case-fold-search)
11162         (isearch-lazy-highlight-regexp): New variables.
11163         (isearch-lazy-highlight-cleanup): Update lazy highlight if
11164         case-fold search or regexp search has been toggled.
11166         * wid-edit.el (widget-button-click): Avoid a save-excursion
11167         around running a global binding.
11169         * isearch.el (isearch-lazy-highlight-initial-delay): Set default
11170         to 0.25.
11172 2001-01-20  Miles Bader  <miles@gnu.org>
11174         * cus-edit.el (custom-face-save): Do post-processing on the face's
11175         new value like `custom-face-set' does.
11177 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
11179         * mail/emacsbug.el (report-emacs-bug): Report the value of
11180         LC_CTYPE, not LC_TYPE.
11182         * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
11183         isearch-toggle-regexp and isearch-edit-string to doc string.
11185 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
11187         * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
11188         as font-lock-beginning-of-syntax-function in font-lock-defaults.
11190         * jit-lock.el (jit-lock-fontify-now): Don't bind
11191         font-lock-beginning-of-syntax-function to nil.
11193 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
11195         * mail/emacsbug.el (report-emacs-bug): Report values of
11196         locale-coding-system, default-enable-multibyte-characters, and the
11197         environment variables LC_ALL, LC_TYPE, and LANG.
11199 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
11201         * font-lock.el (font-lock-default-fontify-region): Fix last change.
11203         * font-lock.el (font-lock-multiline): Default to nil.
11204         (font-lock-default-fontify-region): If font-lock-multiline is
11205         nil, don't check the property `font-lock-multiline'.
11207         * jit-lock.el (jit-lock-after-change): If font-lock-multiline
11208         is nil, don't check the `font-lock-multiline' text property.
11210 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
11212         * viper.el: Call initial-major-mode on startup.
11214         * ediff.el (ediff-patch-file): Use better defaults.
11216         * ediff-vers.el: Fix for 8+3 DOS file systems.
11218 2001-01-19  Colin Walters <walters@cis.ohio-state.edu>
11220         * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
11221         diff mode, if available.
11223 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
11225         * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
11227         * ediff-init.el (subst-char-in-string): Define and use it, unless
11228         it's already defined.
11230 2001-01-18  Gerd Moellmann  <gerd@gnu.org>
11232         * tooltip.el (tooltip-hide-delay): New user-option.
11233         (tooltip-show): Use tooltip-hide-delay instead of the default.
11235 2001-01-18  Kenichi Handa  <handa@etl.go.jp>
11237         * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
11238         kill-local-variable doesn't work for enable-multibyte-characters.
11240 2001-01-17  Dave Love  <fx@gnu.org>
11242         * ediff-init.el (ediff-before-setup-hook)
11243         (ediff-merge-filename-prefix): Add :version.
11245         * international/latin1-disp.el: Require disp-table.
11246         (latin1-display): Fix :set.
11248         * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
11250 2001-01-17  Gerd Moellmann  <gerd@gnu.org>
11252         * isearch.el (isearch-lazy-highlight-initial-delay)
11253         (isearch-lazy-highlight-interval): Default to 0.
11255 2001-01-17  Bob Glickstein  <bobg@zanshin.com>
11257         * isearch.el (isearch-highlight): Set isearch-overlay priority to
11258         1 here rather than each time through
11259         isearch-lazy-highlight-new-loop.
11260         (isearch-lazy-highlight-max): Variable deleted.
11261         (isearch-lazy-highlight-max-at-a-time): New user variable, like
11262         isearch-lazy-highlight-max but controls a single invocation of
11263         isearch-lazy-highlight-update.
11264         (isearch-lazy-highlight-wrapped): Variable recreated.
11265         (isearch-lazy-highlight-window-start): New variable.
11266         (isearch-lazy-highlight-cleanup): Restored to behavior of
11267         before 2-Jan.
11268         (isearch-lazy-highlight-remove-overlays): Function deleted;
11269         behavior folded into isearch-lazy-highlight-cleanup.  "Keep"
11270         behavior removed.
11271         (isearch-lazy-highlight-new-loop): Restore old behavior of calling
11272         isearch-lazy-highlight-update in a loop rather than just once.
11273         Test isearch-invalid-regexp here and decide not to start a new
11274         loop, rather than testing it each time through
11275         isearch-lazy-highlight-update.
11276         (isearch-lazy-highlight-search): Function restored.
11277         (isearch-lazy-highlight-update): Get called in a timer loop again,
11278         but this time highlight more than one match each time through.
11279         Only highlight matches in the visible part of the window.
11280         Start at point, move in the direction of the search, and wrap around at
11281         the edge of the window.  Use sit-for to force redisplay and ensure
11282         window-start is credible.  "Face suppressing" behavior removed;
11283         overlay priorities should make it unnecessary, right?
11284         (isearch-highlight): Face suppressing behavior removed.
11285         (isearch-dehighlight): Face suppressing behavior removed.
11286         (isearch-set-lazy-highlight-faces-at): Removed.
11288 2001-01-17  Kenichi Handa  <handa@etl.go.jp>
11290         * language/european.el ("Latin-1"): Make the format of description
11291         about additional language environments same as that of Latin-2.
11293 2001-01-16  Dave Love  <fx@gnu.org>
11295         * isearch.el (isearch-lazy-highlight): Add :version.
11297         * simple.el (backward-delete-char-untabify-method)
11298         (next-line-add-newlines): Add :version.
11300 2001-01-16  Gerd Moellmann  <gerd@gnu.org>
11302         * bindings.el: Bind <backspace> and <delete> via function-key-map.
11303         Don't bind <delete> otherwise.
11305         * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
11306         and <delete> via function-key-map.
11308         * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
11309         Subject line only if point is after the `Subject:'.
11311 2001-01-16  Kenichi Handa  <handa@etl.go.jp>
11313         * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
11314         japanese-jisx0213-2 in `charset' property of this lang. env.
11316         * language/european.el ("Latin-1"): Add description for Dutch and
11317         Spanish lang. env.
11319         * international/mule.el (decode-char): Fix conditions.
11320         (encode-char): Handle eight-bit-control too.
11321         (transform-make-coding-system-args): New function.
11322         (make-coding-system): Accept XEmacs style arguments for CCL base
11323         coding system.
11325 2001-01-15  Gerd Moellmann  <gerd@gnu.org>
11327         * progmodes/etags.el (find-tag-noselect): Save the value of
11328         tags-file-name before switching buffers, for the case it has a
11329         buffer-local value.
11331 2001-01-15  Alex Schroeder  <alex@gnu.org>
11333         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
11334         From Dave Love <fx@gnu.org>.
11335         (ansi-color-for-comint-mode): Fix :version.
11337 2001-01-15  Alex Schroeder  <alex@gnu.org>
11339         * ansi-color.el (ansi-color-unfontify-region): Doc change.
11341 2001-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
11343         * dired.el (dired-insert-directory): If file-system-info fails,
11344         remove the " free " part, but don't signal an error.
11346 2001-01-12  Sam Steingold  <sds@gnu.org>
11348         * bookmark.el (bookmark-maybe-historicize-string):
11349         Use new backquote syntax.
11351 2001-01-12  Richard M. Stallman  <rms@gnu.org>
11353         * subr.el (last): Handle a list that doesn't end in nil.
11355 2001-01-12  Sam Steingold  <sds@gnu.org>
11357         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
11358         to `backward-delete-char-untabify'.
11360 2001-01-12  Dave Love  <fx@gnu.org>
11362         * cus-edit.el (customize-menu-create): Fix the :filter following
11363         easymenu change.
11365         * wid-edit.el (function): Add :match-alternatives.
11366         (widget-color-action): Doc fix.
11368 2001-01-12  Gerd Moellmann  <gerd@gnu.org>
11370         * calendar/calendar.el (calendar-basic-setup): Doc fix.
11372 2001-01-12  Kenichi Handa  <handa@etl.go.jp>
11374         * international/mule-cmds.el (prefer-coding-system): Fix docstring.
11376         * international/ccl.el (define-ccl-program): Fix docstring.
11378 2001-01-11  Dave Love  <fx@gnu.org>
11380         * international/mule-cmds.el (standard-display-european-internal):
11381         Set display table for 2208 as for 160.
11383         * progmodes/ada-mode.el (ada-popup-key): Fix last change.
11385         * progmodes/fortran.el (fortran-mode-map): Modify Customization
11386         entry for custom-menu-create change.
11387         (fortran-strip-sqeuence-nos): Make arg optional.  Fix regexp and
11388         don't cons it in the search loop.
11390         * imenu.el (imenu--truncate-items): Revert last change.
11392 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
11394         * info.el (Info-setup-header-line): If the node header includes
11395         either Next: or Prev: links, don't show the File: and Node: parts
11396         in the header line.
11398 2001-01-11  Gerd Moellmann  <gerd@gnu.org>
11400         * comint.el (comint-goto-process-mark): Don't print a message
11401         when running in batch mode.
11403         * isearch.el (isearch-search): In the condition-case handler for
11404         `error', set isearch-invalid-regexp to the whole error message.
11406         * subr.el (eval-after-load): Call load-symbol-file-load-history to
11407         ensure that eval-after-load works for files dumped with Emacs.
11409         * help.el (load-symbol-file-load-history): New function extracted
11410         from function symbol-file.
11411         (symbol-file): Use it.
11413         * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
11415 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
11417         * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
11418         behave as if there were no prefix argument.
11419         (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
11420         argument were nil.
11422 2001-01-11  Richard M. Stallman  <rms@gnu.org>
11424         * isearch.el (isearch-lazy-highlight-update):
11425         Don't look for more potential matches once maximum is exceeded.
11426         Use overlays-in to check correctly for overlap with current match.
11427         Ignore empty matches.
11429 2001-01-11  Miles Bader  <miles@gnu.org>
11431         * textmodes/ispell.el (ispell-adjusted-window-height): New function.
11432         (ispell-overlay-window, ispell-help, ispell-show-choices)
11433         (ispell-command-loop): Use it instead of `window-height'.
11435 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
11437         * files.el (confirm-kill-emacs): New user-option.
11438         (save-buffers-kill-emacs): Ask for final confirmation before
11439         killing Emacs.
11441         * isearch.el (isearch-done): Set isearch-lazy-highlight-start
11442         to nil.
11444 2001-01-10  Dave Love  <fx@gnu.org>
11446         * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
11448         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
11450         * hi-lock.el (hi-lock-exclude-modes): Fix :type.
11452         * calculator.el (calculator-number-digits): Fix :type.
11454         * vc-cvs.el (vc-cvs-header): Fix :type.
11455         * vc-rcs.el (vc-rcs-header): Fix :type.
11456         * vc-sccs.el (vc-sccs-header): Fix :type.
11458         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
11460         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
11462         * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
11464 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
11466         * simple.el (set-variable): Force a thorough redisplay for the
11467         case that the variable has an effect on the display, like
11468         `tab-width' has.
11470 2001-01-10  Andre Spiegel  <spiegel@gnu.org>
11472         * vc.el: Add documentation for backend interface.
11474 2001-01-10  Kenichi Handa  <handa@etl.go.jp>
11476         * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
11478         * international/mule-conf.el (latin-extra-code-table): Set to t
11479         for \223 and \224.
11481 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
11483         * international/mule-cmds.el (locale-language-names): Map "es" to
11484         "Spanish" and "nl" to "Dutch".
11486 2001-01-09  Gerd Moellmann  <gerd@gnu.org>
11488         * bindings.el (global-map): Bind <home> to beginning-of-line,
11489         <end> to end-of-line, C-<home> to beginning-of-buffer, and
11490         C-<end> to end-of-buffer.
11492         * language/european.el: Add Dutch and Spanish language info
11493         to be able to use the appropriate tutorials.
11495 2001-01-09  Alex Schroeder  <alex@gnu.org>
11497         * ansi-color.el (ansi-color-process-output): Use markers instead
11498         of positions for start and end of region.
11499         (ansi-color-apply-on-region): Rewrote code to make it more robust.
11500         Previously, occasional mistakes happend when fontifying many
11501         chunks of output (eg. ls --color=yes /dev).  This happened
11502         whenever an overlay was created up to the end of the region, which
11503         coincided with the process-mark.  New text would then be added
11504         within that overlay instead of after it.
11505         (ansi-color-make-extent): Overlays are created with the property
11506         `modification-hooks' set to '(ansi-color-freeze-overlay).
11507         (ansi-color-freeze-overlay): New function.  When inserting text at
11508         the end of the overlay, the overlay will resize.
11510 2000-01-09  Alex Schroeder  <alex@gnu.org>
11512         * ansi-color.el (ansi-color-process-output): Doc change.
11513         (ansi-color-unfontify-region): Doc change.  No longer installed
11514         automatically in font-lock-unfontify-region-function.
11515         (ansi-color-apply): Doc change.
11516         (ansi-color-apply-on-region): Use extents or overlays instead of
11517         text-properties.
11518         (ansi-color-make-extent): New function.
11519         (ansi-color-set-extent-face): New function.
11521 2000-01-09  Alex Schroeder  <alex@gnu.org>
11523         * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
11524         both use ansi-color-process-output, now.
11525         (ansi-color-process-output): Doesn't return string anymore.  It is
11526         installed in comint-output-filter-functions for both Emacs and
11527         XEmacs, now.
11528         (ansi-color-unfontify-region): Simplified code removing variables
11529         pos and start-ansi.
11530         (ansi-color-apply): Put text-property ansi-color before putting
11531         text-property face because ansi-color-unfontify-region is called
11532         immediately after the call to put-text-property.
11533         (ansi-color-context-region): Doc change.
11534         (ansi-color-filter-region): Simplified code.
11535         (ansi-color-apply-on-region): Changed start to start-marker, using
11536         a marker explicitly.  Put text-property ansi-color before putting
11537         text-property face because ansi-color-unfontify-region is called
11538         immediately after the call to put-text-property.
11540 2000-01-09  Alex Schroeder  <alex@gnu.org>
11542         * ansi-color.el (ansi-color-faces-vector): Doc change.
11543         (ansi-color-for-comint-mode): Changed :type property to choice.
11544         (ansi-color-last-context): Removed.
11545         (ansi-color-process-output): Don't use ansi-color-last-context, as
11546         the main functions will store their context now.
11547         (ansi-color-context): Doc change.
11548         (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
11549         Uses ansi-color-context such that repeated calls will strip
11550         partial escape sequences, too.
11551         (ansi-color-apply): Simplified code.  Colorize end of string if
11552         face is not null.  Store context in new (FACE STRING) format, such
11553         that repeated calls will strip partial escape sequences, too.
11554         Append faces to face property using ansi-color-apply-sequence such
11555         that cumulative mode actually works.
11556         (ansi-color-context-region): New variable.
11557         (ansi-color-filter-region): Rewrote it based on
11558         ansi-color-apply-on-region.  Uses ansi-color-context-region such
11559         that repeated calls will strip partial escape sequences, too.
11560         (ansi-color-apply-on-region): Simplified code.  Colorize end of
11561         region if face is not null.  Store context in new (FACE POS)
11562         format, such that repeated calls will strip partial escape
11563         sequences, too.  Append faces to face property using
11564         ansi-color-apply-sequence such that cumulative mode actually works.
11565         (ansi-color-apply-sequence): New function.
11566         (ansi-color-get-face): When the default face is added to the list
11567         of faces, all previous settings are discarded and the list of
11568         faces is set to '(default).
11570 2000-01-09  Alex Schroeder  <alex@gnu.org>
11572         * ansi-color.el (ansi-color-faces-vector): Use nil for the default
11573         face, such that ansi-color-apply and ansi-color-apply-on-region
11574         will do the right thing.
11575         (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
11576         returns nil, set the list of faces back to nil instead of
11577         appending the result of ansi-color-get-face to the front of the list.
11579 2000-01-09  Alex Schroeder  <alex@gnu.org>
11581         * ansi-color.el (ansi-color-for-comint-mode): Doc change.
11582         (ansi-color-process): Doc change.
11583         (ansi-color-last-context): New buffer-local variable.
11584         (ansi-color-process-output): New function.  It is automatically
11585         added to comint-output-filter-functions if this is XEmacs.
11586         (ansi-color-unfontify-region): New optional parameter for XEmacs
11587         compatibility.  Check wether font-lock-syntactic-keywords is
11588         boundp before removing the syntax table text property, as XEmacs
11589         doesn't have it.
11590         (ansi-color-filter-region): Doc change.
11591         (ansi-color-apply-on-region): Doc change.
11592         (ansi-color-make-face): New function.  Compatibility layer for
11593         XEmacs.  Return temporary faces instead of cons cells for XEmacs.
11594         (ansi-color-make-color-map): Use ansi-color-make-face.
11595         (ansi-color-get-face): Avoid face text property '(nil) as results
11596         in an errow for XEmacs.
11598 2000-01-09  Alex Schroeder  <alex@gnu.org>
11600         * ansi-color.el (ansi-color-unfontify-region): New function.
11601         Uses text-property ansi-color in order to preserve fontification by
11602         ansi-color.  When the package is loaded, a lambda expression is
11603         put onto font-lock-mode-hook.  This lambda expression will check
11604         font-lock-unfontify-region-function and replace
11605         font-lock-default-unfontify-region with ansi-color-unfontify-region.
11606         (ansi-color-apply): Add text-property ansi-color in addition to
11607         text-property face.
11608         (ansi-color-apply-on-region): Add text-property ansi-color in
11609         addition to text-property face.
11610         (save-buffer-state): Copy of the macro that is also used by
11611         lazy-lock and font-lock.
11613         (ansi-color-for-comint-mode): New option.
11614         (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
11615         (ansi-color-for-comint-mode-off): Ditto.
11616         (ansi-color-for-comint-mode-filter): Ditto.
11617         (ansi-color-process): New function.  Uses ansi-color-for-comint-mode to
11618         decide what to do.  This function is added to
11619         comint-preoutput-filter-functions when the package is loaded.
11621         (ansi-color-for-shell-mode-set): Removed.
11622         (ansi-color-for-shell-mode): Removed.
11624 2000-01-09  Alex Schroeder  <alex@gnu.org>
11626         * ansi-color.el (ansi-color-for-shell-mode-set): New function with
11627         the lambda expression from the ansi-color-for-shell-mode :set
11628         property.  Additionally, modify shell-mode-hook to enable or
11629         disable font-lock-mode for future shell buffers.
11630         (ansi-color-for-shell-mode): The :set property calls
11631         ansi-color-for-shell-mode-set instead of a lambda expression.
11633 2000-01-09  Alex Schroeder  <alex@gnu.org>
11635         * ansi-color.el (ansi-color-for-shell-mode): Doc change.
11636         (ansi-color-context): New variable.
11637         (ansi-color-apply): Save context between calls.
11639 2001-01-09  Eli Zaretskii  <eliz@is.elta.co.il>
11641         * isearch.el (isearch, isearch-lazy-highlight-face):
11642         New definitions for face colors and attributes.
11644         * wid-edit.el (widget-choose): Call display-popup-menus-p instead
11645         of display-mouse-p.
11647 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
11649         * international/mule.el (make-coding-system): If the coding system
11650         accepts extra latin codes, register such codes as safe for the
11651         coding system.
11653 2001-01-08  Richard M. Stallman  <rms@gnu.org>
11655         * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
11656         don't mention the file name or the date here, because they are
11657         logged at the start of the file.
11659 2001-01-08  Richard M. Stallman  <rms@gnu.org>
11661         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
11662         Change screen-width to frame-width.
11664 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
11666         * info.el (Info-search): Print the default as part of the prompt.
11668 2001-01-08  Andre Spiegel  <spiegel@gnu.org>
11670         * vc.el (vc-default-latest-on-branch-p): New function, replaces
11671         constant implementations in backends.
11673         * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
11674         (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
11676         * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
11677         WRITABLE to EDITABLE.
11679         * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
11680         (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
11681         to EDITABLE.
11683 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
11685         * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
11686         (copyright, copyright-update): Compute the current year at run time.
11688 2001-01-08  Gerd Moellmann  <gerd@gnu.org>
11690         * isearch.el (isearch-old-signal-hook): Removed.
11691         (isearch-mode): Add isearch-done to kbd-macro-termination-hook
11692         instead of setting signal-hook-function.
11693         (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
11695 2001-01-08  Kevin Gallagher  <kevingal@onramp.net>
11697         * emulation/edt.el: Update to version 4.0.  Provide support for
11698         EDT scroll margins at top and bottom of the window.  Provide an
11699         emulation of the EDT SUBS command (bound to GOLD-Enter, by
11700         default).  Enhance edt-quit, bound to GOLD-q by default, to warn
11701         user when file-related buffer modifications exist.
11702         Provide support for running EDT Emulation in XEmacs.
11703         Provide customize access to some user updatable variables.
11704         Add Commentary section to file header.
11705         Fixed a few minor bugs and cleaned up some code.
11707         * emulation/edt-mapper.el: Update to version 4.0.  Provide support
11708         for detecting a keypress that generates an ASCII key sequence.
11709         (Previously, only a keypress that generates a vector was
11710         recognized.)  Embed Window Manager name into name of the generated
11711         EDT Emulation initialization file since the initialization file is
11712         Window Manager specific.  Add Commentary section to file header.
11714 2001-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
11716         * mail/sendmail.el (mail-mode): Doc fix.
11718         * info.el (Info-goto-emacs-command-node): Doc fix.
11719         (Info-goto-emacs-key-command-node): Doc fix.
11721 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
11723         * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
11724         systems without long file-name support.
11726 2001-01-06  Andrew Innes  <andrewi@gnu.org>
11728         * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
11730 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
11732         * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
11733         (isearch-lazy-highlight-update): Doc fix.
11735         * ffap.el (ffap-bindings): Doc fix.
11737         * dired-x.el (dired-virtual-guess-dir): Doc fix.
11739 2001-01-05  Dave Love  <fx@gnu.org>
11741         * emacs-lisp/cl-seq.el (remove, remq): Remove.
11743 2001-01-05  Gerd Moellmann  <gerd@gnu.org>
11745         * mouse-drag.el (mouse-drag-safe-scroll):
11746         Bind scroll-preserve-screen-position to nil.
11748         * isearch.el (isearch-old-signal-hook): New variable.
11749         (isearch-mode): Set signal-hook-function to isearch-done.
11750         (isearch-done): Restore old signal-hook-function.
11752         * info.el (Info-fontify-node): Mark one more char as intangible.
11754 2000-01-05  Kenichi Handa  <handa@etl.go.jp>
11756         * composite.el (compose-last-chars): New argument COMPONENTS.
11757         If it is non-nil, compose preceding characters by compose-region with
11758         COMPONENTS.
11760         * international/quail.el (quail-input-string-to-events): New function.
11761         (quail-input-method): Convert input string to events here.
11762         (quail-start-translation): Return input string, not event list.
11763         (quail-start-conversion): Likewise.
11765 2001-01-04  Gerd Moellmann  <gerd@gnu.org>
11767         * tooltip.el (tooltip-cancel-delayed-tip)
11768         (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
11769         and tooltip-add-timeout.
11770         (tooltip-show): Set border color from faces's foreground.
11771         (tooltip-show-help-function): If called with the same help string
11772         as last time, do nothing.
11773         (tooltip-help-tips): Don't set tooltip-help-message to nil.
11775         * startup.el (fancy-splash-screens): Don't bind show-help-function
11776         to nil.
11778         * tooltip.el (tooltip-frame-parameters): Remove colors.
11779         (tooltip): New face
11780         (tooltip-set-param): New function.
11781         (tooltip-show): Set up color frame parameters from face `tooltip'.
11782         Display the tooltip text in face `tooltip'.
11784 2001-01-04  Dave Love  <fx@gnu.org>
11786         * whitespace.el (whitespace-global-mode): Fix typo.
11788         * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
11790 2001-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
11792         * help.el (help-for-help): Fix a typo in a doc string.
11793         From kwzh@gnu.org (Karl Heuer).
11795 2001-01-03  Dave Love  <fx@gnu.org>
11797         * dired-x.el: Doc fixes.  Maintainer change.
11798         (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
11799         (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
11800         (dired-guess-shell-alist-user): Customize.
11801         (dired-x-help-address): Set to bug-gnu-emacs.
11802         (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
11803         (dired-default-directory): Renamed from default-directory.
11805         * hl-line.el (hl-line): Doc fix.
11807 2001-01-03  Karl Fogel  <kfogel@red-bean.com>
11809         * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
11811 2001-01-02  Richard M. Stallman  <rms@gnu.org>
11813         * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
11814         to remove all the current alternative-match highlighting.
11815         If nil, remove only what's outside the current window.
11816         (isearch-lazy-highlight-remove-overlays): Take optional
11817         region within which NOT to remove them.
11818         (isearch-lazy-highlight-new-loop): Greatly simplified.
11819         (isearch-lazy-highlight-update): Find all the other occurrences
11820         visible in the window, in just one call.
11821         (isearch-lazy-highlight-start): Now holds start of region to scan.
11822         (isearch-lazy-highlight-end): Now holds end of region to scan.
11823         (isearch-lazy-highlight-wrapped): Variable deleted.
11824         (isearch-lazy-highlight-search): Function deleted.
11826 2000-01-02  Andrew Innes  <andrewi@gnu.org>
11828         * w32-fns.el (convert-standard-filename): Do length check on name
11829         before aref.
11831 2001-01-02  Dave Love  <fx@gnu.org>
11833         * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
11834         value.
11835         (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
11837         * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
11839         * net/browse-url.el (browse-url-filename-alist): Avoid backquote
11840         read syntax.
11842         * calendar/todo-mode.el (todo): Add :link, :version.
11843         (todo-save-top-priorities): Remove autoload cookie.
11844         (todo-add-category, todo-add-item-non-interactively)
11845         (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
11847 2001-01-02  Gerd Moellmann  <gerd@gnu.org>
11849         * comint.el (comint-input-history-ignore): New variable.
11850         (comint-read-input-ring): Ignore entries matching
11851         comint-input-history-ignore.
11853 2001-01-02  Eric M. Ludlam  <zappo@gnu.org>
11855         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
11856         (lm-copyright-mark): New function.
11857         (lm-crack-copyright): New function.
11858         (lm-verify): Check that the file has a copyright.
11859         Check that the file is copyright Free Software Foundation.
11861 2000-12-30  Kenichi Handa  <handa@etl.go.jp>
11863         * international/mule-diag.el (print-fontset): Indent font name by
11864         24 columns, not 25.
11866 2000-12-29  Gerd Moellmann  <gerd@gnu.org>
11868         * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
11869         in Subject line.
11871         * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
11872         Use mail-mode-hook instead of mail-setup-hook.
11873         Otherwise continuing an interrupted message with C-u C-x m for
11874         instance, winds up in Mail mode without abbrevs.
11876 2000-12-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11878         * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
11879         non-nil.  Adding almost all customization variables on ps-setup.
11880         Doc fix.
11881         (ps-print-version): New version number (6.3.3).
11882         (ps-end-with-control-d): Initialization fix.
11883         (ps-lines-printed): New var.
11884         (ps-skip-newline): New fun.
11885         (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
11886         (ps-next-line, ps-continue-line, ps-plot-region)
11887         (ps-generate-postscript-with-faces, ps-end-job): Code fix.
11889 2000-12-29  Kenichi Handa  <handa@etl.go.jp>
11891         * international/fontset.el (x-complement-fontset-spec):
11892         Resolve ASCII font name so that the same family name is used for fonts
11893         registered in x-font-name-charset-alist.
11894         (create-fontset-from-fontset-spec): Adjusted for the above change.
11895         The name of fontset alias should be a unresolved ASCII font name.
11897 2000-12-28  Gerd Moellmann  <gerd@gnu.org>
11899         * simple.el (delete-key-deletes-forward-mode): Bind backspace
11900         and delete in isearch-mode-map.
11902 2000-12-28  Richard M. Stallman  <rms@gnu.org>
11904         * dired-x.el (dired-guess-shell-alist-default):
11905         Use xpdf instead of acroread.
11907 2000-12-28  Kenichi Handa  <handa@etl.go.jp>
11909         * textmodes/artist.el (artist-butlast): Deleted.
11910         (artist-ellipse-mirror-quadrant): Use butlast instead of
11911         artist-butlast.
11913         * subr.el (butlast, nbutlast): Moved from cl.el to here.
11915         * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
11917 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
11919         From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
11921         * ls-lisp.el: Better support for the Mac and MS-Windows.
11922         (ls-lisp): New defgroup.
11923         (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
11924         (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
11925         (ls-lisp-support-shell-wildcards): New defcustoms.
11926         (ls-lisp-parse-symlink): New function.
11927         (insert-directory): Code to convert switches to a list and set up
11928         the wildcard argument copied from ls-lisp-insert-directory.
11929         (ls-lisp-insert-directory): New argument TIME-INDEX.  Add support
11930         for -C and -R switches.
11931         (ls-lisp-column-format): New function.
11932         (ls-lisp-delete-matching, ls-lisp-handle-switches)
11933         (ls-lisp-format-time): Add doc strings.
11934         (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
11935         Support ls-lisp-dirs-first.
11936         (ls-lisp-classify, ls-lisp-extension): New functions.
11937         (ls-lisp-format): Optionally support emulation of symlinks.
11938         Support -i, -s, and -G switches.
11940 2000-12-27  Gerd Moellmann  <gerd@gnu.org>
11942         * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
11944         * version.el (emacs-version): Print X scroll bar information.
11946         * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
11947         instead of x-toolkit-scroll-bars-p.
11949         * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
11950         of x-toolkit-scroll-bars-p.
11952 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
11954         * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
11955         (ffap-bindings): Doc fix, to reflect the above change.
11957 2000-12-27  Kenichi Handa  <handa@etl.go.jp>
11959         * term.el (term-char-mode): Define all non-ascii self-inserting
11960         characters to 'term-send-raw in term-raw-map.
11962 2000-12-25  Michael Kifer  <kifer@cs.sunysb.edu>
11964         * viper-init (viper-restore-cursor-type): Added condition-case guard.
11966         * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
11967         Changed initialization; use add-hook.
11968         (ediff-file-remote-p): Use file-local-copy.
11970         * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
11972         * ediff.el (ediff-patch-buffer): Bug fix.
11973         (ediff-revision): Allow selection of the file at the prompt.
11975 2000-12-23  Stefan Monnier  <monnier@cs.yale.edu>
11977         * subr.el (combine-run-hooks): Remove.
11979         * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
11980         and remove the rogue second spec.
11982 2000-12-23  Gerd Moellmann  <gerd@gnu.org>
11984         * progmodes/compile.el (compilation-forget-errors): Fix indentation.
11986 2000-12-22  Stefan Monnier  <monnier@cs.yale.edu>
11988         * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
11989         Use minibuffer menu prompt for the `=' prefix.
11990         (smerge-command-prefix): Change default to C-^.
11991         (smerge-mode): Don't assume font-lock doesn't move point.
11993         * skeleton.el (skeleton-internal-1): Make sure the first line of
11994         the region is also re-indented.
11995         (skeleton-end-newline): New var.
11996         (skeleton-end-hook): Use it.
11998 2000-12-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12000         * comint.el (comint-password-prompt-regexp): Support CVS.
12002 2000-12-22  Gerd Moellmann  <gerd@gnu.org>
12004         * simple.el (delete-key-deletes-forward-mode): Simplify.
12005         Also backspace key combinations, depending on
12006         delete-key-deletes-forward.
12008         * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
12010         * simple.el (delete-key-deletes-forward): Doc fix.
12012 2000-08-22  Emmanuel Briot  <briot@gnat.com>
12014         * xml.el (top level comment): Updated to reflect the fact that
12015         white spaces are relevant in the XML file.
12016         (xml-parse-file): Do not kill an existing Emacs buffer if the file
12017         to parse was already edited. This allows for on-the-fly analysis
12018         of XML files.
12019         (xml-parse-tag): Check that the casing is the same in the start
12020         tag and end tag, since XML is case-sensitive.  Allows for spaces
12021         in the end tag, after the name of the tag.
12022         (xml-parse-attlist): Allow for the character '-' in the name of
12023         attributes, as in the standard http-equiv attribute Do not save
12024         the properties in the XML tree, since they are not relevant.
12026 2000-12-21  Stefan Monnier  <monnier@cs.yale.edu>
12028         * generic.el (generic-read-type): Undo last change, inline into
12029         `generic-mode' and then remove.
12030         (generic-mode): Inline generic-read-type.
12031         (define-generic-mode): Push the symbol name rather than the symbol
12032         onto generic-mode-list.
12034 2000-12-21  Gerd Moellmann  <gerd@gnu.org>
12036         * generic.el (generic-read-type): Build an alist for
12037         completing-read as in 20.7.
12039         * play/landmark.el (lm): Use interactive spec `P'.
12040         (toplevel): Don't set debug-on-error.
12042         * server.el (server-switch-buffer): Choose a window on a visible frame.
12044 2000-12-21  Dave Pearson  <davep@davep.org>
12046         * quickurl.el: Commentry change, I've moved my web site.
12048 2000-12-21  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12050         * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
12051         ranges like \177-\237, but accepts the character sequence from \177 to
12052         \237.  Doc fix.
12053         (ebnf-version): New version (3.4).
12054         (ebnf-setup): Code fix.
12055         (ebnf-range-regexp): New fun.
12056         (ebnf-8-bit-chars): Const fix.
12058         * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
12059         entry.  Doc fix.
12060         (ebnf-bnf-lex): Code fix.
12061         (ebnf-bnf-comment-chars): Const fix.
12063         * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
12064         entry.  Doc fix.
12065         (ebnf-iso-comment-chars): Const fix.
12067         * ebnf-otz.el: Doc fix.
12069         * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
12070         entry.  Doc fix.
12071         (ebnf-yac-skip-code): Code fix.
12072         (ebnf-yac-comment-chars): Const fix.
12074 2000-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
12076         * files.el (insert-directory-safely): New function.
12077         (recover-file): Use it instead of insert-directory.
12078         From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12080 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
12082         * international/mule-cmds.el (select-safe-coding-system):
12083         Check coding-category-list more rigidly.  Improve help message.
12085         * dired.el (dired-move-to-filename-regexp): Fix previous change.
12087 2000-12-21  Miles Bader  <miles@gnu.org>
12089         * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
12091 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
12093         * international/mule-diag.el (describe-char-after): Make *Help*
12094         buffer inherit multibyteness of the current buffer.
12096         * international/mule.el (make-char): Docstring adjusted for the
12097         change of make-char-internal.
12099 2000-12-20  Stefan Monnier  <monnier@cs.yale.edu>
12101         * international/iso-cvt.el: Docstrings fix.
12103 2000-12-20  Dave Love  <fx@gnu.org>
12105         * subr.el (eval-after-load): Doc fix.
12107 2000-12-20  Kenichi Handa  <handa@etl.go.jp>
12109         * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
12110         for numbers.
12112 2000-12-20  Miles Bader  <miles@gnu.org>
12114         * international/quail.el (quail-help): Resize the help window
12115         again after it has all its contents.  Remove unneeded progn.
12117 2000-12-19  Gerd Moellmann  <gerd@gnu.org>
12119         * pcmpl-linux.el: Fix copy/paste error.
12121 2000-12-19  Andrew Innes  <andrewi@gnu.org>
12123         * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
12125 2000-12-19  Carsten Dominik  <dominik@strw.leidenuniv.nl>
12127         * progmodes/idlw-rinfo.el: Fixed copyright notice.
12129         * progmodes/idlw-toolbar.el: Fixed copyright notice.
12131         * progmodes/idlw-shell.el: Fixed copyright notice.
12133         * progmodes/idlwave.el: Fixed copyright notice.
12135         * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
12136         TAB as key separators.
12138 2000-12-19  Alex Schroeder  <alex@gnu.org>
12140         * sql.el (sql-sybase-options): New option.
12141         (sql-sybase): Use it.  Add sql-database to the list of parameters
12142         provided for login.  The options -w 2048 -n are not used any more.
12143         (sql-postgres-options): Changed default from "--pset" to "-P".
12144         (sql-mysql-options): Doc change.
12145         (sql-stop): Doc change.
12147 2000-12-19  Kenichi Handa  <handa@etl.go.jp>
12149         * international/quail.el (quail-input-method): Always hide
12150         the guidance buffer on exiting.
12152 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
12154         * tooltip.el (tooltip-mode): Signal an error if x-show-tip
12155         isn't fboundp.
12157         * server.el (server-buffer-done): Bury the buffer before
12158         killing it.
12160         * faces.el (face-spec-set): Interpret a nil in specs for
12161         foreground and background colors as `unspecified', for
12162         compatibility with 20.x.
12164 2000-12-18  Dave Love  <fx@gnu.org>
12166         * simple.el (mail-user-agent): Doc fix.
12167         (input-mode-8-bit): Removed.
12169         * international/mule.el (set-keyboard-coding-system): Doc fix.
12170         (keyboard-coding-system): New option.
12172         * mail/sendmail.el (send-mail-function): Customize.
12174 2000-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
12176         * international/codepage.el (cp866-decode-table): New table.
12178 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
12180         * version.el (emacs-version): Remove `%a' from the time format
12181         because the weekday doesn't fit well into each locale.
12183 2000-12-18  Miles Bader  <miles@gnu.org>
12185         * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
12187         * textmodes/artist.el (artist-replace-chars, artist-replace-char):
12188         Check that emacs-major-version is `=' to 20, not `>='.
12189         (artist-replace-chars): Use `make-string' instead of a loop.
12191 2000-12-17  Stefan Monnier  <monnier@cs.yale.edu>
12193         * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
12194         (cvs-execute-single-file): Don't change directory.
12195         Patch from Per Cederqvist.
12197 2000-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
12199         * textmodes/ispell.el (check-ispell-version):
12200         If `ispell-program-name' is "aspell", pass it the -v switch instead
12201         of -vv.
12203 2000-12-16  Kenichi Handa  <handa@etl.go.jp>
12205         * international/mule-diag.el (mule-diag): Insert information about
12206         configure options, multibyte awareness, language env.
12208         * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
12209         regexp to search for candidates.
12211 2000-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
12213         * info.el (Info-forward-node): If the node has an
12214         Info-header-line, widen the buffer before searching for "next:"
12215         and "up:" pointers, and set the search limit to stay in the
12216         current node.
12218 2000-12-16  Miles Bader  <miles@gnu.org>
12220         * simple.el (delete-trailing-whitespace): Remove extraneous let.
12222 2000-12-15  Miles Bader  <miles@gnu.org>
12224         * comint.el (comint-send-string, comint-send-region): Also accept
12225         a buffer, buffer-name, or nil for PROCESS, for compatibility with
12226         process-send-string/region.
12228 2000-12-15  Gerd Moellmann  <gerd@gnu.org>
12230         * isearch.el (isearch-lazy-highlight-max): New user-option.
12231         (isearch-lazy-highlight-update): Don't highlight more than
12232         isearch-lazy-highlight-max matches.
12234         * mail/mh-utils.el (mh-find-path): Set read-mail-command.
12236 2000-12-15  Richard M. Stallman  <rms@gnu.org>
12238         * sort.el (sort-columns): Fix error message.
12240         * dabbrev.el (dabbrev--last-case-pattern): Value is now
12241         `upcase' or `downcase' or nil.
12242         (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
12243         Pass new record-case-pattern arg to dabbrev--substitute-expansion.
12244         (dabbrev--substitute-expansion): New arg record-case-pattern.
12245         If it is non-nil, set dabbrev--last-case-pattern.
12246         If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
12248         * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
12250 2000-12-15  Miles Bader  <miles@gnu.org>
12252         * paths.el (Info-default-directory-list): Don't delete
12253         configure-info-directory from the list of standard info
12254         directories when appending it to the end -- their order is important.
12256         * faces.el (read-face-attribute): If there's no entry for the
12257         user's input in VALID, just use it as-is (this will often result
12258         in an error, but it may be OK for e.g. colors using hexadecimal
12259         notation, and at least will yield a better error message).
12261         * window.el (mode-line-window-height-fudge): Function removed.
12262         (height-affecting-face-attributes, mode-line-window-height-fudge):
12263         Variables removed.
12264         * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
12265         window is really the right size.  Use vertical-motion
12266         rather than forward-line.
12267         (ispell-help): Don't use ispell-mode-line-window-height-fudge.
12268         (ispell-command-loop, ispell-show-choices): Use the variable
12269         ispell-choices-win-default-height, rather than the function.
12270         (ispell-choices-win-default-height): Function removed.
12271         (ispell-mode-line-window-height-fudge): Function removed.
12273 2000-12-14  Stefan Monnier  <monnier@cs.yale.edu>
12275         * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
12277 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
12279         * paths.el (Info-default-directory-list):
12280         If configure-info-directory is not one of the standard directories,
12281         put it first in the list; otherwise put it last.  Doc string
12282         changed accordingly.
12284         * info.el (Info-directory-list): Change doc string to reflect the
12285         change in Info-default-directory-list.
12287         * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
12288         windows-nt as windowed environments, even under -nw.
12290         * startup.el (command-line): Don't call x-backspace-delete-keys-p
12291         if not fboundp.  Switch delete-forward mode for the <delete> key
12292         on all PC platforms, even under -nw.
12294         * term/internal.el ([M-delete]): Remap to M-d.
12296 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
12298         * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
12300 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
12302         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
12304 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
12306         * startup.el (command-line): Call delete-key-deletes-forward-mode,
12307         if appropriate.
12309         * simple.el (delete-key-deletes-forward): New user-option.
12310         (delete-key-deletes-forward-mode): New function.
12312         * bindings.el: Bind `delete' to backward-delete-char.
12314         * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
12315         Test if symbol is bound before getting its value.
12317         * tooltip.el (tooltip-show): If an error is signaled in
12318         x-show-tip, display that error, and display the help in the
12319         echo area.
12321 2000-12-14  Kenichi Handa  <handa@etl.go.jp>
12323         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
12324         Show "... entries" messages for every 10000 entries, not 10.
12326 2000-12-13  Karl Fogel  <kfogel@red-bean.com>
12328         * bookmark.el: Provide a generic exit hook, as suggested by
12329         Ovidiu Predescu <ovidiu@cup.hp.com>:
12330         (bookmark-exit-hook): New var.
12331         (bookmark-exit-hook-internal): New func, replaces
12332         old raw lambda form in `kill-emacs-hook', and runs new
12333         `bookmark-exit-hooks'.  No longer tests for the bookmark feature,
12334         as logically that feature must have been provided if this function
12335         is running.
12336         Removed ;;;###autoload before the `add-hook' call.
12338 2000-12-13  Stefan Monnier  <monnier@cs.yale.edu>
12340         * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
12341         (easy-menu-current-active-maps): New function.
12342         (easy-menu-get-map): Use it.
12343         Make a proper menu entry when creating a new keymap.
12345 2000-12-13  Kenichi Handa  <handa@etl.go.jp>
12347         * international/characters.el: Fix cases and syntaxes for
12348         mule-unicode-0100-24ff.
12350         * dired.el (dired-move-to-filename-regexp): Fixed for the case
12351         that a Japanese character is not appended after day and year.
12353         * info.el (Info-suffix-list): Change format for a command that
12354         requires arguments.
12355         (info-insert-file-contents): Adjusted for the above change.
12357 2000-12-12  Andreas Schwab  <schwab@suse.de>
12359         * tar-mode.el (tar-extract): Base the name of the subfile buffer
12360         on the name of the tar buffer.  Verify that the existing buffer is
12361         visiting the same subfile.
12363 2000-12-12  Dave Love  <fx@gnu.org>
12365         * subdirs.el: Add obsolete.
12367 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
12369         * mail/rmailsum.el (rmail-summary-expunge)
12370         (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
12371         instead of rmail-confirm-expunge.
12373         * replace.el (perform-replace): Don't use an empty match adjacent
12374         to a non-empty match when computing the next match before the
12375         replacement is performed.
12377 2000-12-12  Milan Zamazal  <pdm@freesoft.cz>
12379         * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
12380         definition (patch by Stefan Monnier).
12381         (glasses-mode): Use jit-lock instead of `after-change-functions'
12382         (patch by Stefan Monnier).
12384 2000-12-12  Miles Bader  <miles@gnu.org>
12386         * info.el (Info-last-preorder): Don't barf on nodes without a prev.
12387         (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
12389 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
12391         * term/mac-win.el: Remove load for ls-lisp.
12393         * loadup.el: Load ls-lisp for system-type `macos'.
12395 2000-12-12  Miles Bader  <miles@gnu.org>
12397         * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
12398         Respect field end too.
12399         (just-one-space): Respect fields as `delete-horizontal-space'.
12400         (newline-and-indent, reindent-then-newline-and-indent):
12401         Use `delete-horizontal-space'.
12403 2000-12-11  Stefan Monnier  <monnier@cs.yale.edu>
12405         * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
12406         (so as to obey the field property in the minibuffer).
12408         * obsolete/c-mode.el: Moved from lisp/progmodes.
12409         * obsolete/auto-show.el: Moved from lisp.
12410         * obsolete/ooutline.el: Moved from lisp/textmodes.
12412 2000-12-11  Carsten Dominik  <dominik@strw.leidenuniv.nl>
12414         * progmodes/idlwave.el: Updated to IDLWAVE version 4.7.  Too many
12415         changes to list them here.
12417         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
12418         Too many changes to list them here.
12420         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
12421         Too many changes to list them here.
12423         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
12425 2000-12-11  Gerd Moellmann  <gerd@gnu.org>
12427         * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
12429         * cus-edit.el (custom-save-variables, custom-save-faces):
12430         Comment fix.
12432         * hscroll.el: Moved to `obsolete' subdir.
12434 2000-12-11  Miles Bader  <miles@gnu.org>
12436         * window.el (window-text-height): Function removed (now in C).
12438 2000-12-10  Stefan Monnier  <monnier@cs.yale.edu>
12440         * log-edit.el (log-edit-parent-buffer): New var.
12441         (log-edit): Set it.  Add BUFFER argument.
12442         (log-edit-done): Use char-before.
12443         Don't bother checking validity of vc-comment-ring.
12444         Only bury the buffer if log-edit popped it up.
12446         * pcvs.el: Update references to CVS-Edit (now Log-Edit).
12447         (cvs-mode-diff-help): Remove.
12448         (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
12449         (cvs-mode-marked): Set up the default for CMD manually.
12451         * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
12452         Remove binding for ? now made unnecessary.
12454 2000-12-10  Carsten Dominik  <dominik@strw.leidenuniv.nl>
12456         * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
12457         (reftex-TeX-master-file): Check for `tex-main-file' early enough.
12459         * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
12460         when master file is not open.
12462 2000-12-09  Stefan Monnier  <monnier@cs.yale.edu>
12464         * progmodes/ada-stmt.el: Update `maintainer'.
12466 2000-12-09  Stephen Gildea  <gildea@stop.mail-abuse.org>
12468         * time-stamp.el (time-stamp-old-format-warn): Reorder custom
12469         choices to match documentation string.
12471 2000-12-09  Miles Bader  <miles@gnu.org>
12473         * minibuf-eldef.el: New file.
12475         * window.el (fit-window-to-buffer): Don't pass last argument to
12476         pos-visible-in-window-p, now that its meaning is inverted.
12478 2000-12-08  Eli Zaretskii  <eliz@is.elta.co.il>
12480         * image.el (create-image): Doc fix; spotted by Per Cederqvist
12481         <ceder@lysator.liu.se>.
12483 2000-12-08  Stefan Monnier  <monnier@cs.yale.edu>
12485         * autoinsert.el (auto-insert-alist): Add missing final \n.
12487         * pcvs-defs.el (cvs-menu): Move.  Make submenu for diff commands.
12488         (cvs-menu-map): Remove.
12489         * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
12490         (cvs-mode-quit): Turn it back into a plain function.
12492         * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
12493         (texinfo-filter): Remove (move to texinfo.el).
12495         * textmodes/texinfo.el: Move the (require 'cl) to the front of the
12496         file where it's more visible.
12497         (texinfo-filter, texinfo-chapter-level-regexp): New variables
12498         moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
12499         (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
12500         (texinfo-inside-macro-p): Only catch `scan-error's.
12501         (texinfo-inside-env-p): Make better use of the match info.
12502         (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
12503         (texinfo-insert-@end): Slight re-organization.
12504         Also remove useless `looking-at' call.
12506 2000-12-08  Andrew Innes  <andrewi@gnu.org>
12508         * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
12509         accessible in -nw mode.
12511         * term/w32-win.el: Remove stuff about selection timeout, which is
12512         irrelevant on Windows.  Move clipboard support to w32-fns.el, so
12513         it is accessible in -nw mode.
12515 2000-12-08  Dave Love  <fx@gnu.org>
12517         * emacs-lisp/lisp-mode.el (lisp-mode):
12518         Set font-lock-keywords-case-fold-search.
12520 2000-12-08  Gerd Moellmann  <gerd@gnu.org>
12522         * textmodes/ispell.el (ispell): Doc fix.
12524 2000-12-08  Kenichi Handa  <handa@etl.go.jp>
12526         * international/quail.el (quail-insert-decode-map): Check the
12527         frame width of a window displaying the current buffer, not that of
12528         the selected frame.
12529         (quail-help): Make sure that the help buffer has window before
12530         inserting text in it.
12532 2000-12-07  Sam Steingold  <sds@gnu.org>
12534         * loadup.el: Load emacs-lisp/backquote instead of autoloading.
12535         Backquote is used in isearch.el, so autoloading saves nothing.
12537 2000-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
12539         * startup.el (normal-top-level-add-subdirs-to-load-path):
12540         Ignore the CVS and RCS subdirectories case-insensitively.
12542         * dired.el (dired-insert-directory): If file-system-info is
12543         fboundp, call it instead of invoking dired-free-space-program.
12545 2000-12-07  Gerd Moellmann  <gerd@gnu.org>
12547         * server.el (server-visit-files): Push files on file-name-history.
12549         * progmodes/cc-langs.el: Update copyright.
12551         * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
12553         * bindings.el (mode-line-mode-menu): Add glasses-mode.
12555         * bindings.el (mode-line-mode-menu): Reverse the order
12556         of define-keys so that the menu appears in alphabetical order.
12558 2000-12-07  Milan Zamazal  <pdm@freesoft.cz>
12560         * progmodes/glasses.el (glasses-mode): Update mode line at the end
12561         of the function.
12563 2000-12-07  Dave Love  <fx@gnu.org>
12565         * jka-compr.el (jka-compr-compression-info-list): Fix :type.
12567         * facemenu.el (facemenu-unlisted-faces): Fix value.
12569 2000-12-07  Stefan Monnier  <monnier@cs.yale.edu>
12571         * font-lock.el (font-lock-default-fontify-region):
12572         Include the terminating \n (off-by-one error).
12573         (font-lock-set-defaults): Use dolist.
12575         * derived.el (define-derived-mode): Don't use combine-run-hooks.
12577 2000-12-07  Kenichi Handa  <handa@etl.go.jp>
12579         * international/mule-cmds.el (describe-language-environment):
12580         Fix for the case that an input method title is not string but a list.
12582         * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
12583         of wrong SIZE record.
12585 2000-12-06  Dave Love  <fx@gnu.org>
12587         * newcomment.el (comment-region, comment-dwim): Doc fix.
12589         * textmodes/texinfo.el: Require tex-mode when compiling.
12590         (texinfo-update-node): Doc fix.
12591         (texinfo-imenu-generic-expression): Add @anchor.
12592         (texinfo-font-lock-keywords): Add @uref.
12593         (texinfo-inside-macro-p): Don't use ignore-errors.
12594         (texinfo-insert-quote): Match more contexts.
12596         * international/mule.el (decode-char, encode-char): Doc fix.
12597         (auto-coding-alist): Customize.
12599         * files.el (load-file): Fix change of 2000-03-12.
12601         * wid-edit.el (widget-text-keymap): Doc fix.
12603 2000-12-06  Andrew Innes  <andrewi@gnu.org>
12605         * makefile.w32-in (lisp): Set to an absolute directory, namely
12606         $(CURDIR).
12608 2000-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
12610         * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
12611         read generated-autoload-file, and set buffer-file-coding-system to
12612         raw-text-unix after reading the file.
12614         * international/mule-conf.el (file-coding-system-alist):
12615         Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
12617 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
12619         * replace.el (occur): Make line-number-width 1 smaller for the
12620         colon following the line number.
12622         * startup.el (fancy-splash-text, command-line-1):
12623         Use `File' for the menu name instead of `Files'.
12625         * tmm.el: Update copyright.
12627         * cus-start.el: Add entry for even-window-heights.
12629 2000-12-06  Miles Bader  <miles@gnu.org>
12631         * faces.el (frame-set-background-mode): Avoid stomping on
12632         locally modified faces.
12634 2000-12-06  Kenichi Handa  <handa@etl.go.jp>
12636         * international/fontset.el: Correct the font registries for
12637         japanese-jisx0213-1 and japanese-jisx0213-2.
12639 2000-12-05  Gerd Moellmann  <gerd@gnu.org>
12641         * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
12643         * iswitchb.el: Update customization commentary.
12645 2000-12-05  Rob Riepel  <riepel@Stanford.EDU>
12647         * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
12648         (tpu-search-highlight): Fixed comparison of overlay end positions.
12649         (tpu-trim-line-ends): Implemented trimming logic locally.
12651         * emulation/tpu-extras.el (tpu-write-file-hook)
12652         (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
12654 2000-12-05  Kenichi Handa  <handa@etl.go.jp>
12656         * language/chinese.el (chinese-iso-8bit): Change mime-charset name
12657         to cn-gb.
12658         (cn-gb, gb2312): New aliases for chinese-iso-8bit.
12660 2000-12-04  Dave Love  <fx@gnu.org>
12662         * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
12664 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
12666         * mail/rmailsum.el (rmail-summary-expunge)
12667         (rmail-summary-expunge-and-save): Ask for confirmation with
12668         rmail-expunge-confirmed.
12670         * mail/rmail.el (rmail-expunge-confirmed): New function.
12671         (rmail-expunge): Use it.
12673 2000-12-04  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
12675         * progmodes/etags.el (tag-partial-file-name-match-p): New function.
12676         (etags-recognize-tags-table, find-tag-in-order):
12677         New functionality: interpret file names as tags.
12679 2000-12-04  Eli Zaretskii  <eliz@is.elta.co.il>
12681         * info.el (Info-scroll-prefer-subnodes): New defcustom.
12682         (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
12683         the first subnode until the bottom of the current node is visible.
12685 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
12687         * format.el (format-decode): Don't change buffer's undo list.
12689 2000-12-04  Kenichi Handa  <handa@etl.go.jp>
12691         * faces.el (face-font-registry-alternatives): Add entries for CJK
12692         fonts.  Doc-string adjusted for the actual usage of this data.
12694         * international/fontset.el: Change the font registries for CJK
12695         fonts in the default fontset.  Don't append '*' to registries.
12697 2000-12-03  Stefan Monnier  <monnier@cs.yale.edu>
12699         * emacs-lisp/easy-mmode.el (define-derived-mode)
12700         (easy-mmode-derived-mode-p): Remove (moved to derived.el).
12702         * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
12703         (derived-mode-p): New function.
12704         (derived-mode-make-docstring): Add `docstring' argument.
12705         Use it if available and complete it if necessary.
12707 2000-12-03  Andreas Schwab  <schwab@suse.de>
12709         * type-break.el (type-break): Don't make parent of itself.
12711 2000-12-03  Miles Bader  <miles@gnu.org>
12713         * simple.el (delete-trailing-whitespace): Don't delete newlines too.
12715 2000-12-02  Stefan Monnier  <monnier@cs.yale.edu>
12717         * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
12718         (tex-main-file, tex-file): Simplify.
12719         (tex-generate-zap-file-name): Use subst-char-in-string.
12720         (tex-strip-dots): Remove.
12722         * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
12724         * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
12725         to check if the match succeeded.
12727 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
12729         * startup.el (use-fancy-splash-screens-p): New function.
12730         (command-line-1): Use it to determine whether or not to use
12731         a fancy splash screen.
12733 2000-12-02  Andreas Schwab  <schwab@suse.de>
12735         * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
12737 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
12739         * international/mule.el (make-char): Fix last change.
12741         * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
12742         New defcustoms.
12743         (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
12744         autoloading tex-mode; instead, do the same manually.
12745         Use texinfo-open-quote and texinfo-close-quote.  Insert literal quote
12746         with numeric argument.  Docstring fix.
12747         (toplevel): Require cl when compiling.
12749         * international/mule.el (make-char): Doc fix.
12751 2000-12-02  Jason Rumney  <jasonr@gnu.org>
12753         * term/w32-win.el (x-select-enable-clipboard): Customize (as per
12754         the Emacs Lisp manual)
12756 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
12758         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
12760         * term/pc-win.el (x-select-enable-clipboard): Customize (as per
12761         the Emacs Lisp manual).
12763 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
12765         * simple.el (next-line-add-newlines): Change default to nil.
12767 2000-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
12769         * files.el (revert-buffer, recover-file):
12770         Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
12772 2000-12-01  Gerd Moellmann  <gerd@gnu.org>
12774         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
12776 2000-12-01  Miles Bader  <miles@gnu.org>
12778         * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
12780 2000-12-01  Kenichi Handa  <handa@etl.go.jp>
12782         * international/mule-diag.el (describe-char-after): Fix typo.
12783         (describe-character-set, non-iso-charset-alist): Fix typo.
12785 2000-12-01  Miles Bader  <miles@gnu.org>
12787         * image-file.el (image-file-name-regexp): Automatically add
12788         upper-case variants of each filename extension in
12789         `image-file-name-extensions', since they seem to be common.
12791         * simple.el (minibuffer-contents)
12792         (minibuffer-contents-no-properties, delete-minibuffer-contents):
12793         New functions.
12794         * filecache.el (file-cache-directory-name)
12795         (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
12797 2000-12-01  Milan Zamazal  <Milan.Zamazal@qbizm.com>
12799         * filecache.el (file-cache-minibuffer-complete): Don't try to
12800         delete the minibuffer prompt.
12802 2000-11-30  Dave Love  <fx@gnu.org>
12804         * cus-start.el: Fix read-buffer-function type.
12806 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
12808         * md5.el: Removed.  There's a built-in function, now.
12810 2000-11-30  Markus Rost  <rost@math.ohio-state.edu>
12812         * mail/rmail.el (rmail-set-message-counters): Don't use "D"
12813         as dummy 0-th char of rmail-deleted-vector.
12815 2000-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
12817         * ps-print.el (ps-end-job): Bind case-fold-search only after
12818         switching to ps-spool-buffer.
12820 2000-11-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12822         * ps-print.el: Line number font customization.  PostScript: Lines and
12823         PageCount are initialized on each page.  Doc Fix.
12824         (ps-print-version): New version number (6.3.2).
12825         (ps-lpr-switches, ps-font-info-database, ps-font-size)
12826         (ps-header-font-size, ps-header-title-font-size, ps-left-header)
12827         (ps-right-header): Customization fix.
12828         (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
12829         Fix code.
12830         (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
12831         New vars.
12833 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
12835         * bs.el: Fix typos and spelling errors.
12836         (bs-appearance) <defgroup>: Renamed from bs-appearence.
12837         (bs-configuration): Doc fix.
12839         * bs.el: Undo mistaken change of 2000-11-28.  Update copyright.
12841 2000-11-30  Rob Riepel  <riepel@Stanford.EDU>
12843         * emulation/tpu-edt.el (tpu-version): New version.
12844         (tpu-search-overlay, tpu-replace-overlay): New initial range.
12845         (tpu-original-mode-line): Variable deleted.
12846         (tpu-mark-flag): New initial value.
12847         (tpu-set-mode-line): Don't redefine mode-line-format.
12848         Add tpu-mark-flag to minor-mode-alist.
12849         (tpu-update-mode-line): New mark flag logic.
12850         (tpu-get): Use find-file-wildcards.
12851         (tpu-search-highlight): Move overlay less, reset overlay properly.
12852         (tpu-unselect): Deactivate mark.
12853         (tpu-lm-replace): Reset overlay properly.
12854         (tpu-forward-line): Use forward-visible-line.
12855         (tpu-edt-on): Set transient mark mode.  ispell autoloads deleted.
12857         * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
12859 2000-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
12861         * cus-edit.el (custom-face-value-create): Always emphasize tag.
12863 2000-11-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12865         * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
12866         and skip whitespace and newlines.
12868 2000-11-30  Stefan Monnier  <monnier@cs.yale.edu>
12870         * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
12872 2000-11-29  Gerd Moellmann  <gerd@gnu.org>
12874         * help.el (describe-function-1): Regexp-quote function name
12875         when used as part of a regexp.
12877         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
12878         Use face-attribute instead of face-foreground and face-background.
12879         (tool-bar-add-item): Likewise, and handle unspecified colors.
12881         * enriched.el (enriched-face-ans): Use face-attribute instead
12882         of face-foreground and face-background.
12884         * faces.el (face-foreground, face-background, face-stipple):
12885         Return nil if attribute is unspecified, for backward compatibility.
12887         * files.el (auto-mode-alist): Add an entry for antlr-mode.
12889         * play/5x5.el: Remove version info.
12891         * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
12893         * frame.el (blink-cursor-mode): Doc fix.
12895 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
12897         * antlr-mode.el: New commands to run ANTLR from within Emacs and
12898         to create Makefile rules.
12899         (antlr-tool-command): New user option.
12900         (antlr-ask-about-save): New user option.
12901         (antlr-makefile-specification): New user option.
12902         (antlr-file-formats-alist): New variable.
12903         (antlr-special-file-formats): New variable.
12904         (antlr-unknown-file-formats): New user option.
12905         (antlr-help-unknown-file-text): New variable.
12906         (antlr-help-rules-intro): New variable.
12907         (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
12908         (antlr-mode-menu): Add entries.
12909         (antlr-file-dependencies): New function.
12910         (antlr-directory-dependencies): New function.
12911         (antlr-superclasses-glibs): New function.
12912         (antlr-run-tool): New command.
12913         (antlr-makefile-insert-variable): New function.
12914         (antlr-insert-makefile-rules): New function.
12915         (antlr-show-makefile-rules): New command.
12917         * antlr-mode.el: More Emacs/XEmacs stuff.
12918         (antlr-no-action-keywords): New constant with value nil.
12919         (antlr-font-lock-keywords-alist): Use it.  Old value would break
12920         syntax highlighting in Emacs-21.0.
12921         (antlr-default-directory): Emacs/XEmacs dependend function.
12922         (antlr-read-shell-command): Ditto.
12923         (antlr-with-displaying-help-buffer): Ditto.
12925 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
12927         * antlr-mode.el: imenu, parsing and highlighting changes.
12928         (antlr-imenu-create-index-function): Don't create extra submenus
12929         for definitions in different grammar classes.  It is not necessary
12930         for the menu and would make command `imenu' awkward to use.
12931         (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
12932         header actions and more than one.
12933         (antlr-font-lock-tokendef-face): Changed color.
12934         (antlr-font-lock-tokenref-face): Changed color.
12935         (antlr-font-lock-additional-keywords): Also highlight lowercase.
12936         (antlr-mode-syntax-table): New variable.
12937         (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
12938         (antlr-with-syntax-table): Don't copy syntax table.
12940 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
12942         * antlr-mode.el: Minor changes: language setting.
12943         (antlr-language-alist): The value for file option "language" can
12944         be both an identifier and a string.
12945         Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
12946         (antlr-language-limit-n-regexp): Change accordingly.
12948 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
12950         * antlr-mode.el: Minor changes: tabs, hiding.
12951         (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
12952         (antlr-action-visibility): Also allow value nil to also hide the
12953         braces.  Renamed from `antlr-tiny-action-length'.
12954         Suggested by Jay@aol.com.
12955         (antlr-hide-actions): Change accordingly.  Hide line if completely
12956         hidden action is on a line of its own.
12958 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
12960         * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
12962         * sort.el (sort-columns): Don't concat strings with numbers.
12964 2000-11-29  Dave Love  <fx@gnu.org>
12966         * cus-edit.el (face): Fix :format.
12968         * mail/feedmail.el: Require smtpmail when compiling.
12969         (mail-do-fcc): Autoload.
12970         (feedmail) <defgroup>: Fix :link.
12971         (feedmail-nuke-body-in-fcc): Fix :type.
12972         (feedmail-send-it): Add autoload cookie.
12974 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
12976         * newcomment.el (comment-indent): Save excursion around call to
12977         comment-indent-function.
12979 2000-11-29  Miles Bader  <miles@gnu.org>
12981         * subr.el (member-ignore-case): Return the tail of the list who's
12982         car matches, like `member', not the matching element itself.
12984 2000-11-29  Kenichi Handa  <handa@etl.go.jp>
12986         * xml.el (xml-parse-tag): Fix finding opening tag.  A tag name
12987         should not contain `\n'.
12989 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
12991         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
12993         * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
12995         * dired-aux.el (dired-do-create-files): Construct default file
12996         name for dired-mark-read-file-name so that when the user enters
12997         just RET, the target file will end up in the target directory.
12999         * abbrev.el (prepare-abbrev-list-buffer): Get the value of
13000         local-abbrev-table before changing buffers because it might
13001         have a buffer-local binding.
13003 2000-11-28  Miles Bader  <miles@gnu.org>
13005         * simple.el (delete-horizontal-space): Handle fields more generally.
13007 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
13009         * simple.el (delete-horizontal-space): Handle minibuffer prompt.
13011 2000-11-28  Dave Love  <fx@gnu.org>
13013         * progmodes/ps-mode.el (ps-mode): Set comment-start and
13014         comment-start-skip locally.
13016         * progmodes/fortran.el (fortran-mode): Don't set
13017         fortran-comment-line-start-skip.  Set comment-start to
13018         fortran-comment-line-start.
13019         (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
13020         (fortran-comment-line-start-skip): Simplify slightly.
13022 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
13024         * play/5x5.el: Remove RCS keyword.
13026         * bs.el: Mistaken commit, undone 2000-11-30.
13028 2000-11-28  Milan Zamazal  <pdm@freesoft.cz>
13030         * textmodes/tildify.el (tildify-string-alist):
13031         Add `plain-tex-mode' here.
13033 2000-11-28  Colin Walters  <walters@cis.ohio-state.edu>
13035         * chistory.el (Command-history-setup): Remove extraneous `keymap'
13036         reference.
13038 2000-11-28  Miles Bader  <miles@gnu.org>
13040         * cus-face.el (custom-face-attributes): Add post-filter function
13041         for :box.  Make pre-filter function for :box handle all cases.
13043         * wid-edit.el (widget-choose): Make sure pop-up window is large
13044         enough to display all the choices, as there's no way to scroll it.
13046 2000-11-28  Kenichi Handa  <handa@etl.go.jp>
13048         * international/mule-conf.el: Make the coding system no-conversion
13049         safe for all characters.
13051 2000-11-27  Dave Love  <fx@gnu.org>
13053         * net/ldap.el (ldap) <defgroup>: Add :version.
13055         * tooltip.el (tooltip-use-echo-area): Doc fix.
13057         * cus-start.el <minibuffer-prompt-properties>: Add version.
13058         <read-buffer-function>: Add.
13060         * apropos.el (apropos-print): Add help-echo to active text.
13062         * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
13064 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
13066         * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
13067         type, group and version.
13069 2000-11-27  Eli Zaretskii  <eliz@is.elta.co.il>
13071         * select.el (x-get-selection): Docstring fix.
13073 2000-11-27  Dave Pearson <davep@hagbard.demon.co.uk>
13075         * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
13077 2000-11-27  Andrew Innes  <andrewi@gnu.org>
13079         * makefile.nt (.SUFFIXES): Add .SUFFIXES.
13081         * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
13083 2000-11-27  Miles Bader  <miles@gnu.org>
13085         * dired.el (dired-get-filename): Return filename verbatim if
13086         LOCALP is `verbatim'.
13087         * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
13088         `verbatim' so that we don't inadvertently delete a non-existant
13089         directory name.
13091 2000-11-27  Kenichi Handa  <handa@etl.go.jp>
13093         * international/characters.el: Specify cases and syntaxes for
13094         mule-unicode-0100-24ff.
13096 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
13098         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
13099         that foreground and/or background colors of the face `tool-bar'
13100         are unspecified.
13102 2000-11-27  Miles Bader  <miles@gnu.org>
13104         * wid-edit.el (widget-field-buffer, widget-field-start)
13105         (widget-field-end): Handle widget field `pseudo-overlays'.
13106         (widget-field-value-delete): Delete WIDGET from `widget-field-new'
13107         if it's there instead of in `widget-field-list'.
13109         * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
13110         (help-make-xrefs): Delete extraneous newlines at the end of the
13111         docstring.
13113 2000-11-25  Jason Rumney  <jasonr@gnu.org>
13115         * startup.el (command-line): Call set-locale-environment after
13116         Window System init file is read, as it can result in a call to
13117         redraw-frame.
13119 2000-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
13121         * simple.el (shell-command): Mention the effect of the prefix
13122         argument in the doc string.
13124 2000-11-25  Miles Bader  <miles@gnu.org>
13126         * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
13128         * wid-edit.el (widget-field-value-delete): Don't try to delete
13129         overlay when it's the `pseudo-overlay' that exists at some points.
13131 2000-11-24  Jason Rumney  <jasonr@gnu.org>
13133         * international/mule-cmds.el (locale-language-names): Add "jp" as
13134         a non-standard alternative for Japanese.
13136 2000-11-24  Andre Spiegel  <spiegel@gnu.org>
13138         * vc-hooks.el: Require 'cl during compilation.
13140 2000-11-24  Gerd Moellmann  <gerd@gnu.org>
13142         * faces.el (face-set-after-frame-default): Let face attributes
13143         specified for new frames override frame parameters.
13145         * startup.el (command-line): Fix computation of the source file
13146         for user-init-file when user-init-file is a compiled file.
13148 2000-11-24  Miles Bader  <miles@gnu.org>
13150         * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
13151         (custom-post-filter-face-spec): New functions.
13152         (custom-face-set, custom-face-value-create): Filter the face spec
13153         before and after customization.
13154         (custom-face-set): If VALUE specifies a null face, pass a
13155         non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
13156         * cus-face.el (custom-face-attributes): Remove SET and GET
13157         functions.  Add some IN-FILTER and OUT-FILTER functions in the few
13158         cases they're needed.
13160         * wid-edit.el (checkbox): Add a small `X' to the :on-glyph, so
13161         that it's distinguishable from the :off-glyph on dark-background
13162         displays.  Set its background color too.
13164         * cus-start.el (all): Restore entry for `mode-line-inverse-video',
13165         so that people can easily turn it off.
13167 2000-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
13169         * ediff-diff.el: Moved variables around to have it compile under NT.
13171         * ediff-help.el (ediff-use-long-help-message): Made it customizable.
13173         * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
13175         * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
13176         redundant skip-small-frames test.
13178         * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
13179         (viper-downgrade-to-insert): Protect against errors in hooks.
13181         * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
13182         (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
13183         (viper-restore-cursor-type,viper-set-insert-cursor-type):
13184         New functions.
13186         * viper-util.el (viper-memq-char): Bug fixes.
13188         * viper.el (viper-mode): Fix cursor handling.
13190 2000-11-24  Kenichi Handa  <handa@etl.go.jp>
13192         * international/mule-diag.el (list-iso-charset-chars):
13193         For two-byte charset, fix the `while' condition.
13194         (list-non-iso-charset-chars): Fix the `while' condition.
13196 2000-11-23  Stefan Monnier  <monnier@cs.yale.edu>
13198         * subr.el (add-hook, remove-hook): Don't call make-local-hook
13199         if the variable is make-variable-buffer-local.
13201         * progmodes/ada-stmt.el (ada-template-map):
13202         Initialize and bind it to C-c t in ada-mode-map.
13203         (ada-stmt-mode-hook): New function extracted from old code.
13204         Only change the buffer-local side of skeleton-*.
13205         (ada-mode-hook): Use it.
13207 2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
13209         * iswitchb.el (iswitchb-minibuf-depth): New variable.
13210         (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
13211         we expect to be returned by minibuffer-depth once we prompt the
13212         user in the minibuffer.
13213         (iswitchb-entryfn-p): If minibuffer-depth returns the same value
13214         as recorded in iswitchb-minibuf-depth, return non-nil.
13216 2000-11-23  Eli Zaretskii <eliz@is.elta.co.il>
13218         * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
13219         (hscroll-window-maybe): Docstring fix.
13221 2000-11-23  Dave Love  <fx@gnu.org>
13223         * rect.el (string-rectangle): Don't test delete-selection-mode.
13225 2000-11-23  Gerd Moellmann  <gerd@gnu.org>
13227         * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
13228         is in the tool bar.
13230         * dired-aux.el (dired-add-entry): Don't call dired-get-filename
13231         with `no-dir'; we want the directory part to be able to remove it.
13233 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
13235         * textmodes/outline.el (outline-flag-region):
13236         Don't bind inhibit-read-only since we don't modify the buffer.
13237         (outline-isearch-open-invisible): Don't jump to overlay-start
13238         since we're trying to unhide text around point.
13239         (outline-discard-overlays): Use dolist.
13241         * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
13243 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
13245         * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
13247 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
13249         * textmodes/tex-mode.el (tex-font-lock-keywords-1):
13250         Fix ARG regexp to skip quoted braces.
13251         (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
13252         Remove `bf' and `it' from `bold' and `italic' (they were wrong and
13253         are (correctly) handled separately).
13254         Remove `caption' and `footnote' from `citations': they contain text.
13255         Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
13256         (latex-skeleton-end-hook): New function.
13257         (latex-mode): Use it.
13258         (tex-start-tex-marker): Remove.
13259         (tex-send-tex-command): Don't set tex-start-tex-marker.
13260         (tex-error-parse-syntax-table): New var.
13261         (tex-compilation-parse-errors): Use it.
13262         Ignore tex-start-tex-marker.  Don't bother with marker-position.
13263         (tex-validate-buffer): Don't bother with marker-position.
13265         * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
13266         (flyspell-generic-progmode-verify): Use it.
13268 2000-11-22  Sam Steingold  <sds@gnu.org>
13270         * simple.el (delete-trailing-whitespace): New interactive function.
13272         * progmodes/ada-mode.el (ada-mode): Use it instead of
13273         `ada-remove-trailing-spaces'.
13274         (ada-remove-trailing-spaces): Removed.
13276         * textmodes/two-column.el (2C-merge): Recommend it in the doc.
13278         * textmodes/picture.el (picture-clean): Removed.
13279         (picture-mode-exit): Call it instead of `picture-clean'.
13281 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
13283         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
13285         * hi-lock.el (hi-lock-refontify): Don't call non-existent
13286         jit-lock-fontify-buffer; it should anyway be unneccessary to
13287         do anything special when jit-lock is active.
13288         (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
13290 2000-11-22  Dave Love  <fx@gnu.org>
13292         * calendar/todo-mode.el (todo-top-priorities): Use
13293         todo-tmp-buffer-name.  From Milan Zamazal <Milan.Zamazal@qbizm.com>.
13295         * language/chinese.el, language/cyrillic.el:
13296         * language/devanagari.el, language/ethiopic.el, language/greek.el:
13297         * language/hebrew.el, language/indian.el, language/japanese.el:
13298         * language/korean.el, language/lao.el, language/misc-lang.el:
13299         * language/thai.el, language/tibetan.el, language/vietnamese.el:
13300         Use provide.
13302         * cus-edit.el (custom-buffer-create-internal): Save some consing.
13303         (custom-variable-set): Improve validation error mesage.
13305         * rect.el (string-rectangle): Revert last change.
13306         (string-rectangle-line): New arg DELETE.
13307         (string-rectangle): Check delete-selection-mode.
13309         * emacs-lisp/edebug.el (edebug-version)
13310         (edebug-maintainer-address): Deleted.
13311         (edebug-submit-bug-report): Just alias to report-emacs-bug.
13312         (edebug-read-function): Account for other `'#' read forms.
13313         (edebug-mode-menus): Make some items toggles.
13314         (edebug-outside-unread-command-event, unread-command-event):
13315         Remove these to avoid warnings.
13317 2000-11-22  David Ponce  <david@dponce.com>
13319         * recentf.el (recentf-menu-items-for-commands)
13320         (recentf-make-menu-items, recentf-make-menu-item)
13321         (recentf-filter-changer): Added :help and :active menu-item properties.
13323         (recentf-build-dir-rules, recentf-dump-variable)
13324         (recentf-edit-list, recentf-open-files-item)
13325         (recentf-open-files): Replaced unnecessary `mapcar' with new
13326         built-in `mapc'.
13328 2000-11-23  Miles Bader  <miles@gnu.org>
13330         * faces.el (menu): Make inverse-video on ttys too.
13332 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
13334         * simple.el (comment-line-break-function): Use the new name
13335         indent-new-comment-line -> comment-indent-new-line.
13336         (clone-indirect-buffer): Don't ignore NORECORD.
13337         (next-completion): Properly handle the case where items are adjacent.
13339         * mouse.el (popup-menu): Stupid typo.
13341 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
13343         * emacs-lisp/authors.el: Remove autoload cookies, add author,
13344         maintainer, keywords tags.
13346         * rect.el (replace-rectangle): Don't call string-rectangle-line
13347         with too many arguments.
13349 2000-11-22  Andre Spiegel  <spiegel@gnu.org>
13351         * ediff-util.el (ediff-file-checked-out-p)
13352         (ediff-file-checked-in-p): Call vc-state instead of
13353         vc-locking-user, which no longer exists.
13355         * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
13357 2000-11-22  Dave Love  <fx@gnu.org>
13359         * md5.el (md5): Provide.
13360         (md5): Fix error call.
13362 2000-11-22  Miles Bader  <miles@gnu.org>
13364         * textmodes/refill.el (refill-adjust-ignorable-overlay)
13365         (refill-fill-paragraph-at): Remove debugging code.
13367         * calendar/calendar.el (generate-calendar-window): When we don't
13368         call `fit-window-to-buffer', make sure the top line is fully visible.
13370         * image-file.el (insert-image-file): Don't make `read-only'
13371         property rear-nonsticky.
13373         * isearch.el (isearch-original-minibuffer-message-timeout): New var.
13374         (isearch-mode): Set `minibuffer-message-timeout' to nil, after
13375         stashing away its original value.
13376         (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
13377         in the recursive edit.
13378         Bind `isearch-original-minibuffer-message-timeout' to protect it.
13379         (isearch-done): Restore `minibuffer-message-timeout'.
13381         * cus-start.el: Remove entry for `mode-line-inverse-video'.
13383 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
13385         * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
13387         * find-lisp.el (find-lisp-find-files-internal):
13388         Use dolist, when and file-name-as-directory.
13390         * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
13391         (define-derived-mode, define-minor-mode): Add specs.
13393         * window.el: General comment and spacing fixes.
13394         (save-selected-window): Use backquotes.
13395         (window-safely-shrinkable-p): New function.
13396         (shrink-window-if-larger-than-buffer): Use it.
13398         * subr.el (make-local-hook): Docstring fix.
13400         * shell.el (shell-mode): Use define-derived-mode.
13402         * newcomment.el (comment-indent): Insert comment before calling
13403         comment-indent-function.  Don't insert in column 0.
13404         (comment-dwim): Indent before inserting comment.
13406         * isearch.el (isearch-mode-map): Fix docstring.  Init in defvar.
13407         (minibuffer-local-isearch-map): Init in defvar.  Use inheritance.
13408         (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
13409         Use mapc rather than map.
13411         * files.el (find-buffer-visiting): Compare all attributes before
13412         declaring two files identical (rather than just their inode-no).
13413         (auto-mode-alist): Use \' rather than $.
13415         * which-func.el: Update maintainer line.
13417         * pcvs.el (uniquify-buffer-file-name): Remove advice.
13418         * uniquify.el (uniquify-list-buffers-directory-modes): New var.
13419         (uniquify-buffer-file-name): Use it.
13421 2000-11-22  Miles Bader  <miles@gnu.org>
13423         * cus-start.el: Add entry for `minibuffer-prompt-properties'.
13424         * simple.el (minibuffer-avoid-prompt): New function.
13426 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
13428         * Makefile.in (.SUFFIXES): Add .SUFFIXES.
13430 2000-11-21  Miles Bader  <miles@gnu.org>
13432         * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
13433         inclusion of `track-mouse'.
13435         * textmodes/refill.el (refill-ignorable-overlay): New variable.
13436         (refill-adjust-ignorable-overlay): New function.
13437         (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
13438         only the paragraph's tail if possible.
13439         Update `refill-ignorable-overlay'.
13440         (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
13442         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
13443         point inside the fill-prefix.
13445         * textmodes/refill.el (refill-post-command-function): Don't reset
13446         refill-doit in the case where a self-insertion command doesn't
13447         case a refill.  Use `refill-fill-paragraph-at', getting position
13448         from `refill-doit'.
13449         (refill-after-change-function): Set `refill-doit' to END.
13450         (refill-fill-paragraph-at): New function, mostly from old
13451         refill-fill-paragraph.
13452         (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
13453         (refill-pre-command-function): New function.
13454         (refill-mode): Add it to `pre-command-hook'.
13456 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
13458         * textmodes/artist.el (artist-mode): Fix autoload cookie.
13460         * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
13461         javadoc tags.
13463 2000-11-20  Andre Spiegel  <spiegel@gnu.org>
13465         * vc.el, vc-hooks.el: Undo prev change (moved functions back to
13466         vc.el).
13468         * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
13469         require vc.
13471         * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
13472         checkouts.
13474 2000-11-20  Dave Love  <fx@gnu.org>
13476         * Makefile.in (DONTCOMPILE): Omit bindings.el.
13478 2000-11-20  Eli Barzilay <eli@www.barzilay.org>
13480         * calculator.el (calculator-paste): Use `if' instead of `and'
13481         and `or'.
13482         (calculator-help): Don't use electric-describe-mode for XEmacs.
13484 2000-11-19  Gerd Moellmann  <gerd@gnu.org>
13486         * info.el (info-menu-5): Doc fix.
13488         * textmodes/artist.el: New file.
13490 2000-11-19  Andre Spiegel  <spiegel@gnu.org>
13492         * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
13493         and differentiate according to checkout model.
13494         (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
13495         since this function is only concerned with master state.
13497         * vc-hooks.el (vc-workfile-unchanged-p)
13498         (vc-default-workfile-unchanged-p): Moved here from vc.el.
13500         * vc.el (vc-workfile-unchanged-p)
13501         (vc-default-workfile-unchanged-p): See above.
13503 2000-11-19  Miles Bader  <miles@gnu.org>
13505         * image-file.el (insert-image-file): Make `intangible' and
13506         `read-only' properties rear-nonsticky too.
13508 2000-11-18  Gerd Moellmann  <gerd@gnu.org>
13510         * ps-print.el: Update copyright notice.
13512         * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
13513         (tooltip-show): Use the offsets.
13515         * bindings.el (mode-line-modified): Fix a typo.
13516         (mode-line-toggle-modified, mode-line-widen)
13517         (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
13519 2000-11-17  Vinicius Jose Latorre <vinicius@cpqd.com.br>
13521         * ps-print.el (toplevel): Test for find-coding-system being
13522         fboundp before calling ps-x-find-coding-system.
13524 2000-11-16  Stefan Monnier  <monnier@cs.yale.edu>
13526         * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
13527         (vc-version-backup-file): Docstring fix.
13529 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
13531         * files.el (basic-save-buffer): Don't add a newline if
13532         find-file-literally is non-nil.
13533         (find-file-literally): Extend doc string.
13535         * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
13536         sort(1) with the `-f' argument.
13538 2000-11-16  Andre Spiegel  <spiegel@gnu.org>
13540         * vc.el: Updated backend documentation.
13541         (vc-default-check-headers): New function.
13543         * vc-{cvs,rcs,sccs}.el: Functions reordered.
13545         * vc.el (vc-revert-buffer): Ask for confirmation if file seems
13546         up-to-date.
13547         (vc-do-command): In the asynchronous case, output messages only if
13548         the minibuffer is not active.
13550         * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
13551         `vc-cvs-use-edit' is on.
13552         (vc-cvs-checkout): When this is used for reverting the workfile,
13553         make a backup of the original contents and revert to that in case
13554         of error.
13555         (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
13556         remote repositories.
13558         * vc.el (vc-annotate): Changed handling of prefix arg; now asks
13559         for both version and ratio in the minibuffer.
13561         * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
13562         Use vc-do-command to perform the annotation, not call-process.
13564 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
13566         * international/quail.el (quail-start-translation): Don't call
13567         `message' before reading key sequence.
13569 2000-11-16  Miles Bader  <miles@lsi.nec.co.jp>
13571         * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
13573 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
13575         * window.el (fit-window-to-buffer): Be sure to acquire at least
13576         one text line even if the buffer is empty.
13578 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
13580         * net/ange-ftp.el (ange-ftp-file-writable-p)
13581         (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
13582         Bind ange-ftp-process-verbose to nil.
13584 2000-11-15  Dave Love  <fx@gnu.org>
13586         * wid-edit.el (widget-specify-field, widget-specify-button):
13587         If :help-echo is a function, set help-echo of overlay to
13588         widget-mouse-help.
13589         (widget-mouse-help): New function.
13590         (widget-echo-help): Rewritten for :help-echo functions only taking
13591         a widget arg.
13593         * net/eudc-bob.el (eudc-bob-can-display-inline-images):
13594         Use display-graphic-p.
13595         (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
13596         and that JPEG is available.
13597         (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
13599         * international/mule-cmds.el (locale-charset-language-names):
13600         Match @euro.
13602 2000-11-15  Gerd Moellmann  <gerd@gnu.org>
13604         * faces.el (face-set-after-frame-default):
13605         If `inhibit-default-face-x-resources' is bound, don't intialize the
13606         default face from X resources.
13608 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
13610         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
13611         Don't set EMACSLOADPATH.
13613 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
13615         * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
13616         texinfo-insert-@url.
13617         (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
13618         (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
13620 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
13622         * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
13623         (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
13624         (checkdoc-minor-keymap): Backward compatibility.
13625         (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
13626         (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
13627         (checkdoc-this-string-valid-engine): Be a bit more strict
13628         to avoid matching substrings of `...' quoted vars/funs.
13629         (checkdoc-defun-info): Only look for `interactive' if alone.
13630         (debug-ignored-errors): Add "arg doesn't appear in docstring".
13632         * progmodes/compile.el (grep): `tag-default' can be nil.
13634         * newcomment.el (comment-indent): Paren typo.
13636 2000-11-14  Dave Love  <fx@gnu.org>
13638         * calculator.el: New maintainer version.
13640         * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
13642         * cmuscheme.el: Doc fixes.
13643         (cmuscheme) <defgroup>: Use `scheme' as parent.
13644         (cmuscheme-program-name): Remove.  Change uses to scheme-program-name.
13646         * xscheme.el (scheme-program-name): Don't define here.
13648         * progmodes/scheme.el (scheme-program-name): New variable
13649         (originally in cmuscheme).
13651 2000-11-14  Miles Bader  <miles@gnu.org>
13653         * window.el (fit-window-to-buffer): Handle windows without mode-lines.
13654         Handle header-lines.  Don't loop forever if we can't enlarge the
13655         window anymore.  Simplify a bit.
13657 2000-11-14  Kenichi Handa  <handa@etl.go.jp>
13659         * window.el (fit-window-to-buffer): Don't check
13660         window-text-height.  Assure that the last line is fully visible.
13662         * international/quail.el (quail-show-guidance-buf):
13663         Call fit-window-to-buffer to assure the enough height of the guidance
13664         buffer.
13665         (quail-update-guidance): Avoid making the guidance buffer shorter.
13667 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
13669         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
13670         rather than `prepend' and add an interesting comment.
13671         (tex-math-face, tex-font-lock-syntactic-face-function):
13672         New face and function to use it.
13673         (tex-define-common-keys, tex-mode-map): Use menu-item rather
13674         than `menu-enable' symbol property.
13675         (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
13676         (tex-mode): Add some latex-mode commands for auto-selection.
13677         Use tex-font-lock-syntactic-face-function.
13678         (tex-insert-quote): Simplify.
13679         (tex-shell): New mode.
13680         (tex-start-shell): Use it.
13681         (tex-shell-proc, tex-shell-buf): New functions.
13682         (tex-send-command): Use it.
13683         (tex-main-file): Fix the meaning of the new arg REALFILE.
13684         (tex-send-tex-command): New function split from `tex-start-tex'.
13685         Set compilation-last-buffer and compilation-parsing-end.
13687         * newcomment.el (comment-indent-default): Stick \s<\s< to the left
13688         when it follows non-comment text on the line.
13690         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13691         Set font-lock-defaults.
13692         (lisp-mode-shared-map): Init inside the defvar.
13693         (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
13694         Use define-derived-mode.
13696 2000-11-14  Miles Bader  <miles@lsi.nec.co.jp>
13698         * faces.el (header-line): Use `:box nil' for color/gs displays too.
13700 2000-11-14  Gerd Moellmann  <gerd@gnu.org>
13702         * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
13703         Don't recursively optimize body because that can lead to infinite
13704         recursion; see comment there.
13706 2000-11-13  Eli Zaretskii  <eliz@is.elta.co.il>
13708         * faces.el (face-spec-set-match-display): Revert the change from
13709         2000-10-24.  Add a FIXME for after v21.1.
13711 2000-11-13  Miles Bader  <miles@gnu.org>
13713         * textmodes/fill.el (skip-line-prefix): New function.
13714         (fill-region-as-paragraph, fill-region):  Return the fill-prefix.
13715         (fill-paragraph): Don't leave point inside the fill-prefix.
13716         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
13717         point inside the fill-prefix.
13719 2000-11-13  Miles Bader  <miles@lsi.nec.co.jp>
13721         * calendar/calendar.el (generate-calendar-window):
13722         Use `fit-window-to-buffer'.
13724 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
13726         * gud.el (gud-minor-mode): New var.
13727         (gud-symbol, gud-val): New functions.
13728         (gud-find-file): Copy gud-minor-mode to the new buffer.
13729         (gud-menu-map): Include entries for commands that are not always
13730         available, using :enable to (de)activate them.
13731         (gud-minor-mode-map): New map.  Add it to minor-mode-map-alist.
13732         (gud-mode-map): New map.
13733         (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
13734         (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
13735         Don't set up gud's menu (it's done by the minor-mode).
13736         (gud-minibuffer-local-map): New.
13737         Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
13738         (gud-query-cmdline): New function.
13739         (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it.  Set gud-minor-mode.
13740         (gud-mode): Use define-derived-mode.
13741         Don't set up gud's menu (it's done by the minor-mode).
13742         (gud-chop-words): Remove.
13743         (gud-common-init): Use split-string instead.
13744         (gud-new-keymap, gud-make-debug-menu): Eradicate.
13746         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
13747         Add keyword arg :name.
13749         * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
13750         (diff-count-matches, diff-split-hunk): New functions.
13751         (diff-mode-map): Bind C-c C-s to diff-split-hunk.
13753         * pcvs-info.el (cvs-fi-conflict-face): New var.
13755         * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
13756         Make it into a simple syntax-table, shared among all submodes.
13757         (sh-heredoc-face): Re-introduce.
13758         (sh-font-lock-syntactic-face-function): New function.
13759         (sh-mode): Use it.  Also use define-derived-mode.
13760         Remove old bogus setting of indent-region-function.
13761         (sh-set-shell): Don't set the syntax-table any more.
13762         (sh-mode-syntax-table) <defun>: Remove.
13764 2000-11-12  Miles Bader  <miles@gnu.org>
13766         * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
13767         message if interactive.
13769 2000-11-12  Dave Love  <fx@gnu.org>
13771         * mail/feedmail.el: Fix header,
13772         (feedmail) <defgroup>: Add :link.
13774         * view.el: Use local-map property, not keymap on mode-line string.
13776         * scroll-all.el (scroll-all-mode): Customize variable.
13777         Add autoload cookie to function.
13779         * lazy-lock.el: Remove compatibility code.
13781         * finder.el (finder-known-keywords): Add `files', remove `vms'.
13782         (finder-help-echo): New variable.
13783         (finder-mouse-face-on-line): Add help-echo stuff.
13784         (finder-list-keywords, finder-list-matches): Use mapc.
13786         * faces.el (face-font-registry-alternatives): Add :version.
13788         * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
13789         tags-table-list.
13791         * net/browse-url.el (browse-url-browser-function): Update :version.
13793         * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
13794         (mail-mode): Use [:alnum:] in some regexps.
13796 2000-11-10  Dave Love  <fx@gnu.org>
13798         * ediff.el (ediff-regions-internal, ediff-documentation):
13799         * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
13800         fundamental mode.
13802         * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
13803         buffer into fundamental mode.
13804         (ediff-set-difference): Use copy-sequence if available.
13806         * ediff-ptch.el (ediff-dispatch-file-patching-job):
13807         Check ediff-patch-map non-nil.
13808         (ediff-fixup-patch-map, ediff-fixup-patch-map)
13809         (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
13810         buffer into fundamental mode.
13812         * ediff-merg.el (state-or-merge): Defvar when compiling.
13814 2000-11-10  Jason Rumney  <jasonr@gnu.org>
13816         * w32-fns.el (w32-add-charset-info): New function.
13817         (w32-charset-info-alist): Use it.
13819 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
13821         * faces.el (face-font-registry-alternatives): New user-option.
13823 2000-11-10  Stefan Monnier  <monnier@cs.yale.edu>
13825         * textmodes/texinfo.el (texinfo-block-default): New var.
13826         (texinfo-insert-block): Use it.  Insert a newline if needed.
13828         * textmodes/fill.el (fill-indent-according-to-mode): New var.
13829         (fill-region-as-paragraph): Use it.
13831         * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
13832         (latex-mode): Tweak tex-*-(head|trail)er regexps.
13833         Tweak paragraph regexps to allow a leading [ \t]*.
13834         (tex-latex-block): Insert a newline if necessary.
13835         (latex-insert-item): Only insert a newline if necessary.
13836         (tex-guess-main-file): New function.
13837         (tex-main-file): Use it.  Add arg `realfile'.  Trim `.tex'.
13838         Set tex-main-file if TeX-master is provided.
13839         (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
13841 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
13843         * startup.el (command-line): Set the default tooltip-mode
13844         to t for graphical displays which implement x-show-tip.
13846         * tooltip.el (tooltip-mode): Add a comment about startup.el
13847         setting the default value of this user-option.
13849 2000-11-09  Stefan Monnier  <monnier@cs.yale.edu>
13851         * font-lock.el (font-lock-*-face) <defvar>: Move.
13852         (font-lock-defaults-alist): Mark obsolete.
13853         (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
13854         (font-lock-mode): Use define-minor-mode.
13855         (font-lock-support-mode): Tweak type to default to jit-lock-mode.
13856         (font-lock-turn-off-thing-lock): Be more explicit.
13857         (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
13858         (font-lock-syntactic-face-function): New var.
13859         (font-lock-fontify-syntactically-region): Use it.
13860         (font-lock-doc-face): New.
13862         * pcvs.el (cvs-enabledp): Ignore errors.
13863         (cvs-commit-filelist): Never query.
13864         (cvs-mode-insert): Always add a terminating / in the initial prompt.
13865         (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
13866         (cvs-do-removal): Use cvs-partition rather than delete-if.
13867         Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
13868         cvs-bury-buffer.
13870         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13871         Allow `next' to jump to after the end of the last match.
13873 2000-11-09  Gerd Moellmann  <gerd@gnu.org>
13875         * simple.el (byte-compiling-files-p): New function.
13877         * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
13878         if it is there.
13880         * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
13881         nil again.
13883         * textmodes/ispell.el (ispell-library-path): Don't call
13884         check-ispell-version when byte-compiling because that starts
13885         an ispell process, and ispell might not be installed.
13886         (toplevel): Don't set up a menu when byte-compiling.
13888         * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
13889         it, so that a boundp test can be used to determine if we're
13890         currently byte-compiling.
13892 2000-11-09  Dave Love  <fx@gnu.org>
13894         * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
13896 2000-11-09  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13898         * ps-print.el: Patch for variable initialization when spooling.
13899         Doc fix.
13900         (ps-output-list): Fun eliminated.
13901         (ps-begin-file, ps-begin-job): Code fix.
13903 2000-11-08  Dave Love  <fx@gnu.org>
13905         * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
13907 2000-11-08  Gerd Moellmann  <gerd@gnu.org>
13909         * simple.el (shell-command, display-message-or-buffer)
13910         (shell-command-on-region): Mention resize-mini-windows in the doc
13911         string.
13912         (display-message-or-buffer): Take the value of resize-mini-windows
13913         into account.
13915 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
13917         * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
13919         * dired.el (dired-between-files): Add `^. find' as an alternative
13920         to the regular expression, for find-dired.
13922 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
13924         * textmodes/texnfo-upd.el: Require texinfo.
13925         (defmacro, defgroup): Remove.
13926         (texinfo-section-to-generic-alist): Remove.
13927         Use texinfo-section-list instead (i.e. level is changed string->int).
13928         (texinfo-filter): New function.
13929         (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
13930         (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
13931         Use it.  And use regexp-opt.
13932         (texinfo-find-higher-level-node, texinfo-hierarchic-level)
13933         (texinfo-update-menu-region-beginning)
13934         (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
13935         (texinfo-update-the-node, texinfo-sequentially-update-the-node)
13936         (texinfo-update-menu-same-level-regexps): Update.
13937         (texinfo-update-node, texinfo-every-node-update)
13938         (texinfo-sequential-node-update): Remove autoload cookie.
13940         * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
13941         (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
13942         (texinfo-chapter-level-regexp): Remove.
13943         (texinfo-mode): Hard code texinfo-chapter-level-regexp.
13945 2000-11-06  Dave Love  <fx@gnu.org>
13947         * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
13949         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13950         Match defun*.
13952 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
13954         * composite.el (composition-function-table): Variable declaration
13955         moved to src/composite.c.
13956         (compose-chars-after): New optional arg object.
13958 2000-11-06  Gerd Moellmann  <gerd@gnu.org>
13960         * bindings.el (mode-line-toggle-read-only)
13961         (mode-line-toggle-modified, mode-line-widen)
13962         (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
13963         (make-mode-line-mouse2-map): Rewritten.
13964         (mode-line-modified, mode-line-format, minor-mode-alist): Use new
13965         functions so that C-h k can show something with a doc string.
13967         * startup.el (fancy-splash-delay): Set to 10 seconds.
13968         (fancy-splash-max-time): New user-option.
13969         (fancy-splash-stop-time): New variable.
13970         (fancy-splash-screens): Set it.  Catch `stop-splashing'.
13971         (fancy-splash-screens-1): Throw `stop-splashing' when current
13972         time is greater than fancy-splash-stop-time.
13974 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
13976         * vc-hooks.el (vc-insert-file): Don't assume byte==char.
13978         * pcvs.el (cvs-mode-marked): New arg `noquery'.
13979         Prompt user for a file rather than raising an error.
13980         (cvs-enabledp): Fix call to cvs-mode-marked.
13981         (cvs-insert-file): New function (extracted from cvs-mode-insert).
13982         (cvs-mode-insert): Use it.  Change the init prompt' value.
13983         (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
13985         * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
13986         Don't pass default arg to ewoc-locate.
13987         (ewoc-collect): Return result in the right order.
13989         * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
13991         * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
13992         (cvs-status-get-tags): Fix regexp.
13993         (cvs-status-trees, cvs-status-cvstrees):
13994         Combine after change hooks and don't sit-for.
13995         (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
13996         (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
13997         Use make-char rather than hard-coded cryptic data.
13998         (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
14000         * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
14002         * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
14003         (cvs-insert-strings): New function.
14005 2000-11-06  Miles Bader  <miles@lsi.nec.co.jp>
14007         * mwheel.el (mouse-wheel-scroll-amount): Renamed from
14008         `mwheel-scroll-amount'.
14009         (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
14010         (mouse-wheel-mode): Use (featurep 'xemacs) instead of
14011         string-matching against the version string.
14013 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
14015         * language/thai.el ("Thai"): Set a lisp form that produces
14016         composed string in `sample-text' language info.
14018         * language/tibetan.el ("Tibetan"): Set a lisp form that produces
14019         composed string in `sample-text' language info.
14021         * international/mule-cmds.el (describe-language-environment):
14022         Eval `sample-text' data and insert the result.
14024         * international/mule-conf.el (compound-text): Define this coding
14025         system here.  Make x-ctext and ctext aliases of it.
14027         * language/european.el (compound-text, ctext): Moved to
14028         international/mule-conf.el.
14030 2000-11-05  Andrew Innes  <andrewi@gnu.org>
14032         * w32-fns.el (w32-version): New function.
14034 2000-11-05  Stefan Monnier  <monnier@cs.yale.edu>
14036         * progmodes/awk-mode.el: Update copyright.
14037         (awk-mode-abbrev-table): Remove.
14038         (awk-font-lock-keywords): Use regexp-opt.
14039         (awk-mode): Use define-derived-mode.
14041         * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
14042         when extracting a suffix.
14044 2000-11-04  Andre Spiegel  <spiegel@gnu.org>
14046         * vc-hooks.el (vc-insert-file): Rewritten.  Don't bother about
14047         auto-save-mode.
14049 2000-11-04  Jason Rumney  <jasonr@gnu.org>
14051         * language/european.el (decode-mac-roman): Test against r1 not r0.
14053 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
14055         * progmodes/icon.el (icon-mode-map): Don't rebind \t.
14056         (icon-mode): Define indent-line-function.
14057         (icon-comment-indent): Simplify.
14058         (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
14060         * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
14062         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
14063         Bind change-log-default-mode to defeat the caching done on it.
14064         Don't bother saving excursion any more.
14066         * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
14068         * frame.el (after-setting-font-hook): Rename hooks -> hook.
14069         (set-frame-font): Use the new name (and the old for compatibility).
14071         * toolbar/tool-bar.el (tool-bar-mode):
14072         * time.el (display-time-mode):
14073         * recentf.el (recentf-mode):
14074         * paren.el (show-paren-mode):
14075         * mwheel.el (mouse-wheel-mode):
14076         * msb.el (msb-mode):
14077         * jka-compr.el (auto-compression-mode):
14078         * image-file.el (auto-image-file-mode):
14079         * hl-line.el (hl-line-mode):
14080         * delsel.el (delete-selection-mode):
14081         * autoinsert.el (auto-insert-mode):
14082         * complete.el (partial-completion-mode): Drop unneeded positional args.
14084         * info.el (Info-mode):
14085         * comint.el (comint-mode): Don't bother with make-local-hook.
14087         * log-edit.el (log-edit-menu): New menu.
14089 2000-11-03  Miles Bader  <miles@gnu.org>
14091         * wid-edit.el (widget-end-of-line): Reinstate, with a new
14092         definition, so that trailing spaces are handled properly.
14093         (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
14095 2000-11-03  Gerd Moellmann  <gerd@gnu.org>
14097         * startup.el (fancy-splash-text, fancy-splash-text): Use a single
14098         tab character.
14099         (fancy-splash-screens): Set tab-width to 20.
14101 2000-11-03  Dave Love  <fx@gnu.org>
14103         * comint.el (comint-completion-addsuffix): Fix custom type.
14105 2000-11-02  Stefan Monnier  <monnier@cs.yale.edu>
14107         * font-lock.el (font-lock-buffers): Remove.
14108         (font-lock-global-modes): Define with easy-mmode-define-global-mode.
14109         (font-lock-change-major-mode): Remove.
14110         (turn-on-font-lock-if-enabled): Only apply to the current buffer.
14111         (font-lock-default-fontify-region): Extend the multiline
14112         fontification to whole lines.
14113         (font-lock-fontify-anchored-keywords)
14114         (font-lock-fontify-keywords-region): If matching just one
14115         line (with \n) only mark the \n as multiline.
14117         * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
14118         Correctly handle the case where several :group args are supplied.
14119         Allow :extra-args.
14120         (easy-mmode-define-global-mode): Allow :extra-args.
14121         Correctly handle the case where several :group args are supplied.
14123 2000-11-02  Miles Bader  <miles@gnu.org>
14125         * calendar/calendar.el (diary-face, calendar-today-face)
14126         (holiday-face): Remove dependency on `window-system'.
14128 2000-11-02  Ken Raeburn  <raeburn@gnu.org>
14130         * Makefile.in (emacs): Set EMACSLOADPATH always.
14131         (update-authors, .el.elc, compile-files): Don't do it explicitly here.
14132         (compile-files): Bomb out if compilation of a file fails.
14134 2000-11-02  Dave Love  <fx@gnu.org>
14136         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
14138 2000-11-02  Eli Zaretskii  <eliz@is.elta.co.il>
14140         * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
14141         punctuation in the warning inserted into the *mail* buffer.
14143 2000-11-02  Gerd Moellmann  <gerd@gnu.org>
14145         * emacs-lisp/authors.el (authors-public-domain-files): New variable.
14146         (authors-public-domain-p): New function.
14147         (authors-print): Use it.
14149         * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
14151         * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
14153 2000-11-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14155         * ps-print.el: Extension for even/odd printing.  Doc fix.
14156         (ps-print-version): New version number (6.3.1).
14157         (ps-even-or-odd-pages): Customization fix.
14158         (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
14159         (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
14160         (ps-page-count): Var replaced by `ps-page-column'.
14161         (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
14162         (ps-print-sheet-p): New fun.
14164 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
14166         * tooltip.el (tooltip-gud-tips-setup): New function.
14167         (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
14168         (tooltip-mode): Call tooltip-gud-tips-setup.
14169         (tooltip-gud-tips): Use `gud-basic-call' instead of
14170         process-send-string, so the prompt gets frobbed appropriately.
14171         Handle nil return value from `tooltip-gud-print-command'.
14173 2000-11-01  Eric M. Ludlam  <zappo@ultranet.com>
14175         * comint.el (comint-add-to-input-history): New function.
14176         (comint-send-input): Use `comint-add-to-input-history'.
14178 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
14180         * info.el (info-menu-header): New face.
14181         (Info-fontify-menu-headers): New function.
14182         (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
14184         * info.el (Info-insert-dir): Don't include blank lines at
14185         beginning of additional dir files (one is added automatically).
14187 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
14189         * emacs-lisp/easy-mmode.el (define-minor-mode):
14190         Revert the latest changes.
14191         Allow the three positional arguments to be skipped and replaced
14192         by keyword arguments.
14193         Add a :toggle argument to determine whether a nil arg means toggle
14194         or means turn-on.  The default is unchanged.
14195         Add a call to force-mode-line-update.
14197 2000-11-01  Dave Love  <fx@gnu.org>
14199         * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
14201 2000-11-01  Miles Bader  <miles@lsi.nec.co.jp>
14203         * calendar/calendar.el (diary-face, holiday-face):
14204         Add dark-background variants.
14206 2000-10-31  Sam Steingold  <sds@gnu.org>
14208         * textmodes/tex-mode.el (tex-file): Use `default-directory' when
14209         `tex-main-file' does not have directory in it.
14211 2000-10-31  Stefan Monnier  <monnier@cs.yale.edu>
14213         * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
14215 2000-10-31  Thien-Thi Nguyen  <ttn@gnu.org>
14217         * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
14218         functional change.
14220 2000-10-31  Gerd Moellmann  <gerd@gnu.org>
14222         * files.el (find-file-noselect): When we expand a wildcard, return
14223         a list of buffers, as we should do according to the doc string.
14225 2000-10-31  Ken Raeburn  <raeburn@gnu.org>
14227         * loadup.el (top level): Adjust load path if program name is
14228         "../src/bootstrap-emacs", in case it's not dumped and thus the
14229         load path adjustment hasn't already been done.
14231 2000-10-31  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14233         * ps-print.el: Fix bug on selected pages for printing.
14234         Use `color-values' for Emacs 21.  Ensure fontification when jit-lock
14235         is on.  Try to avoid warning messages when compiling.  Doc Fix.
14236         (ps-print-version): New version number (6.3).
14237         (ps-color-device): Use `color-values' to determine if device
14238         supports color.
14239         (ps-color-values): Try to use `x-color-values' when using XEmacs.
14240         (ps-print-page-p): Changed from defsubst to defun.
14241         (ps-page-number): Changed from defmacro to defun.
14242         (ps-header-sheet, ps-header-page): Fix bug on selected pages for
14243         printing.
14244         (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
14245         (ps-end-file, ps-dummy-page): Funs eliminated.
14246         (ps-print-color-scale): Changed default value.
14247         (ps-page-n-up, ps-print-page-p): New internal vars.
14248         (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
14249         (ps-plot-region, ps-generate, ps-end-job): Code fix.
14251         * delim-col.el: Little programming improvement.
14252         (delimit-columns-str): New macro.
14253         (delimit-columns-region, delimit-columns-rectangle): Code fix.
14255 2000-10-31  Kenichi Handa  <handa@etl.go.jp>
14257         * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
14258         Moved to european.el.
14259         (ccl-encode-mac-roman-font, fontset-mac): Modified for
14260         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
14261         (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
14262         (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
14264 2000-10-30  Dave Love  <fx@gnu.org>
14266         * progmodes/cc-menus.el (imenu-generic-expression)
14267         (imenu-progress-message): Only defvar when compiling.
14269         * emacs-lisp/elp.el (elp-unload-hook): New function.
14271         * loadhist.el (unload-feature): Call elp-restore-function,
14272         checking for symbols; don't use elp-restore-all.
14273         (loadhist-hook-functions): Doc fix.
14275 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
14277         * log-edit.el (log-edit-confirm): Fix the default.
14279 2000-10-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14281         * delim-col.el: Little fix: replace delimit-columns-align-columns by
14282         delimit-columns-format.
14283         (delimit-columns-region, delimit-columns-rectangle): Code fix.
14285 2000-10-30  Miles Bader  <miles@lsi.nec.co.jp>
14287         * comint.el (comint-replace-by-expanded-history): Don't use
14288         comint-get-old-input (we're not looking at *old* input).
14289         (comint-get-old-input-default): If using fields, signal an error
14290         when the point is not in an input field.
14292 2000-10-30  Kenichi Handa  <handa@etl.go.jp>
14294         * international/mule-conf.el: New charsets mule-unicode-2500-33ff
14295         and mule-unicode-e000-ffff.
14297         * international/mule.el (decode-char, encode-char): New functions.
14298         (make-coding-system): Accept a symbol of translation table as a
14299         value of property `safe-chars'.
14301         * international/mule-cmds.el (encode-coding-char): Check property
14302         safe-chars instead of safe-charsets.
14304         * international/fontset.el (fontset-default): Modified for
14305         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
14306         (x-font-name-charset-alist): Likewise.
14307         (ccl-encode-unicode-font): New CCL program.  Record it in
14308         font-ccl-encoder-alist to be used for fonts "ISO10646-1".
14310         * language/european.el (mac-roman-decoder, mac-roman-encoder):
14311         New translation tables.
14312         (decode-mac-roman, encode-mac-roman): Definition of these CCL
14313         programs are modified and moved from mac-win.el.
14314         (mac-roman): Definition of this coding system is modified and
14315         moved from mac-win.el.
14317 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
14319         * ediff-wind.el (ediff-setup-control-frame): Enclose
14320         face-attribute in condition-case to avoid errors in older emacsen.
14322 2000-10-29  Miles Bader  <miles@gnu.org>
14324         * custom.el (custom-add-to-group): Allow multiple entries for a
14325         given value OPTION, as long as their widget types are different.
14326         * cus-edit.el (custom-face-value-create): If face name doesn't end
14327         with "face", add such here (similar to custom group widgets).
14329         * comint.el (comint-highlight-prompt): Add :type.
14331 2000-10-28  John Wiegley  <johnw@gnu.org>
14333         * calendar/timeclock.el (timeclock-log): Doc fix.
14334         (timeclock-last-event): Doc fix.
14335         (timeclock-log): Kill the timelog buffer after appending a new event.
14336         (timeclock-find-discrep): Use a temp buffer to read in the
14337         timelog, instead of visiting the file.
14338         (timeclock-log-data): A new function, along with a host of helper
14339         functions, for the purpose of making timelog data accessible to
14340         programmers.
14342         * eshell/esh-mode.el (window-height test): Make certain that
14343         `eshell-stringify-t' is non-nil.
14344         (eshell-password-prompt-regexp): Changed to a much simpler
14345         password regexp.
14346         (eshell-send-input): If `eshell-invoke-directly' returns t,
14347         directly invoke the parsed command using `eval'.  This improves
14348         turn-around time on simple commands by a factor of three or
14349         greater, such as cd, ls, pwd, etc. -- which get used very often.
14350         It also conserves thousands of cons cells per call (since
14351         `eshell-do-eval' consumes memory like a Cookie Monster set loose
14352         in the Pacific Cookie Company).
14354         * eshell/esh-test.el (eshell-test): Whitespace fix.
14356         * eshell/em-ls.el (eshell-ls-insert-directory):
14357         Make `eshell-ls-initial-args' nil when inserting directory contents.
14359         * eshell/em-script.el (eshell-script-initialize): Add names to
14360         `eshell-complex-commands, since `source' and `.' are complex.
14362         * eshell/esh-cmd.el (eshell-rewrite-for-command)
14363         (eshell-rewrite-while-command): Use `eshell-protect' instead of
14364         `eshell-copy-handles'.
14365         (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
14366         bodies.
14367         (eshell-separate-commands): Whitespace fix.
14368         (eshell-complex-commands): Added a new list of names, for
14369         determining whether a given command is as simple as it looks.
14370         (eshell-invoke-directly): New function.  Returns t if a command
14371         should be invoked directly (using `eval'), rather than indirectly
14372         using `eshell-do-eval'.
14373         (eshell-do-eval): Whitespace fix.
14375         * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
14376         which provides an emulation of the DOS shell behavior of assuming
14377         that cp/mv/ln should copy/move/link to the current directory.
14378         (eshell-remove-entries): Added a doc string.
14379         (eshell-shuffle-files): Removed the check for `target' being null.
14380         (eshell-mvcp-template, eshell-mvcpln-template): Renamed
14381         `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
14382         it to do a smarter check of whether a destination was provided.
14383         (eshell/mv, eshell/cp): Enable `:preserve-args'.
14384         (eshell/ln): Enable `:preserve-args', and use
14385         `eshell-mvcpln-template' to implement the body of the function.
14386         (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
14387         (eshell/du, eshell/diff, eshell/locate): Stringify the argument
14388         list after flattening it.  This makes it possible to cat files
14389         with numerical names.
14390         (eshell-unix-initialize): Added several names to
14391         `eshell-complex-commands.
14392         (eshell-unix-command-complex-p): Return t if a given command name
14393         may result in external processes being invoked.
14395         * eshell/em-glob.el (eshell-glob-show-progress): Make this
14396         variable nil by default, since it slows down glob processing by a
14397         factor of two or more, and increases memory consumption.
14399         * eshell/em-smart.el: Added a note about how memory consumptive
14400         smart display mode can be (at least this is true in Emacs 21).
14401         (eshell-smart-initialize): Whitespace fix.
14402         (eshell-refresh-windows): Use `if' instead of `when'.
14403         (eshell-smart-scroll-window): Calling `save-current-buffer' was
14404         not necessary.
14405         (eshell-currently-handling-window): Added a missing global variable.
14407         * eshell/em-ls.el (eshell-do-ls): Code simplification.
14408         (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
14409         Whitespace fix.
14410         (eshell-ls-exclude-hidden): Added this variable in addition to
14411         `eshell-ls-exclude-regexp'.  This one prevents files beginning
14412         with . from even being read, which can improve memory consumption
14413         quite a bit.
14414         (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
14415         read file entries beginning with a dot.  In home directories with
14416         lots of hidden files, fully two-thirds of the time spent in ls is
14417         used to read directory entries that are immediately thrown away.
14418         (eshell-ls-initial-args): Added back this configuration variable,
14419         for specifying default initial arguments to every call to ls.
14420         Much faster than using an alias to do the same thing.
14421         (eshell-do-ls): Use `eshell-ls-initial-args', if set.
14422         (eshell-ls-dir): Whitespace change.
14424         * eshell/em-dirs.el (eshell/pwd): Small code simplification.
14426         * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
14427         (eshell-stringify-t): Added a customization variable, to indicate
14428         whether `t' should be rendered as a string at all.  If not, one
14429         can still determine if the result of an expression is true using
14430         "file-exists-p FILE && echo true".
14431         (eshell-stringify): If `eshell-stringify-t' is nil, don't
14432         stringify t!
14434         * eshell/esh-module.el: Whitespace fix.
14436         * eshell/em-alias.el (eshell-alias-initialize):
14437         Added `eshell-command-aliased-p' to `eshell-complex-commands'.
14438         (eshell-command-aliased-p): New function that returns t if a
14439         command name names an aliased.
14441 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
14443         * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
14444         redrawing the screen when changing cursor color.
14445         (viper-insert-state-pre-command-sentinel)
14446         (viper-replace-state-pre-command-sentinel)
14447         (viper-replace-state-post-command-sentinel):
14448         Use viper-preserve-cursor-color.
14449         Many functions changed to use viper= instead of = when comparing
14450         characters.
14451         * viper-util.el (viper-memq-char,viper=): New functions for
14452         working with characters.
14453         (viper-change-cursor-color): Fixed buglet.
14454         Many functions changed to use viper= instead of = when comparing
14455         characters.
14456         * viper.el (viper-insert-state-mode-list): Added eshell.
14458         * ediff-init.el (ediff-before-setup-hook): New hook.
14459         Several typos fixed in various docstrings.
14460         * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
14461         * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
14462         (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
14463         * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
14464         (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
14465         (ediff-get-selected-buffers): New function.
14466         * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
14467         (ediff-vc-merge-internal,ediff-rcs-merge-internal):
14468         Use save-window-excursion.
14469         * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
14470         termination check in while loop.
14471         * ediff.el (ediff-get-default-file-name): Better defaults when in
14472         dired buffer.
14473         (ediff-files,ediff-merge-files,ediff-files3)
14474         (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
14476 2000-10-28  Dave Love  <fx@gnu.org>
14478         * info.el (Info-fontify-node): Add help-echo for menu items.
14480 2000-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
14482         * startup.el (normal-top-level): If the value of $TERM indicates
14483         we are running from xterm or one of its work-alikes, default to a
14484         light background mode.
14486         Support for -fg, -bg, and -rv command-line arguments for TTYs:
14487         * faces.el (tty-handle-reverse-video): New function.
14488         (tty-create-frame-with-faces): Call it.
14490         * frame.el (frame-notice-user-settings): Don't apply
14491         default-frame-alist and initial-frame-alist to MS-DOS frames.
14492         Call tty-handle-reverse-video, frame-set-background-mode, and
14493         face-set-after-frame-default for non-MS-DOS frames.
14495         * startup.el (tty-long-option-alist): New variable.
14496         (tty-handle-args): New function.
14497         (command-line): Call tty-handle-args.
14499         * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
14500         startup.el now does that for all character-terminal frames.
14502 2000-10-28  Miles Bader  <miles@gnu.org>
14504         * emacs-lisp/easy-mmode.el (define-minor-mode):
14505         Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
14506         is global.  If :global is followed by a non-nil but non-t value,
14507         make the mode buffer-local, but also generate a `global-MODE'
14508         version using `easy-mmode-define-global-mode'.
14509         Add :conditional-turn-on keyword argument.
14511 2000-10-28  Dave Love  <fx@gnu.org>
14513         * international/latin1-disp.el (latin1-char-displayable-p):
14514         Don't use window-system.
14516 2000-10-27  Eli Zaretskii  <eliz@is.elta.co.il>
14518         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
14519         Don't call find-buffer-file-type-coding-system.  Instead, just
14520         set eol-type to -unix if inhibit-eol-conversion is in effect, or
14521         if the file is on an untranslated filesystem.
14522         (add-untranslated-filesystem): Use "D" instead of "f" inside
14523         interactive.
14525 2000-10-27  Dave Love  <fx@gnu.org>
14527         * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
14528         (refill-mode): Use it.
14530 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
14532         * international/quail.el (quail-activate): Don't make-local-hook.
14534 2000-10-27  Andre Spiegel  <spiegel@gnu.org>
14536         * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
14537         manual backups and file.~<rev>.~ for automatic ones.
14538         (vc-make-version-backup): Don't do it on MS-DOS without long file
14539         names.
14541         * vc.el (vc-version-other-window): If an automatic backup of the
14542         desired version exists, rename it instead of copying it.
14544         * vc-cvs.el (vc-cvs-checkin): Check both status and error message
14545         after command.  If there's an unexpected error, signal it instead
14546         of being silent.
14547         (vc-cvs-merge-news): Be prepared for no news at all.
14549 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
14551         * shell.el (shell): Add BUFFER argument.
14552         * comint.el (make-comint-in-buffer): New function.
14553         (make-comint): Use it.
14555         * faces.el (face-spec-choose): Change syntax so that the list of
14556         attribute-value pairs is now the cdr of each clause, not the cadr.
14557         Detect old-style entries, and handle them.  Use pop.
14559 2000-10-26  Stefan Monnier  <monnier@cs.yale.edu>
14561         * cus-edit.el (custom-mode-map): Use a sparse map.
14562         (custom-mode): Don't bother with make-local-hook.
14564         * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
14566         * vc.el (vc-start-entry): Only erase the buffer if comment is set.
14568 2000-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14570         * ps-print.el: Avoid compilation gripes.
14571         (ps-print-version): New version number (6.2.1).
14573 2000-10-26  Dave Love  <fx@gnu.org>
14575         * menu-bar.el: Modify some menu item help strings.
14576         (menu-bar-help-menu): Add link to MORE.STUFF.
14578         * cus-edit.el (custom-mode): Add `special' mode-class property.
14580         * wid-browse.el (widget-browse-mode): Likewise.
14582         * wid-edit.el (widget-specify-field): Revert to using local-map
14583         property, not keymap.
14585 2000-10-26  Miles Bader  <miles@lsi.nec.co.jp>
14587         * wid-edit.el (widget-field-end): When checking for a `boundary'
14588         field, do so in the correct buffer.
14590         * simple.el (undo): Correctly distinguish between numeric and
14591         non-numeric prefix args in non-transient-mark-mode, as per the doc
14592         string.  When in transient-mark-mode, treat all prefix-args as
14593         numeric.
14595         * simple.el (previous-matching-history-element): Miscellaneous cleanup.
14596         Position point on match.  Handle N == 0 correctly.
14598         * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
14599         (comint-mode-map): Reverse order of `comint-write-output' and
14600         `comint-append-output-to-file'.
14601         (comint-append-output-to-file): Reinstate this function, for the
14602         benefit of the menu.
14604 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
14606         * vc.el (vc-version-other-window): Bind `file'.
14608 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
14610         * Makefile.in (update-authors): New target for maintenance purposes.
14612         * emacs-lisp/authors.el (batch-update-authors): New function.
14613         (authors-fixed-entries): New defconst.
14614         (authors-add-fixed-entries): New function.
14615         (authors): Call it.: Don't process lispref/.
14617 2000-10-25  Jason Rumney  <jasonr@gnu.org>
14619         * cus-edit.el (custom-button-face, custom-button-pressed-face):
14620         Merge x w32 and mac definitions.
14622 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
14624         * menu-bar.el (menu-bar-options-menu): Add a help string for
14625         `uniquify'.
14627 2000-10-25  Stephen Gildea  <gildea@stop.mail-abuse.org>
14629         * time-stamp.el (time-stamp-string-preprocess):
14630         Fix a wrong type argument error.
14632 2000-10-25  Miles Bader  <miles@gnu.org>
14634         * recentf.el (recentf-mode): Variable removed.
14635         (recentf-mode): Use `define-minor-mode'.
14637         * mwheel.el (mouse-wheel-mode): New global minor mode.
14638         (mwheel-install): Use `mouse-wheel-mode'.
14640 2000-10-25  Dave Love  <fx@gnu.org>
14642         * progmodes/cperl-mode.el (cperl-mode):
14643         Set normal-auto-fill-function correctly.
14645         * wid-edit.el (widget-field-keymap, widget-text-keymap):
14646         Don't inherit from global-map and don't nullify menu-bar and tool-bar
14647         bindings.
14649 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
14651         * wid-edit.el (widget-field-at): New function.
14652         (widget-at, widget-field-activate): Use it.
14653         (widget-tabable-at): Use `widget-at'.
14654         (widget-specify-field): If the terminating character of the widget
14655         field (which is read-only) is a newline, put it into a special
14656         `boundary' field so that C-n/C-p act more naturally.
14657         (widget-field-end): Also don't subtract one if a special
14658         `boundary' field has been added after the widget field.
14660         * comint.el (comint-output-filter, comint-send-input):
14661         Don't bother adding stickiness fields to overlays to fool the field
14662         code, since it should notice the overlay insertion-types now.
14664         * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
14665         Replace with aliases of the normal emacs b-o-l/e-o-l functions.
14666         (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
14668 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
14670         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
14671         (authors): Set file coding system to iso-2022-7bit.
14672         Add file-local variables to output buffer.
14674         * files.el (after-find-file): Don't print any warnings if
14675         WARN is nil.
14677 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14679         * ps-print.el (ps-generate): Fix odd/even pages printing bug.
14681         * delim-col.el: Now there is a column formatting mechanism.
14682         Modified to customization mechanisms convention.  Doc fix.
14683         (columns): New group for delim-col.
14684         (delimit-columns-before, delimit-columns-after)
14685         (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
14686         (delimit-columns-end): New vars.
14687         (delimit-columns-customize, delimit-columns-format): New funs.
14688         (delimit-columns-region, delimit-columns-rectangle)
14689         (delimit-columns-rectangle-line): Modified to support column
14690         formatting.
14692 2000-10-24  Dave Love  <fx@gnu.org>
14694         * log-edit.el (log-edit): Add :version and a :group for vc.
14696 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
14698         * files.el (after-find-file): Don't print a message ``New file''
14699         if WARN is nil.
14701         * wid-edit.el (widget-field-keymap, widget-text-keymap):
14702         Define the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
14703         get duplicate tool-bar entries because we'll see the global ones
14704         on more than one path through keymaps.
14706         * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
14708         * progmodes/cmacexp.el: Change Francesco's email address.
14710 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
14712         * window.el (fit-window-to-buffer): Adjust point of the window
14713         buffer, not that of the current buffer.
14715 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
14717         * progmodes/cmacexp.el: Update the euthor's email address.
14719 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
14721         * faces.el (face-spec-set-match-display): Add `graphic' display
14722         type (the inverse of `tty').  Use `display-graphic-p' instead of
14723         the window-system variable.
14725 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
14727         * international/isearch-x.el (isearch-with-input-method):
14728         Call input-method-function with the first event in
14729         unread-command-events.
14731 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
14733         * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
14735 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
14737         * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
14738         New charsets.
14740         * term/mac-win.el: Remove definitions of mac-roman-lower and
14741         mac-roman-upper, require dired, and define instead of set
14742         mac-ready-for-drag-n-drop to avoid compilation error.
14744 2000-10-23  Andrew Innes  <andrewi@gnu.org>
14746         * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
14747         Remove superfluous calls to subst-char-in-string; instead apply
14748         expand-file-name after convert-standard-filename to ensure
14749         expected directory separators are used.
14751 2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
14753         * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
14755 2000-10-23  Dave Love  <fx@gnu.org>
14757         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
14758         (tool-bar-add-item): Set foreground and background for XBM icons.
14760         * international/latin1-disp.el (latin1-char-displayable-p):
14761         New function (from Handa).
14762         (latin1-display-check-font): Use it.
14764         * imenu.el (imenu--create-keymap-2): Build menu with menu-item
14765         using :key-sequence, making it much more usable.
14766         Use nconc, not append.
14767         (imenu--create-keymap-1): Avoid append.
14769         * textmodes/refill.el: Remove bits redundant with define-minor-mode.
14771 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
14773         [the following changes fix a bug where `define-minor-mode' didn't
14774         correctly generate :require clauses for defcustoms in compiled files]
14775         * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
14776         (byte-compile-log-file, byte-compile-log-1): Don't set
14777         `byte-compile-current-file' to nil.  Instead set
14778         `byte-compile-last-logged-file' to it.  Test whether
14779         byte-compile-current-file equals byte-compile-last-logged-file
14780         instead of whether its nil.
14781         (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
14783 2000-10-23  Stefan Monnier  <monnier@cs.yale.edu>
14785         * textmodes/refill.el: Fix var names in doc.
14786         (refill-mode): Don't bother with make-local-hook anymore.
14788 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
14790         * faces.el (face-user-default-spec, face-default-spec): New functions.
14791         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
14792         (frame-set-background-mode, face-set-after-frame-default):
14793         Use `face-user-default-spec'.  Simplify code slightly.
14795         * woman.el (woman-italic-face, woman-bold-face)
14796         (woman-unknown-face): Add dark-background variants.
14797         (woman-default-faces): Renamed from `woman-colour-faces'.
14798         Set using the stored defaults, rather than using hard-wired colors.
14799         (woman-monochrome-faces): Renamed from `woman-black-faces'.
14800         Just make the foreground `unspecified' rather than "black".
14801         (woman-menu): Rename menu entries accordingly.
14803         * faces.el (header-line): Make more reasonable on mono/grayscale
14804         displays.
14806 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
14808         * cus-edit.el (custom-button-face): Use 3D look for mac.
14809         (custom-button-pressed-face): Likewise.
14811         * faces.el (set-face-attributes-from-resources): Handle mac frames
14812         in the same way as x and w32 frames.
14813         (face-valid-attribute-values): Likewise.
14814         (read-face-attribute): Likewise.
14815         (defined-colors): Likewise.
14816         (color-defined-p): Likewise.
14817         (color-values): Likewise.
14818         (display-grayscale-p): Likewise.
14819         (face-set-after-frame-default): Likewise.
14820         (mode-line): Same default face as for x and w32.
14821         (tool-bar): Likewise.
14823         * frame.el: Remove call to frame-notice-user-settings at end of
14824         the file.
14826         * info.el (Info-fontify-node): Make underlines invisible for mac
14827         as for x, pc, and w32 frame types.
14829         * term/mac-win.el: New file.
14831 2000-10-22  Dave Love  <fx@gnu.org>
14833         * textmodes/refill.el: New file.
14835 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
14837         * vc-hooks.el (vc-version-backup-file-name): New optional args
14838         MANUAL and REGEXP.
14839         (vc-delete-automatic-version-backups, vc-make-version-backup):
14840         New functions.
14841         (vc-before-save): Use the latter.
14842         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
14843         confusion.
14845         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
14846         expected by vc[-hooks].el.
14848         * vc.el (vc-checkout): Added `-p' suffix in call to
14849         vc-make-version-backups-p; use vc-make-version-backup to actually
14850         make the backup.
14851         (vc-version-other-window, vc-version-backup-file): Handle both
14852         automatic and manual backups.
14853         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
14854         of all of them.
14856 2000-10-22  Miles Bader  <miles@gnu.org>
14858         * comint.el (comint-highlight-input, comint-highlight-prompt):
14859         Renamed, `-face' at end removed.
14860         (comint-send-input, comint-output-filter): Use renamed faces.
14862         * window.el (fit-window-to-buffer): Change defaulting of
14863         MAX-HEIGHT slightly.
14865         * faces.el (color-values, color-defined-p): Use `member', not
14866         `memq', because it works correctly for strings.
14867         (frame-set-background-mode): Actually, "unspecified-fg" and
14868         "unspecified-bg" *are* strings.  Use `member', not `memq', and
14869         `equal', not `eq', when a string value is possible.
14871 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
14873         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
14875 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
14877         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
14878         sh-electric-rparen, sh-electric-less and sh-electric-hash.
14879         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
14880         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
14881         (sh-font-lock-syntactic-keywords): Use them.
14882         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
14883         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
14884         (sh-mode): Don't override font-lock-unfontify-region-function.
14885         Use a copy of sh-font-lock-syntactic-keywords.
14886         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
14887         Don't call sh-scan-buffer since font-lock does it on the fly.
14888         (sh-get-indent-info): Use `face' rather than `syntax-table'
14889         text-property to detect here-documents.
14890         Replace sh-special-syntax with sh-st-punc.
14891         (sh-prev-line): Use `face' rather than `syntax-table'
14892         text-property to skip over here-documents.
14893         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
14894         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
14895         (sh-electric-less, sh-set-here-doc-region)
14896         (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
14897         (sh-scan-buffer, sh-rescan-buffer): Remove.
14899 2000-10-21  Andrew Innes  <andrewi@gnu.org>
14901         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
14902         remote (ange-ftp) file names.
14904 2000-10-21  Miles Bader  <miles@gnu.org>
14906         * window.el (fit-window-to-buffer): New function.
14907         (shrink-window-if-larger-than-buffer): Use it.
14908         (window-text-height): Don't expect minibuffers to have mode-lines.
14910         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
14911         * international/quail.el (quail-update-guidance):
14912         Use `fit-window-to-buffer' instead of `set-window-text-height'.
14914         * international/quail.el (quail-show-guidance-buf): Make sure
14915         guidance window really has enough room.
14916         (quail-update-guidance): If quail-guidance-win is already shown,
14917         make sure its height is OK.
14919         * window.el (window-text-height, set-window-text-height):
14920         New functions.
14921         (shrink-window-if-larger-than-buffer): Use `window-text-height'
14922         instead of `window-height' & `mode-line-window-height-fudge'.
14923         (mode-line-window-height-fudge): Add FACE parameter.
14924         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
14925         instead of `enlarge-window' & `mode-line-window-height-fudge'.
14927 2000-10-20  Miles Bader  <miles@gnu.org>
14929         * window.el (height-affecting-face-attributes): Use `defconst'.
14931         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
14932         New function, conditionally aliased to `mode-line-window-height-fudge'.
14933         (ispell-help): Use it.
14934         (ispell-choices-win-default-height): Don't include mode-line fudge.
14935         (ispell-choices-win-default-height): New function.
14936         (ispell-show-choices, ispell-command-loop): Use function
14937         `ispell-choices-win-default-height' instead of variable.
14939 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
14941         * window.el (mode-line-window-height-fudge): New variable.
14942         (height-affecting-face-attributes): New variable.
14943         (mode-line-window-height-fudge): New function.
14944         (shrink-window-if-larger-than-buffer): Use it.
14945         * help.el (resize-temp-buffer-window): Likewise.
14947         * info.el (Info-fontify-node): Add support for @subsubsection
14948         titles, which use `Info-title-4-face'.
14949         (Info-title-4-face): New face.
14950         (Info-title-3-face): Inherit from Info-title-4-face instead of
14951         variable-pitch.
14953 2000-10-19  Jason Rumney  <jasonr@gnu.org>
14955         * dired.el (dired-insert-directory): Do not let errors signalled by
14956         attempt to run dired-free-space-program prevent dired from working.
14958 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
14960         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
14962 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
14964         * dirtrack.el (dirtrack): Fix call to run-hooks.
14966         * cmuscheme.el (cmuscheme-program-name): Renamed from
14967         scheme-program-name because xscheme.el contains a defcustom with
14968         the same name.  As a consequence, customizing group `cmuscheme'
14969         loaded `xscheme' which redefined run-scheme.
14970         (run-scheme): Use cmuscheme-program-name.
14972         * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
14974         * play/doctor.el (doctor-death): Update the Samaritans'
14975         anonymous address, and add a website for Befrienders International.
14977 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14979         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
14980         Avoid compilation gripes.  Doc fix.
14981         (ps-print-version): New version number (6.2).
14982         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
14983         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
14984         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
14985         (ps-x-extent-priority, ps-x-extent-start-position)
14986         (ps-x-face-font-instance, ps-x-find-coding-system)
14987         (ps-x-font-instance-properties, ps-x-make-color-instance)
14988         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
14989         avoid compilation gripes without defining functions.
14990         (ps-e-find-composition): Alias for function find-composition, to have a
14991         suitable function depending on Emacs version.
14992         (ps-color-device, ps-color-values, ps-face-foreground-name)
14993         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
14994         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
14995         (ps-print-ensure-fontified): Function definitions surrounded by
14996         `eval-and-compile' to avoid compilation gripes.
14997         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
14998         by symbol-value to avoid compilation gripes.
14999         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
15000         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
15002 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
15004         * startup.el (normal-top-level): Call `frame-set-background-mode'
15005         after `frame-notice-user-settings' because the latter doesn't call
15006         the former on a tty.
15008         * faces.el (frame-set-background-mode): `unspecified' &c are
15009         symbols, not strings.
15011 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
15013         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
15014         why some "light*" colors are deliberately absent from the alist.
15016         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
15017         Change colors for tty's, as suggested by Miles Bader.
15019 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
15021         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
15022         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
15023         for ISO10646-1 fonts.
15024         (x-font-name-charset-alist): Add an entry for "iso10646-1".
15026 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
15028         * faces.el (frame-set-background-mode): If a tty frame defines a
15029         background color, use that to compute the background mode, instead
15030         of always defaulting to "dark".
15032 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
15034         * comint.el (comint-write-output): New function.
15035         (comint-mode-map): Add it to the menu.
15036         Bind `C-c C-s' to comint-write-output.
15038 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
15040         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
15041         Use fancy-splash-delay.
15043 2000-10-18  Alex Schroeder  <alex@gnu.org>
15045         * progmodes/sql.el (sql-sybase-options): New option.
15046         (sql-sybase): Use it.  Add sql-database to the list of parameters
15047         provided for login.  The options -w 2048 -n are not used any more.
15049         * comint.el (comint-read-input-ring): Bugfix such that the first
15050         and the last entry of the input ring file are not lost.
15052 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15054         * ps-print.el: Internal variable changes to defcustom,
15055         make-local-hook changes to defvar.  Doc fix.
15056         (ps-print-version): New version number (6.1).
15057         (ps-setup, ps-do-despool): Code fix.
15058         (ps-printer-name): Customization fix.
15059         (ps-printer-name-option): Now is a defcustom instead of an
15060         internal variable.
15061         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
15062         (ps-print-begin-column-hook): Now are defvar instead of
15063         make-local-hook.
15065 2000-10-18  Miles Bader  <miles@gnu.org>
15067         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
15068         (comint-kill-output): Changed into an alias for `comint-delete-output',
15069         and made obsolete.
15070         (comint-mode-map): Rename references to comint-kill-output.
15072 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
15074         * diff-mode.el (diff-header-face, diff-file-header-face)
15075         (diff-changed-face): Add bold and italic attributes to tty faces.
15076         (diff-function-face): New face.
15077         (diff-font-lock-keywords): Use it.
15079 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
15081         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
15082         Remove commented-out call to force-mode-line-update.
15083         (comint-kill-output): Use `forward-line 0' instead of
15084         beginning-of-line to make sure we get past the prompt.
15086 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
15088         * diff-mode.el (diff-header-face, diff-file-header-face):
15089         Add specific setting for dark background.
15090         (diff-context-face): Renamed from diff-comment-face.
15091         Set explicitly rather than inheriting from font-lock-comment-face.
15093 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
15095         * startup.el (command-line): Move the code which sets the default
15096         TTY colors to before before-init-hook.
15098 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
15100         * jit-lock.el (jit-lock-stealth-time): Doc fix.
15102 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
15104         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
15105         extensions, for MS-DOS.
15107         * diff-mode.el (diff-header-face, diff-file-header-face)
15108         (diff-changed-face): Define tty-specific colors.
15110 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
15112         * startup.el (fancy-splash-text): Realign the text.
15114 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
15116         * font-lock.el (font-lock-comment-face): Define a separate default
15117         for dark-background tty's.
15119 2000-10-17  Miles Bader  <miles@gnu.org>
15121         * help.el (resize-temp-buffer-window): Add hack to avoid last line
15122         being obscured by whizzy mode-lines on graphics displays.
15124 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
15126         * info.el (Info-title-1-face, Info-title-2-face)
15127         (Info-title-3-face): Define colors for tty's.
15128         (info-header-node): Remove unneeded tty-specific definition.
15130 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
15132         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
15133         reverse from the frame parameters, and don't invert foreground and
15134         background colors.
15136 2000-10-16  Miles Bader  <miles@gnu.org>
15138         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
15139         string "*Info*".  Call propertized-buffer-identification to spruce
15140         up the result.
15142 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
15144         * help.el: Provide `help' for the sake of define-minor-mode
15145         which generates defcustoms with requires.
15147         * jit-lock.el (jit-lock-after-change): If we're in text that
15148         matches a multi-line font-lock pattern, make sure the whole text
15149         will be redisplayed.
15151         * emacs-lisp/authors.el (authors-add): Don't add an entry if
15152         author's name is unknown.
15154         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
15155         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
15156         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
15157         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
15158         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
15159         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
15160         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
15161         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
15162         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
15163         Add author information.
15165 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
15167         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
15168         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
15169         full-color version (using the Gimp) to eliminate dithering artifacts.
15171 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
15173         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
15175         * simple.el (syntax-flag-table, string-to-syntax): Remove.
15177 2000-10-15  Dave Love  <fx@gnu.org>
15179         * progmodes/sh-script.el: Require skeleton and comint when compiling.
15181         * pcomplete.el (pcomplete) <defgroup>: Add :version.
15183         * whitespace.el: Doc fixes.
15184         (top-level): Don't add hooks here.
15185         (whitespace-running-emacs): Deleted.
15186         (timer): Don't require.
15187         (whitespace): Add back :version conditional on xemacs test.
15188         (whitespace-spacetab-regexp, whitespace-indent-regexp)
15189         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
15190         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
15191         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
15192         Avoid specific xemacs test.
15193         (whitespace-global-mode): New option.
15194         (whitespace-global-mode): New command.
15195         (whitespace-unload-hook): New function.
15197         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
15198         (Info-fontify-node, Info-goto-node, Info-mode-menu)
15199         (Info-fontify-node): `Goto' goes to `Go to'.
15200         (Info-fontify-node): Add help-echo to xref links.
15202 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
15204         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
15206 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
15208         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
15209         Use plist-get and allow :inherit.
15211         * emacs-lisp/cl-macs.el (cl-do-arglist):
15212         Use plist-get and plist-member instead of memq.
15214         * emacs-lisp/ewoc.el (ewoc-location): New function.
15215         (ewoc-enter-after, ewoc-enter-before): Document return value.
15216         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
15217         Don't need make-local-hook any more.
15218         (cvs-addto-collection): Return the new tin.
15219         (cvs-mode-insert): Jump to the new line.
15221         * jit-lock.el (jit-lock-fontify-buffer): Remove.
15223         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
15225         * font-lock.el (font-lock-syntactically-fontified): New var.
15226         (font-lock-fontify-syntactic-keywords-region): Use it.
15227         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
15229         * diff-mode.el (diff-find-file-name): Fix regexp.
15231         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
15232         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
15234         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
15235         (sh-mode-syntax-table): Add punctuation syntax for < and >.
15236         (sh-mode): Don't make all vars local here.
15237         (sh-kw): Reformat.
15238         (sh-set-shell): Use dolist.  Don't set indent-region-function.
15239         (sh-mode-syntax-table): Use pop.
15240         (sh-remember-variable): Use push.
15241         (sh-help-string-for-variable): Use memq.
15242         (sh-safe-backward-sexp): Remove.
15243         (sh-safe-forward-sexp): Add ARG.
15244         (sh-get-indent-info, sh-prev-stmt): Use it.
15245         (sh-prev-line): Simplify by using forward-comment.
15246         (sh-this-is-a-continuation): Simplify.
15247         (sh-learn-buffer-indent): Use dolist.
15248         (sh-do-nothing): Remove.
15249         (sh-set-char-syntax, sh-set-here-doc-region):
15250         Use inhibit-modification-hooks.
15251         (sh-name-style): Use mapcar and push.
15252         (sh-load-style): Use dolist.
15253         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
15254         (sh-case, sh-while-getopts): Use propertize directly rather
15255         than sh-electric-rparen.
15257 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
15259         * textmodes/tex-mode.el: Require CL when compiling.
15260         (tex-mode-syntax-table): Init immediately.
15261         (tex-mode-map): Bind M-RET to latex-insert-item.
15262         (latex-mode): Set indent-line-function to latex-indent.
15263         (tex-common-initialization): Don't setup the syntax-table any more.
15264         (latex-insert-item): New skeleton.
15265         (tex-next-unmatched-end): Fix copy/paste braino.
15266         (latex-syntax-after, latex-skip-close-parens, latex-down-list)
15267         (latex-indent, latex-find-indent): New functions.
15268         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
15269         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
15270         (tex-compilation-parse-errors): Use with-syntax-table.
15272 2000-10-15  Miles Bader  <miles@gnu.org>
15274         * font-lock.el (font-lock-comment-face): Change dark-background,
15275         color, non-tty, default to `chocolate1'.
15277 2000-10-13  John Wiegley  <johnw@gnu.org>
15279         * eshell/esh-util.el (require): Added a missing `require' form,
15280         needed when compiling (for an ange-ftp macro definition).
15282 2000-10-13  Dave Love  <fx@gnu.org>
15284         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
15286 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
15288         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
15290         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
15291         transparent -colors 8).
15293 2000-10-13  Stephen Gildea  <gildea@stop.mail-abuse.org>
15295         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
15296         that breaks with old list format timestamps.
15297         (time-stamp-warn-inactive, time-stamp-old-format-warn)
15298         (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
15300 2000-10-13  John Wiegley  <johnw@gnu.org>
15302         * align.el, pcomplete.el, calendar/timeclock.el,
15303         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
15305         * calendar/timeclock.el (timeclock-find-discrep): A fix to some
15306         faulty math, where holiday hours were being computing as seconds.
15308 2000-10-13  John Wiegley  <johnw@gnu.org>
15310         * desktop.el (desktop-buffer-modes-to-save): Added a global for
15311         specifying what "other" kinds of buffers should be saved.
15312         This used to be hard-coded.
15313         (desktop-buffer-misc-functions): A global for specifying how
15314         auxiliary data should be determined for special buffer types.
15315         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
15316         instead of hard-coding the special buffer types.
15317         (desktop-save): Run `desktop-buffer-misc-functions' to gather
15318         auxiliary data, instead of hard-coding for Info buffers and dired.
15319         (desktop-buffer-info-misc-data): Aux function for determining Info
15320         buffer auxiliary info.
15321         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
15322         (desktop-buffer-info): Changed this function to use the info
15323         gathered above.
15324         (desktop-create-buffer): Be a little more careful about what
15325         `minor-mode' means before calling it.  This is important for some
15326         buffer types.
15328 2000-10-13  John Wiegley  <johnw@gnu.org>
15330         * eshell/esh-util.el: Added a global form which declares an
15331         autoload for `parse-time-string', if that function is not already
15332         defined, and if parse-time.el is available on the user's system.
15334         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
15335         to be aware of ange-ftp user info.
15336         (eshell-do-ls): Bind `ange-cache'.  Also, use `eshell-file-attributes'.
15337         (eshell-ls-annotate): Use `eshell-file-attributes'.
15338         (eshell-ls-file): Made the user-id printing code a bit smarter.
15340         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
15341         allow identification of alias user ids in remote directories.
15342         It's manual, but there's no other way to know when the current user
15343         on the local machine, is also the owning user on the remote machine.
15344         (fboundp): Bind `ange-cache'.
15345         (eshell-directory-files-and-attributes): Re-organized the logic a
15346         bit to use `eshell-file-attributes' instead of `file-attributes'.
15347         The former is more sensitive to directories that are read via FTP,
15348         and knows how to use ange-ftp to determine full attribute
15349         information, instead of just the name and last modtime.
15350         (eshell-current-ange-uids): Return the current user id when in a
15351         remote directory.
15352         (eshell-parse-ange-ls): Parse a full directory listing that has
15353         been returned by ange-ftp.
15354         (eshell-file-attributes): This beefed up version of
15355         `file-attributes' is only special if the user is currently in a
15356         remote directory, in which case it does a lot of work to find out
15357         what the real attributes of a file are, as they appear on the
15358         remote machine.  This makes usage of remote directories (i.e.,
15359         ange-ftp pathnames) much more useful.  You can now use Eshell as a
15360         full-fledged FTP client, with much more manipulation ability than
15361         most other clients.
15363         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
15364         variable, which means that Eshell's du should always be preferred
15365         in remote directories.
15366         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
15367         just `file-attributes'.
15368         (eshell-mvcp-template): Bind `ange-cache', to improve performance
15369         when reading remote directories.  This is an Eshell-specific
15370         variable (not part of ange-ftp).
15371         (eshell/ln): Bind `ange-cache'.
15372         (eshell/du): Added some extra logic for determining when to use
15373         Eshell's du (which is slow), and when to use the external version
15374         (which may or may not exist).
15376         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
15377         Call `eshell-interactive-process', rather than using
15378         `get-buffer-process', since backgrounded processes don't count in
15379         the context of this function's logic.
15381         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
15382         `forward-char', so that null strings are parsed correctly.
15384 2000-09-13  John Wiegley  <johnw@gnu.org>
15386         * eshell/em-pred.el (eshell-pred-file-type)
15387         (eshell-pred-file-links, eshell-pred-file-size):
15388         Use `eshell-file-attributes'.  This is more correct over ange-ftp.
15390         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
15391         that remote file globbing is more efficient.
15393         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
15394         gathering the files and attributes within a directory.
15396         * eshell/em-unix.el (eshell/cat): If any of the files passed on
15397         the command line is a special file (not a regular file, directory
15398         or symlink), always attempt to call the external version of cat.
15400 2000-09-13  John Wiegley  <johnw@gnu.org>
15402         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
15403         Eshell-friendly version of find-tag.
15405 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
15407         * image-file.el (image-file-name-extensions)
15408         (image-file-name-regexps): Add autoload cookies.
15410 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
15412         * international/mule-cmds.el (select-safe-coding-system): If FROM
15413         is string, show it in *Warning* buffer.
15415 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
15417         * startup.el (normal-top-level): Use display-popup-menus-p instead
15418         of window-system.
15419         (command-line): Use display-graphic-p instead of window-system.
15420         (command-line-1): Use display-popup-menus-p and display-mouse-p
15421         instead of window-system.
15423 2000-10-12  Sam Steingold  <sds@gnu.org>
15425         * tooltip.el (tooltip-use-echo-area): New user variable.
15426         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
15428 2000-10-12  Dave Love  <fx@gnu.org>
15430         * recentf.el: Maintainer's checkdoc fixes.
15432         * startup.el (normal-top-level-add-subdirs-to-load-path):
15433         Use character class, not ASCII when matching file names.
15434         (fancy-splash-head): Add trailing slash to URL.
15435         (command-line): Don't require XPM support for toolbar.
15437         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
15438         (cperl-invalid-face): Revert last change.
15439         (cperl-init-faces): Quote cperl-invalid-face.
15441 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
15443         * startup.el (fancy-splash-text): Remove superfluous quote.
15445 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
15447         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
15448         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
15449         (command-line-1): Don't use fancy-splash-pending-command.
15450         (fancy-splash-screens-1): Goto point-min after inserting text.
15452         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
15454         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
15455         instead of shared-lisp-mode-map.
15457 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
15459         * faces.el (header-line): Change tty-variant to use underlining.
15461         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
15462         (isearch-highlight): Restore lazy-isearch face properties at old
15463         position, and suppress them at new position.
15464         (isearch-dehighlight): Restore lazy-isearch face properties.
15465         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
15466         over the real isearch overlay, but in that case, don't give it a
15467         face property.  Use `push'.
15469 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
15471         * man.el (Man-getpage-in-background): Fix previous change.
15472         Decode the process output only when we are in multibyte mode.
15474 2000-10-11  Dave Love  <fx@gnu.org>
15476         * info.el (Info-mode-menu): Fix some help.
15477         (info-tool-bar-map): Add entry for Info-last.
15479         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
15480         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
15481         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
15482         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
15483         * toolbar/search-replace.xpm, toolbar/exit.xpm:
15484         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
15485         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
15486         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
15487         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
15488         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
15489         Reduce colour requirements to 25 overall.  (Probably wants
15490         revisiting from the originals to reduce further.)
15492 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
15494         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
15495         buffer-file-coding-system, instead of raw-text.
15496         (dehexlify-buffer): Bind coding-system-for-read to
15497         buffer-file-coding-system, instead of raw-text.
15499 2000-10-11  Sam Steingold  <sds@gnu.org>
15501         * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
15502         `underline' - fixes the bug introduced on 2000-09-21.
15504 2000-10-11  Dave Love  <fx@gnu.org>
15506         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
15507         Avoid compiler warnings.
15508         (scheme-mode): Doc fix.
15509         (scheme-font-lock-keywords-1): Match `define-syntax'.
15511 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
15513         * faces.el (frame-set-background-mode): Pay attention to saved
15514         face specs as well as default ones.  Only do anything if the
15515         bg-mode or display-type has actually changed.  Use `dolist'.
15516         (region): Make dark-background `region' face less in-your-face.
15518 2000-10-10  Sam Steingold  <sds@gnu.org>
15520         * chistory.el, ielm.el, ledit.el:
15521         * progmodes/inf-lisp.el, progmodes/scheme.el:
15522         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
15524 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
15526         * textmodes/texinfo.el: Update copyright and fix typo.
15528         * desktop.el (desktop-modes-not-to-save): New var.
15529         (desktop-save-buffer-p): Use it.
15530         Also, obey desktop-buffers-not-to-save even for non-file buffers.
15531         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
15533 2000-10-10  Dave Love  <fx@gnu.org>
15535         * toolbar/tool-bar.el (tool-bar-add-item)
15536         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
15538         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
15539         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
15540         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
15541         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
15542         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
15543         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
15544         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
15545         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
15546         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
15547         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
15548         the .xpms; probably need retouching.
15550 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
15552         * subr.el (add-to-list): Add optional argument APPEND.
15553         * battery.el (display-battery): Use `add-to-list'.
15555 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
15557         * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
15558         properties.
15559         (zone, zone-when-idle, zone-leave-me-alone)
15560         (zone-pgm-whack-chars): Use new symbol properties.
15562         * battery.el (display-battery): Doc spelling fix.
15564         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
15565         property.
15567 2000-10-09  Dave Love  <fx@gnu.org>
15569         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
15570         has been initialized before calling tool-bar-setup.
15571         (tool-bar-add-item-from-menu): Add autoload cookie.
15573 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
15575         * menu-bar.el (send-mail-item-name): New function.
15576         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
15577         of mail-user-agent in the menu.  Don't display the "Send Mail"
15578         item if mail-user-agent is nil or its value is ignore.
15579         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
15580         if read-mail-command is nil or its value is ignore.
15582         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
15584 2000-10-09  Miles Bader  <miles@gnu.org>
15586         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
15587         Correct image size.
15588         * toolbar/left_arrow.xpm: Correct image size.
15590         * jka-compr.el: Don't call `jka-compr-install' when loading (it
15591         will be done by the definition of `auto-compression-mode' if
15592         necessary.  Move code to uninstall existing file-name handler
15593         before definition of `auto-compression-mode'.
15595         * image-file.el (auto-image-file-mode): Move to the end of the
15596         file, because `define-minor-mode' actually calls the mode-function
15597         if the associated variable is non-nil, which requires that all
15598         needed functions be already defined.
15600         * mouse.el (popup-menu): Balance parens.
15602 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
15604         * mouse.el (popup-menu): Move the command call outside the loop
15605         so that popup-menu returns whatever the command returns.
15607         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
15608         (initialize-new-tags-table): Use run-hook-with-args-until-success.
15609         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
15610         (tags-table-format-functions): Renamed from tags-table-format-hooks.
15612         * vc.el (vc-version-diff): diff-switches can be a list.
15613         Use relative filenames for prettier output.
15615         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
15616         (vc-post-command-functions): Remove old-VC compatibility code.
15618         * newcomment.el (comment-indent-default): Autoload.
15620         * font-lock.el (font-lock-defaults): Make buffer-local.
15621         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
15622         (font-lock-choose-keywords):
15623         Ignore LEVEL unless KEYWORDS is a list of syms.
15624         (c-keywords, c++-keywords, objc-keywords, java-keywords):
15625         Don't wrap regexp-opt things in \(...\) unnecessarily.
15627         * jit-lock.el: Don't require font-lock any more.
15628         (jit-lock-functions): Make buffer-local.
15629         (jit-lock-saved-fontify-buffer-function): Remove.
15630         (jit-lock-mode): Remove autoload cookie.
15631         Remove font-lock specific code.
15632         (jit-lock-unregister): Don't bother handling complex hooks any more.
15633         (jit-lock-refontify): New function.
15634         (jit-lock-fontify-buffer): Use it.
15635         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
15636         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
15637         Add optional args START and END.
15638         Never call font-lock-fontify-region directly.
15639         (jit-lock-function, jit-lock-stealth-fontify): Use it.
15641         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
15643 2000-10-08  Dave Love  <fx@gnu.org>
15645         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
15647         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
15649         * play/studly.el (studlify-region, studlify-word): Add autoload
15650         cookie.
15652         * play/morse.el (morse-region, unmorse-region): Add autoload
15653         cookie.
15655         * play/spook.el (spook-phrases-file): Use expand-file-name, not
15656         concat.
15658         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
15659         insist on symbols starting with word syntax.
15660         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
15661         (eval-defun-1): Doc fix.
15662         (indent-sexp): Use nconc to build up indent-stack.
15664         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
15665         Gnus with little use.
15666         (mail-setup-hook): Add mail-abbrevs-setup to options.
15668         * recentf.el: Doc fixes.
15670         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
15671         Clean up remainder.
15673         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
15674         without timezone and (8) with timezone to enforce some whitespace.
15675         Simplify code somewhat.
15677         * options.el (list-options): Doc that you should use customize.
15679         * iswitchb.el (iswitchb-mode): Add :require.
15681         * info.el (Info-goto-node, Info-menu): Doc fix.
15682         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
15683         (info-tool-bar-map): New variable.
15684         (Info-mode): Use it.
15685         (Info-edit-map): Define all in defvar.
15686         (speedbar-attached-frame): Avoid compiler warning.
15688         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
15689         (global-map): Bind [tool-bar] to a filtered map.
15690         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
15691         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
15692         Allow PBM icons.
15693         (tool-bar-setup): Adjust calls of tool-bar-add-item.
15695         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
15696         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
15697         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
15698         icons, except up_arrow, which is left-arrow rotated.
15700         * imenu.el (imenu-add-to-menubar): Fix last change.
15702 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
15704         * generic-x.el (rul-generic-mode): Remove eval-when-compile
15705         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
15707 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
15709         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
15710         typos in doc strings.
15712         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
15713         the doc strings how to customize Font Lock faces.
15715         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
15716         computing growth when dragging the header line.
15718 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
15720         * simple.el (kill-line): Doc fix.
15722 2000-10-08  Miles Bader  <miles@gnu.org>
15724         * faces.el (secondary-selection): Make foreground visible on tty.
15726         * jka-compr.el (auto-compression-mode): Move to the end of the
15727         file, because `define-minor-mode' actually calls the mode-function
15728         if the associated variable is non-nil, which requires that all
15729         needed functions be already defined.
15730         (with-auto-compression-mode): Add autoload cookie.
15732 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
15734         * files.el (find-backup-file-name) [ms-dos]: If support for long
15735         file names is not available, behave as if version-control were set
15736         to never.
15738 2000-10-07  Dave Love  <fx@gnu.org>
15740         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
15741         (browse-url-gnome-moz): New function.
15742         (browse-url-browser-function): Use it.
15743         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
15745 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
15747         * indent.el (tab-always-indent): New var.
15748         (indent-for-tab-command): Use it.
15750         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
15751         raise an error.  This way it can still default to a sane value.
15753 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
15755         * startup.el (fancy-splash-screens): Use local rather than global map.
15756         Don't use `update-menu-bindings' any more.
15757         Get rid of assumptions about keymap representation.
15759 2000-10-06  Dave Love  <fx@gnu.org>
15761         * textmodes/fill.el (sentence-end-double-space)
15762         (sentence-end-without-period):  Doc fix.
15763         (adaptive-fill-regexp): Purecopy.
15764         (unjustify-current-line): Use line-end-position.
15765         (fill-individual-paragraphs-prefix): Use line-beginning-position.
15767         * net/eudc-vars.el (eudc): Add :version, :link.
15769         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
15771         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
15772         Fix for define-minor-mode.
15773         (function-at-point): Alias to function-called-at-point.
15775         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
15777         * simple.el (backward-word): Doc fix.
15779         * image-file.el (image-file-name-regexp): image-file-regexps ->
15780         image-file-name-regexps.
15781         (image-file-name-extensions): Add pbm.
15783 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
15785         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
15786         and add filename to the names so that diff-mode can jump to source.
15788         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
15789         (tex-font-lock-keywords, tex-font-lock-keywords-2)
15790         (tex-font-lock-keywords-1): Remove.
15791         (font-lock-turn-on-thing-lock): Use jit-lock-register.
15792         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
15793         (font-lock-default-fontify-region):
15794         Expand beg..end correctly when just following a multiline region.
15795         (font-lock-fontify-anchored-keywords):
15796         Include the anchor text as part of the multiline.
15798 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
15800         * loadup.el (toplevel): Load `loaddefs' before `help' because the
15801         latter needs the autoloaded define-minor-mode macro during the
15802         bootstrap.
15804         * startup.el (command-line): For now, activate tool-bar-mode only
15805         if XPM images are supported.
15807         * mouse.el (mouse-drag-header-line): Don't allow resizing a
15808         window by dragging a header-line at the top of the frame; that's
15809         confusing because the header-line doesn't move.
15810         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
15811         of treating the event as a list.  Some cleanup.
15813 2000-10-06  Miles Bader  <miles@gnu.org>
15815         * simple.el (display-message-or-buffer): New function.
15816         (shell-command-on-region): Use `display-message-or-buffer'.
15818         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
15819         docstring parts.
15821         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
15822         (smbclient-prompt-regexp): Add usage note to doc string.
15823         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
15824         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
15825         Use add-hook for adding the comint filter function, and only do so
15826         if it's not already in the global hook list.
15827         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
15828         to `make-local-variable'.
15829         (nslookup-font-lock-keywords): Remove prompt entry.
15830         (nslookup): Don't set the process-filter.
15831         (finger): Exit the loop correctly when the regexps list runs out.
15832         (ftp, smbclient, smbclient-list-shares):
15833         Set the real major mode immediately, not after execing.
15834         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
15836         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
15838 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
15840         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
15842         * which-func.el (which-func-format): Remove spurious space.
15843         (which-func-mode): Don't make it permanent-local.
15844         (which-func-ff-hook): Allow which-func-maxout to be nil.
15845         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
15846         (which-func-mode): Simplify.
15847         Use post-command-idle-hook rather than post-command-hook.
15848         Go through all buffers and update their state.
15849         (which-function): Also try add-log-current-defun-function.
15851         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
15852         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
15853         Update call to with-vc-properties accordingly.
15854         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
15855         (vc-revert-buffer): More careful about window selection and deletion.
15856         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
15858         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
15859         (cvs-retrieve-revision): Reuse a pre-existing buffer.
15860         (cvs-dired-action): Change the default to quickdir.
15862         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
15863         if comment-indent-function returns nil.
15864         (comment-indent-default): New function.
15865         (comment-indent-function): Use it and document the new semantics.
15867         * image-file.el: Docstring fixes.
15869         * help.el (help-xref-on-pp): Use match-string.
15870         (describe-variable): New arg BUFFER.
15871         Store the current buffer in the help-xref-stack.
15872         (temp-buffer-resize-mode): Use define-minor-mode.
15874         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
15875         consistently with its docstring.
15876         Set jit-lock-first-unfontify-pos in an idempotent way.
15877         (jit-lock-register): Autoload and add arg CONTEXTUAL.
15879 2000-10-05  Alex Schroeder  <alex@gnu.org>
15881         * sql.el (sql-mysql-options): New variable.
15882         (sql-mysql): Use it.
15884 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
15886         * image.el (image): New group.
15888         * smerge-mode.el (smerge-mine-face, smerge-other-face)
15889         (smerge-base-face, smerge-markers-face): Add dark-background variants.
15891 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
15893         * net/net-utils.el (nslookup-font-lock-keywords)
15894         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
15895         Ignore the value of wqindow-system; always define keywords
15897 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
15899         * startup.el (fancy-splash-screens): Remove the code for
15900         debugging; `(trace-to-stderr "EXITTT\n")'.
15902 2000-10-05  Miles Bader  <miles@gnu.org>
15904         * diff-mode.el (diff-goto-source): Update call to
15905         `diff-hunk-status-msg' to reflect new REV variable.
15907 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
15909         * progmodes/icon.el (icon-mode):
15910         Don't gratuitously override the default for comment-column.
15912         * vc-hooks.el (vc-mode-line): Fix interactive spec.
15914         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
15915         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
15916         (jit-lock-functions): New var.
15917         (jit-lock-function-1): Use it if non-nil.
15918         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
15919         Set the `fontified' property before doing the fontification to avoid
15920         repeatedly going through the same error.
15921         Don't turn errors into messages.
15922         (jit-lock-register, jit-lock-unregister): New functions.
15924         * dired.el (dired-mark-pop-up): Turn comment into docstring.
15925         Use with-current-buffer.
15927         * dired-aux.el (dired-do-create-files, dired-kill-tree):
15928         Turn comment into docstring.
15930         * apropos.el (apropos-mode): Use define-derived-mode.
15932 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
15934         * startup.el (fancy-splash-pending-command): New variable.
15935         (fancy-splash-pre-command): New function.
15936         (fancy-splash-screens): Rewritten.
15937         (command-line-1): If fancy-splash-pending-command is set, call it
15938         interactively.
15940 2000-10-04  Dave Love  <fx@gnu.org>
15942         * toolbar/tool-bar.el (tool-bar-setup): New function.
15943         (tool-bar-mode): Use it.
15945         * subr.el (substitute-key-definition): Doc fix.
15946         (play-sound-file): New command.
15948 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
15950         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
15951         vc-version-backup-file-name): New functions.
15953         * files.el (basic-save-buffer): Call vc-before-save before saving.
15955         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
15956         vc-cvs-stay-local-p.
15958         * vc.el (vc-revert-buffer): Handle empty diff properly.
15959         (vc-version-backup-file): New function.
15960         (vc-checkout): Create a version backup if necessary.
15961         (vc-checkin): If a version backup file exists, delete it.
15962         (vc-version-diff): Diff locally using version backups, if available.
15963         (vc-revert-file): If there's a version backup, revert locally.
15964         (vc-transfer-file): Use version backup for base version, if
15965         available.  If not, ask for confirmation whether to get it from the
15966         server.  Update mode line before check-in.
15968 2000-10-04  Dave Love  <fx@gnu.org>
15970         * toolbar/tool-bar.el (tool-bar-setup): New function.
15971         (tool-bar-mode): Use it.
15973 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
15975         * net/net-utils.el (nslookup-font-lock-keywords)
15976         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
15977         Only set if window-system is non-nil
15978         (net-utils-run-program): Returns buffer.
15979         (network-connection-reconnect): Added this function.
15981         * generic.el:
15982         Incorporates extensive cleanup and docfixes by
15983         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
15984         Uses cl compile-time macros.
15985         (generic-mode-name, generic-comment-list)
15986         (generic-keywords-list, generic-font-lock-expressions)
15987         (generic-mode-function-list, generic-mode-syntax-table):
15988         Removed variables.
15989         (generic-mode-alist): Renamed to generic-mode-list.
15990         (generic-find-file-regexp): Default changed to "^#".
15991         (generic-read-type): Uses completing read on generic-mode-list.
15992         (generic-mode-sanity-check): removed this function.
15993         (generic-add-to-auto-mode): Removed this function
15994         (generic-mode-internal): Bind mode-specific definitions
15995         into function instead of putting them in alist.
15996         (generic-mode-set-comments): Reworked extensively.
15997         (generic-mode-find-file-hook): Simplified regexp searching
15998         (generic-make-keywords-list): Omit extra pair of parens
16000         * find-lisp.el (find-lisp-find-files-internal):
16001         Make sure directory name ends with "/".
16003         * generic-x.el (apache-conf-generic-mode):
16004         Regexp now allows leading whitespace.
16005         (rc-generic-mode): Added eval-when-compile
16006         around generic-make-keywords-list.
16007         Deleted duplicate regexp
16008         (rul-generic-mode): Added eval-when-compile
16009         around generic-make-keywords-list.
16010         (etc-fstab-generic-mode): New generic mode.
16011         (rul-generic-mode): Removed one eval-when-compile
16012         which caused a max-specpdl-size exceeded error.
16014 2000-10-04  Miles Bader  <miles@gnu.org>
16016         * simple.el (minibuffer-temporary-goal-position): New variable.
16017         (next-history-element): Try to keep the position of point in the
16018         input string constant.
16020         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
16021         (dired-do-create-files): If there's only one file, pass it in as
16022         the DEFAULT arg to dired-mark-read-file-name.
16024 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
16026         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
16027         (diff-goto-source): Be smarter when choosing REVERSE or not.
16029         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
16030         (texinfo-mode-menu): Add an explicit shortcut for update all.
16032 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
16034         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
16035         factorize backend-specific code cleanly (this was essentially
16036         conceived by Stefan Monnier).
16037         (vc-unregister): Function removed.
16038         (vc-revert-file): New function.
16039         (vc-revert-buffer): Delegate some of the work to it.
16041         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
16042         default branch unconditionally.
16043         (vc-rcs-set-default-branch): New function.
16044         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
16045         (vc-rcs-checkin): If an appropriate default branch has been set,
16046         force creation of that branch.
16047         (vc-rcs-receive-file): Rewritten to contain only backend-specific
16048         code (as suggested by Stefan Monnier).
16050 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
16052         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
16053         highlighting overlay with a different face over the overlay
16054         isearch uses to highlight the current match because that can lead
16055         to bad face combinations.
16057         * loadup.el (toplevel): Load faces before isearch.
16059         * isearch.el (isearch-faces): New custom group.
16060         (isearch): New defface; was already tested for in the code.
16061         (isearch-lazy-highlight-face): Changed to defface from defcustom.
16062         (isearch-highlight): Always use face `isearch'.
16064 2000-10-02  Dave Love  <fx@gnu.org>
16066         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
16067         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
16068         comparison of opcode with operand.
16070 2000-10-03  Miles Bader  <miles@gnu.org>
16072         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
16073         buffer, since the echo area will now grow to accommodate them.
16075 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
16077         * vc-hooks.el (vc-registered): If FILE used to be registered under
16078         a certain backend, try that one first.
16080         * vc.el (vc-responsible-backend): Undo the previous change in the
16081         argument list.  Handle multiple backends correctly.
16082         (vc-find-new-backend): Function removed.
16083         (vc-register): Use vc-responsible-backend, as before.
16084         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
16086 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
16088         * startup.el (fancy-splash-head): Change message below the
16089         logo.
16091 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
16093         * diff-mode.el (diff-goto-source): Emit a status message.
16094         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
16095         (diff-test-hunk): Fix doc string.
16096         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
16097         (diff-advance-after-apply-hunk): New variable.
16098         (diff-apply-hunk): Don't return a value.
16100 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
16102         * vc.el (vc-editable-p): Minor optimization.
16103         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
16104         (vc-find-new-backend): New function split from vc-responsible-backend.
16105         (vc-register): Use it.
16106         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
16107         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
16108         (vc-default-unregister, vc-revert-buffer): Docstring fix.
16109         (vc-clear-headers): Don't use find-file.
16110         (vc-revert-buffer): Use `and' again (must have been a braino).
16111         (vc-switch-backend): Only prompt if requested.
16112         Short circuit if nothing is to be done.
16113         Don't use vc-resynch-buffer which could lose unsaved editing.
16114         (vc-default-receive-file): Update call to vc-unregister.
16115         (with-vc-file, vc-next-action-on-file):
16116         Use vc-backend rather than vc-registered.
16117         (vc-next-action-on-file): Use intern-soft.
16118         Deal with read-only *vc-diff* buffer.
16119         (vc-transfer-file): Docstring fix.
16121         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
16122         (vc-rcs-receive-file): Avoid with-vc-properties.
16123         Update call to vc-unregister.
16124         Use constant `RCS' rather than (dynamically bound) var `backend'.
16126 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
16128         * vc.el (vc-next-action-on-file): Update mode line only if file
16129         is visited.
16130         (vc-start-entry): New argument initial-contents.  Don't visit the file
16131         if it isn't already visited.  Brought documentation up-to-date.
16132         (vc-next-action, vc-register): Updated calls to vc-start-entry.
16133         (vc-checkin): New optional arg initial-contents, which is passed to
16134         vc-start-entry.
16135         (vc-finish-logentry): Make sure to bury log buffer only if there
16136         really is one.  Call `vc-resynch-buffer' on log-file, not
16137         buffer-file-name.
16138         (vc-default-comment-history, vc-default-wash-log): New functions.
16139         (vc-index-of): Removed.
16140         (vc-transfer-file): Make do without the above.
16141         (vc-default-receive-file): Call comment-history unconditionally.  Pass
16142         the resulting string to vc-checkin, instead of inserting it into the
16143         comment ring.
16145         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
16146         unconditionally.  Use the comments as initial contents of the log
16147         entry buffer.  Document the trick to force branch creation with no
16148         changes.
16150 2000-10-01  Miles Bader  <miles@gnu.org>
16152         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
16153         `recenter' with an arg to prevent redrawing the display.
16155 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
16157         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
16159         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
16161         * progmodes/c-mode.el (c-mode):
16162         Don't gratuitously override the default for comment-column.
16164         * textmodes/tex-mode.el (latex-metasection-list): New var.
16165         (latex-imenu-create-index): Use it.
16166         Move the regexp construction outside loops (and use push).
16167         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
16168         (tex-font-lock-keywords): Moved from font-lock.el.
16169         (tex-comment-indent): Remove.
16170         (tex-common-initialization): Don't set comment-indent-function.
16171         (latex-block-default): New var.
16172         (tex-latex-block): Use it to provide a default choice.
16173         Add any unknown choice to latex-block-names.
16174         Insert [...] after {...}.
16175         (tex-last-unended-begin): Simplify regexp.
16176         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
16177         (latex-forward-sexp-1, latex-forward-sexp): New functions.
16178         (latex-mode): Set forward-sexp-function.
16180         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
16181         Add regexp for @ignore ... @end ignore.
16182         (texinfo-heading-face): New face.
16183         (texinfo-font-lock-keywords): Use it.
16184         (texinfo-mode-menu): New menu.
16185         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
16186         New functions.
16187         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
16188         (texinfo-section-types-regexp, texinfo-section-level-regexp)
16189         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
16190         Remove declaration.
16191         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
16193         * delsel.el (delete-selection-mode): Use define-minor-mode.
16195         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
16197 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
16199         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
16201 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
16203         * replace.el (keep-lines-read-args): New function.
16204         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
16205         read arguments interactively.  Add parameters RSTART and REND.
16206         Operate on the active region in Transient Mark mode.
16208         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
16210         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
16211         (authors-obsolete-files-regexps): New variable.
16212         (authors-add): Don't record changes in obsolete files.
16214 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
16216         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
16218         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
16219         (comment-indent): Make sure there's a space between code and comment.
16220         Shift comments left to avoid going past fill-column.
16222 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
16224         * startup.el (startup-echo-area-message): New function.
16225         (display-startup-echo-area-message): Use it.
16226         (fancy-splash-screens): Rewritten to use keymaps and a timer.
16227         (fancy-splash-default-action): New function.
16228         (fancy-splash-screens-1): New function.
16229         (fancy-splash-head): Put a help-echo and a keymap under the image.
16231 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
16233         * diff-mode.el (diff-add-log-file-name): Remove.
16234         (diff-mode): Use add-log-buffer-file-name-function.
16236         * add-log.el (find-change-log): New arg BUFFER-FILE.
16237         (add-log-file-name): Obey add-log-file-name-function.
16238         (add-log-buffer-file-name-function): New var.
16239         (add-change-log-entry): Use it.
16241 2000-09-29  Miles Bader  <miles@gnu.org>
16243         * image-file.el (image-file-name-extensions): New variable.
16244         (image-file-name-regexps): Renamed from `image-file-regexps'.
16245         New default value is nil.  Call `auto-image-file-mode'.
16246         (image-file-name-regexp): New function.
16247         (auto-image-file-mode): New minor mode.
16248         (insert-image-file): Don't make conditional on the image-file
16249         handler being enabled.
16250         (image-file-handler): Make the call here conditional instead.
16251         (set-image-file-handler-enabled, enable-image-file-handler)
16252         (disable-image-file-handler): Functions removed.
16254         * emacs-lisp/authors.el (authors-print): Rephrase many-files
16255         string.
16257 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
16259         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
16260         it's a function from CL.
16261         (latex-imenu-create-index): Replace eval-when-compile with progn
16262         because latex-section-alist is not bound while compiling.
16264 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
16266         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
16267         (outline-mode): Use define-derived-mode.
16269         * progmodes/perl-mode.el (perl-mode):
16270         * progmodes/awk-mode.el (awk-mode):
16271         * progmodes/asm-mode.el (asm-mode):
16272         Don't gratuitously override the default for comment-column.
16274         * emacs-lisp/lisp.el (lisp-complete-symbol):
16275         Distinguish the let-binding case from the funcall case.
16276         (forward-sexp-function): New variable.
16277         (forward-sexp): Use it.
16279         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
16280         (easy-mmode-defmap): Remove the now useless autoload.
16282         * time.el (display-time-mode): Use define-minor-mode.
16284         * subr.el (add-minor-mode): Don't eval NAME.
16285         Don't depend on the presence of TOGGLE-FUN for any special behavior.
16286         Use if rather than cond.
16288         * simple.el (read-expression-map): Define more properly.
16289         (comment-indent-hook): Remove.
16290         (string-to-syntax): Bug fix.
16292         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
16293         (cvs-ediff-diff): Fix typo.
16294         (cvs-revert-if-needed): Don't bother preserving read-only.
16296         * paren.el (show-paren-mode): Use define-minor-mode.
16298         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
16299         (toggle-auto-compression): Remove.
16300         (jka-compr-build-file-regexp): Remove useless grouping.
16302         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
16303         Avoid user-reserved bindings.
16304         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
16305         (diff-header-face): Revert to grey85.
16307         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
16309         * complete.el (partial-completion-mode) <defcustom>: Remove.
16310         (partial-completion-mode): Use define-minor-mode.
16311         (PC-do-completion): Understand `completion-auto-help = delay'
16312         to mean to popup the completion buffer only the second time.
16313         (PC-include-file-all-completions, PC-include-file-all-completions)
16314         (PC-include-file-all-completions): Don't quote lambda.
16316         * comint.el (comint-mode-hook): Docstring fix.
16317         (comint-mode): Use define-derived-mode.
16318         (comint-mode-map): Remove obsolete comment.
16319         (make-comint): Minor stylistic change.
16320         (comint-insert-clicked-input): Be more careful to find the overlay.
16321         Use this-command-keys rather than hardcoding mouse-2.
16323         * font-lock.el: Replace confusing (,@ with ,
16324         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
16325         Don't use regexp-opt-depth.  Spice up the regexp for args.
16326         Don't distinguish between cmds that can take an opt arg or not.
16327         Use `append' and `prepend' rather than `keep'.
16329         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
16330         (latex-outline-regexp): New var.
16331         (latex-outline-level): New fun.
16332         (latex-section-alist): New var.
16333         (latex-imenu-create-index): Use it.  Use `push' as well.
16334         (tex-shell-map): Initialize it properly.
16335         (tex-mode): Minor stylistic change.
16336         (plain-tex-mode): Use define-derived-mode.
16337         (latex-mode): Use define-derived-mode.
16338         Construct the paragraph regexps in a more readable way.
16339         Set the buffer-local outline-{level,regexp} vars.
16340         (slitex-mode): Derive from latex-mode.
16341         (tex-common-initialization): Don't kill-all-vars anymore.
16342         Add setting for comment-add and font-lock-defaults.
16343         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
16344         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
16345         (tex-start-tex): New arg DIR (and send a chdir command for it).
16346         Also display the shell buffer and save it in tex-last-buffer-texed.
16347         (tex-region): Use expand-file-name rather than concat.
16348         Remove code made useless by changes in tex-start-tex.
16349         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
16351         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
16353 2000-09-28  Dave Love  <fx@gnu.org>
16355         * eshell/eshell.el (eshell) <defgroup>: Add :version.
16357 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
16359         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
16360         `append'.
16362 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
16364         * info.el (Info-extract-pointer): Undo last change.
16365         Instead, fix the position of the `bound' arg to re-search-backward.
16367 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
16369         * info.el (Info-extract-pointer):
16370         Widen more carefully, to avoid finding pointers in other nodes.
16371         (Info-index): Use push.
16373 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
16375         * frame.el (set-frame-font): Remove call to obsolete function
16376         frame-update-faces.
16377         (set-foreground-color, set-background-color): Likewise for
16378         frame-update-face-colors.
16380 2000-09-27  Miles Bader  <miles@gnu.org>
16382         * image-file.el: New file.
16384 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
16386         * frame.el (frame-notice-user-settings): Don't call
16387         frame-update-faces, which is a no-op now.
16389         * ediff-wind.el (ediff-control-frame-parameters): Add zero
16390         tool-bar-lines.
16392 2000-09-27  Dave Love  <fx@gnu.org>
16394         * mouse.el: Fix last change.
16396 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
16398         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
16400 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
16402         * international/quail.el (quail-help): The output message is
16403         improved.
16405 2000-09-26  Dave Love  <fx@gnu.org>
16407         * mouse.el (popup-menu): If POSITION is nil, set it using
16408         mouse-position.
16410 2000-09-25  Sam Steingold  <sds@gnu.org>
16412         * net/browse-url.el (browse-url-file-url): Check for null maps.
16414 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
16416         * frame.el (frame-notice-user-settings): Don't add a
16417         tool-bar-lines frame parameter to default-frame-alist in batch mode.
16419         * frame.el (frame-notice-user-settings):
16420         Make tool-bar-mode and default-frame-alist consistent.
16422         * toolbar/tool-bar.el (tool-bar-help): New function.
16424 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
16426         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
16427         current-load-list in top-level forms.  Else this leaks a cons cell
16428         every time a defun is called.
16430         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
16432 2000-09-25  Dave Love  <fx@gnu.org>
16434         * startup.el (fancy-splash-head): Check XPM is available.
16436         * autoinsert.el (auto-insert): Doc fix.
16437         (auto-insert-alist): Following GNU notices, don't say `copyright
16438         _by_'.  Use line-beginning-position.
16439         (auto-insert): Check buffer-file-name is non-nil before use.
16441 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
16443         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
16444         starting with `@def' or `@multitable', in addition to ones
16445         specified by the user in auto-fill-inhibit-regexp.
16447 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
16449         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
16450         rmail-dont-reply-to-names matches the empty string.
16452 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
16454         * startup.el (command-line-1, fancy-splash-text): Change the
16455         text to sound more friendly.
16457 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
16459         * progmodes/hideshow.el: Update author email address.
16460         Generally, sync w/ maintainer version 5.22.
16461         (hs-hide-all-non-comment-function): New var.
16462         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
16463         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
16464         (hs-show-region): Delete this command.
16465         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
16467 2000-09-22  Dave Love  <fx@gnu.org>
16469         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
16470         (hl-line-highlight): Specify buffer when moving overlay.
16472         * progmodes/fortran.el (fortran-mode): Locally set
16473         normal-auto-fill-function.
16474         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
16475         (fortran-mode-map): Adjust auto-fill menu entry.
16477 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
16479         * vc-rcs.el (toplevel): Require `vc' when compiling.
16481         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
16483 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
16485         * vc.el (vc-switch-backend): Signal an error if the file is not
16486         registered under the new backend.
16488         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
16489         without explicit revision number.
16491 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
16493         * diff-mode.el (diff-file-header-face): Reset to its previous value.
16494         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
16495         (diff-xor): New function.
16496         (diff-find-source-location): Use it.  Fix a stupid name clash.
16497         (diff-hunk-status-msg): New function.
16498         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
16499         (diff-test-hunk): Use diff-find-source-location.
16500         (diff-goto-source): Favor the `reverse'.
16501         (diff-hunk-text): Properly handle one-sided context diffs.
16502         (diff-apply-hunk): When done, advance to the next hunk.
16504 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
16506         * startup.el (command-line): If frame was created with a non-zero
16507         tool-bar-lines parameter, switch tool-bar-mode on.
16509         * add-log.el (change-log-date-face, change-log-name-face)
16510         (change-log-email-face, change-log-file-face)
16511         (change-log-list-face, change-log-conditionals-face)
16512         (change-log-function-face, change-log-acknowledgement-face):
16513         New faces, inheriting from font-lock faces.
16514         (change-log-font-lock-keywords): Use them.
16516 2000-09-21  Dave Love  <fx@gnu.org>
16518         * progmodes/cperl-mode.el (top-level): Clean up
16519         `eval-when-compile's and assorted defvars.
16520         (cperl-invalid-face): Don't double-quote value.  Change custom
16521         type.
16522         (cperl-mode): Set normal-auto-fill-function and don't zap
16523         auto-fill-function.
16524         (cperl-imenu--function-name-regexp-perl): Renamed from
16525         imenu-example--function-name-regexp-perl.
16526         (cperl-imenu--create-perl-index): Renamed from
16527         imenu-example--create-perl-index.
16528         (cperl-xsub-scan): Don't require cl.
16530         * msb.el (msb-mode-map): Use substitute-key-definition.
16531         (msb-mode): Use msb-mode-map.
16533 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
16535         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
16536         New functions.
16537         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
16538         (vc-switch-backend): New function.
16539         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
16540         (vc-register): Fix prompt.
16541         (vc-unregister, vc-default-unregister): New functions.
16542         (vc-version-diff): Handle empty buffer in sentinel.
16544         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
16545         (vc-rcs-state-heuristic): Use it to guess the state of files with
16546         non-strict locking.
16547         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
16548         been set with -b, but not created yet.
16549         (vc-rcs-fetch-master-state): With non-strict locking, compare file
16550         contents in order to find the state.
16551         (vc-rcs-checkin): Allow creation of branches with no changes.
16552         (vc-rcs-unregister, vc-rcs-receive-file)
16553         (vc-rcs-set-non-strict-locking): New functions.
16555         * vc-hooks.el (vc-name): Force correct computation of the value
16556         in case it is missing.
16558 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
16560         * startup.el (fancy-splash-tail): Use a different foreground
16561         color on a dark frame background.
16563 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
16565         * info.el: Use the correct capitalization when making Info-mode
16566         and Info-edit-mode `special' modes.
16568 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
16570         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
16571         (diff-mode): Add support for add-log.el.
16572         (diff-hunk-text): Use char offsets rather than line offsets.
16573         (diff-find-source-location): Replace LINE with line-offset (nil
16574         if not found) and always set POS to a meaningful position.
16575         Adapt to the new char-offsets.
16576         (diff-apply-hunk): Drop support for the unused `select' POPUP.
16577         Adapt to the new diff-find-source-location.
16578         (diff-goto-source): Adapt to the new diff-find-source-location.
16580         * add-log.el (add-log-file-name): New function (split out of
16581         add-change-log-entry).
16582         (add-change-log-entry): Use it.
16583         Call add-log-file-name-function with the changelog file name if
16584         the current buffer is not associated with any file.
16585         Avoid find-file if the selected window is dedicated.
16587         * diff-mode.el (diff-find-source-location):
16588         Move code from diff-apply-hunk.  Return buffer rather than file.
16589         (diff-apply-hunk): Use the new result from  diff-find-source-location.
16590         (diff-goto-source): Use the new diff-find-source-location.
16592 2000-09-20  Dave Love  <fx@gnu.org>
16594         * iswitchb.el: Some doc fixes.
16595         (iswitchb-mode-map): Define completely initially.  Inherit
16596         minibuffer-local-map.
16597         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
16598         fundamental-mode.
16599         (iswitchb-global-map): New variable.
16600         (iswitchb-summaries-to-end): Amalgamate regexps.
16601         (iswitchb-mode): New.
16602         (iswitchb-mode-hook): New variable.
16603         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
16604         `extensions'.
16606 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
16608         * ehelp.el (electric-help): New defgroup.
16609         (electric-help-shrink-window): New user-option.
16610         (with-electric-help): Use it.
16612         * window.el (shrink-window-if-larger-than-buffer): If face
16613         `mode-line' has a :box, and we're on a graphical frame, add 1
16614         to the needed window height.
16616         * frame.el (frame-notice-user-settings): Add a last parameter nil
16617         to a call to `append', because the last list passed to `append' is
16618         not copied, and so subsequent calls to assq-delete-all will modify
16619         default-frame-alist.
16621         * startup.el (fancy-splash-image): Change :type.
16622         (fancy-splash-head): Use an XBM image if appropriate.
16623         (command-line-1): Show splash screens in more cases.
16625         * startup.el (fancy-splash-text): Don't quote faces.
16627         * dired.el (dired-font-lock-keywords): Undo last change.
16628         (dired-readin): Bind indent-tabs-mode to nil.
16630         * startup.el (fancy-splash-head): If frame's background mode
16631         is `dark', change the black background of the image to gray.
16632         (fancy-splash-screens): Display startup echo area message.
16633         (display-startup-echo-area-message): New function.
16635 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
16637         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
16639         * info.el (info-header-node): Tweak for color ttys.
16641         * faces.el (face-valid-attribute-values): Make sure directories we
16642         search for stipples both exist and are readable before trying to
16643         search them.
16645         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
16646         in the dry-run case.
16648         * jka-compr.el (with-auto-compression-mode): New macro.
16650         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
16651         (custom-group-tag-face, custom-variable-tag-face): Use relative
16652         :height and inherit from `variable-pitch' face instead of
16653         hardwiring :family.
16654         * hi-lock.el (hi-black-hb): Likewise.
16656         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
16657         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
16658         toolbar-add-item, if image doesn't have a mask add a `:mask
16659         heuristic'.
16661 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
16663         * diff-mode.el: Docstring fixes.
16664         (diff-header-face, diff-comment-face): New faces.
16665         (diff-font-lock-keywords): Highlight a bit differently.
16666         (diff-find-source-location): Don't return SPAN any more.
16667         (diff-hunk-text): Don't bother erasing the temp buffer.
16668         (diff-find-text): Drop argument LINE.
16669         (diff-apply-hunk): Update calls to diff-find-text.
16670         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
16672         * calendar/calendar.el: Docstring fixes.
16673         (calendar-make-alist): Don't quote lambda.
16674         (calendar-star-date): Use make-local-variable.
16676 2000-09-19  Dave Love  <fx@gnu.org>
16678         * toolbar/tool-bar.el: Renamed from toolbar.el.
16679         Change `toolbar' to `tool-bar' generally in symbols.
16680         Make some items invisible in `special' major modes.
16681         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
16682         Add arg PROPS.
16684         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
16685         Add :version here.
16686         (fancy-splash-delay, fancy-splash-image): Remove :version here.
16688 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
16690         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
16692         * files.el (find-file-suppress-same-file-warnings): New user-option.
16693         (find-file-noselect): Use it.
16695         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
16696         (fancy-splash-screen): Defgroup.
16698         * add-log.el (change-log-font-lock-keywords): Match names
16699         more exactly for the case that font-lock-constant-face is
16700         underlined.
16702 2000-09-19  Richard M. Stallman  <rms@gnu.org>
16704         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
16706 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
16708         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
16710 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
16712         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
16713         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
16714         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
16715         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
16716         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
16717         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
16718         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
16719         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
16720         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
16721         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
16722         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
16723         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
16725         * startup.el (fancy-splash-text): New variable.
16726         (fancy-splash-delay, fancy-splash-image): New user-options.
16727         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
16728         (fancy-splash-screens): New functions.
16729         (command-line-1): If display has a `display' frame parameter, has
16730         colors, and we have XPM support, show more fancy splash screens.
16732 2000-09-19  Dave Love  <fx@gnu.org>
16734         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
16735         with null `help'.  Use modern backquote syntax.
16737 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
16739         * font-lock.el (font-lock-mode): Change message telling the user
16740         that ``the buffer is too big''.
16742         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
16743         for instance for the case that tab-width is 2.
16745 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
16747         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
16748         toolbar-add-item, if image doesn't have a mask add a `:mask
16749         heuristic'.
16751 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
16753         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
16754         and return a cons if it's non-nil.
16755         (diff-apply-hunk): Try to jump to the line in the source text
16756         corresponding to the position of point in the in the hunk.
16758         * info.el (Info-title-3-face, Info-title-2-face)
16759         (Info-title-1-face): Use face inheritance and relative sizes
16760         instead of hard-wiring things.
16762         * faces.el (secondary-selection): Make dark-background variant sane.
16764 2000-09-16  Andrew Innes  <andrewi@gnu.org>
16766         * makefile.w32-in (compile-files-CMD): No need to make .elc files
16767         read-only, since they aren't under VC now.
16769 2000-09-17  Dave Love  <fx@gnu.org>
16771         * tmm.el: Replace mapcar with mapc in several places.
16773         * loadhist.el (unload-feature): Maybe call elp-restore-list and
16774         ad-unadvise.
16776         * international/latin1-disp.el: New file.
16778         * calendar/cal-move.el (scroll-calendar-left)
16779         (scroll-calendar-right): Make arg optional (for active mode line).
16781         * calendar/calendar.el (calendar-mode-line-format): Make fields
16782         mouse-sensitive.
16783         (calendar-read-date, calendar-read-date, calendar-window-list):
16784         Unquote lambda.
16785         (calendar-month-name): Use aref, not sref.
16787         * view.el (minor-mode-alist): Propertize the string.
16789         * international/characters.el (standard-case-table): Add entries
16790         for Greek.
16792 2000-09-18  Miles Bader  <miles@gnu.org>
16794         * info.el (info-node, info-xref): Add dark-background variants.
16796         * faces.el (header-line): Change defaults to be less confusing
16797         when mixed with mode-lines.
16799         * info.el (Info-fontify-node): Make a few cleanups.
16800         Add extra `help-echo' and `local-map' props to node xrefs.
16801         Use header-specific faces for node-names & xrefs.
16802         (Info-use-header-line): New variable.
16803         (info-header-xref, info-header-node): New faces.
16804         (Info-setup-header-line): New function.
16805         (Info-select-node): Call Info-setup-header-line when enabled.
16806         (Info-extract-pointer): Work even if the header line is hidden.
16807         (Info-header-line): New variable.
16809 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
16811         * vms-patch.el (print-region-function): Don't quote lambda.
16813         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
16815         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
16816         (lm-get-header-re): Allow spaces between the header and the colon.
16817         (lm-header): Allow $ in non-RCS headers.
16818         (lm-header-multiline): Put the strings back into order.
16819         Stop at an empty line.  Don't require two space chars if the
16820         line is clearly not another header line.
16822         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
16823         (popup-menu-popup): Remove.
16825 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
16827         * toolbar/toolbar.el (toolbar-add-item): Use the same image
16828         specification if or if not tool-bar item contains an `:enabled'
16829         property.
16831         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
16832         current buffer has no file name.
16834 2000-09-15  Dave Love  <fx@gnu.org>
16836         * strokes.el: Sync with maintainer's current version with changes
16837         for Emacs, but avoid runtime cl and levents.
16838         (toplevel):  Change autoloads and compilation requires.
16839         (strokes-version, strokes-bug-address, strokes-lift): Values
16840         changed.
16841         (strokes-xpm-header, strokes-insinuated): New variable.
16842         (strokes): Add :link.
16843         (strokes-mode): Customized.
16844         (strokes-while-inhibiting-garbage-collector): New macro.
16845         (strokes-remassoc): Avoid remove-if.
16846         (strokes-fix-button2-command): Don't use ad-do-it.
16847         (strokes-insinuate): New function.
16848         (strokes-button-press-event-p, strokes-button-release-event-p):
16849         New functions, used instead of non-`strokes-' versions..
16850         (strokes-mouse-event-p): Rewritten.
16851         (strokes-event-closest-point): Avoid event-point.
16852         (strokes-get-grid-position): Avoid cdadr, caadr
16853         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
16854         functions.
16855         (strokes-help): Use with-output-to-temp-buffer.
16856         (strokes-window-configuration-changed-p): New function.
16857         (strokes-update-window-configuration): Use buffer-live-p,
16858         strokes-window-configuration-changed-p.
16859         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
16860         (strokes-char-face): New face.
16861         (strokes-char-table, strokes-base64-chars): New variable.
16862         (strokes-xpm-for-stroke, strokes-list-strokes)
16863         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
16864         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
16865         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16866         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
16867         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
16868         functions.
16870 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
16872         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
16874         * image.el (create-image): Doc fix.
16876         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
16877         instead of `:heuristic-mask t'.
16879 2000-09-14  Andrew Innes  <andrewi@gnu.org>
16881         * makefile.w32-in: Revert to Unix line endings.
16883 2000-09-14  Andrew Innes  <andrewi@gnu.org>
16885         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
16886         when installing.
16888         * makefile.nt (DONTCOMPILE): Fix typo.
16890         * shell.el (shell-write-history-on-exit): New function.
16891         (shell-dumb-shell-regexp): New custom variable.
16892         (shell-mode): Make shell-write-history-on-exit the process
16893         sentinel if shell name matches shell-dumb-shell-regexp.
16895         * w32-fns.el: Comment out before-init-hook function which resets
16896         source-directory based; this breaks bootstrap.
16898 2000-09-14  Dave Love  <fx@gnu.org>
16900         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
16901         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
16902         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
16903         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
16904         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
16905         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
16906         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
16907         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
16908         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
16910         * toolbar/toolbar.el: New.
16912         * subdirs.el: Add toolbar.
16914 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
16916         * indent.el (indent-for-tab-command): Doc fix.
16918 2000-09-14  Alex Schroeder  <alex@gnu.org>
16920         * ansi-color.el (ansi-colors): Doc change.
16921         (ansi-color-get-face): Simplified regexp.
16922         (ansi-color-faces-vector): Added more faces, doc change.
16923         (ansi-color-names-vector): Doc change.
16924         (ansi-color-regexp): Simplified regexp.
16925         (ansi-color-parameter-regexp): New regexp.
16926         (ansi-color-filter-apply): Doc change.
16927         (ansi-color-filter-region): Doc change.
16928         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
16929         deal with zero length parameters.
16930         (ansi-color-apply-on-region): Doc change.
16931         (ansi-color-map): Doc change.
16932         (ansi-color-map-update): Removed debugging message.
16933         (ansi-color-get-face-1): Added condition-case to trap
16934         args-out-of-range errors.
16935         (ansi-color-get-face): Doc change.
16936         (ansi-color-make-face): Removed.
16937         (ansi-color-for-shell-mode): New option.
16939 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
16941         * international/quail.el (quail-start-translation): Translate KEY
16942         if necessary even if it doesn't have any mapping in the current
16943         input method.
16944         (quail-start-conversion): Likewise.
16945         (quail-help): The output message is improved.
16947 2000-09-13  Miles Bader  <miles@gnu.org>
16949         * comint.el (comint-output-filter): Revert to using
16950         `insert-before-markers'.  Add bletcherous hack to undo damage
16951         caused by `insert-before-markers'.  Put `front-sticky' property on
16952         overlays created here so that the field code understands how the
16953         overlay works.  Use a let when making comint-last-prompt-overlay,
16954         so that the code is easier to read.
16956 2000-09-13  Dave Love  <fx@gnu.org>
16958         * wid-edit.el (widget-default-format-handler): DTRT when
16959         doc-property is a function.
16961 2000-09-12  Francesco Potorti`  <pot@gnu.org>
16963         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
16964         filed name if it's not there.
16966 2000-09-12  Dave Love  <fx@gnu.org>
16968         * simple.el (read-mail-command): Doc fix.
16969         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
16971         * vc.el (vc-dired-listing-switches): Fix :version.
16973         * vc-hooks.el: Doc fixes.
16975         * subr.el (add-minor-mode): Use toggle-fun arg.
16977         * speedbar.el: Add :version to several defcustoms.
16979         * imenu.el (imenu--truncate-items, imenu--cleanup)
16980         (imenu--generic-function): Avoid mapcar.
16981         (imenu--replace-spaces): Function removed.
16982         (imenu--completion-buffer): Use subst-char-in-string.
16983         (imenu-add-to-menubar): Use keymap inheritance.
16985 2000-09-12  Miles Bader  <miles@gnu.org>
16987         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
16988         (diff-mode-map): Bind `diff-test-hunk'.
16989         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
16991 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
16993         * bytecomp.el (byte-compile-defvar): Undo last change
16994         because it breaks '(make-variable-buffer-local (defvar ...)'
16995         which is used at least in dired.
16997 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
16999         * international/quail.el (quail-define-package): Docstring
17000         modified.
17002 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
17004         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
17005         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
17006         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
17007         docstring of "chinese-py".
17009         * international/quail.el (quail-translation-docstring): New
17010         variable.
17011         (quail-show-keyboard-layout): Docstring modified.
17012         (quail-select-current): Likewise.
17013         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
17014         infinite recursive call.
17015         (quail-help): Check quail-translation-docstring.  Format of the
17016         output changed.
17017         (quail-help-insert-keymap-description): Adjusted for the above
17018         change.
17020 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
17022         * bytecomp.el (byte-compile-defvar): Only cons onto
17023         current-load-list in top-level forms.  Else this leaks a cons cell
17024         every time a defun is called.
17026 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
17028         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
17029         Now understands non-unified diffs.  Some functionality moved into
17030         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
17031         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
17032         modify anything.  Only reposition point in the patched file if the
17033         patch succeeds.  Only pop up another window if POPUP is true.
17034         Emit a message describing what happened if successful, and at what
17035         line-offset.  Automatically detect reversed hunks and do something
17036         appropriate.
17037         (diff-hunk-text, diff-find-text): New functions.
17038         (diff-filter-lines): Function removed.
17039         (diff-test-hunk): New function.
17040         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
17042 2000-09-10  Dave Love  <fx@gnu.org>
17044         * textmodes/tildify.el: Minor doc/commentary fixes.
17045         (tildify) <defgroup>: Add :version.
17047         * faces.el (face-x-resources): Make custom type more specific.
17048         (frame-background-mode): Use mapc.
17049         (region) <defcustom>: Add :version.
17051 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
17053         * vc-sccs.el (vc-sccs-register):
17054         * vc-rcs.el (vc-rcs-register):
17055         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
17056         * vc.el (vc-register): Clear file's properties.
17058 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
17060         * faces.el (face-spec-set): Only face-spec-reset-face when
17061         ATTRS is non-nil.
17063 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
17065         * help.el (help-insert-xref-button): Fix a typo in doc string.
17067 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
17069         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
17070         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
17071         methods.
17073         * menu-bar.el (read-mail-item-name): New function.
17074         (menu-bar-tools-menu): Use it to compute and display the package
17075         used to read email.
17076         (menu-bar-tools-menu): Fix typo in GUD's help string.
17078 2000-09-07  Dave Love  <fx@gnu.org>
17080         * diff-mode.el (diff-mouse-goto-source): New function.
17082         * vc-sccs.el: Doc fixes.
17083         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
17085         * vc-rcs.el: Doc fixes.
17086         (vc-rcs-register-switches, vc-rcs-checkin-switches)
17087         (vc-rcs-checkout-switches, vc-rcs-header)
17088         (vc-rcs-master-templates): Add or change :version.
17090         * vc-cvs.el: Doc fixes.
17091         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
17092         (vc-cvs-stay-local): Add :version.
17094         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
17096 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
17098         * international/quail.el (quail-help): Fix previous change.
17100 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
17102         * faces.el (color-values): Doc fix.
17104         * faces.el (frame-set-background-mode): Use frame-parameter
17105         instead of frame-parameters.
17107         * frame.el (filtered-frame-list): Reduce consing.
17108         (frames-on-display-list): Call frame-parameter instead of
17109         frame-parameters.
17111 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
17113         * language/devan-util.el (devanagari-to-indian-region): In the
17114         loop, change the following char, not preceding char.
17116 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
17118         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
17119         instead of frame-parameters.
17121         * faces.el (set-face-attribute): Simplify by calling
17122         internal-set-lisp-face-attribute with FRAME being 0.
17124         * vc.el: Remove `Id' version control keyword.
17126 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
17128         * help.el (help-make-xrefs): Adjusted for the change of
17129         help-xref-mule-regexp.
17130         (help-insert-xref-button): New function.
17132         * international/mule-cmds.el (help-xref-mule-regexp-template):
17133         Include the pattern for character set.
17134         (leim): New group.
17136         * international/quail.el: Don't require face.
17137         (quail): New group.
17138         (quail-other-command): Dummy command to make quail-help work better.
17139         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
17140         (quail-keyboard-layout-substitution): New variable.
17141         (quail-update-keyboard-layout): New function.
17142         (quail-keyboard-layout-type): New customizable variable.
17143         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
17144         (quail-keyboard-translate): Pay attention to
17145         quail-keyboard-layout-substitution.
17146         (quail-insert-kbd-layout): New function.
17147         (quail-show-keyboard-layout): New function.
17148         (quail-get-translation): If the definition is a vector of length
17149         1, and the element is a string of length 1, return the character
17150         in that string.
17151         (quail-update-current-translations): Fix the case of
17152         relative-index out of range.
17153         (quail-build-decode-map, quail-insert-decode-map): New Functions.
17154         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
17155         Show key sequences for all available characters.
17156         (quail-help-insert-keymap-description): Don't show such verbose
17157         key bindings as quail-self-insert-command.
17159         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
17160         Format changed, and each element now have extra documentations.
17161         (tit-process-header): Delete invalid characters from TIT-PROMPT.
17162         Adjusted for the change of quail-cxterm-package-ext-info.
17164 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
17166         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
17167         requiring it leads to a recursive loading of vc.el and vc-hooks.el
17168         during bootstrap.
17170 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
17172         * vc.el: (toplevel): Don't require `dired' at run-time.
17173         (vc-dired-resynch-file): Remove autoload cookie.
17175 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
17177         * vc.el: Made several backend functions optional.
17178         (vc-default-responsible-p): New function.
17179         (vc-merge): Use RET for first version to trigger merge-news, not
17180         prefix arg.
17181         (vc-annotate): Handle backends that do not support annotation.
17182         (vc-default-merge-news): Removed.  The existence of a merge-news
17183         implementation is now checked on caller sites.
17185         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
17186         case.
17188         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
17189         special case that has been removed from the default in vc-hooks.el.
17191 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
17193         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
17195 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
17197         * vc-hooks.el: Require vc during compilation.
17198         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
17199         macro `with-vc-properties' in vc.el.
17200         (vc-file-getprop): Doc fix.
17201         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
17203         * vc.el: Require dired-aux during compilation.
17204         (vc-name-assoc-file): Moved to vc-sccs.el.
17205         (with-vc-properties): New macro.
17206         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
17207         vc-finish-steal): Use it.
17208         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
17209         to the backend-specific function is now supposed to do the checkout,
17210         too.
17211         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
17213         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
17214         set file properties; that gets done in the generic code now.
17216         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
17217         Changed parameter list, added code from vc.el that does the
17218         checkout, possibly with a double-take.
17220         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
17221         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
17222         the above under the new name.
17223         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
17224         parameter list, added checkout command.
17225         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
17226         properties; that gets done in the generic code now.
17228 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
17230         * vc.el: Docstring fixes (courtesy of checkdoc).
17232 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
17234         * vc.el (vc-checkout-writable-buffer-hook)
17235         (vc-checkout-writable-buffer): Remove.
17236         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
17237         (vc-log-mode): Make it into a clean derived major mode.
17238         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
17239         vc-log-mode if log-edit is not available.
17240         (vc-dired-mode-map): Don't set-keymap-parent yet.
17241         (vc-dired-mode): Do set-keymap-parent here.
17242         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
17244 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
17246         * faces.el (set-face-attribute, face-spec-reset-face)
17247         (face-spec-set): Avoid consing by removing calls to `apply'.
17249         * frame.el (frame-parameter): Move to C code.
17251 2000-09-05  Dave Love  <fx@gnu.org>
17253         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
17254         insert-before-markers-and-inherit.  Now checked systematically!
17256 2000-09-05  Alex Schroeder  <alex@gnu.org>
17258         * sql.el (sql-postgres): Use sql-postgres-options.
17259         (sql-postgres-options): New variable.
17261 2000-09-05  Alex Schroeder  <alex@gnu.org>
17263         * sql.el (sql-mode-menu): Work around missing variable mark-active
17264         in XEmacs.
17265         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
17266         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
17267         compatibility.
17269 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
17271         * vc.el (vc-dired-resynch-file): Add autoload cookie.
17273         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
17275         * Makefile.in (DONTCOMPILE): Fix typo in file name.
17277 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17279         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
17280         don't support anything else under SCCS yet.
17282         * vc-hooks.el: Minor doc fixes.
17284 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17286         * vc.el (vc-next-action-on-file): Do not visit the file if it's
17287         not necessary.  If verbose in state `needs-patch', do the same as
17288         under `up-to-date'.  When NOT verbose and `needs-patch', check out
17289         latest version instead of `merge-news'.
17290         (vc-next-action-dired): Don't mess with default-directory here; it
17291         breaks other parts of dired.  It is the job of the
17292         backend-specific functions to adjust it temporarily if they need it.
17293         (vc-next-action): Remove a special CVS case.
17294         (vc-clear-headers): New optional arg FILE.
17295         (vc-checkin, vc-checkout): Set properties vc-state and
17296         vc-checkout-time properly.
17297         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
17298         (vc-print-log): Use new backend function `show-log-entry'.
17299         (vc-cancel-version): Do the checks in a different order.  Added a
17300         FIXME concerning RCS-only code.
17302         * vc-rcs.el (vc-rcs-show-log-entry): New function.
17303         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
17305         * vc-cvs.el (vc-cvs-show-log-entry): New function.
17307         * vc-hooks.el (vc-default-mode-line-string): Show state
17308         `needs-patch' as a `-' too.
17310 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17312         * vc.el (vc-responsible-backend): New optional arg REGISTER.
17313         (vc-default-could-register): New function.
17314         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
17315         (vc-resynch-buffer): Call vc-dired-resynch-file.
17316         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
17317         vc-resynch-buffer instead of vc-resynch-window.
17318         (vc-next-action-dired): Don't redisplay here, that gets done as a
17319         result of the individual file operations.
17320         (vc-retrieve-snapshot): Corrected prompt order.
17322         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
17324         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
17325         as well.
17326         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
17327         hostname regexps.  Updated all callers.
17328         (vc-cvs-responsible-p): Handle directories as well.
17329         (vc-cvs-could-register): New function.
17330         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
17331         properties up-to-date.
17333         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
17334         user whether to create one.
17336 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17338         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
17339         check out a non-existing file.
17341         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
17342         workfile does not exist.
17344         * vc.el (vc-version-diff): Use `require' to check for existence of
17345         diff-mode.
17347 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17349         * vc-cvs.el (vc-cvs-registered): Use new function
17350         vc-cvs-parse-entry to do the actual work.
17352 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17354         * vc-hooks.el (vc-find-backend-function): If function doesn't
17355         exist, return nil instead of error.
17356         (vc-call-backend): Doc fix.
17358         * vc.el (vc-do-command): Doc fix.
17359         (vc-finish-logentry): When checking in from vc-dired, choose the
17360         right backend for logentry check.
17361         (vc-dired-mode-map): Inherit from dired-mode-map.
17362         (vc-dired-mode): Local value of dired-move-to-filename-regexp
17363         simplified.
17364         (vc-dired-state-info): Removed, updated caller.
17365         (vc-default-dired-state-info): Use parentheses instead of hyphens.
17366         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
17367         (vc-dired-listing-switches): New variable.
17368         (vc-directory): Use it, instead of dired-listing-switches.
17370         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
17371         (vc-cvs-dir-state): New function.
17372         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
17373         (vc-cvs-parse-entry): New function, also to be used in
17374         vc-cvs-registered.
17376 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17378         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
17379         *or* single-window-frames.
17381 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17383         * vc.el (vc-update-changelog): Split into generic part and default
17384         implementation.  Doc string adapted.
17385         (vc-default-update-changelog): New function.  Call the `rcs2log'
17386         script in exec-directory, to fix a long-standing nuisance.
17388         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
17389         simply signals an error.
17391 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17393         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
17394         control-flow more clear and to avoid running `cvs' twice.
17396         * vc.el (vc-next-action-on-file): Doc fix.
17397         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
17398         (vc-print-log): Eval `file' before constructing the continuation.
17400 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17402         * vc.el (vc-next-action-on-file): Corrected several messages.
17403         (vc-merge): Add prefix arg `merge-news'; handle it.
17405         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
17406         is not reached.  It is.
17407         (vc-cvs-merge): Set state to 'edited after merge.
17408         (vc-cvs-merge-news): Set workfile version to nil if not known.
17409         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
17411         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
17412         via stdout. (Merge from main line.)
17414 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17416         * vc.el (vc-finish-logentry): Thinko in the "same comment"
17417         detection.
17419 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17421         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
17422         against kill-all-local-variables.
17423         (vc-log-edit): Don't save vc-parent-buffer any more.
17424         (vc-last-comment-match): Initialize to an empty string.
17425         (vc-post-command-functions): New hook.
17426         (vc-do-command): Run it.
17427         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
17428         (vc-finish-logentry): Only add the comment to the ring if it's
17429         different from the last comment entered.
17430         (vc-new-comment-index): New function.
17431         (vc-previous-comment): Use it.  Make the minibuffer message
17432         slightly less terse.
17433         (vc-comment-search-reverse): Make it work forward as well.  Don't
17434         set vc-comment-ring-index if no match is found.  Use
17435         vc-new-comment-index.
17436         (vc-comment-search-forward): Use vc-comment-search-reverse.
17437         (vc-dired-mode-map): Don't inherit from dired-mode-map since
17438         define-derived-mode will do it for us.  Bind `v' to a keymap that
17439         inherits from vc-prefix-map so that we can bind `vt' without
17440         binding C-x v t.
17441         (vc-retrieve-snapshot): Parenthesis typo.
17443         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
17444         to 1.  Make sure to switch to *vc* before looking for an error
17445         message.  Use vc-parse-buffer.
17447 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17449         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
17450         and NAME.
17451         (vc-retrieve-snapshot): Split into two parts.
17452         (vc-default-retrieve-snapshot): New function.
17454         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
17455         (vc-cvs-retrieve-snapshot): New function (untested).
17456         (vc-cvs-stay-local): Default to t.
17457         (vc-cvs-remote-p): New function and property.
17458         (vc-cvs-state): Stay local only if the above is t.
17459         (vc-handle-cvs): Removed.
17460         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
17461         done via vc-handled-backends now.
17462         (vc-cvs-header): Escape Id.
17464 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17466         * vc.el (vc-do-command): Remove unused commands.
17467         (vc-version-diff): Make sure default-directory ends with a slash.
17468         Move the window commands into a vc-exec-after.
17469         (vc-print-log): Move more of the code into the `vc-exec-after'.
17471 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17473         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
17474         (vc-print-log): Search current revision from beginning of buffer.
17475         (vc-revert-buffer): Clear echo area after the diff is finished.
17476         (vc-prefix-map): Removed definition of "t" for terse display in vc
17477         dired.
17478         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
17479         definition of "vt" for terse display.
17480         (vc-dired-mode): Fix dired-move-to-filename-regexp.
17482 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17484         * vc.el (vc-exec-after): Avoid caddr.
17486 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17488         * vc.el (vc-exec-after): New function.
17489         (vc-do-command): Use it to add a termination message for async
17490         procs.
17491         (vc-checkout): Try to handle a missing-backend situation.
17492         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
17493         of a directory with a backend using async diffs.
17494         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
17495         present.
17497         * vc-sccs.el (vc-sccs-state-heuristic): Use
17498         file-ownership-preserved-p.
17500         * vc-rcs.el (vc-rcs-state-heuristic): Use
17501         file-ownership-preserved-p.
17502         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
17504 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17506         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
17507         vc-do-command.
17509         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
17510         when there are no changes.
17512 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17514         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
17516         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
17518 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17520         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
17522         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
17523         the `fset' outside of the defvar so that it works even if
17524         vc-prefix-map was already defined.
17525         (vc-setup-buffer): New function, split out of vc-do-command.
17526         (vc-do-command): Allow BUFFER to be t to mean `just use the
17527         current buffer without any fuss'.
17528         (vc-version-diff): Change the `diff' backend operation to just put
17529         the diff in the current buffer without erasing it.  Always use
17530         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
17531         shrink-window-if-larger-than-buffer.
17532         (vc-print-log): Change the `print-log' backend operation to just
17533         put the log in the current buffer without erasing it.  Protect
17534         shrink-window-if-larger-than-buffer.
17535         (vc-update-change-log): Fix setd typo.
17537         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
17538         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
17540         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
17541         (vc-rcs-diff): Insert in the current buffer and remove unused arg
17542         CMP.
17544         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
17545         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
17546         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
17548 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17550         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
17551         not possible, use vc-BACKEND-workfile-unchanged-p.
17552         (vc-default-workfile-unchanged-p): New function.  Delegates to a
17553         full vc-BACKEND-diff.
17555         * vc-hooks.el (vc-simple-command): Removed.
17557         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
17558         instead of vc-simple-command.
17559         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
17560         avoid doing a diff when opening a file.
17561         (vc-rcs-state): Added check for unlocked-changes.
17562         (vc-rcs-header): Escape Id.
17563         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
17564         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
17565         version.
17567         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
17568         (vc-sccs-diff): Remove optional arg CMP.
17569         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
17570         SCCS-specific function.
17572         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
17573         vc-simple-command.
17575 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17577         * vc.el (vc-editable-p): Renamed from vc-writable-p.
17578         (with-vc-file, vc-merge): Use vc-editable-p.
17579         (vc-do-command): Remove unused var vc-file and fix the
17580         doubly-defined `status' var.  Add a user message when starting an
17581         async command.
17582         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
17583         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
17584         Use with-current-buffer.
17585         (vc-buffer-sync): Use unless.
17586         (vc-next-action-on-file): If the file is 'edited by read-only,
17587         make it read-write instead of trying to commit.
17588         (vc-version-diff, vc-update-change-log): Use `setq
17589         default-directory' rather than `cd'.
17590         (vc-log-edit): Don't forget to set default-directory in the
17591         buffer.
17593         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
17594         (vc-sccs-state-heuristic): Use file-writable-p instead of
17595         comparing userids.
17596         (vc-sccs-checkout): Use `unless'.
17598         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
17599         of comparing userids.
17600         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
17601         Simplify the logic by eliminating unreachable code.
17602         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
17603         just do a recursive call if we need to retry.
17604         (vc-rcs-checkout): Handle the case where rcs is missing by making
17605         the buffer read-write if requested and re-signalling the error.
17607         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
17609 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17611         * vc-hooks.el (vc-handled-backends): Docstring change.
17612         (vc-ignore-vc-files): Mark obsolete.
17613         (vc-registered): Check vc-ignore-vc-files.
17614         (vc-find-file-hook, vc-file-not-found-hook): Don't check
17615         vc-ignore-vc-files.
17617         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
17619 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17621         * vc.el (vc-checkout): Don't do anything special for ange-ftp
17622         files since ange-ftp already has vc-registered return nil.
17624         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
17625         (vc-sccs-workfile-version): Use with-temp-buffer and new
17626         vc-parse-buffer and don't bother setting the property.
17627         (vc-sccs-add-triple): Use with-current-buffer and
17628         find-file-noselect.
17629         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
17631         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
17632         derives from the old vc-parse-buffer but uses the revision number
17633         rather than the date (much easier to compare robustly).
17634         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
17635         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
17636         locking-user more directly.  Check strict locking and set
17637         checkout-model appropriately.
17638         (vc-rcs-parse-locks): Remove.
17639         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
17640         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
17641         (vc-rcs-system-release): Use with-current-buffer and
17642         vc-parse-buffer.
17643         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
17645         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
17646         (vc-simple-command): Docstring fix.
17647         (vc-registered): Align the way the file-handler is called with the
17648         way the function itself works.
17649         (vc-file-owner): Remove.
17651         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
17652         extraction of fields and call to file-attributes because of a
17653         temporary bug in rcp.el.
17654         (vc-cvs-fetch-status): Use with-current-buffer.
17656 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17658         * vc.el (vc-do-command): Use file-relative-name.
17659         (vc-responsible-backend): Use vc-backend if possible.
17660         (vc-create-snapshot): Improve the `interactive' spec. Add support
17661         for branches and dispatch to backend-specific `create-snapshot'.
17662         (vc-default-create-snapshot): New function, containing the bulk of
17663         the old vc-create-snapshot.
17664         (vc-retrieve-snapshot): Improve the interactive spec.
17666         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
17667         (vc-backend-hook-functions): Remove.
17668         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
17669         (vc-backend): Reintroduce the test for `file = nil' now that I
17670         know why it was there (and added a comment to better remember).
17672         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
17673         code from vc-sccs-hooks.el.
17674         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
17675         'vc anymore.
17676         (vc-sccs-responsible-p): Use expand-file-name instead of concat
17677         and file-directory-p instead of file-exists-p.
17678         (vc-sccs-check-headers): Simplify the regexp.
17680         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
17681         from vc-rcs-hooks.el.  Don't require 'vc anymore.
17682         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
17683         file-directory-p instead of file-exists-p.
17685         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
17686         from vc-cvs-hooks.el.
17687         (proto vc-cvs-registered): Require 'vc-cvs instead of
17688         'vc-cvs-hooks.  Don't require 'vc anymore.
17689         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
17690         file-directory-p instead of file-exists-p.
17691         (vc-cvs-create-snapshot): New function, replacing
17692         vc-cvs-assign-name.
17693         (vc-cvs-assign-name): Remove.
17695 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17697         * vc-cvs.el (vc-cvs-header): New var.
17699         * vc-rcs.el (vc-rcs-exists): Remove.
17700         (vc-rcs-header): New var.
17702         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
17703         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
17704         (vc-sccs-header): New var.
17706         * vc.el (vc-do-command): Get rid of the `last' argument.
17707         (vc-header-alist): Remove, replaced by vc-X-header.
17708         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
17709         (vc-dired-hook): Use expand-file-name instead of concat.
17710         (vc-directory): Use file-name-as-directory.
17711         (vc-snapshot-precondition, vc-create-snapshot)
17712         (vc-retrieve-snapshot): Allow the command to operate on any
17713         directory.
17715         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
17716         just removing the 'WORKFILE argument or by removing the 'MASTER
17717         argument and replacing `file' with (vc-name file).
17719 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17721         * vc.el: Update Copyright and add a crude list of backend funs.
17722         (vc-writable-p): New function.
17723         (with-vc-file): Use vc-writable-p.
17724         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
17725         (vc-register): Avoid vc-name.
17726         (vc-locking-user): Remove.
17727         (vc-steal-lock): Make the `owner' arg non-optional.
17728         (vc-merge): Use vc-writable-p instead of vc-locking-user and
17729         vc-checkout-model.
17730         (vc-default-dired-state-info): Use vc-state instead of
17731         vc-locking-user and return special strings for special states.
17732         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
17733         and get rid of one of the special CVS cases.
17734         (vc-cancel-version): prettify error message with \\[...].
17735         (vc-rename-master): New function.
17736         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
17737         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
17738         the CVS special case generic.
17739         (vc-default-record-rename): Remove.
17740         (vc-file-tree-walk-internal): Only call FUNC for files that are
17741         under control of some VC backend and replace `concat' with
17742         expand-file-name.
17743         (vc-file-tree-walk): Update docstring.
17744         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
17745         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
17747         * vc-sccs.el (vc-sccs-rename-file): Renamed from
17748         vc-sccs-record-rename.  Use `find-file-noselect' rather than
17749         `find-file' and call `vc-rename-master' to do the actual move.
17750         (vc-sccs-diff): Remove unused `backend' variable.
17752         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
17753         to delay loading of vc-sccs until it is really used.
17754         (vc-sccs-master-templates): Preload.
17755         (vc-sccs-state): Update call to vc-sccs-parse-locks.
17756         (vc-sccs-project-dir): Remove (merged into
17757         vc-sccs-search-project-dir).
17758         (vc-sccs-search-project-dir): Rewrite using file name handling ops
17759         rather than `concat', make sure it is preloaded and don't bother
17760         to check that the file actually exists.
17761         (vc-sccs-parse-locks): Remove unused `file' argument, remove
17762         `locks' argument (use buffer's content instead) and eliminate n^2
17763         behavior.
17765         * vc-rcs.el: Update Copyright.
17766         (vc-rcs-rename-file): New function.
17767         (vc-rcs-diff): Remove unused `backend' variable.
17769         * vc-hooks.el: Update Copyright.
17770         (vc-backend): Don't accept a nil argument any more.
17771         (vc-up-to-date-p): Turn into a defsubst.
17772         (vc-possible-master): New function.
17773         (vc-check-master-templates): Use `vc-possible-master' and allow
17774         funs in vc-X-master-templates to return a non-existent file.
17776         * vc-cvs.el: Update Copyright.
17777         (vc-cvs-diff): Remove unused `backend' variable.
17778         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
17780         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
17782 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17784         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
17785         since it can be called from vc-rcs.el.
17786         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
17788 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17790         * vc.el (vc-version-diff): Expand file name read from the
17791         minibuffer.  Handle the case when a previous version number can't
17792         be guessed.  Give suitable messages when there were no differences
17793         found.
17794         (vc-clear-headers): Call backend-specific implementation, if one
17795         exists.
17796         (vc-cancel-version): Made error checks generic.  When done, clear
17797         headers generically, too.
17799         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
17800         from vc-clear-headers in vc.el.
17802         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
17803         correctly.
17804         (vc-rcs-latest-on-branch-p): Made second argument VERSION
17805         optional.  Handle the case when it's not there.
17807 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17809         * vc.el (vc-locking-user): Moved from vc-hooks.el.
17811 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17813         * vc-hooks.el (vc-loadup): Remove.
17814         (vc-find-backend-function): Use `require'.  Also, handle the case
17815         where vc-BACKEND-hooks.el doesn't exist.
17816         (vc-call-backend): Cleanup.
17818 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17820         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
17821         vc-rcs-grab-templates)
17822         (vc-rcs-registered): Remove.  The default function works as well.
17823         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
17824         vc-sccs-grab-templates)
17825         (vc-sccs-registered): Remove.  The default function works as well.
17827         * vc.el (vc-version-diff): Left out a vc- in call to
17828         vc-call-backend.
17829         (vc-default-dired-state-info, vc-default-record-rename)
17830         (vc-default-merge-news): Update for the new backend argument.
17832         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
17833         using the default function.
17834         (vc-call-backend): If calling the default function, pass it the
17835         backend as first argument.  Update the docstring accordingly.
17836         (vc-default-state-heuristic, vc-default-mode-line-string): Update
17837         for the new backend argument.
17838         (vc-make-backend-sym): Renamed from vc-make-backend-function.
17839         (vc-find-backend-function): Use the new name.
17840         (vc-default-registered): New function.
17842 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17844         * vc.el (vc-merge): Use vc-find-backend-function.
17846         * vc-hooks.el (vc-backend-functions): Remove.
17847         (vc-loadup): Don't setup 'vc-functions.
17848         (vc-find-backend-function): New function.
17849         (vc-call-backend): Use above fun and populate 'vc-functions
17850         lazily.
17851         (vc-backend-defines): Remove.
17853 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17855         * vc.el (vc-register): Put a FIXME note for a newly found bug.
17856         Call vc-call-backend without the leading vc-.
17857         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
17858         (vc-check-headers): Call vc-call-backend without the leading vc-.
17859         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
17860         (vc-annotate-display): Replace confusing use of `cond' with `or'.
17861         Call vc-call-backend without the leading vc-.
17863         * vc-cvs.el (tail): Provide vc-cvs.
17864         * vc-sccs.el (tail): Provide vc-sccs.
17865         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
17867         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
17868         (vc-make-backend-function, vc-call): Pass names without leading
17869         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
17870         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
17871         (vc-call-backend): Always try to load vc-X-hooks.
17872         (vc-registered): Remove vc- in call to vc-call-backend.
17874 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17876         * vc.el (vc-process-filter): New function.
17877         (vc-do-command): Setup `vc-process-filter' for the async process.
17878         (vc-maybe-resolve-conflicts): New function to reduce
17879         code-duplication.  Additionally, it puts the buffer in
17880         `smerge-mode' if applicable.
17881         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
17882         calling `merge-news'.
17883         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
17884         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
17885         interfacing to log-edit.el.
17886         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
17887         log-edit is available.
17888         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
17890 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17892         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
17893         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
17894         defvar and the initialization.
17895         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
17897         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
17898         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
17900         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
17902 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17904         * vc.el (vc-file-clear-masterprops): Removed.
17905         (vc-checkin, vc-revert-buffer): Removed calls to the above.
17906         (vc-version-diff): Use buffer-size without argument.
17907         (vc-register): Heed vc-initial-comment.
17909         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
17910         default branch.
17912         * vc-rcs.el (vc-rcs-register): Parse command output to find master
17913         file name and workfile version.
17914         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
17916         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
17917         vc-file-clear-masterprops.
17919         * vc-sccs.el (vc-sccs-checkout): Removed call to
17920         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
17921         rather than user login name.
17924 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17926         * vc.el (vc-workfile-unchanged-p): Remove unused argument
17927         `want-differences-if-changed' and simplify.
17928         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
17929         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
17930         output (which is invalid for async vc-diff) to decide whether to
17931         do the revert silently or not.
17933 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17935         * vc-hooks.el (vc-loadup): Load files quietly.
17936         (vc-call-backend): Oops, brain fart.
17938 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17940         * vc-cvs.el (vc-cvs-state): Typo.
17941         (vc-cvs-merge-news): Return the status code rather than the error msg.
17943 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17945         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
17946         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
17947         vc-state or vc-up-to-date-p.
17948         (vc-merge): Use vc-backend-defines to check whether merging is
17949         possible.  Set state to 'edited after successful merge.
17951         * vc-hooks.el (vc-locking-user): If locked by the calling user,
17952         return that name.  Redocumented.
17954 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17956         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
17957         new `vc-state' semantics.
17958         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
17959         'vc-locking-user to the current user.
17960         (vc-merge): Inline vc-backend-merge.  Comment out code that I
17961         don't understand and hence can't adapt to the new `vc-state' and
17962         `vc-locking-user' semantics.
17963         (vc-backend-merge): Remove.
17965         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
17966         rather than 'vc-locking-user.
17968         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
17970         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
17971         (vc-state): Don't use 'reserved any more.  Just use the same
17972         convention as the one used for vc-<backend>-state where the
17973         locking user (as a string) is returned.
17974         (vc-locking-user): Update, based on the above convention. The
17975         'vc-locking-user property has disappeared.
17976         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
17978         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
17979         with a heuristic one.
17980         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
17981         (vc-cvs-checkin): Do a trivial parse to set the state in case of
17982         error.  That allows us to get to 'needs-merge even in the
17983         stay-local case.  There's still no way to detect 'needs-patch in
17984         such a setup (or to force an update for that matter).
17985         (vc-cvs-logentry-check): Remove, the default works as well.
17987 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17989         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
17991         * vc.el (vc-do-command): kill-all-local-variables, to reset any
17992         major-mode in which the buffer might have been put earlier.  Use
17993         `remove' and `when'.  Allow `okstatus' to be `async' and use
17994         `start-process' in this case.
17995         (vc-version-diff): Handle the case where the diff looks empty
17996         because of the use of an async process.
17998 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
18000         * vc.el (vc-next-action-on-file): Removed optional parameter
18001         `simple'.  Recompute state unconditionally.
18002         (vc-default-toggle-read-only): Removed.
18004         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
18005         (vc-toggle-read-only): Undid prev change.
18007         * vc-cvs.el (vc-cvs-stay-local): Renamed from
18008         vc-cvs-simple-toggle.  Redocumented.
18009         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
18010         (vc-cvs-toggle-read-only): Removed.
18012 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
18014         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
18015         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
18016         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
18017         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
18018         still is. So maybe it should be removed.
18019         (vc-head-version, vc-find-binary): Remove.
18020         (vc-recompute-state): Move from vc-hooks.el.
18021         (vc-next-action-on-file): Add a `simple' argument to allow
18022         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
18023         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
18024         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
18025         (vc-dired-mode-map): Properly defvar it.
18026         (vc-print-log): Call log-view-mode if available.
18027         (small-temporary-file-directory): defvar instead of use boundp.
18028         (vc-merge-news): Moved to vc-cvs.el.
18029         (vc-default-merge-news): New function.
18031         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
18032         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
18033         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
18034         unknown `vc-latest-version' function.  It should probably refer to
18035         vc-workfile-version or somesuch, but it's very unclear to me and I
18036         don't have SCCS to test things.
18038         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
18039         (vc-sccs-state-heuristic): Fix typo.
18040         (vc-sccs-workfile-unchanged-p): Add missing argument.
18042         * vc-rcs.el: Require vc and vc-rcs-hooks.
18043         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
18044         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
18045         (vc-release-greater-or-equal-p): Move from vc.
18046         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
18047         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
18048         (vc-rcs-checkout): Add a missing `new-version' argument in the
18049         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
18051         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
18052         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
18053         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
18054         than the apparently unbound `workfile-version'.
18056         * vc-hooks.el (vc-master-templates): Def the obsolete var.
18057         (vc-file-prop-obarray): Use `make-vector'.
18058         (vc-backend-functions): Add new hookable functions
18059         vc-toggle-read-only, vc-record-rename and vc-merge-news.
18060         (vc-loadup): If neither backend nor default functions exist, use
18061         the backend function rather than nil.
18062         (vc-call-backend): If the function if not bound yet, try to load
18063         the non-hook file to see if it provides it.
18064         (vc-call): New macro plus use it wherever possible.
18065         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
18066         nor `vc-find-binary' since it's only called from
18067         vc-mistrust-permission which is only used once the backend is known.
18068         (vc-checkout-model): Fix parenthesis.
18069         (vc-recompute-state, vc-prefix-map): Move to vc.el.
18071         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
18072         (vc-cvs-release, vc-cvs-system-release): Remove.
18073         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
18074         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
18075         status symbols.
18076         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
18077         (vc-cvs-toggle-read-only): First cut at a function to allow a
18078         cvs-status-free vc-toggle-read-only.
18079         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
18080         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
18081         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
18082         (vc-cvs-checkout): Modify access rights directly if the user
18083         requested not to use `cvs edit'.  And refresh the mode line.
18085         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
18086         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
18088 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
18090         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
18091         workfile' that got lost when the code was extracted from vc.el.
18092         And merged the tail with the rest of the code (not possible in the
18093         old vc.el where the tail was shared among all backends).  And
18094         explicitly set the state to 'edited if `writable' is set.
18096         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
18097         (vc-cvs-state): Be careful to return the value from
18098         vc-cvs-parse-state.
18099         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
18100         property but return it instead.  Also be careful to handle a nil
18101         or "" `rev' when workfile is non-nil (it was handled properly when
18102         workfile was nil).
18104         * vc.el: Removed those pesky unnecessary `(function' quotes.
18105         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
18106         directly in the defvar.
18107         (vc-do-command): Bind inhibit-read-only so as to properly handle
18108         the case where the destination buffer has been made read-only.
18109         (vc-diff): Delegate to vc-version-diff in all cases.
18110         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
18111         (vc-annotate-mode-variables): Removed (code moved partly to
18112         defvars and partly to vc-annotate-add-menu).
18113         (vc-annotate-mode): Turned into a derived-mode.
18114         (vc-annotate-add-menu): Moved in code in
18115         vc-annotate-mode-variables.
18116         (vc-update-change-log): Use make-temp-file if available.
18118 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
18120         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
18121         `vc-checkout-model' updated to `vc-cvs-update-model'.
18123 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18125         * vc.el (vc-next-action-on-file): Added handling of state
18126         `unlocked-changes'.
18127         (vc-checkout-carefully): Is now practically obsolete, unless the
18128         above is too slow to be enabled unconditionally.
18129         (vc-update-change-log): Fixed typo.
18131         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
18133         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
18134         Now handles state `unlocked-changes'.
18135         (vc-sccs-workfile-unchanged-p): New function, to support the above.
18137         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
18139         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
18140         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
18141         `unlocked-changes'.
18142         (vc-rcs-workfile-unchanged-p): Renamed from
18143         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
18144         function yet, but supposed to become one soon.
18146         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
18147         `vc-steal-lock'.
18148         (vc-call-backend): Changed error message.
18149         (vc-state): Added description of state `unlocked-changes'.
18151 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18153         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
18154         always return t in CVS-controlled directories.
18156         * vc.el (vc-responsible-backend): New function.
18157         (vc-register): Largely rewritten.
18158         (vc-admin): Removed (implementation moved into vc-register).
18159         (vc-checkin): Redocumented.
18160         (vc-finish-logentry): If no backend defined yet (because we are in
18161         the process of registering), use the responsible backend.
18163         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
18164         Updated function lists.
18165         (vc-call-backend): Fixed typo.
18167         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
18168         New functions.
18169         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
18170         Removed query option.  Redocumented.
18172 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18174         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
18176         * vc.el: Updated callers of `vc-checkout-required' to use
18177         `vc-checkout-model'.
18179 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18181         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
18182         stuff updated to reference this function instead of the old
18183         `vc-backend-release-p'.
18185 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18187         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
18188         vc-checkout-model.  Return appropriate values.  Updated callers.
18190 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18192         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
18193         (vc-backend-revert): Function moved into `vc-revert';
18194         `vc-next-action' must be updated to accomodate this change.
18195         (vc-backend-steal): Function moved into `vc-finish-steal'.
18196         (vc-backend-logentry-check): Function moved into
18197         `vc-finish-logentry'.
18198         (vc-backend-printlog): Function moved into `vc-print-log'.
18199         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
18200         (vc-backend-assign-name): Function moved into
18201         `vc-create-snapshot'.
18203 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18205         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
18206         Rename to vc-checkout-model.  Return appropriate values.
18207         Update callers.
18209         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
18210         to vc-checkout-model.
18211         (vc-checkout-required): Rename to vc-checkout-model.
18212         Re-implement and re-comment.
18213         (vc-after-save): Use vc-checkout-model.
18215 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18217         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
18218         Update to use the vc-BACKEND-diff functions instead.
18219         `vc-diff' is now working.
18221         * vc-rcs.el (vc-rcs-logentry-check): New function.
18223         * vc-cvs.el (vc-cvs-logentry-check): New function.
18225         * vc-sccs.el (vc-sccs-diff): Function changed name from
18226         `vc-backend-diff'.  This makes `vc-diff' work.
18228         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
18229         of functions possibly implemented in a vc-BACKEND library.
18230         (vc-checkout-required): Fix bug that caused an error to be
18231         signaled during `vc-after-save'.
18233         * vc.el: Fix typo.
18234         This checkin is made with our new VC code base for the very first time.
18235         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
18237         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
18238         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
18240         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
18241         updated to `vc-uses-locking'.
18242         (vc-checkout-required): Call to backend function.
18243         `vc-checkout-required' updated to `vc-uses-locking' instead.
18245         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
18246         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
18248         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
18249         to match the split into various backends.
18250         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
18251         (vc-retrieve-snapshot): Bug fix.
18253 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18255         * vc-sccs.el (vc-sccs-release): Doc fix.
18257 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18259         * vc.el (vc-next-action-on-file): Bug found and fixed.
18260         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
18261         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
18263         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
18264         (vc-rcs-checkout): Name space cleaned up.  No more revision number
18265         crunching function names that are not prefixed with vc-rcs.
18266         (vc-rcs-checkout-model): Function added.  References to
18267         `vc-checkout-model' replaced.
18269 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18271         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
18272         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
18273         still need to be split, and implemented for RCS).
18275 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18277         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
18279         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
18280         required by the vc.el file.
18282         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
18283         required by the vc.el file.
18284         (vc-rcs-exists): Function added.
18286         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
18287         required by the vc.el file.
18289         * vc.el (vc-admin): Updated to handle selection of appropriate
18290         backend.  Current implementation is crufty and need re-thinking.
18292         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
18294 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18296         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
18297         beginning of annotate buffers correctly.
18299         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
18300         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
18301         functionality updated quite a lot to support multiple backends.
18302         Variables `vc-annotate-mode', `vc-annotate-buffers',
18303         `vc-annotate-backend' added.
18305         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
18306         `vc-annotate-difference' added to supported backend functions.
18308 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18310         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
18311         Use with-temp-file instead of /bin/sh.  Merged from mainline
18313 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18315         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
18317         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
18319         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
18321 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18323         * vc-hooks.el: vc-state-heuristic added to
18324         vc-backend-hook-functions.
18326         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
18328         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
18330         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
18331         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
18332         state to `reserved'.
18334         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
18335         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
18337 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18339         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
18340         untouched.
18342         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
18344         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
18345         if defined.  (Merged from main line, slightly adapted.)
18347         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
18348         millenium problem (merged from mainline).
18350 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18352         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
18353         part and moved the non-BACKEND stuff to vc.el.
18355         * vc.el: Split the annotate feature into a BACKEND specific part
18356         and moved it from the vc-cvs.el file to this one.
18358 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18360         * vc-hooks.el: Implement new state model.
18361         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
18362         (vc-locking-user): Simplify.  Now only needed if the file is
18363         locked by somebody else.
18364         (vc-lock-from-permissions): Remove.  Functionality is in
18365         vc-sccs-hooks.el and vc-rcs-hooks.el now.
18366         (vc-mode-line-string): New name for former vc-status.  Adapted.
18367         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
18369         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
18370         Various simplifications and adaptations all over the place.
18372         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
18373         Simplify and adapt the rest.
18375         * vc.el (vc-resynch-window): Add TODO comment: check for
18376         interaction with view mode according to recent RCS change.
18377         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
18379 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18381         * vc.el: Convert the remaining function comments to docstrings.
18383 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18385         * vc.el (vc-backend-release, vc-release-greater-or-equal)
18386         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
18387         (vc-minor-part, vc-previous-version): Functions that operate and
18388         compare revision numbers got proper documentation.  Comments added
18389         about their possible removal.
18391 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18393         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
18394         the vc-backend.el files.
18396         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
18398         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
18399         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
18400         (vc-rcs-previous-version): Functions added.
18402         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
18404         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
18406 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18408         * vc-hooks.el (vc-master-templates): Is really obsolete.
18409         Comment out the definition for now.  What is the right procedure
18410         to get rid of it?
18411         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
18412         rewritten.
18413         (vc-default-registered): Remove.
18414         (vc-check-master-templates): New function; does mostly what the
18415         above did before.
18416         (vc-locking-user): Don't rely on the backend to set the property.
18418         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
18419         Rewrite documentation.
18420         (vc-rcs-templates-grabbed): New variable.
18421         (vc-rcs-grab-templates): New function.
18422         (vc-rcs-registered): Rewrite to use above mechanism.
18424         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
18425         Rewrite documentation.
18426         (vc-sccs-templates-grabbed): New variable.
18427         (vc-sccs-grab-templates): New function.
18428         (vc-sccs-registered): Rewrite to use above mechanism.
18429         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
18430         Don't throw the result, simply return it.
18432         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
18433         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
18434         (vc-cvs-registered): Does the check itself now.  Simplify.
18436         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
18437         from main line.
18439 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18441         * vc-cvs.el (vc-cvs-diff): New function.
18443         * vc-sccs.el (vc-sccs-diff): New function.
18445         * vc-rcs.el (vc-rcs-diff): New function.
18446         (vc-rcs-checkout): Bug (typo) found and fixed.
18447         (vc-rcs-register-switches): New variable.
18449         * vc.el (vc-backend-diff): Function removed and placed in the
18450         backend files.
18452 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18454         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
18456         * vc.el (vc-backend-checkout): Function removed and replaced in
18457         the vc-backend.el files.
18459         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
18461         * vc.el (vc-backend-admin): Removed and replaced in the
18462         vc-backend.el files.
18464         * vc.el (Martin): Removed all the annotate functionality since it
18465         is CVS backend specific.
18467 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18469         * spec.txt: Added specification of vc-state.
18471         * vc-sccs-hooks.el (vc-sccs-master-properties):
18472         Remove handling of vc-latest-version and
18473         vc-your-latest-version.  What used to be vc-latest-version, is now
18474         returned as vc-workfile-version.
18475         (vc-sccs-workfile-version): Adapt.
18477 2000-09-04  Dave Love  <fx@gnu.org>
18479         * vc.el: [Merged from mainline.]
18480         (vc-dired-mode): Make the dired-move-to-filename-regexp
18481         regexp match the date, to avoid treating date as file size.
18482         Add YYYY S option to WESTERN/
18484 2000-09-04  Dave Love  <fx@gnu.org>
18486         * vc.el: Require `compile' when compiling.
18487         (vc-logentry-check-hook): New option.
18488         (vc-steal-lock): Use compose-mail.
18489         (vc-dired-mode-map): Defvar when compiling.
18490         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
18491         vc-sccs.el and renamed.  Callers changed.
18492         (vc-backend-checkout, vc-backend-logentry-check)
18493         (vc-backend-merge-news): Doc fix.
18494         (vc-default-logentry-check): New function.
18495         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
18496         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
18497         (vc-backend-merge): Doc fix.  Use backend functions.
18498         (vc-check-headers): Use backend functions.
18500         * vc-cvs.el: Require vc when compiling.
18501         (vc-cvs-register-switches): Doc fix.
18502         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
18503         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
18504         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
18505         New functions (code from vc.el).
18506         (vc-annotate-display-default): Fix interactive spec.
18507         (vc-annotate-time-span): Doc fix.
18509         * vc-rcs.el: Require vc when compiling.
18510         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
18511         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
18512         (vc-rcs-checkin): New functions (code from vc.el).
18513         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
18514         Doc fix.
18515         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
18517         * vc-sccs.el: Require vc when compiling.
18518         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
18519         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
18520         (vc-sccs-revert)
18521         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
18522         from vc.el).
18523         (vc-sccs-add-triple, vc-sccs-record-rename)
18524         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
18525         (vc-sccs-admin): Doc fix.
18527 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18529         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
18530         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
18531         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
18532         from vc.el.
18534         * vc-sccs.el (vc-admin-sccs): Added from vc.el
18536         * vc-cvs.el: Moved the annotate functionality from vc.el.
18537         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
18539 2000-09-04  Dave Love  <fx@gnu.org>
18541         * vc.el (vc-backend-release): Call vc-system-release.
18543         * vc-sccs.el (vc-sccs-system-release):
18544         Renamed from vc-sccs-backend-release.
18546         * vc-rcs.el (vc-rcs-system-release):
18547         Renamed from vc-rcs-backend-release.
18549         * vc-cvs.el (vc-cvs-system-release):
18550         Renamed from vc-cvs-backend-release.
18552 2000-09-04  Dave Love  <fx@gnu.org>
18554         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
18555         backend files.
18556         (vc-backend-release): Dispatch to backend functions.
18557         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
18558         probably needs attention.]
18560         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
18561         (vc-sccs-backend-release): New function.
18563         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
18564         (vc-cvs-backend-release): New function.
18566         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
18567         Doc fix.
18568         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
18569         (vc-default-dired-state-info): New function.
18570         (vc-dired-state-info): Dispatch to backends.
18571         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
18573         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
18574         from vc.el and renamed.
18576 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18578         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
18579         (vc-version-other-window, vc-backend-assign-name): Removed
18580         references to vc-latest-version; sometimes changed into
18581         vc-workfile-version.
18583         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
18584         vc-rcs-master-workfile-version.
18585         (vc-rcs-workfile-version): Use the above.  Don't call
18586         vc-latest-version (that was unreachable code, anyway).
18587         (vc-rcs-fetch-master-properties): Doc fix.
18589         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
18590         (vc-backend-hook-functions): Removed them from this list, too.
18591         (vc-fetch-properties): Removed.
18592         (vc-workfile-version): Doc fix.
18594         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
18595         (vc-rcs-workfile-version, vc-rcs-locking-user)
18596         (vc-rcs-uses-locking): Use it.
18598         * vc-hooks.el (vc-consult-rcs-headers):
18599         Moved into vc-rcs-hooks.el, under the name
18600         vc-rcs-consult-headers.
18602         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
18603         headers.
18604         (vc-cvs-find-master): Use this name only; correct different
18605         versions of the name.
18607         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
18608         New functions.
18609         (vc-sccs-locking-user): Use the latter.
18611         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
18612         New functions.
18614         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
18615         Moved into both
18616         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
18617         functions are implementation details of those two backends.
18619 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18621         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
18622         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
18624         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
18625         (vc-sccs-parse-locks): SCCS-specific code moved here from
18626         vc-hooks.
18628         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
18629         code moved here from vc-hooks.
18631         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
18632         into back-end specific parts and removed.  Callers not updated
18633         yet; because I guess these callers will disappear into back-end
18634         specific files anyway.
18636 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18638         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
18639         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
18640         `vc-uses-locking'.
18642         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
18643         Store yes/no in the property, and return t/nil.  Updated all
18644         callers.
18646         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
18647         vc-sccs-uses-locking.  Don't set property.
18648         (vc-sccs-locking-user): Don't set property.
18650         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
18651         vc-cvs-uses-locking.  Don't set property here; leave that to
18652         vc-hooks.
18653         (vc-cvs-locking-user): Reflect above change.  Streamlined.
18655         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
18656         vc-rcs-uses-locking.
18657         (vc-rcs-locking-user): Reflect above change.
18659 2000-09-04  Dave Love  <fx@gnu.org>
18661         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
18663         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
18665         * vc-hooks.el (vc-checkout-model): Punt to backends.
18667         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
18669         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
18671         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
18672         New functions.
18674         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
18675         New functions.
18677         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
18678         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
18680         * vc-hooks.el (vc-default-locking-user): New function.
18681         (vc-locking-user, vc-workfile-version): Punt to backends.
18683 2000-09-04  Dave Love  <fx@gnu.org>
18685         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
18686         (vc-master-workfile-version): Moved from vc-hooks.
18688         * vc-rcs-hooks.el: Fix duplicate code in last change.
18690         * vc-rcs-hooks.el: Require vc-hooks when compiling.
18691         (vc-rcs-master-templates): Improve :type.
18692         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
18693         vc-master-workfile-version): Moved from vc-hooks.
18695         * vc-sccs-hooks.el: Require vc-hooks when compiling.
18696         (vc-sccs-master-templates): Improve :type.
18697         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
18699         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
18701         * vc-cvs-hooks.el: Require vc-hooks when compiling.
18702         (vc-cvs-master-templates): Improve :type.  Use
18703         vc-cvs-find-cvs-master.
18704         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
18705         from vc-hooks.
18706         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
18708         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
18709         Moved to vc-cvs-hooks.
18711         * vc-hooks.el: Add doc strings in various places.  Simplify the
18712         minor mode setup.
18713         (vc-handled-backends): New user variable.
18714         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
18715         simplification.
18717 2000-09-04  Dave Love  <fx@gnu.org>
18719         * vc.el: Some doc fixes for autoloaded and interactive functions.
18720         Fix compilation warnings from ediff stuff.
18721         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
18723         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
18725         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
18727         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
18729 2000-09-04  Dave Love  <fx@gnu.org>
18731         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
18732         New variable.
18733         (vc-make-backend-function, vc-loadup, vc-call-backend)
18734         (vc-backend-defines): New functions.
18736         * vc-hooks.el: Various doc fixes.
18737         (vc-default-back-end, vc-follow-symlinks): Custom fix.
18738         (vc-match-substring): Function removed.  Callers changed to use
18739         match-string.
18740         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
18741         Simplify.
18743 2000-09-04  Dave Love  <fx@gnu.org>
18745         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
18746         type.
18747         (vc-sccs-project-dir, vc-search-sccs-project-dir)
18748         (vc-sccs-registered): Doc fix.
18750         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
18751         (vc-cvs-registered): Doc fix.
18753         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
18754         (vc-rcs-registered): Doc fix.
18756 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18758         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
18760         * vc-hooks.el: vc-registered has been renamed
18761         vc-default-registered.  Some functions have been moved to the
18762         backend specific files.  they all support the
18763         vc-BACKEND-registered functions.
18765 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18767         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
18769         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
18771 2000-09-04  Dave Love  <fx@gnu.org>
18773         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
18774         menu-bar-update-hook.
18776         * help.el (help-manyarg-func-alist): Add
18777         find-operation-coding-system.
18779         * wid-edit.el (widget-sexp-validate): Fix garbled code.
18781         * custom.el (custom-set-variables): Print message about errors in
18782         setting.
18784 2000-09-03  Andrew Innes  <andrewi@gnu.org>
18786         * makefile.w32-in: Change to DOS line endings.
18788 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
18790         * mouse.el (mouse-popup-menubar): Supply the prompt string for
18791         minor-mode keymaps, if they don't have one.
18793 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
18795         * eshell/esh-module.el (eval-when-compile): Don't lose if
18796         esh-module.el's file name is truncated to DOS 8+3 limits.
18798 2000-09-01  John Wiegley  <johnw@gnu.org>
18800         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
18801         predicate, which caused entries in the completion list to be
18802         doubled.
18804 2000-08-30  John Wiegley  <johnw@gnu.org>
18806         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
18807         sending to subprocesses.  Also, hook pre-command-hook if
18808         `eshell-send-direct-to-subprocesses' is non-nil.
18809         (eshell-send-direct-to-subprocesses): New config variable.  If t,
18810         subprocess input is send immediately.
18811         (eshell-toggle-direct-send): New function.
18812         (eshell-self-insert-command): New function.
18813         (eshell-intercept-commands): New function.
18814         (eshell-send-input): If direct subprocess sending is enabled,
18815         don't echo any input to the Eshell buffer.  Let the subprocess
18816         handle that.  This requires "stty echo" in bash, for example.
18818 2000-08-28  John Wiegley  <johnw@gnu.org>
18820         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
18821         completion function for Eshell's implementation of `unset'.
18823 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
18825         * info.el (Info-directory-list): Doc fix.
18827 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
18829         * filecache.el (file-cache-add-directory-using-find): Don't quote
18830         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
18832 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
18834         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
18835         coding systems.
18837 2000-08-30  Andrew Innes  <andrewi@gnu.org>
18839         * timer.el (run-with-idle-timer): Undo last change, so that timer
18840         is not activated immediately if Emacs is already idle.  Some
18841         existing code relies on this behaviour.
18843 2000-08-30  Miles Bader  <miles@gnu.org>
18845         * frame.el (set-frame-font): Do completion of font-name for
18846         interactive use.
18848 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
18850         * international/quail.el (quail-start-translation): Bind locally
18851         last-command-event, last-command, and this-command.
18852         (quail-start-conversion): Likewise.
18853         (quail-self-insert-command): Fix docstring.
18855 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
18857         * progmodes/executable.el
18858         (executable-make-buffer-file-executable-if-script-p): Check that
18859         buffer contains at least 2 characters.
18861 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
18863         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
18865 2000-08-29  Dave Love  <fx@gnu.org>
18867         * diff-mode.el (diff-mode) <defgroup>: Add :version.
18868         (diff-mode-shared-map): Bind mouse-2.
18869         (diff-imenu-generic-expression): New variable.
18870         (diff-mode): Use it.
18872         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
18873         (mouse-popup-menubar): Add minor mode menus.
18874         (popup-menu): Check for lookup-key returning number.
18876 2000-08-29  Miles Bader  <miles@gnu.org>
18878         * comint.el (comint-send-input): Create overlays using the proper
18879         front/read-advance arguments.
18881 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
18883         * ps-print.el: Even/odd pages printing.  Doc fix.
18884         (ps-print-version): New version number (6.0).
18885         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
18886         (ps-background, ps-begin-file, ps-begin-job): Code fix.
18887         (ps-print-duplex-feature): Variable eliminated.
18888         (ps-even-or-odd-pages): New variable.
18890         * progmodes/ebnf2ps.el: Doc fix.
18891         (ebnf-version): New version (3.3).
18892         (ebnf-user-arrow): Change variable customization to sexp.
18893         (ebnf-user-arrow): Function eliminated.
18894         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
18896 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
18898         * help.el (help-xref-mule-regexp): New variable.
18899         (help-make-xrefs): Handle help-xref-mule-regexp.
18901         * international/mule-cmds.el (help-xref-mule-regexp-template): New
18902         variable.
18903         (describe-input-method): Temporarily activate the specfied input
18904         method to display the information.
18905         (describe-language-environment): Hyperlinks to mule related items.
18907         * international/mule-diag.el (charset-multibyte-form-string): New
18908         function.
18909         (list-character-sets-1): Use charset-multibyte-form-string.
18910         (describe-character-set): New function.
18911         (describe-coding-system): Hyperlinks to safe character sets.
18913         * international/quail.el (quail-help): New arg PACKAGE.
18914         Hyperlinks to mule related items.
18915         (quail-help-insert-keymap-description): Use
18916         substitute-command-keys instead of describe-bindings.
18917         (quail-translation-help): Hyperlinks to mule related items.
18919 2000-08-28  John Wiegley  <johnw@gnu.org>
18921         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
18922         have a defsubst call itself.  Made `eshell-flatten-list' back into
18923         a function again.
18925         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
18926         catch, in case re-centering point at bottom messes up the display.
18927         This happens frequently in Emacs 21, due I believe to variable
18928         line heights.
18930         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
18931         to call `find-tag-interactive'.
18933         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
18934         the list of remember directories.
18936 2000-08-28  John Wiegley  <johnw@gnu.org>
18938         * align.el: Test align-region-separate to see if it's a symbol.
18940 2000-08-28  John Wiegley  <johnw@gnu.org>
18942         * eshell/esh-util.el (eshell-flatten-list): Made this function
18943         into a defsubst form.  It gets used very frequently, although
18944         calls don't occur all that often.
18946         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
18947         examining it.
18949         * eshell/esh-cmd.el (eshell-rewrite-while-command):
18950         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
18951         `eshell-protect'.
18952         (eshell-copy-handles): Created a new macro for duplicating the
18953         current set of open handles.  This is needed by the looping
18954         functions.
18955         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
18956         is not incorrectly stomped on.
18958         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
18959         declaration for pcomplete-use-paring.
18960         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
18961         value of eshell-cmpl-use-paring.
18962         * pcomplete.el (pcomplete-use-paring): New config variable, to
18963         indicate whether paring should be used.
18964         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
18965         completion alternatives that have already been used.
18967         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
18968         bound to C-c C-y, which will repeat the previous N arguments
18969         (based on prefix argument).
18970         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
18972         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
18973         if there is no *Help* buffer.  This is for XEmacs, which renames
18974         its help buffers uniquely.  TODO: Find out what the current buffer
18975         name to delete is.
18977         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
18978         first entry that correlates to a passwd/group number.  Later
18979         entries (used for group/user name aliasing to multiple IDs) are
18980         ignored.
18982         * eshell/em-xtra.el (eshell/expr):
18983         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
18984         (eshell-grep, eshell/diff, eshell/locate):
18985         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
18986         argument list, before passing it to the system command.
18988         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
18989         `find-tag' for use at final position in Eshell buffers (which
18990         otherwise triggers an error on Emacs 21).
18991         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
18992         buffer, if it is currently bound to `find-tag'.
18994         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
18995         in the list of matched Makefile names.
18996         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
18997         directory, prefer its contents to Makefile.
18999         * eshell/em-dirs.el (eshell/cd): cd commands that look up
19000         directory parts (like "cd old new", or "cd =regexp"), are now case
19001         sensitive on non-Windows/DOS platforms.
19003         * eshell/esh-mode.el (eshell-parse-command-input): When a user
19004         types RET after an open delimiter (like "), display a message
19005         indicating that Eshell is waiting for the closing delimiter.
19007         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
19008         environment variables.
19010         * eshell/em-unix.el (eshell/diff): Added logic to fail more
19011         gracefully if the user enters incorrect arguments.
19013         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
19014         Eshell buffers.
19016         * eshell/esh-var.el (eshell-interpolate-variable):
19017         * eshell/esh-mode.el (eshell-move-argument):
19018         * eshell/em-unix.el (eshell-du-sum-directory):
19019         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
19020         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
19021         (not (= ...)).
19023         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
19024         to ensure the `preserve' flag gets propagated when doing recursive
19025         directory copies.
19027 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
19029         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
19030         Don't convert \n into \0177 in memory.
19031         (eshell-read-history, eshell-write-history): Convert \n to \0177,
19032         and back again, when reading and writing.
19034 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
19036         * eshell/esh-util.el (eshell-processp): Added to relieve constant
19037         testing of `fboundp' on `processp'.
19039         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
19040         (eshell/jobs): Don't call process-list if it is not bound.
19041         (eshell-gather-process-output): Support systems where async
19042         subprocesses aren't supported.
19043         (eshell-scratch-buffer, eshell-last-sync-output-start): New
19044         variables.
19046         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
19047         eshell-do-eval returns t.
19048         (eshell-do-pipelines-synchronously): New defmacro.
19049         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
19050         when async subprocesses aren't supported.
19051         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
19052         if async subprocesses aren't supported.
19053         (eshell-resume-command): Don't assume STATUS is a string.
19055         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
19057         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
19058         (eshell-close-target, eshell-get-target): Use eshell-processp.
19059         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
19060         fix.
19061         (eshell-get-target, eshell-create-handles): Doc fix.
19063 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
19065         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
19066         criterion to include commands that output something, as long as it
19067         leaves both the command and the end-of-buffer visible when the
19068         command has exited.
19069         (eshell-review-quick-commands): Adjust the help doc string
19070         accordingly.
19072 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
19074         * locate.el (locate): Cleaned up locate command's interactive prompting
19075         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
19077         * filecache.el (file-cache-case-fold-search): New variable
19078         (file-cache-assoc-function): New variable
19079         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
19080         Use file-cache-case-fold-search variable
19081         (file-cache-add-file): Use file-cache-assoc-function
19082         (file-cache-delete-file): likewise
19083         (file-cache-directory-name): likewise
19084         (file-cache-debug-read-from-minibuffer): likewise
19086 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
19088         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
19089         (abbrev-table-name): New function.
19090         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
19091         If non-nil list local abbrev, only.
19093 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
19095         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
19096         from Gnus support code, and use special article copy buffer
19097         `(gnus-original-article-buffer)' instead.  This allows to get rid
19098         of article-hide-headers usage (which breaks in the latest Gnus
19099         version).  Thanks to Detlev Zundel.
19101 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
19103         * international/quail.el (quail-use-package): Hide "... loaded"
19104         message.
19105         (quail-start-translation, quail-start-conversion): Likewise.
19107         * international/kkc.el (kkc-region): Hide "... loaded" message.
19109 2000-08-27  Dave Love  <fx@gnu.org>
19111         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
19113 2000-08-27  Miles Bader  <miles@gnu.org>
19115         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
19117 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
19119         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
19120         'ja-dic-cnv), not (require 'skkdic-cnv).
19122 2000-08-26  Miles Bader  <miles@gnu.org>
19124         * faces.el (face-x-resources): Add entry for :inherit.
19125         * cus-face.el (custom-face-attributes): Add support for :inherit
19126         attribute.  Add support for relative face heights.
19127         (custom-face-attributes-get): Treat `nil' as being a default value
19128         for :inherit (as well as `unspecified').
19130         * faces.el (set-face-attribute): Update doc string.
19131         (face-attribute-name-alist): Add :inherit.
19132         (face-valid-attribute-values): Handle :inherit.
19133         (face-read-string): Rephrase prompt to be less confusing.
19134         Assume that DEFAULT is a string, since we must return a string.
19135         (face-read-integer): Use `format' to turn DEFAULT into an
19136         acceptable default for face-read-string.  Match NEW-VALUE against
19137         the string "unspecified", not the symbol `unspecified', since
19138         that's what face-read-string returns.
19139         (read-face-attribute): Lookup a name for old-value in valid, and
19140         use it as a default if we find one.  Treat all values from
19141         face-read-string as strings.  If the default is used, don't do any
19142         more processing on the value, just use the old value directly.
19143         (read-face-and-attribute, modify-face): Tweak prompt.
19144         (read-face-name): Don't assume prompt ends with a space.
19146         * faces.el (describe-face): Add support for :inherit attribute.
19148 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
19150         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
19151         concat doesn't accept interger.
19153         * international/kkc.el: Remove SKK from Keywords.  Require
19154         ja-dic-utl instead of skkdic-utl.
19156         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
19157         Provide ja-dic-cnv instead of skkdic-cnv.
19158         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
19159         (iso-2022-7bit-short): Add safe-charsets property.
19160         (skkdic-convert-postfix): Search Japanese chou-on character in
19161         addition to Hiragana character.
19162         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
19163         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
19164         (batch-skkdic-convert): Likewise.
19166         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
19167         Provide ja-dic-utl instead of skkdic-utl.
19168         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
19170 2000-08-24  Dave Love  <fx@gnu.org>
19172         * disp-table.el (standard-display-default): Make the test of `l'
19173         useful.
19175         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
19176         mod sample text.
19178         * international/iso-ascii.el: Make pilcrow convenient string
19179         consistent with section.
19180         (iso-ascii-display): Set up multibyte characters as well as
19181         unibyte.
19183 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
19185         * international/mule-cmds.el (reset-language-environment): Set
19186         default-process-coding-system to '(undecided . iso-latin-1), which
19187         makes process I/O almost consistent with file I/O.   Call this
19188         function when mule-cmds.el[c] is loaded.
19190 2000-08-22  Andrew Innes  <andrewi@gnu.org>
19192         * makefile.w32-in: New file.
19194 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
19196         * comint.el (comint-output-filter): Compare end of
19197         comint-last-output-overlay with the start of the newly inserted
19198         text, not the end, when deciding whether to extend it.
19199         Set saved-point's insertion type to advance after insertion.
19201         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
19202         since this is now done independently of font-lock mode.
19204 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
19206         * server.el (server-kill-new-buffers): New user option.
19207         (server-existing-buffer): New buffer-local variable.
19208         (server-visit-files): When using an existing buffer, set
19209         server-existing-buffer to t.
19210         (server-buffer-done): If server-kill-new-buffers is t, kill the
19211         buffer, unless it was already present before visiting it with
19212         Emacs server.
19214 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
19216         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
19217         even if the display doesn't support colors: some displays will
19218         support bold/underline faces.
19220 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
19222         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
19224         * startup.el (command-line): If user's init file had an error,
19225         add explanatory text to *Messages*.
19227 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
19229         * man.el (Man-getpage-in-background): Decode the process output by
19230         the system locale coding system.
19232 2000-08-20  Dave Love  <fx@gnu.org>
19234         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
19235         Don't test x-popup-menu.
19236         (function) <complete-function>: Complete only fbound symbols.
19237         <validate, value>: New.
19238         (variable) <complete-function>: Complete only bound symbols.
19239         (coding-system): Add :base-only, :complete-function, :validate,
19240         :value, :prompt-match.
19241         (widget-coding-system-prompt-value): Use read-coding-system and
19242         act on :base-only.
19243         (editable-field): Add :help-echo.
19244         (widget-push-button-gui, widget-push-button-cache)
19245         (widget-gui-action, widget-editable-list-gui): COmment out, along
19246         with uses.
19247         (widget-at): Make arg optional.
19248         (widget-echo-help): Adjust for current help-echo calling sequence.
19249         (widget-specify-field, widget-specify-button)
19250         (widget-specify-insert, widget-get-sibling, widget-image-find)
19251         (widget-convert, widget-insert, widget-leave-text)
19252         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
19253         (widget-setup, widget-field-find, widget-before-change)
19254         (widget-after-change, widget-default-complete)
19255         (widget-default-create, widget-default-delete)
19256         (widget-push-button-value-create, editable-field)
19257         (widget-field-prompt-value, widget-field-validate)
19258         (widget-choice-value-create, widget-choice-action)
19259         (widget-choice-validate, widget-checklist-add-item)
19260         (widget-radio-add-item, widget-radio-chosen)
19261         (widget-radio-value-inline, widget-editable-list-value-create)
19262         (widget-editable-list-entry-create)
19263         (widget-documentation-link-add)
19264         (widget-documentation-string-value-create)
19265         (widget-regexp-validate, widget-file-complete)
19266         (widget-sexp-validate, widget-plist-convert-widget)
19267         (widget-plist-convert-widget, widget-alist-convert-widget)
19268         (widget-alist-convert-widget, widget-color-complete): Simplify,
19269         particularly to avoid bindings which aren't optimized out.
19271         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
19272         Doc fix.
19273         (down-list, backward-up-list, up-list, kill-sexp)
19274         (backward-kill-sexp, mark-sexp): Make arg optional.
19275         (lisp-complete-symbol): Add optional arg PREDICATE.
19277         * cus-start.el: Add display-buffer-reuse-frames,
19278         file-coding-system-alist.
19280 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
19282         * startup.el (command-line): Clear realized faces after
19283         modifying TTY color mappings.
19285 2000-08-20  Miles Bader  <miles@gnu.org>
19287         * faces.el (face-attr-match-p): Don't return true if ATTRS are
19288         merely a subset of FACE's attributes.
19290 2000-08-19  Miles Bader  <miles@gnu.org>
19292         * comint.el (comint-output-filter): Save the point with a marker,
19293         not just a buffer position.
19295         * international/mule.el (set-buffer-process-coding-system): Make
19296         interactive prompt less confusing.
19298 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
19300         * hilit-chg.el: General cleanup of doc strings, comments and
19301         code formatting.
19303 2000-08-19  Miles Bader  <miles@gnu.org>
19305         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
19306         Compiler macro removed; beginning-of-line is no longer always
19307         equivalent to forward-line, in the presence of fields.
19309         * comint.el (comint-output-filter): Remove ad-hoc saving of
19310         restriction, and just use save-restriction, now that it works
19311         correctly.  Don't adjust comint-last-input-start to account for
19312         our insertion; it shouldn't have moved because we don't use
19313         insert-before-markers anymore.  Comment out call to
19314         `force-mode-line-update'; why is it here?
19316         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
19317         while checking for prompt to delete.  Use `forward-line 0'
19318         instead of beginning-of-line.
19319         (gud-filter): Temporarily widen gud comint buffer while
19320         examining output.
19322 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
19324         * progmodes/sh-script.el: Big bag of typos.
19326         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
19327         check since ispell-process is not bound when ispell is not yet loaded.
19329 2000-08-18  Dave Love  <fx@gnu.org>
19331         * image.el (find-image): Copy `spec' before using plist-put.
19333 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
19335         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
19336         `portugues'.
19338         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
19339         backward-kill-sexp, analogous to kill-sexp.
19341         * progmodes/icon.el (icon-indent-line)
19342         (icon-is-continuation-line): Handle comments specially.
19344 2000-08-17  Ken Stevens <k.stevens@ieee.org>
19346         * ispell.el: Set to standard author/maintainer/keyword fields.
19347         Fine tuning to menu map appearance and operation, and added help.
19348         Remove `start' and `end' error messages when compiling.
19349         (ispell-choices-win-default-height): Fixed comment string.
19350         (ispell-dictionary-alist-1): Fixed regexp in castellano and
19351         castellano8 dictionaries.
19352         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
19353         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
19354         dictionary, added italiano dictionary.
19355         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
19356         word character
19357         (ispell-tex-skip-alists): Added psfig support.
19358         (ispell-skip-html): Renamed from ispell-skip-sgml.
19359         (ispell-begin-skip-region-regexp, ispell-skip-region)
19360         (ispell-minor-check): Improved html skipping support to skip across
19361         code, and recognize `&' commands without propper `;' syntax;
19362         (ispell-process-line): Fix alignment error when manually
19363         correcting spelling.
19364         (ispell): Fix comment string.
19365         (ispell-add-per-file-word-list): Always put word list on new line.
19367 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
19369         * format.el (format-encode-run-method): Fix error message to say
19370         `encode' instead of `decode'.  Use save-window-excursion around
19371         shell-command-on-region as in format-decode-run-method because
19372         shell-command-on-region can display a buffer with error output.
19373         (format-decode): Don't record undo information for the decoding.
19374         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
19375         that number part of the temporary buffer name so that more than
19376         one decoding using a temporary buffer can happen safely.
19378         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
19379         of `A-z' in the regexp.
19381         * hilit-chg.el: Fix typos in commentary.
19383         * help.el (view-emacs-news): Rewritten for new naming scheme
19384         for old NEWS files.
19386         * startup.el (command-line): Pop to *Messages* in case an error
19387         is signaled while loading user-init-file.
19389 2000-08-17  Andreas Schwab  <schwab@suse.de>
19391         * files.el (insert-directory): Don't lose original file name,
19392         undoing an undocumented change.
19394 2000-08-17  Alex Schroeder  <alex@gnu.org>
19396         * sql.el (sql-magic-go): Use comint-bol.
19397         (sql-copy-column): Use comint-line-beginning-position.
19398         (comint-line-beginning-position): Define a replacement for
19399         comint-line-beginning-position if it is not fboundp.
19401 2000-08-17  Alex Schroeder  <alex@gnu.org>
19403         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
19404         it didn't have any effect anyway.
19406 2000-08-17  Alex Schroeder  <alex@gnu.org>
19408         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
19409         --pset and pager=off instead of sending \\o|cat at the beginning
19410         of the session.
19412 2000-08-17  Miles Bader  <miles@gnu.org>
19414         * progmodes/octave-inf.el: Add compatibility definition of
19415         comint-line-beginning-position.
19417 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
19419         * startup.el (normal-top-level): Look in each dir in load-path for
19420         a leim-list.el file too.  This assures of loading leim-list.el
19421         that is created at Emacs installation time even if a user have his
19422         own leim-list.el.
19424 2000-08-17  Miles Bader  <miles@gnu.org>
19426         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
19427         foreground color to black if the background is dark.
19429 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
19431         * loadhist.el (unload-feature): Typo.
19433         * finder.el (finder-compile-keywords):
19434         * cus-dep.el (custom-make-dependencies): Add local-variable settings
19435         to the generated file.
19437         * mail/mh-e.el (mh-make-local-vars):
19438         Replace make-variable-buffer-local with make-local-variable.
19440         * play/landmark.el:
19441         * options.el (Edit-options-{set,toggle,t,nil}):
19442         * mail/mailabbrev.el (mail-abbrevs-mode):
19443         * textmodes/tex-mode.el (tex-expand-files):
19444         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
19446         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
19448         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
19449         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
19450         Allow going past the last element.
19451         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
19452         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
19453         (cvs-mouse-toggle-mark): Don't move point.
19454         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
19456         * progmodes/compile.el (grep): Provide a default set of files.
19457         (next-error): Docstring fix.
19458         (compilation-find-file): Avoid find-file (fails in a dedicated window).
19460         * emacs-lisp/easy-mmode.el (define-minor-mode):
19461         Use `symbol-value' to keep the byte-compiler quiet.
19463         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
19464         (diff-find-source-location): New fun, extracted from diff-goto-source.
19465         (diff-goto-source): Use it.
19466         (diff-next-complex-hunk, diff-filter-lines): New function.
19467         (diff-apply-hunk): New command.
19469         * smerge-mode.el (smerge-mode-menu): Doc fix.
19471         * msb.el (msb-mode): Define it in terms of define-minor-mode.
19473 2000-08-16  Dave Love  <fx@gnu.org>
19475         * windmove.el (windmove) <defgroup>: Add :version.
19477         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
19478         (goto-address-fontify-p, goto-address-highlight-p)
19479         (goto-address-url-face, goto-address-url-mouse-face)
19480         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
19481         (goto-address-url-regexp): Use thing-at-point-url-regexp.
19482         (goto-address-fontify, goto-address-at-mouse): Simplify,
19483         (goto-address-at-point): browse-url-url-at-point,
19484         goto-address-find-address-at-point can return nil.
19485         (goto-address-find-address-at-point): Return nil on failure.
19487         * align.el (align) <defgroup>: Add :version.
19489         * calculator.el (calculator): Add :version.
19490         (calculator): Use two lines for calculator window if `modeline'
19491         face is boxed.
19493         * play/5x5.el: Doc fixes.
19494         (5x5) <defgroup>: Add :version.
19496         * play/fortune.el (fortune) <defgroup>: Add :version.
19497         (fortune-append): Fix error message.
19498         (fortune-from-region): Doc fix.
19500         * play/pong.el (pong): Doc fix.
19502         * play/morse.el: Keywords, commentary, autoloads.
19504 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
19506         * desktop.el (desktop-save): Don't look at symbol-value of a
19507         member of minor-mode-alist, unless it is boundp.
19509 2000-08-16  Sam Steingold  <sds@gnu.org>
19511         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
19512         `while'; use `with-current-buffer' instead of `save-excursion'.
19513         Removed unnecessary kludges now that "*Buffer List*" is excluded.
19515 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
19517         * international/ccl.el (declare-ccl-program): Docstring modified.
19518         (ccl-execute-with-args): Likewise.
19520 2000-08-16  Miles Bader  <miles@gnu.org>
19522         * progmodes/sql.el: Add compatibility definition of
19523         comint-line-beginning-position.
19525 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
19527         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
19528         'buffer-menu' property.
19529         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
19530         fails.
19531         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
19532         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
19533         wasn't killed.
19535         * buff-menu.el (list-buffers-noselect): Don't display the
19536         *Buffer List* buffer.
19538         * font-lock.el: Require jit-lock to prevent a very late
19539         `Loading jit-lock' message.
19541         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
19542         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
19543         mail address.
19545 2000-08-15  Miles Bader  <miles@gnu.org>
19547         * textmodes/ispell.el (ispell-graphic-p): New constant.
19548         (ispell-choices-win-default-height, ispell-help): Use
19549         `ispell-graphic-p' instead of `xemacsp'.
19551 2000-08-15  Dave Love  <fx@gnu.org>
19553         * simple.el: Autoload widget-convert when compiling.
19554         (mail-user-agent): Doc fix.
19556         * help.el (function-called-at-point, variable-at-point): Use
19557         with-syntax-table.
19558         (help-manyarg-func-alist): Add insert-and-inherit.
19560         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
19562         * delsel.el (delsel-unload-hook): New function.
19564         * find-file.el: Doc fixes.  Move provide to end.
19565         (ff) <defgroup>: Add :link.
19566         (ff-goto-click): Deleted.
19567         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
19568         Use mouse-set-point.
19570         * textmodes/tildify.el: Doc fixes.
19571         (tildify) <defgroup>: Add:version.
19573         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
19574         (glasses-custom-set): Use set-default, not set.
19575         (minor-mode-alist): Propertize the lighter.
19576         (glasses-mode): Provide optional arg.
19578         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
19579         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
19580         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
19581         option.  Provide :type.
19582         (cwarn-configuration): Provide :type.
19583         (cwarn-mode): Doc fix.
19585         * add-log.el (change-log-merge): Doc fix.
19586         (change-log-redate): New command.
19588         * net/browse-url.el (browse-url-filename-alist): Add a clause for
19589         Doze and Dog.
19590         (browse-url): Use dolist, not mapcar.
19591         (browse-url-at-point): Check for null url.
19592         (browse-url-event-buffer, browse-url-event-point): Functions
19593         deleted.
19594         (browse-url-at-mouse, browse-url-netscape): Simplify.
19596         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
19597         modes.
19598         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
19599         Fix previous change to mapcan.
19600         (msb--init-file-alist, msb--add-separators)
19601         (msb--make-keymap-menu): Simplify.
19602         (msb--choose-file-menu): Use copy-sequence.
19603         (msb-mode-map): Add title to keymap.
19604         (msb-unload-hook): New function.
19606         * bs.el: Fix indentation.
19607         (bs) <defgroup>: Add :links.
19608         (bs-show): Doc fix.
19609         (bs-apply-sort-faces): Don't use window-system.
19610         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
19612 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
19614         * calendar/timeclock.el (timeclock-file): Run .timelog through
19615         convert-standard-filename.
19617 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
19619         * emacs-lisp/authors.el: New file.
19621         * paren.el (show-paren-priority): New user option.
19622         (show-paren-function): Set overlay priorities to
19623         show-paren-priority.
19625 2000-08-14  Miles Bader  <miles@gnu.org>
19627         * comint.el (comint-bol): Use `forward-line 0' instead of calling
19628         beginning-of-line with inhibit-field-text-motion bound.
19630 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
19632         * calendar/timeclock.el: New file.
19634 2000-08-14  David Ponce  <david@dponce.com>
19636         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
19637         `widget-button-click'. so that one can use left mouse button to
19638         click on dialog buttons.
19640 2000-08-14  Emmanuel Briot  <briot@gnat.com>
19642         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
19643         identifiers, since XML is case sensitive
19645 2000-08-12  Miles Bader  <miles@gnu.org>
19647         * comint.el (comint-output-filter): Don't bother frobbing
19648         window-start, it doesn't seem to be necessary.
19650         * comint.el (comint-send-string, comint-send-region): Make into
19651         real functions.  Snapshot the prompt before sending.
19653 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
19655         * info.el (Info-find-emacs-command-nodes): Rewrite to use
19656         technique similar to Info-index, instead of relying on specific
19657         names of relevant Index nodes.
19658         (Info-goto-emacs-command-node): Bind Info-history to nil when
19659         going to the first node found by Info-find-emacs-command-nodes.
19661 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
19663         * menu-bar.el (menu-bar-help-menu): Add a :help string.
19665 2000-08-10  Miles Bader  <miles@gnu.org>
19667         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
19669 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
19671         * info.el (Info-file-list-for-emacs): More elements for the
19672         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
19673         and woman manuals.
19675 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
19677         * comint.el (comint-send-input): Make the newline boundary overlay
19678         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
19679         (comint-output-filter): Use `insert' instead of
19680         `insert-before-markers'.  Extend comint-last-output-overlay when
19681         necessary since we can't rely on insert-before-markers to do it.
19682         * gud.el (gud-filter): Use `with-current-buffer' instead of
19683         save-excursion when inserting the output, so that point gets
19684         updated correctly; the old method relied on a rather dodgy
19685         side-effect of comint-output-filter to avoid the effect of
19686         save-excursion.
19688 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
19690         * files.el (recover-file): Call insert-directory instead of
19691         invoking `ls' directly.
19693 2000-08-10  Miles Bader  <miles@gnu.org>
19695         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
19696         (comint-last-prompt-overlay): New variables.
19697         (comint-output-filter): Implement prompt highlighting.
19698         (comint-snapshot-last-prompt): New function.
19699         (comint-send-input): Snapshot the last prompt.
19700         Use comint-highlight-input-face.
19701         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
19702         Use defface instead of defcustom.
19703         (send-invisible, comint-send-eof): Snapshot the last prompt.
19704         (comint-delchar-or-maybe-eof): Use comint-send-eof.
19705         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
19707 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
19709         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
19710         (regexp-opt-group): Use a list of chars for `letters'.
19711         (regexp-opt-charset): `chars' is now a list of chars.
19712         Use a char-table rather than a vector so it works for multibyte chars.
19714         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
19715         Set cvs-minor-current-files to the selected fileinfo.
19716         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
19717         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
19719 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
19721         * files.el (insert-directory): Don't call access-file on
19722         directories on DOS and Windows.
19724 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
19726         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
19727         longer if necessary.
19728         (ccl-embed-code): Call ccl-embed-data to store CODE in
19729         ccl-program-vector.
19731 2000-08-09  Miles Bader  <miles@gnu.org>
19733         * comint.el (comint-output-filter): Properly handle the case where
19734         the text surrounded by comint-last-output-overlay was deleted.
19736 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
19738         * info.el (Info-insert-dir): Use Info-additional-directory-list if
19739         non-nil.
19740         (Info-file-list-for-emacs): Remove "info" from the list because
19741         that leads to trying to use the documentation from file `info'
19742         in various situations where it isn't appropriate, for instance
19743         C-h C-k C-h i.
19745         * ffap.el (ffap-read-file-or-url-internal): Handle case that
19746         DIR and/or STRING are nil.
19748         * progmodes/compile.el (compilation-setup): Make variable
19749         compilation-error-screen-columns buffer-local, as some comment
19750         in the code suggests it should be.
19752         * files.el (auto-mode-interpreter-regexp): New variable.
19753         (set-auto-mode): Use it.
19755         * indent.el (indent-for-tab-command): Doc fix.
19757         * mouse-sel.el (mouse-sel-mode): Doc fix.
19759         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
19760         labels.
19762         * help.el (print-help-return-message): When
19763         display-buffer-reuse-frames is set, let the help window been quit,
19764         instead of deleting it, which might delete a reused frame.
19766 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
19768         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
19769         rename a directory to a name that differs only by its letter case.
19771 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
19773         * international/quail.el (quail-define-rules): Handle Quail decode
19774         map correctly.  Add code for supporting annotations.
19775         (quail-install-decode-map): New function.
19776         (quail-defrule-internal): New optional arguments decode-map and
19777         props.
19778         (quail-advice): New function.
19780 2000-08-07  Sam Steingold  <sds@gnu.org>
19782         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
19783         `defconst', `define-condition', `with-slots'.
19784         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
19786 2000-08-03  Miles Bader  <miles@gnu.org>
19788         * comint.el (comint-use-prompt-regexp-instead-of-fields):
19789         New variable.
19790         (comint-prompt-regexp, comint-get-old-input): Document dependence on
19791         comint-use-prompt-regexp-instead-of-fields.
19792         (comint-send-input): Add `input' field property to stuff we send to
19793         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
19794         (comint-output-filter): Add `output' field property to process
19795         output, if comint-use-prompt-regexp-instead-of-fields is nil.
19796         (comint-replace-by-expanded-history)
19797         (comint-get-old-input-default, comint-show-output)
19798         (comint-backward-matching-input, comint-forward-matching-input)
19799         (comint-next-prompt, comint-previous-prompt):  Use field
19800         properties if comint-use-prompt-regexp-instead-of-fields is nil.
19801         (comint-line-beginning-position): New function.
19802         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
19803         (comint-replace-by-expanded-history-before-point): Use
19804         comint-line-beginning-position and line-end-position.
19805         (comint-last-output-overlay): New variable.
19806         (comint-mode): Make `comint-last-output-overlay' buffer-local.
19808         * shell.el (shell-prompt-pattern): Doc change.
19809         (shell-backward-command): Use line-beginning-position.
19811         * gud.el (gud-gdb-complete-command): Use
19812         comint-line-beginning-position.
19814         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
19815         comint-bol doesn't actually go to the beginning of the line.
19817         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
19818         if comint-use-prompt-regexp-instead-of-fields is non-nil.
19819         (try-expand-line-all-buffers): Likewise.
19821         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
19822         explicitly matching comint-prompt-regexp.
19823         (sql-copy-column): Use comint-line-beginning-position instead of
19824         explicitly matching comint-prompt-regexp.
19826         * progmodes/octave-inf.el (inferior-octave-complete): Use
19827         comint-line-beginning-position.
19829         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
19831         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
19832         looking for a prompt, use `forward-line 0' instead of
19833         `beginning-of-line', to avoid getting caught by an input field.
19835 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
19837         * files.el (shell-quote-wildcard-pattern): Make sure to return
19838         PATTERN, in the Unix case.
19840 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
19842         * play/zone.el (zone): Discard any pending input before running
19843         the randomly-chosen pgm.
19845 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
19847         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
19848         checking the existence of any multibyte characters.
19850 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
19852         * help.el (describe-mode): Test minor-mode symbol for being
19853         bound before testing its value for being nil.
19855         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
19856         `first', `second', and `third'.
19858         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
19859         (second): Make it an alias for `cadr'.
19861 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
19863         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
19864         types of display support faces now.
19866 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
19868         * pcvs.el (require): Require `cl' during compilation, only.
19870         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
19871         (toplevel): Remove `remq' and `remove' from autoloads.
19872         (cl-fake-autoloads): New variable.  If set, arrange for an error
19873         when CL functions etc. are autoloaded.
19875 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
19877         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
19879         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
19880         popped up, but the user clicks outside the menu, return an empty
19881         regexp (that causes unhighlight-regexp to have no effect).
19883         * menu-bar.el (menu-bar-games-menu): Add Zone.
19885         * hi-lock.el (toplevel): Require font-lock.
19887 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
19889         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
19890         (ebnf-8-bit-chars): New var for bug fix.
19891         (ebnf-string): Bug fix.
19893 2000-08-03  Sam Steingold  <sds@gnu.org>
19895         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
19896         instead of `buffer-string'.
19897         (require 'cl): Always, not just when compiling.
19898         `ignore-errors' in `interactive', `list*', `defun*' &c make this
19899         necessary.
19901 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
19903         * international/mule-cmds.el (select-safe-coding-system): Make
19904         the message text about selecting a safe coding system more clear.
19906 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
19908         * hi-lock.el: New file.
19910         * play/zone.el: New file.
19912         * replace.el (occur): Set tab-width in the *Occur* buffer to the
19913         value of tab-width in the original buffer.  Choose a line number
19914         format that's a multiple of the original buffer's tab width, so
19915         that lines appear right.
19917         * textmodes/ispell.el (ispell): New function, replacing an alias.
19918         Spell-check active region if in transient-mark-mode and mark
19919         is active; otherwise spell-check buffer.
19921 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
19923         * ps-mule.el: Fix a customization problem on
19924         ps-mule-font-info-database-default.
19926 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
19928         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
19929         display-mouse-p instead of window-system.
19930         (ebrowse-member-mode-map): Ditto.
19932 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
19934         * progmodes/ebnf2ps.el: Update ps-print functions call.
19935         Indentation fix.  Doc fix.
19936         (ebnf-version): New version number (3.2).
19937         (ebnf-format-color, ebnf-begin-job): Code fix.
19939 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
19941         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
19942         font lock support on window-system.
19943         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
19945         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
19946         display-color-p, if fboundp, instead of window-system.
19948 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
19950         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
19951         instead of window-system.
19953         * wid-edit.el (widget-choose): Use display-mouse-p instead of
19954         window-system.
19955         (widget-choice-mouse-down-action): Use display-popup-menus-p
19956         instead of window-system.
19958         * strokes.el (strokes-file): Run the file name through
19959         convert-standard-filename.
19960         (strokes-mode): Call display-mouse-p instead of looking at
19961         window-system.  Change the error message accordingly.
19963         * progmodes/cpp.el (toplevel): Support faces on tty's.
19965         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
19966         (lm-plot-square, lm-init-display): Don't use window-system.
19968         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
19969         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
19971         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
19972         instead of looking at window-system.
19974 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
19976         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
19977         of testing if iswitchb-prepost-hooks is bound, because the
19978         latter will always be true when invoking a recursive minibuffer
19979         from an active Iswitchb buffer.
19981 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
19983         * files.el (shell-quote-wildcard-pattern): New function.
19984         (insert-directory): Call it.  Only prepend "\" to command on Unix
19985         and GNU/Linux systems.
19987 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
19989         * eshell/esh-groups.el: Change custom :link file names
19990         from `eshell.info' to `eshell'.
19992 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
19994         * dired.el (dired-build-subdir-alist): Expand subdirectory names
19995         correctly in recursive ange-ftp listings.
19997 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
19999         * ps-print.el: Fix bug 1: if ps-font-size-internal,
20000         ps-header-font-size-internal and
20001         ps-header-title-font-size-internal variables are not set,
20002         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
20003         face text property is (foreground-color . COLOR) or
20004         `(background-color . COLOR)', ps-print crashes.  Doc fix.
20005         (ps-print-version): New version number (5.2.4).
20006         (ps-plot-region): Code fix.
20007         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
20008         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
20009         Bug fix 2.
20011 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
20013         * glasses.el (glasses-make-readable): Fix uncapitalization of
20014         identifiers like `myXMLDocument'.
20016 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
20018         * mail/mail-hist.el (mail-hist-previous-input)
20019         (mail-hist-next-input): Do the obvious code factorization.
20020         (mail-hist-retrieve-and-insert): New func, contains common
20021         code of above two.
20022         If inserting a message body, leave point at top.
20024 2000-07-28  Sam Steingold  <sds@gnu.org>
20026         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
20027         Use `<=', not `<' to compare times!
20028         (ange-ftp-ls): Remove.
20030 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
20032         * play/cookie1.el: Add explanation of how to make cookie.el
20033         compatible with strfile(1) to comment.
20035         * subr.el (remove, remq): New functions.
20037         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
20038         escape `*' in regexps.
20039         (midnight-find): Reverse order of arguments in the funcall of
20040         TEST.
20042         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
20043         and `.class'.
20045         * play/meese.el: Add Commentary section.
20047 2000-07-27  Alex Schroeder  <alex@gnu.org>
20049         * sql.el (sql-ms): Added autoload cookie.
20050         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
20051         (sql-oracle): Ditto.
20052         (sql-help): Doc change.
20054         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
20055         types and exceptions.
20057 2000-07-27  Alex Schroeder  <alex@gnu.org>
20059         * sql.el (sql-placeholder-history): New variable.
20060         (sql-query-placeholders-and-send): New function that will query
20061         the user and replace placeholders with user input.
20062         (sql-oracle): If running on NT, set comint-input-sender to
20063         sql-query-placeholders-and-send.
20065         (sql-stop): If in the SQLi buffer, insert stop notification, else
20066         present it as a message.
20068 2000-07-27  Alex Schroeder  <alex@gnu.org>
20070         * sql.el (sql-input-ring-separator): Doc change.
20071         (sql-input-ring-file-name): Doc change.
20072         (sql-interactive-mode): Use `sql-input-ring-separator' and
20073         `sql-input-ring-file-name' to set the comint-mode equivalents
20074         without making them local variables.
20075         (sql-stop): Don't bind `sql-input-ring-separator' and
20076         `sql-input-ring-file-name' dynamically to their comint-mode
20077         equivalents.
20079 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
20081         * international/mule.el (register-char-codings): New function.
20082         (make-coding-system): Handle `safe-chars' specification in the arg
20083         PROPERTY.
20085         * international/mule-cmds.el
20086         (find-coding-systems-region-subset-p): This function deleted.
20087         (sort-coding-systems-predicate): New variable.
20088         (sort-coding-systems): New function.
20089         (find-coding-systems-region): Use
20090         find-coding-systems-region-internal.
20091         (find-coding-systems-string): Use find-coding-systems-region.
20092         (find-coding-systems-for-charsets): Check
20093         char-coding-system-table.
20094         (select-safe-coding-system-accept-default-p): New variable.
20095         (select-safe-coding-system): Mostly rewritten.  New argument
20096         ACCEPT-DEFAULT-P.
20097         (select-message-coding-system): Call select-safe-coding-system
20098         with ACCEPT-DEFAULT-P arg.
20099         (reset-language-environment): Reset default-sendmail-coding-system
20100         to the default value iso-latin-1.
20101         (set-language-environment): Don't set the obsolete variable
20102         charset-origin-alist.
20104         * international/codepage.el (cp-coding-system-for-codepage-1):
20105         Give `safe-chars' property to make-coding-system.
20107         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
20108         calling select-message-coding-system twice.
20110         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
20111         instead of `safe-charsets'.
20112         (cyrillic-alternativnyj): Likewise.
20113         (ccl-encode-alternativnyj): Don't check the charset
20114         cyrillic-iso8859-5.
20116 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
20118         * composite.el (compose-chars-after): Preserve match data.
20120 2000-07-26  Sam Steingold  <sds@gnu.org>
20122         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
20123         (ange-ftp-real-file-newer-than-file-p): New function.
20124         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
20125         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
20127         * tooltip.el (tooltip-float-time): Removed (use `float-time').
20128         * midnight.el (midnight-float-time): Ditto.
20130 2000-07-26  Andreas Schwab  <schwab@suse.de>
20132         * files.el (normal-backup-enable-predicate): Correct
20133         interpretation of the return value of compare-strings.
20135 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
20137         * isearch.el (isearch-resume): New function.
20138         (isearch-done): Add something to command-history to resume
20139         the search.
20140         (isearch-yank-line, isearch-yank-word): Use
20141         buffer-substring-no-properties instead of buffer-substring.
20143         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
20144         of flyspell-mouse-map.
20146         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
20147         duplicate definition.
20148         (makefile-mode): Remove duplicate setting of local-abbrev-table.
20150         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
20151         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
20153 2000-07-25  Sam Steingold  <sds@gnu.org>
20155         * net/ange-ftp.el: Get modtime over the net.
20156         (ange-ftp-file-modtime): New function.
20157         (ange-ftp-write-region, ange-ftp-insert-file-contents)
20158         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
20159         Use it.
20160         (ange-ftp-dot-to-slash): New function.
20161         (ange-ftp-fix-name-for-vms): Use it.
20163         * midnight.el (midnight-buffer-display-time): Use
20164         `with-current-buffer'.
20166 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
20168         * find-dired.el: Update copyright notice.
20169         (find-dired): Offer to kill a running `find'.
20171         * enriched.el (enriched-face-ans): For a `foreground-color'
20172         property, return '(("x-color" COLOR))' so that COLOR will be
20173         output as a parameter of the x-color annotation.  Likewise for the
20174         `background-color' property.  In the case of normal face
20175         properties, don't return annotations for unspecified foreground
20176         and background face attributes.
20178 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
20180         * language/japan-util.el (japanese-katakana-region): Fix handling
20181         HANKAKU argument.
20183 2000-07-25  Miles Bader  <miles@gnu.org>
20185         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
20186         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
20187         constrain-to-field.
20189 2000-07-24  Andrew Innes  <andrewi@gnu.org>
20191         * timer.el (timer-activate-when-idle): Add optional parameter
20192         DONT-WAIT.  Update docstring.
20193         (run-with-idle-timer): Specify extra parameter to
20194         timer-activate-when-idle, so that timer will be activated
20195         immediately if Emacs is already idle.
20197         * w32-fns.el (w32-using-nt): Fix docstring.
20199 2000-07-24  Dave Love  <fx@gnu.org>
20201         * mouse.el (popup-menu): Set last-command-event.
20202         (mouse-major-mode-menu-prefix): Declare.
20204 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
20206         * textmodes/flyspell.el: Update to author's version 1.5d.
20208         * progmodes/hideshow.el: Update copyright notice.
20210         * vcursor.el: Set maintainer to FSF, since author cannot
20211         be reached.
20213 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
20215         * info.el (Info-goto-emacs-key-command-node): Leave a space after
20216         the prompt.
20218         * mouse.el (popup-menu): Run the keymap through indirect-function,
20219         in case it was defined with define-prefix-key.  If the menu is a
20220         list of keymaps, look up the binding of user's choice in each one
20221         of the keymaps.
20222         (mouse-popup-menubar): If the global and local menu-bar keymaps
20223         don't have a prompt string, create one and insert it into the
20224         keymap.  Don't barf if current-local-map returns nil.
20226 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
20228         * dired.el (dired-sort-R-check): Added to allow recursive listing
20229         to be undone.
20230         (dired-sort-other): Use it.
20232 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20234         * Release of cc-mode 5.27
20236 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20238         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
20239         c-beginning-of-statement-1 that caused a bad case of recursion
20240         which could consume a lot of CPU in large classes in languages
20241         that have in-expression classes (i.e. Java and Pike).
20243         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
20244         statements before top level constructs (i.e. case 6 is moved
20245         before case 5 and is now case 4) to catch in-expression
20246         classes in top level expressions correctly.
20248 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20250         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
20251         objc-method-intro. Case 4 removed and case 5I added.
20253         * cc-langs.el (c-append-paragraph-start): New variable used by
20254         c-common-init to get paragraph-start correct.
20255         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
20256         initialize paragraph-start to make it correct both with and
20257         without the javadoc special case.
20259         * cc-mode.el (java-mode): Use c-append-paragraph-start to
20260         initialize paragraph-start for javadoc markup.
20262         * cc-vars.el (c-style-variables-are-local-p): Incompatible
20263         change by defaulting this to t.  It's motivated by the
20264         confusing behavior that otherwise arise from the style system
20265         when editing both java and non-java files at the same time
20266         (see the comments about style setting in c-common-init).
20268 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20270         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
20271         similar to the one in c-fill-paragraph to check the fill
20272         prefix from the adaptive fill function for sanity.
20274 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20276         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
20277         defun block.
20279 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20281         * cc-align.el (c-lineup-multi-inher): Handle lines with
20282         leading comma nicely. Extended to handle member initializers
20283         too.
20285         * cc-engine.el: (c-beginning-of-inheritance-list,
20286         c-guess-basic-syntax): Fixed recognition of inheritance lists
20287         when the lines begins with a comma.
20289         * cc-vars.el (c-offsets-alist): Changed default for
20290         member-init-cont to c-lineup-multi-inher since it now handles
20291         member initializers and indents better for leading commas.
20293 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20295         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
20296         handling that caused class open lines to be recognized as
20297         statement-conts in some cases.
20299         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
20300         guessed by the adaptive fill function unless point is on the
20301         first line of a block comment.
20303         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
20304         when the buffer ends with a macro continuation char.
20306         * cc-engine.el (c-guess-basic-syntax): Added support for
20307         function definitions as statements in Pike.  The first
20308         statement in a lambda block is now labeled defun-block-intro
20309         instead of statement-block-intro.
20311         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
20312         so that the class surrounding point is selected, not the one
20313         innermost in the state.
20315         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
20316         recognition of switch labels having hanging multiline
20317         statements.
20319         * cc-engine.el (c-beginning-of-member-init-list): Broke out
20320         some code in c-guess-basic-syntax to a separate function.
20321         * cc-engine.el (c-just-after-func-arglist-p): Fixed
20322         recognition of member inits with multiple line arglists.
20323         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
20324         member-init-cont when the commas are in funny places.
20326 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20328         * cc-defs.el (c-auto-newline): Removed this macro since it's
20329         not used anymore.
20331         * cc-engine.el (c-looking-at-bos): New helper function.
20332         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
20333         inexpr and toplevel classes apart in Pike.
20335         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
20336         of case 9A.
20338         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
20339         constant, since "class" can introduce an in-expression class
20340         in Pike nowadays.
20342 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20344         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
20345         indentation on cpp-macro lines.
20347         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
20348         a syntax modifier like comment-intro, to make it possible to
20349         get syntactic indentation for preprocessor directives.  It's
20350         incompatible wrt to lineup functions on cpp-macro, but it has
20351         no observable effect in the 99.9% common case where cpp-macro
20352         is set to -1000.
20354 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20356         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
20357         member-init-cont when the preceding arglist is several lines.
20359 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20361         * cc-styles.el (c-style-alist): The basic offset for the BSD
20362         style corrected to 8.
20364 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20366         * cc-styles.el (c-style-alist): Adjusted the indentation of
20367         brace list openers in the gnu style.
20369 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20371         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
20373         * cc-cmds.el (c-electric-brace, c-electric-slash,
20374         c-electric-star, c-electric-semi&comma, c-electric-colon,
20375         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
20376         when c-syntactic-indentation is nil.
20378         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
20379         we were left at comments preceding the first statement when
20380         reaching the beginning of the buffer.
20382         * cc-vars.el (c-syntactic-indentation): New variable to turn
20383         off all syntactic indentation.
20385 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20387         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
20388         between the text and the block comment ender when it hangs,
20389         depending on how many there are before the fill.
20391 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20393         * cc-engine.el (c-beginning-of-closest-statement): New helper
20394         function to go back to the closest preceding statement start,
20395         which could be inside a conditional statement.
20396         * cc-engine.el (c-guess-basic-syntax): Use
20397         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
20399         * cc-engine.el (c-guess-basic-syntax): Better handling of
20400         arglist-intro, arglist-cont-nonempty and arglist-close when
20401         the arglist is nested inside parens.  Cases 7A, 7C and 7F
20402         changed.
20404         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
20405         up-to-date with javadoc 1.2.
20407 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20409         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
20410         multiline Pike type decls.
20412 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20414         * cc-cmds.el (c-indent-new-comment-line): Always break
20415         multiline comments in multiline mode, regardless of
20416         comment-multi-line.
20418 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20420         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
20421         fully::qualified::names in C++ member init lists.  Preamble in
20422         case 5D changed.
20424 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20426         * cc-langs.el (c-common-init): Handling of obsolete variables
20427         moved to c-initialize-cc-mode.  More compatible style override
20428         when using global style variables.
20429         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
20430         variables moved here.
20432         * cc-styles.el (c-make-styles-buffer-local): Flag style
20433         variable localness in c-style-variables-are-local-p to make
20434         the compatibility measure in c-common-init work well.
20436         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
20437         longer contain set-from-style.
20438         * cc-styles.el (c-initialize-builtin-style): Don't check for
20439         set-from-style on c-special-indent-hook.
20440         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
20441         copy-alist is sufficient now.
20443         * cc-styles.el (c-set-style, c-set-style-1,
20444         c-get-style-variables): Fixes to variable initialization so
20445         that duplicate entries in styles have the same effect
20446         regardless of DONT-OVERRIDE.
20448         * cc-styles.el (c-set-style-2): Fixed bug where the
20449         initialization of inheriting styles failed when the
20450         dont-override flag is set.
20452         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
20453         on this.
20455 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20457         * cc-defs.el (c-forward-comment): Removed the workaround
20458         introduced in 5.38 since it had worse side-effects.  If a line
20459         contains the string "//\"", it regarded the // as a comment
20460         start since the \ temporarily doesn't have escape syntax.
20462 2000-07-17  Emmanuel Briot  <briot@act-europe.fr>
20464         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
20465         ada-xref.el before ada-prj.el, so that the Project menu is created
20466         when ada-prj tries to add to it.
20467         (ada-activate-keys-for-case): Suppress the characters that are not
20468         part of the Ada syntax. Better compatibility with else-mode
20469         (ada-adjust-case-interactive): When auto-casing is not active,
20470         correctly insert newlines (used to insert only ^M).  Prevent the
20471         syntax table from being changed in case of an error
20472         (or '_' becomes part of a word and some commands are confused).
20473         Do nothing if ada-auto-case is nil.
20474         (ada-after-keyword-p): Ignore keywords that are also attributes
20475         (ada-batch-reformat): Update usage comment
20476         (ada-call-from-contextual-menu): New function
20477         (ada-case-read-exceptions): Reinitialize the casing exception list
20478         first to nil first, so that the casing exception file can be
20479         shared.
20480         (ada-check-defun-name): Handles "configure" keyword for gnatdist
20481         files.
20482         (ada-compile-goto-error): Fix regexp used to detect a file:line
20483         anywhere in the error message
20484         (ada-contextual-menu-last-point): New variable
20485         (ada-create-keymap): If the variable delete-key-deletes-forward is
20486         t on XEmacs, it means that DEL should delete one character
20487         forward.
20488         (ada-create-menu): Use :included instead of :visible for XEmacs.
20489         New submenu "Options".
20490         (ada-end-stmt-re): Correctly indent "select ... then abort"
20491         statements.
20492         (ada-fill-comment-paragraph): Correctly delete all leading '--'
20493         even if they don't match ada-fill-comment-prefix Fix handling of
20494         paragraphs on the first or last line of a file.
20495         (ada-format-paramlist): Fix handling of default parameter values.
20496         (ada-get-body-name): New function.
20497         (ada-get-current-indent): Optimized by searchling directly for an
20498         existing generic part or a statement outside of it.  Handle
20499         ada-indent-align-comments when indenting comments Replaced some
20500         regexps by testing directly the next character. This results in a
20501         huge speedup on some files.  New indentation scheme for renames
20502         statements.  Stop looking for the 'while' or 'for' associated with
20503         a 'loop' at the first semicolon encountered.  A "return" can also
20504         match an anonymous access subprogram declaration.
20505         (ada-get-indent-noindent): Ignore strings and comments when
20506         looking for the keywords "record" and "private".
20507         (ada-goto-matching-decl-start): When matching "if", make sure we
20508         are not in fact seeing "end if".  Ignore "when" statements except
20509         when initial keyword was "begin".  Fix handling of nested
20510         procedures.  Add a recursive call to this function to skip over
20511         other 'end' statmts.  Fix indentation for "when .. => begin"
20512         (ada-in-open-paren-p): Fix indentation for complex boolean
20513         expressions, where 'and then', 'or else' and parenthesis
20514         statements are mixed up.
20515         (ada-in-paramlist-p): Skip comments while searching for the
20516         beginning Fix handling of operator declarations.
20517         (ada-indent-align-comments): New variable
20518         (ada-indent-current): Change the syntax table only in the
20519         protected section, so that we are sure it is restored correctly.
20520         (ada-indent-on-previous-lines): Use ada-use-indent and
20521         ada-with-indent Correctly indent "select ... then"
20522         (ada-indent-region): Slight speedup.
20523         (ada-indent-renames): New variable.
20524         (ada-last-which-function-subprog, ada-last-which-function-line):
20525         New variables
20526         (ada-looking-at-semi-private): Correctly indent the 'private'
20527         keyword when it is the first word in a package declaration.
20528         (ada-loose-case-word): Stop searching if at the end of the buffer.
20529         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
20530         even if point is not initially at the end of the word.
20531         (ada-matching-decl-start-re): Add "when".
20532         (ada-mode): Add support for abbrev-mode, outline-mode and
20533         which-func-mode Override the old find-file.el entry in
20534         ff-special-constructs since it is using the obsolete
20535         ada-spec-suffix variable
20536         (ada-no-auto-case): New function
20537         (ada-scan-paramlist): When parsing the argument type, accept
20538         spaces (as in "X 'Class", generated by Rational Rose).
20539         (ada-other-file-name): No longer loads the other file.
20540         (ada-popup-menu): Save and restore the current buffer and cursor
20541         position before and after displaying the menu.
20542         (ada-search-ignore-complex-boolean): New function.
20543         (ada-uncomment-region): Emacs21 already knows how to delete
20544         comments not starting in the first column.
20545         (ada-use-indent): New variable
20546         (ada-which-function): New function.
20547         (ada-with-indent): New variable
20548         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
20549         can be batch-compiled from the command line.
20551         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
20552         Add to the menu when the file is loaded, not in ada-mode-hook.
20553         Add -toolbar to the default ddd command Switches moved from
20554         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
20555         ada-prj-default-comp-opt
20556         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
20557         Reference Manual to the menu
20558         (ada-check-current): rewritten as a call to ada-compile-current
20559         (ada-compile): Removed.
20560         (ada-compile-application, ada-compile-current, ada-check-current):
20561         Set the compilation-search-path so that compile.el automatically
20562         finds the sources in src_dir.  Automatic scrollong of the
20563         compilation buffer.  C-uC-cC-c asks for confirmation before
20564         compiling
20565         (ada-compile-current): New parameter, prj-field
20566         (ada-complete-identifier): Load the .ali file before doing
20567         processing
20568         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
20569         conform to gnatmake's behavior.
20570         (ada-find-file-in-dir): New function
20571         (ada-find-references): Set the environment variables for gnatfind
20572         (ada-find-src-file-in-dir): New function.
20573         (ada-first-non-nil): Removed
20574         (ada-gdb-application): Add support for jdb, the java debugger.
20575         (ada-get-ada-file-name): Load the original-file first if not done
20576         yet.
20577         (ada-get-all-references): Handles the new ali syntax (parent types
20578         are found between <>).
20579         (ada-initialize-runtime-library): New function
20580         (ada-mode-hook): Always load a project file when a file is opened,
20581         so that the casing exceptions are correctly read.
20582         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
20583         (ada-parse-prj-file): Use find-file-noselect instead of find-file
20584         to open the project file, since the latter does not work with
20585         speedbar Get default values before loading the prj file, or the
20586         default executable file name is wrong.  Use the absolute value of
20587         src_dir to initialize ada-search-directories and
20588         compilation-search-path,...  Add the standard runtime library to
20589         the search path for find-file.
20590         (ada-prj-default-debugger): Was missing an opening '{'
20591         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
20592         variables.
20593         (ada-prj-default-gnatmake-opt): New variable
20594         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
20595         buffers, the project file is the default one Save the windows
20596         configuration before displaying the menu.
20597         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
20598         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
20599         ...)  regexp-quote identifiers names to support operators +,
20600         -,... in regexps.
20601         (ada-remote): New function.
20602         (ada-run-application): Erase the output buffer before starting the
20603         run Support remote execution of the application.  Use
20604         call-process, or the arguments are incorrectly parsed
20605         (ada-set-default-project-file): Reread the content of the active
20606         project file, not the one from the current buffer When a project
20607         file is set as the default project, all directories are
20608         automatically associated with it.
20609         (ada-set-environment): New function
20610         (ada-treat-cmd-string): New special variable ${current}
20611         (ada-treat-cmd-string): Revised.  The substitution is now done for
20612         any ${...} substring
20613         (ada-xref-current): If no body was found, compiles the spec
20614         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
20615         compiler to get rid of command line length limitations.
20616         (ada-xref-get-project-field): New function
20617         (ada-xref-project-files): New variable
20618         (ada-xref-runtime-library-specs-path)
20619         (ada-xref-runtime-library-ali-path): New variables
20620         (ada-xref-set-default-prj-values): Default run command now does a
20621         cd to the build directory.  New field: main_unit Provide a default
20622         file name even if the current buffer has no prj file.
20624         * ada-prj.el:
20625         Rewritten to show a tabbed-dialog.
20626         (ada-prj-add-ada-menu): Remove the map and name parameters.
20627         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
20628         New function
20629         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
20630         (ada-prj-load-from-file): New function
20631         (ada-prj-save): Always save fields that depend on the current buffer
20632         (ada-prj-show-value): New function
20634         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
20635         Ada mode. This will allow us to display the Ada menu in any buffer
20636         we want (for project items).
20637         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
20638         number of spaces in the header.
20640 2000-07-24  Dave Love  <fx@gnu.org>
20642         * ediff-init.el (ediff-region-help-echo): Bind face-help.
20644 2000-07-23  Noah Friedman  <friedman@splode.com>
20646         * type-break.el (type-break): perform autosave.
20647         Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
20648         (type-break-do-query): Cancel query schedule while performing
20649         actual query, to avoid possibility of a second query being made
20650         while first one is already in progress.
20651         (type-break-time-stamp-format): New variable.
20652         (type-break-time-stamp): New function.
20653         (type-break-time-warning): Use it.
20654         (type-break-keystroke-warning): Use it.
20655         (type-break-noninteractive-query): Use it.
20657         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
20658         cookie.
20659         Use add-minor-mode to set minor-mode-alist, if available.
20660         (eldoc-echo-area-use-multiline-p): New user option.
20661         (eldoc-echo-area-multiline-supported-p): New variable.
20662         (eldoc-docstring-format-sym-doc): Use them.
20663         (eldoc-mode): If not using idle timers, append to local post and
20664         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
20665         (eldoc-display-message-no-interference-p): Don't interfere with
20666         edebug.
20667         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
20668         (eldoc-function-arglist): New function.
20669         (eldoc-function-argstring): Use it.
20671         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
20672         auto save directory exists before calling directory-files.
20674 2000-07-23  Dave Love  <fx@gnu.org>
20676         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
20677         ^o, ^u.
20679 2000-07-21  Dave Love  <fx@gnu.org>
20681         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
20682         now passed to the function.  It now works properly.
20684         * smerge-mode.el (smerge-mode-menu): Fill it out.
20686 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
20688         * info-look.el (info-lookup): If *info* is shown in another frame
20689         on the same display, select that frame, instead of switching to
20690         the Info buffer in another window of the selected frame.
20692         * simple.el (universal-argument-map): Bind numeric keypad keys
20693         kp-0 to kp-9 and kp-subtract.
20694         (digit-argument): Handle these keys.
20696 2000-07-20  Dave Love  <fx@gnu.org>
20698         * net/goto-addr.el (goto-address-fontify): Don't bother with
20699         buffer-modified and read-only stuff -- irrelevant with overlays.
20700         Put an extra property on the overlays and use it to clean up in
20701         case goto-address is re-run.
20703 2000-07-19  Richard M. Stallman  <rms@gnu.org>
20705         * timer.el (run-with-idle-timer): Doc fix.
20707         * mail/mail-utils.el (mail-strip-quoted-names):
20708         Handle case where <...> appears inside "...".
20709         Use replace-match to edit the string more simply.
20710         (rmail-dont-reply-to): Cope with an unmatched ".
20712 2000-07-19  Dave Love  <fx@gnu.org>
20714         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
20715         implementation.
20717         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
20718         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
20719         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
20721 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
20723         * textmodes/refer.el: Correct maintainer's email address.
20725         * progmodes/hideif.el: Correct author's email address.
20726         Fix typo in comment.
20728         * xml.el: New file.
20730         * mail/mailheader.el: Correct author's mail address.
20732         * gnus/parse-time.el: Correct author's mail address.
20734 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
20736         * comint.el (comint-highlight-input, comint-highlight-face):
20737         New user options.
20738         (comint-input-ring-file-name): Change custom type.
20739         (comint-mode-map): Bind mouse-2.
20740         (comint-insert-clicked-input): New function.
20741         (comint-send-input): Handle input highlighting.
20743 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
20745         * mouse.el (popup-menu): New function.
20746         (mouse-major-mode-menu): Use it.
20748 2000-07-18  Dave Love  <fx@gnu.org>
20750         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
20751         improvements.
20753 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
20755         * faces.el (face-font-selection-order)
20756         (face-font-family-alternatives): Add custom type.
20758 2000-07-18  Dave Love  <fx@gnu.org>
20760         * cus-edit.el (custom-variable-reset-saved)
20761         (custom-variable-reset-standard): Remove unused bindings.
20763         * rect.el (open-rectangle-line): Remove unused let.
20765         * hl-line.el (hl-line-highlight): Check hl-line-mode.
20767 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
20769         * cdl.el: Fix `Maintainer' keyword.
20771         * play/pong.el: Add author's email address.
20773 2000-07-17  Sam Steingold  <sds@gnu.org>
20775         * files.el (insert-directory): Call `split-string' instead of
20776         re-implementing it.
20778 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
20780         * mail/vms-pmail.el: Change maintainer to FSF.
20782         * net/goto-addr.el: Change maintainer to FSF.
20784         * info.el (Info-title-face-alist): Removed.
20786 2000-07-18  David Ponce  <david@dponce.com>
20788         * recentf.el (recentf-open-files): New command that works like
20789         `recentf-open-more-files', but shows the whole list of files (not just
20790         those omitted from the menu). Useful if you don't use a menu-bar!
20791         (recentf-open-more-files) Modified to use `recentf-open-files'.
20793         (recentf-open-files, recentf-open-more-files)
20794         (recentf-edit-list): Dialogs use `recentf-dialog-mode'
20796         (recentf-dialog-mode): New mode for dialogs. You can now just type
20797         "q" to cancel the dialogs.
20799 2000-07-18  David Ponce  <david@dponce.com>
20801         * recentf.el: This is a major update of recentf.el. It adds new
20802         features to better organize the recentf menu and "More..." buffer.
20804         Using new provided menu filtering functions you can now organize the
20805         recent files list:
20807         - by major modes
20808         - by directories
20809         - by user defined rules
20811         Finally, with the new `recentf-filter-changer' customizable filter you
20812         can define a ring of filters and dynamically (via the menu) cycle on
20813         each menu organization in the ring (a la msb).
20815 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
20817         * eshell/eshell.el (eshell): Replace links to eshell.info with
20818         links to eshell, to avoid problems on systems where the manual is
20819         installed as `eshell'.
20820         * eshell/esh-cmd.el (eshell-cmd): Ditto.
20821         * eshell/em-smart.el (eshell-smart): Ditto.
20822         * eshell/em-banner.el (eshell-banner): Ditto.
20823         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
20825         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
20826         same-file check in the MS-DOS version (it does support inodes).
20828         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
20830         * eshell/eshell.el (eshell-directory-name):
20831         Run default directory name through convert-standard-filename.
20833 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
20835         * international/mule-cmds.el (select-safe-coding-system):
20836         Fix typo in the comment.
20838         * language/european.el (compound-text):
20839         Force katakana-jisx0201 to be designated to G1.
20841         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
20842         Don't translate some national variant characters of latin-jisx0201.
20843         (x-ctext): Force katakana-jisx0201 to be designated to G1.
20845         * international/kkc.el (kkc-after-update-conversion-functions):
20846         New variable.
20847         (kkc-update-conversion): Run functions in it at the tail.
20849 2000-07-16  John Wiegley  <johnw@gnu.org>
20851         * lisp/align.el (align-newline-and-indent):
20852         Adding new function.  for auto-aligning blocks of code on RET.
20853         (align-region): Fixed badly formatted minibuffer message.
20855 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
20857         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
20858         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
20859         the conversion list at first if appropriate.
20860         (kkc-next): Don't update kkc-next-count here.
20861         (kkc-prev): Don't update kkc-prev-count here.
20862         (kkc-show-conversion-list-update): Fix setting up of conversion
20863         list message.
20865 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
20867         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
20869 2000-07-16  Dave Love  <fx@gnu.org>
20871         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
20872         function to be more specific.
20874         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
20875         non-string help-echo.
20876         (widget-types-convert-widget): Defsubst it.
20877         (widget-echo-help): Try to cope with a help-echo function of two
20878         possible sorts.
20880 2000-07-15  Jason Rumney  <jasonr@gnu.org>
20882         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
20883         Declare as obsolete.
20885         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
20887 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
20889         * hilit-chg.el: Fix typo.
20891 2000-07-14  Dave Love  <fx@gnu.org>
20893         * info.el (Info-mode-menu): Fix use of :help, :enable.
20895 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
20897         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
20899 2000-07-13  Dave Love  <fx@gnu.org>
20901         * emacs-lisp/easymenu.el: Doc fixes.
20902         (easy-menu-remove): Defalias to ignore.
20904         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
20905         Call throw correctly.
20907 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
20909         * faces.el (frame-background-mode): Doc fix.
20911         * simple.el (eval-expression-print-length): Change custom type to
20912         allow entering nil as value.
20914 2000-07-13  Dave Love  <fx@gnu.org>
20916         * progmodes/fortran.el (fortran-imenu-generic-expression):
20917         Change definition layout.
20918         (fortran-mode-menu): Reinstate customize entries.
20920         * cus-edit.el (custom-group-menu-create, customize-menu-create):
20921         Use :filter, per old XEmacs code.
20923 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
20925         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
20926         event when deciding what to send to the terminal.
20928 2000-07-12  Dave Love  <fx@gnu.org>
20930         * cus-start.el: Add optional version as 4th element of specs and
20931         use it for several things new in v21.  Remove load-path.  Fix type
20932         of line-number-display-limit.
20934 2000-07-11  Dave Love  <fx@gnu.org>
20936         * progmodes/fortran.el: Don't require easymenu.
20937         Use repeat counts in various regexps.
20938         (fortran-mode-syntax-table): Defvar directly.
20939         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
20940         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
20941         Use defvar, not defconst.
20942         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
20943         (fortran-mode): Set fortran-comment-line-start-skip,
20944         fortran-comment-line-start-skip, dabbrev-case-fold-search.
20945         (fortran-comment-indent): Use defsubst.
20946         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
20947         Use fortran-comment-indent, not fortran-comment-indent-function.
20948         (fortran-comment-region, fortran-electric-line-number): Simplify.
20949         (fortran-auto-fill): New function.
20950         (fortran-do-auto-fill): Deleted.
20951         (fortran-find-comment-start-skip):
20952         Check for non-null comment-start-skip.
20953         (fortran-auto-fill-mode, fortran-fill-statement):
20954         Use fortran-auto-fill.
20955         (fortran-fill): Use fortran-auto-fill.  Check for null
20956         comment-start-skip.  Simplify final clause and use end-of-line finally.
20958         * widget.el (widget-plist-member): New alias.
20960 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
20962         * eshell/esh-module.el (toplevel): Reference
20963         byte-compile-current-file only if it is bound.
20965 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
20967         * dired.el: Don't require `dired-aux'.
20969 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
20971         * dired-aux.el (dired-show-file-type): New function.
20972         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
20973         (dired-show-file-type): Add autoload.
20975 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
20977         * international/mule-diag.el (describe-font): Adjusted for the
20978         change of fontset-info.
20979         (print-fontset): Likewise.
20981 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
20983         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
20985 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
20987         * bindings.el: Bind `[delete]' to delete-char.
20989         * dired.el (dired-find-alternate-file): New function.
20990         (dired-mode-map): Bind `a' to dired-find-alternate-file.
20991         (toplevel): Require dired-aux when compiling.
20992         (dired-buffers): Move defvar within file to avoid compiler warning.
20994         * info.el (Info-last-search): Variable removed.
20995         (Info-search-history): New variable.
20996         (Info-search): New Info-search-history.
20998         * battery.el, info-look.el: Change author's mail address.
21000 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
21002         * mail/rmail.el (rmail-clear-headers): Don't throw an error
21003         if rmail-ignored-headers is nil.
21004         (rmail-retry-failure): Bind rmail-ignored-headers and
21005         rmail-displayed-headers to nil.
21007 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
21009         * lpr.el (lpr-page-header-switches): Add `-h' switch.
21010         (print-region-1): Don't hard code `-h' here.
21012         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
21014 2000-07-01  Francesco Potorti`  <pot@gnu.org>
21016         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
21017         exim can use "your message" instead of "the message".
21019 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
21021         * facemenu.el: Docstrings fixes.
21022         (facemenu-get-face): Don't use internal-find-face.
21023         (facemenu-iterate): Rename arg to match the docstring.
21025         * newcomment.el (uncomment-region): Be more careful when skipping
21026         backwards over `=' not to bump into BOBP.
21028 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
21030         * ediff-diff.el (ediff-wordify): Use syntax table.
21031         * ediff-init.el (ediff-has-face-support-p): Use
21032         ediff-color-display-p.
21033         (ediff-color-display-p): Use display-color-p, changed to defun
21034         from defsubst.
21035         Got rid of special cases for NeXT and OS/2.
21036         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
21037         face.
21039 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
21041         * emacs-lisp/lucid.el: Require CL.
21042         (copy-tree, remprop): Remove, it's provided by CL.
21043         (map-keymap): Define in terms of cl-map-keymap.
21044         (extent-property, set-extent-end-glyph): New functions.
21046         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
21048 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
21050         * Makefile.in (DONTCOMPILE): Add comment that the name may
21051         not be changed without changing the make-dist script.
21053         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
21054         (cl-mapc): Use mapc instead of cl-old-mapc.
21056 2000-07-05  Andrew Innes  <andrewi@gnu.org>
21058         * makefile.nt: Add support for `bootstrap' and related targets.
21060 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
21062         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
21063         (easy-menu-do-define): Use `menu-item' format.
21064         Handle case where easy-menu-create-menu returns a symbol.
21065         Manually call the potential top-level filter in the function binding.
21066         (easy-menu-filter-return): New arg NAME.
21067         Convert to a keymap if MENU is an XEmacs menu.
21068         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
21069         (easy-menu-converted-items-table, easy-menu-convert-item):
21070         New var and fun to memoize easy-menu-convert-item-1.
21071         (easy-menu-do-add-item): Use it.
21072         (easy-menu-create-menu): Use easy-menu-convert-item.
21073         Wrap easy-menu-filter-return around any :filter specification.
21074         Don't convert the menu if a filter was specified.
21075         Tell easy-menu-make-symbol not to check for MENU being an expression.
21076         (easy-menu-make-symbol): New arg NOEXP.
21078 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
21080         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
21081         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
21082         (eval-defun): If called with prefix arg, instrument code for
21083         Edebug.
21085         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
21086         similar to that of eval-defun.
21088 2000-07-04  Dave Love  <fx@gnu.org>
21090         * hl-line.el (hl-line-overlay): Make it permanent-local.
21092         * calendar/todo-mode.el: Replaced with a working version, based on
21093         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
21095 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
21097         * paths.el (prune-directory-list): New function.
21098         (Info-default-directory-list): Rewritten to more methodically
21099         enumerate a big list of possible info directories (based on the
21100         list used by the standalone info reader).
21102         * info.el (info-initialize): Use prune-directory-list to remove
21103         non-existent directories from Info-directory-list.
21105         * paths.el (Info-default-directory-list): Try a list of possible
21106         info-directories instead of a single one.  Add the possible
21107         info directory "/usr/share/info".
21109         * woman.el (woman-man.conf-path): Explicitly include the debian
21110         man-db config file "/etc/manpath.config".
21111         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
21112         are present in `manpath.config'.
21113         (woman-manpath): Include "/usr/share/man".
21115 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
21117         * frame.el (blink-cursor-mode): Don't hide cursor initially.
21119         * startup.el (command-line): Initialize blink-cursor based
21120         on window-system.
21122         * frame.el (blink-cursor): Default to nil if not running under
21123         a window-system.
21125         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
21126         (face-x-resources): Remove duplicate entry for :font.
21128         * textmodes/refer.el (refer-find-entry-internal): Use some-window
21129         instead of cycling through windows with next-window.
21131         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
21132         of cycling through windows with next-window.
21134         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
21135         of cycling through windows with next-window.
21137         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
21138         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
21139         instead of cycling through windows with next-window.
21141         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
21142         instead of cycling through windows with next-window.
21144         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
21145         of cycling through windows with next-window.
21147         * terminal.el (te-process-output): Use walk-windows instead of
21148         cycling through windows with next-window.
21150         * server.el (server-switch-buffer): Use some-window instead of
21151         cycling through windows with next-window.
21153         * window.el (some-window): New function.
21154         (walk-windows): Remove reference to walk-windows-start.
21156         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
21158 2000-07-03  Richard Stallman  <rms@gnu.org>
21160         * window.el (walk-windows): Guarantee termination by keeping a list
21161         of all the windows already handled.
21163 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
21165         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
21166         window-system.
21168         * man.el (Man-notify-when-ready): Don't use window-system.  If
21169         Man-notify-method is newframe, and the display is not
21170         multi-frame, select the frame created for the man page.
21171         (Man-init-defvars): Doc fix.
21173 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
21175         * faces.el (region): Change background color for light background.
21177         * ediff-wind.el (ediff-setup-control-frame): Remove :box
21178         attribute from mode-line face of Ediff control frame.
21180         * replace.el (query-replace-map): Bind `e' like `E'.
21182 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
21184         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
21185         Change name to "Select All".
21187         * dos-fns.el (convert-standard-filename): Fix last change.
21189 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
21191         * help.el (describe-variable): Don't insert a second `'s' in front
21192         of the string `value is shown below'.  Since the syntax-table is
21193         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
21194         an existing `'s', so that this won't be deleted.
21196         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
21197         * pcmpl-unix.el: New files.
21199 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
21201         * wid-edit.el (widget-member): Use the new plist-member.
21203 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
21205         * replace.el (perform-replace): Undo change of 2000-04-04.
21206         Instead, move backward 1 character at the end of the loop when
21207         necessary.
21209         * faces.el (fringe): Change face for different backgrounds.
21211         * eshell/esh-module.el (toplevel): Load defgroup's differently;
21212         patch from John.
21214         * eshell/*.el: Change spelling of the Free Software Foundation.
21216         * eshell/esh-toggle.el: Removed.
21218         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
21220         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
21221         interactively.
21223 2000-06-26  Alex Schroeder  <alex@gnu.org>
21225         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
21226         `define-key'; instead of checking `(emacs-version)' check for
21227         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
21228         for `;' and `o' which might be electric.
21230         (sql-electric-stuff): New user option.
21231         (sql-magic-go): New function which uses `sql-electric-stuff'.
21232         (sql-magic-semicolon): New function which uses
21233         `sql-electric-stuff'.
21235         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
21236         is not fboundp.
21238         (sql-oracle-options): New variable.
21239         (sql-oracle): Use it.
21241         (sql-imenu-generic-expression): Doc change.
21242         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
21243         is used.
21245         (sql-informix): Added command line parameter "-" to force
21246         sql-informix-program to use stdout.
21248 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
21250         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
21251         (cp864-decode-table): Doc fix.
21252         (cp720-decode-table): New variable, supports the Arabic OEM
21253         codepage used by Windows.
21254         (cp737-decode-table): New, Greek OEM codepage used by Windows.
21256 2000-06-23  Dave Love  <fx@gnu.org>
21258         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
21259         (font-lock-fontify-anchored-keywords): Use
21260         line-beginning-position.
21261         (global-font-lock-mode): Use mapc.
21263 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
21265         * eshell/esh-module.el: Require CL when compiling.
21267 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
21269         * comint.el (comint-substitute-in-file-name): Call replace-match
21270         with second and third arg t.
21272         * cus-edit.el (custom-button-face, custom-button-pressed-face):
21273         Specify foreground color.
21275         * faces.el (tool-bar, mode-line, header-line): Specify foreground
21276         color.
21278         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
21280         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
21281         cddr instead of cdddr.
21283         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
21284         instead of copy-list.
21286         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
21287         of copy-list.
21289         * subdirs.el: Add eshell subdirectory.
21291         * eshell: New subdirectory containing the Eshell package.
21293         * pcomplete.el: New file.
21295 2000-06-23  Paul Eggert  <eggert@twinsun.com>
21297         * mail/mailpost.el (post-mail-send-it): Make sure file has
21298         proper permissions from birth.
21300         * files.el (basic-save-buffer-2): When temporarily setting
21301         file modes, set them to current modes plus 0200, not to 0777.
21303         * emerge.el (emerge-make-temp-file): Make sure file has proper
21304         permissions from birth.
21306 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
21308         * files.el (make-backup-file-name-1): On DOS/Windows, run the
21309         backup file name through convert-standard-filename.
21311         * dos-fns.el (convert-standard-filename): Convert leading
21312         directories as well.  When long file names are supported, convert
21313         characters that are invalid in Windows file names.
21315 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
21317         * ps-print.el: Fix bug: if ^L is the very first buffer character,
21318         ps-print crashes.  New feature: page selection for printing.  Create
21319         raw-text-unix coding system for XEmacs.  Doc fix.
21320         (ps-print-version): New version number (5.2.3).
21321         (ps-plot-region): Bug fix.
21322         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
21323         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
21324         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
21325         funs.
21326         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
21327         (ps-last-page): New vars.
21329 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
21331         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
21332         empty option string.
21334 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
21336         * man.el (man): Doc fix.
21338 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
21340         * international/mule-cmds.el (set-language-info-alist): Docstring
21341         fixed.
21343 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
21345         * version.el (emacs-version): Use ISO date format.
21347         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
21348         instead of `M-backspace'.
21350         * simple.el (turn-off-auto-fill): New function.
21352 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
21354         * jit-lock.el (with-buffer-prepared-for-jit-lock):
21355         Renamed from with-buffer-prepared-for-font-lock and use
21356         inhibit-modification-hooks rather than setting *-change-functions.
21357         Update all functions to use the new name.
21358         (jit-lock-first-unfontify-pos): New semantics (and doc).
21359         (jit-lock-mode): Make non-interactive.
21360         Don't automatically turn on font-lock.
21361         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
21362         Always use jit-lock-after-change.
21363         Remove and restore font-lock-after-change-function.
21364         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
21365         (jit-lock-after-unfontify-buffer): Remove.
21366         (jit-lock-stealth-fontify):
21367         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
21368         (jit-lock-after-change): Set the `fontified' text-prop to nil.
21370 2000-06-20  Sam Steingold  <sds@gnu.org>
21372         * emacs-lisp/cl-indent.el (toplevel): Indent
21373         `print-unreadable-object' properly.  Untabify.
21375 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
21377         * textmodes/reftex.el (reftex-find-citation-regexp-format):
21378         Support for bibentry.
21379         (reftex-compile-variables): Fixed problem with end of section-re.
21381         * texmodes/reftex-dcr.el (reftex-view-crossref,
21382         reftex-view-crossref-from-bibtex):
21383         Deal with changed `reftex-find-citation-regexp-format'.
21384         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
21385         Replaced `remprop' with `put'.
21386         (reftex-view-crossref, reftex-view-crossref-when-idle):
21387         Support for bibentry.
21389         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21390         New entry for bibentry package.
21392         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
21393         Regexp also matches "\nobibliography".
21395         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
21396         Call `reftex-ensure-write-access' before doing anything.
21397         (reftex-ensure-write-access): New function.
21399 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
21401         * progmodes/idlwave.el: File re-installed (update to version 4.2)
21403         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
21405         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
21407         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
21410 2000-06-20  Dave Love  <fx@gnu.org>
21412         * faces.el (frame-background-mode): Use set-default, not set, in
21413         setter.
21414         (frame-update-faces, frame-update-face-colors): Define with
21415         defalias.
21417         * enriched.el (enriched-decode-foreground)
21418         (enriched-decode-background): Don't use internal-find-face.
21420         * apropos.el: Doc fixes.
21422         * cus-edit.el (customize-changed-options): Check arg.
21423         (customize-version-lessp): Don't require decimal point.
21425         * custom.el (defcustom, defgroup): Doc fix.
21427         * newcomment.el (comment) <defgroup>: Add :version.
21428         (comment-multi-line): Doc fix.
21430         * emulation/mlsupport.el (define-hooked-local-abbrev,
21431         define-hooked-global-abbrev): Fix, using define-abbrev.
21433 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
21435         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
21436         the whole buffer.
21438 2000-06-19  Dave Love  <fx@gnu.org>
21440         * menu-bar.el (menu-bar-options-save): New function.
21441         (menu-bar-options-menu): Use it.
21442         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
21443         Simplify.
21445 2000-06-19  Andreas Schwab  <schwab@suse.de>
21447         * progmodes/etags.el (tags-query-replace): Put new parameters
21448         START and END at the end, for backward compatibility.
21450 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
21452         * international/codepage.el:
21453         (cp-coding-system-for-codepage-1): Delete special codes for
21454         generating xxx-dos coding system because now a CCL based coding
21455         system can handle EOL conversion by default.
21457         * international/mule.el (make-coding-system): Generate subsidiary
21458         coding systems for EOL handling variants even for a CCL based
21459         coding system.
21461 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
21463         * international/isearch-x.el (isearch-minibuffer-input-method)
21464         (isearch-minibuffer-input-method-function): These variables
21465         deleted.
21466         (isearch-with-input-method): Don't use the above variables.
21467         (isearch-process-search-multibyte-characters): Likewise.  Call
21468         read-string with the arg INHERIT-INPUT-METHOD t.
21470 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
21472         * font-lock.el (font-lock-after-fontify-buffer)
21473         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
21475         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
21476         Use consistent make-local-variable style for font-lock-fontified.
21477         (jit-lock-fontify-buffer):
21478         Don't bother checking for font-lock-mode and jit-lock-mode.
21480         * time.el: Remove trailing ^M that prevent CVS-merging.
21482 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
21484         * Makefile.in (distclean): New target.
21486 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
21488         * Makefile.in (srcdir): Define for update-subdirs.
21490 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
21492         * find-lisp.el: New file.
21494 2000-06-16  Andrew Innes  <andrewi@gnu.org>
21496         * time.el (display-time-mail-function): New variable, to allow
21497         external packages to indicate when new mail is available.
21498         (display-time-update): Use it.
21500 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
21502         * international/mule.el (mule-version): Change version name to
21503         SAKAKI.  AOI has already been used by Meadow.
21505         * international/quail.el (quail-show-guidance-buf): To find the
21506         bottom window (but minibuffer), pay attention to the height of
21507         minibuffer.
21509 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
21511         * arc-mode.el (archive-mode-map): Use the new menu-item format for
21512         menu-bar menus.  Add help strings.  Don't remove the Edit menu
21513         from the menu bar, as the menu bar has enough space now.
21515         * Makefile.in (SHELL): Make sure /bin/sh is used.
21517         * woman.el (woman-man-buffer): Fix bold and underlined CJK
21518         characters, which use series of two ^H characters instead of one.
21520 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
21522         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
21523         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
21524         functions.
21525         (Info-find-node-2): Try a case-sensitive search first, then
21526         do a case-insensitive search.
21528         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
21529         tutorials.
21531         * complete.el (PC-env-vars-alist): New variable.
21532         (PC-complete-as-file-name): New function.
21533         (partial-completion-mode): Initialize PC-env-vars-alist from
21534         process-environment.
21535         (PC-do-completion): Handle completion of env vars.
21537         * info.el (Info-set-mode-line): Show file name in mode line,
21538         use `*Info*' instead of `Info:'.
21540         * startup.el (command-line-1): Change copyright messages to year
21541         2000.
21543 2000-06-15  Dave Love  <fx@gnu.org>
21545         * net/goto-addr.el (goto-address-fontify): Use keymap property,
21546         not local-map.
21548 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
21550         * international/mule.el (set-buffer-file-coding-system): Almost
21551         rewritten to handle `undecided' as no-op.
21553 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
21555         * Makefile.in: New file.
21557         * Makefile: Removed.
21559         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
21560         (goto-address-highlight-keymap): Bind C-c RET.
21562 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
21564         * mail/sendmail.el (sendmail-send-it): The temporary buffer
21565         inherits buffer-file-coding-system of the current buffer.
21567         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
21568         0.  Give correct argument to set-auto-coding-function.
21569         (tar-expunge): For goto-char, use (point-min), not 0.
21570         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
21571         (tar-subfile-save-buffer): Likewize.
21573         * international/mule.el
21574         (after-insert-file-set-buffer-file-coding-system): Call
21575         set-buffer-file-coding-system with the arg FORCE t.
21577 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
21579         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
21580         nil.  Contemporary sendmails issue an X-Authentication-Warning if
21581         the sender is set with `-f'.
21583 2000-06-13  Dave Love  <fx@gnu.org>
21585         * help.el (describe-function-1): Kluge around cases of functions
21586         fset to subrs whose doc doesn't match their symbol-name.
21588         * image.el (insert-image): Default STRING to a space.
21590         * info.el Doc fixes.
21591         (Info-build-node-completions): Match Ref tags.
21593 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
21595         * frame.el (display-multi-frame-p, display-multi-font-p): New
21596         defaliases for display-graphic-p.
21598         * hl-line.el: Fixed a typo in commentary.
21600 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
21602         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
21603         fixed.
21605 2000-06-12  Dave Love  <fx@gnu.org>
21607         * image.el (insert-image): Save a little consing.
21609 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
21611         * language/tibet-util.el: Convert all tibetan-1-column characters
21612         to the corresponding tibetan characters.
21613         (tibetan-add-components): Delete code for the special treatment of
21614         'a chung.
21616         * language/tibetan.el (tibetan-composable-pattern): Fix previous
21617         change.
21618         (tibetan-vowel-transcription-alist): More rules added.
21619         (tibetan-composite-vowel-alist): New variable.
21620         (tibetan-precomposition-rule-alist): More rules added.
21622 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
21624         * startup.el (command-line): Only call menu-bar-mode if interactive.
21626         * thingatpt.el (toplevel symbol-properties):
21627         * textmodes/makeinfo.el (makeinfo-compile):
21628         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
21629         * progmodes/hideif.el (hif-compress-define-list)
21630         (hide-ifdef-use-define-alist):
21631         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
21632         (ange-ftp-vms-add-file-entry):
21633         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
21634         * man.el (Man-build-man-command):
21635         * mail/rnewspost.el (news-reply-header-hook):
21636         * info.el (Info-insert-dir):
21637         * emulation/mlconvert.el (backward-word, forward-word, setq):
21638         * emacs-lisp/gulp.el (gulp-send-requests):
21639         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
21640         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
21641         (byte-optimize-apply, end of file):
21642         * emacs-lisp/advice.el (ad-advice-class-completion-table)
21643         (ad-make-freeze-definition):
21644         * startup.el (command-line, command-line-1): Don't quote lambdas.
21646         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
21647         (cvs-cleanup-removed): New function.
21648         (cvs-cleanup-functions): New var.
21649         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
21650         some flexibility in specifying additional entries to auto-cleanup.
21651         (cvs-quickdir): New function.
21652         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
21653         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
21654         (cvs-mode-find-file): Check that we are on a filename or dirname
21655         when invoked through a mouse-click.
21656         (cvs-full-path): Remove.
21657         (cvs-dired-action): Re-introduced.
21658         (cvs-dired-noselect): Use it.
21659         (vc-post-command-functions): use this new hook if available.
21661         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
21662         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
21663         (cvs-filename-map, cvs-dirname-map): Remove.
21664         (cvs-default-action): Remove.
21665         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
21666         if the arg is really a keymap.
21667         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
21668         Don't hardcode the mapping from state (aka type) to face, but check
21669         the var cvs-fi-<type>-face instead.
21670         (cvs-fileinfo-from-entries): New function.
21672         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
21673         Docstring fix.
21674         (cvs-find-file-and-jump): Change default to be safer.
21675         (cvs-mode-diff-map): Define it as a function as well.
21676         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
21677         Bind mouse-2 in this global map rather than with text-properties.
21679         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
21680         file to resolve the ambiguity between C(conflict) and C(need-merge).
21682 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
21684         * international/mule.el (set-buffer-file-coding-system): If
21685         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
21686         unconditionally.
21688 2000-06-12  Dave Love  <fx@gnu.org>
21690         * wid-edit.el (widget-specify-button): Really suppress the face if
21691         required.
21693 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
21695         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
21697 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
21699         * imenu.el (imenu-generic-expression): Docstring fix.
21701         * composite.el (composition-function-table): Move the `put'
21702         below the autoload cookie so we can load the file before loaddefs.
21704         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
21706         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
21707         Handle easy-mmode-define-global-mode.
21708         For complex macros like define-minor-mode that can generate
21709         several autoload entries, try to autoload entries in the
21710         macroexpanded code.
21712         * emacs-lisp/easy-mmode.el (define-minor-mode):
21713         If KEYMAP is a symbol, just use it.
21714         Use byte-compile-current-file and load-file-name to infer the
21715         proper :require to pass to defcustom.
21716         Wrap the hook var into `progn' so as not to autoload it.
21717         Add a :autoload-end cookie.
21718         Be more careful about the evaluation of KEYMAP.
21719         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
21720         (define-derived-mode): Move define-abbrev-table outside of defvar.
21722 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
21724         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
21725         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
21726         (backup-compiled-files): Ignore errors during `tar'.
21727         (bootstrap): Make autoloads before elc files.
21729 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
21731         * international/mule.el (set-buffer-file-coding-system): If one of
21732         undecided-XXX is specified, change only EOL conversion.
21734         * international/mule-conf.el (unix): New alias for the coding
21735         system undecided-unix.
21737 2000-06-09  Dave Love  <fx@gnu.org>
21739         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
21741         * progmodes/executable.el: Byte compile dynamic.
21742         (executable-insert): Change custom type.
21743         (executable-find): Add autoload cookie.
21744         (executable-make-buffer-file-executable-if-script-p): New
21745         function.  After Noah Friedman.
21747         * files.el (after-save-hook): Customize, with
21748         executable-make-buffer-file-executable-if-script-p as an option.
21750 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
21752         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
21753         "tib24p-mule.bdf" for Tibetan.
21755         * composite.el (decompose-composite-char): Declare it as obsolete.
21757         * man.el (Man-fontify-manpage): Pay attention to underline and
21758         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
21760 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
21762         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
21763         Set maintainer to FSF since author isn't reachable.
21765 2000-06-08  Dave Love  <fx@gnu.org>
21767         * international/mule-cmds.el (select-safe-coding-system): If
21768         DEFAULT-CODING-SYSTEM is not specified, also check the most
21769         preferred coding-system if buffer-file-coding-system is
21770         `undecided'.  From Handa.
21772 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
21774         * international/mule.el
21775         (after-insert-file-set-buffer-file-coding-system): If the buffer
21776         size is greater than INSERTED, judget that we are not visiting.
21778 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
21780         * whitespace.el (defgroup whitespace): Comment out `:version'.
21781         XEmacs 20.4 has problems defining the group with this present.
21782         We'll have this commented out till get resolve the problem.
21784 2000-06-07  John Wiegley  <johnw@gnu.org>
21786         * align.el (align-dq-string-modes, align-sq-string-modes)
21787         (align-open-comment-modes): Add pyhton-mode.
21788         (align-rules-list): Use get-text-property instead of
21789         text-properties-at.
21790         (align-rules-list): Add python-assignment.
21791         (align-rules-list): Change perl-comma-delimiter to
21792         basic-comma-delimiter.  Use if for Perl modes and python-mode.
21793         (align-rules-list): Add python-chain-logic and
21794         basic-line-continuation.
21796 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
21798         * apropos.el (apropos-mode-hook): New user variable.
21799         (apropos-mode): Run apropos-mode-hook.
21801 2000-06-07  David Ponce  <david@dponce.com>
21803         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
21804         commands.  Require `wid-edit' at run-time.
21806 2000-06-07  David Ponce  <david@dponce.com>
21808         * recentf.el: Added some "Commentary".
21809         (recentf-open-more-files, recentf-edit-list): Minor changes to
21810         move the point at the top of the file list.  This behaviour is
21811         consistent with the menu one when the list contains a lot of
21812         files.
21813         (recentf-cleanup): Now displays the number of items removed from
21814         the list.
21815         (recentf-relative-filter) New menu filter to show filenames
21816         relative to `default-directory'.
21818 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
21820         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
21821         with/without giving an error if PostScript printer doesn't have this
21822         kind of page size.  Zebra Stripe continues or restarts on next page.
21823         Manual/automatic paper feeding.  Switch or not the header.
21824         (ps-print-version): New version number (5.2.2).
21825         (ps-windows-system): Include emx as a Windows system.
21826         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
21827         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
21828         (ps-background-text): Code fix.
21829         (ps-error-handler-message, ps-user-defined-prologue)
21830         (ps-print-prologue-header, ps-printer-name)
21831         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
21832         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
21833         (ps-use-face-background): Customization fix.
21834         (ps-n-up-database): Data fix.
21835         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
21836         (ps-switch-header): New vars.
21837         (ps-xemacs-color-name, ps-face-foreground-name)
21838         (ps-face-background-name, ps-boolean-constant): New funs.
21840 2000-06-07  Dave Love  <fx@gnu.org>
21842         * allout.el: New version from Manheimer.
21844 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
21846         * textmodes/fill.el (fill-find-break-point): Check the validity of
21847         charset.
21849 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
21851         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
21852         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
21853         Call display-color-p and display-mouse-p instead of looking at
21854         window-system.
21856 2000-06-06  Dave Love  <fx@gnu.org>
21858         * image.el (find-image): Doc fix.  Return nil if image not found.
21859         (put-image, insert-image): Make STRING arg optional.
21861 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
21863         * language/vietnamese.el: Remove eval-when-compile.
21864         (viet-viscii-nonascii-translation-table): Define it as a
21865         translation table made from viet-viscii-decode-table.
21866         (viet-viscii-encode-table): Define it as a translation table made
21867         from the reverse map of above.
21868         (viet-vscii-nonascii-translation-table): Define it as a
21869         translation table made from viet-vscii-decode-table.
21870         (viet-vscii-encode-table): Define it as a translation table made
21871         from the reverse map of above.
21872         (ccl-decode-viscii): Use translate-character.
21873         (ccl-encode-viscii, ccl-encode-viscii-font)
21874         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
21875         Likewize.
21877         * language/cyrillic.el: Remove eval-when-compile.
21878         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
21879         translation table made from cyrillic-koi8-r-decode-table.
21880         (cyrillic-koi8-r-encode-table): Define it as a translation table
21881         made from the reverse map of above.
21882         (ccl-decode-koi8): Use translate-character.
21883         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
21884         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
21885         a translation table made from cyrillic-alternativnyj-decode-table.
21886         (cyrillic-alternativnyj-encode-table): Define it as a translation
21887         table made from the reverse map of above.
21888         (ccl-decode-alternativnyj): Use translate-character.
21889         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
21890         Likewize
21892         * international/mule-diag.el (non-iso-charset-alist): Specify
21893         translation table symbol instead of translation table itself.
21894         (list-block-of-chars): CHARSET may be a translation table symbol.
21896         * international/mule.el (make-coding-system): If CODING-SYSTEM
21897         already exists, override it.
21899         * international/fontset.el: Use family `proportional' for Tibetan
21900         fonts.
21902         * international/ccl.el (ccl-compile-translate-character): Don't
21903         check if Rrr has property translation-table.
21904         (ccl-compile-map-multiple): Modified to avoid compiler warning.
21906 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
21908         * info.el: Bind case-fold-search to t when searching in case
21909         a user sets it to nil in a hook.
21911 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
21913         * autoarg.el (autoarg-mode, autoarg-kp-mode):
21914         * hl-line.el (hl-line-mode): Use the new :global key argument.
21916         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
21917         (tar-clip-time-string): Prepend a space.
21918         (tar-grind-file-mode): Construct a string rather than modifying one.
21919         (tar-header-block-summarize): Fix docstring.
21920         Use `format' rather than an error-prone set of copy-loops.
21922         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
21923         (diff-goto-source, diff-unified->context, diff-context->unified)
21924         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
21925         understand the format output by the `-p' argument to diff.
21927         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
21928         (sh-re-done): Use defconst.
21929         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
21930         (sh-help-string-for-variable, sh-guess-basic-offset):
21931         Don't quote lambdas.
21932         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
21933         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
21935         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
21936         (mh-letter-mode): Derive from text-mode.
21937         This implicitly means that it now calls kill-all-local-variables.
21938         Also remove the Emacs-18 compatibility code.
21940         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
21941         Make use of symbol-property doc-string-elt.
21942         Use memq rather than a sequence of eq.
21943         (doc-string-elt): Fix the wrong or missing previously unused values.
21944         (autoload-print-form): New function extracted from
21945         generate-file-autoloads to allow recursion when handling progn
21946         so that defvar's and defun's docstrings are properly printed.
21947         (generate-file-autoloads): Use it.
21949         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
21950         Use find-file-hooks in the minor-mode function.
21951         Be careful not to loop indefinitely in the post-command-hook function.
21953 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
21955         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
21956         tty's.
21957         * ediff-diff.el (ediff-exec-process): Use --binary for fine
21958         differences whenever appropriate.
21959         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
21960         * viper.el (find-file, find-file-other-window): Get viper to do
21961         wildcards.
21963 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
21965         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
21966         (jit-lock-fontify-buffer): New function for JIT refontification.
21967         (jit-lock-mode): Fix docstring.
21968         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
21969         Remove jit-lock-after-change from the _local_ hook.
21970         (jit-lock-function-1): Fix docstring.
21972         * info.el (Info-on-current-buffer): Initialize info.
21974         * newcomment.el (comment-indent): Ignore comment-indent-hook.
21976         * progmodes/tcl.el (tcl-indent-for-comment):
21977         Ignore comment-indent-hook.
21979         * emacs-lisp/easy-mmode.el: Require CL during compilation.
21980         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
21981         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
21982         and improve to use the lighter to guess the capitalization.
21983         (define-minor-mode): Inline code from easy-mmode-define-toggle.
21984         Add keyword arguments to specify global-ness or the custom group.
21985         Add local-map and help-echo properties to the lighter.
21986         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
21987         (easy-mmode-define-global-mode): New macro.
21989 2000-06-02  Dave Love  <fx@gnu.org>
21991         * wid-edit.el: byte-compile-dynamic since we typically don't use
21992         all the widgets.  Don't require cl or widget.  Remove
21993         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
21994         (widget-read-event): Removed.  Callers changed to use read-event.
21995         (widget-button-release-event-p): Renamed from
21996         button-release-event-p.
21997         (widget-field-add-space, widget-field-use-before-change):
21998         Uncustomize.
21999         (widget-specify-field): Use keymap property, not local-map.
22000         (widget-specify-button): Obey :suppress-face.
22001         (widget-specify-insert): Use modern backquote syntax.
22002         (widget-image-directory): Renamed from widget-glyph-directory.
22003         (widget-image-enable): Renamed from widget-glyph-enable.
22004         (widget-image-find): Replaces widget-glyph-find.
22005         (widget-button-pressed-face): Move defvar.
22006         (widget-image-insert): Replaces widget-glyph-insert.
22007         (widget-convert): Use keywordp.
22008         (widget-leave-text, widget-children-value-delete): Use mapc.
22009         (widget-keymap): Remove XEmacs stuff.
22010         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
22011         (widget-button-click): Don't set point at the click, but re-centre
22012         if we scroll out of window.  Rewritten for images v. glyphs &c.
22013         (widget-tabable-at): Use POS arg, not point.
22014         (widget-beginning-of-line, widget-end-of-line)
22015         (widget-item-value-create, widget-sublist, widget-princ-to-string)
22016         (widget-sexp-prompt-value, widget-echo-help): Simplify.
22017         (widget-default-create): Use widget-image-insert; some rewriting.
22018         (widget-visibility-value-create)
22019         (widget-push-button-value-create, widget-toggle-value-create): Use
22020         widget-image-insert.
22021         (checkbox): Create on and off images dynamically.
22022         (documentation-link): Change :help-echo.
22023         (widget-documentation-link-echo-help): Remove.
22025 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
22027         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
22029         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
22030         (easy-mmode-define-toggle, define-minor-mode): Use it.
22031         (easy-mmode-define-keymap): Docstring fix.
22032         (define-derived-mode): Default PARENT to fundamental-mode.
22033         Add the derived-mode-parent symbol-property.
22034         (easy-mmode-derived-mode-p): New function.
22036 2000-06-02  Dave Love  <fx@gnu.org>
22038         * files.el (convert-standard-filename): Doc fix.
22039         (normal-backup-enable-predicate): New function.
22040         (backup-enable-predicate): Use it to replace the lambda form.
22042         * calendar/todo-mode.el: [This needs more work on the outline
22043         stuff.]  Doc fixes.
22044         (todo) <defgroup>: Add :version.
22045         (todo-add-category): Don't use pushnew.
22046         (todo-cmd-raise): Fix typo.
22047         (todo-top-priorities): Change temp buffer name.
22048         (todo-category-alist): Avoid redundant lambda.
22049         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
22050         Use outline-next-heading.
22052         * autoarg.el: Rewritten to use define-minor-mode.
22053         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
22054         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
22056 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
22058         * isearch.el (isearch-other-meta-char): Fix previous change.
22060 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
22062         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
22063         (log-edit-done): Only add the comment to the ring if it's different
22064         from the last comment entered.
22066         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
22068 2000-06-01  Dave Love  <fx@gnu.org>
22070         * hl-line.el: Rewritten using define-minor-mode.
22072         * help.el (describe-function-1): Distinguish special form from
22073         builtin function.  Sanity-check presence of arglist for builtins.
22075 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
22077         * international/characters.el: Fix syntax/category setting of
22078         Tibetan characters.
22080         * language/tibet-util.el (tibetan-add-components): Fixes for new
22081         encoding of Tibetan characters.
22082         (tibetan-decompose-precomposition-alist): New variable.
22083         (tibetan-decompose-region): Convert precomposed characters to
22084         non-precomposed characters.
22085         (tibetan-decompose-string): Likewise.
22086         (tibetan-composition-function): Fix args to
22087         thibetan-compose-string.
22089         * language/tibetan.el (tibetan-composable-pattern): More
22090         characters included.
22091         (tibetan-consonant-transcription-alist): Rule for "R" added.
22092         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
22093         "+R" added.
22094         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
22096         * language/lao-util.el (lao-composition-function): Fix args to
22097         compose-string.
22099         * language/thai-util.el (thai-composition-function): Fix args to
22100         compose-string.
22102         * isearch.el (isearch-update): Set disable-point-adjustment to t
22103         to prevent the point moving to the end of a composition when a
22104         part of a composition is searched.
22105         (isearch-other-meta-char): If the key invoking this command can be
22106         mapped by function-key-map to a printing char, call
22107         isearch-process-search-char directly.
22109 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
22111         * emacs-lisp/bytecomp.el:
22112         * frame.el:
22113         * international/mule-cmds.el:
22114         * international/mule-util.el:
22115         * international/mule.el:
22116         * mouse.el:
22117         * subr.el:
22118         * faces.el: Update calls to make-obsolete with a WHEN argument.
22120         * byte-run.el (make-obsolete, make-obsolete-variable):
22121         Add an optional WHEN argument and change the format of the
22122         symbol-property information.
22123         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
22124         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
22125         new obsolete-symbol-property format and print WHEN if it is provided.
22127 2000-05-31  Dave Love  <fx@gnu.org>
22129         * loadhist.el (loadhist-hook-functions): Remove
22130         before-change-function, after-change-function.
22131         (unload-feature): Deal with symbols which are both bound and
22132         fbound.
22134         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
22135         before-change-function, after-change-function.
22137         * simple.el (newline): Don't bind before-change-function,
22138         after-change-function.
22140 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
22142         * whitespace.el (whitespace-rescan-timer-time): Update interval
22143         set to 600 seconds (10 minutes) instead of 60 seconds since
22144         a large number of whitespace buffers causes emacs to `freeze'
22145         for a considerable amount of time.
22147         * whitespace.el: Updated email address
22149 2000-05-31  Dave Love  <fx@gnu.org>
22151         * add-log.el (change-log-font-lock-keywords) <function>: Add
22152         pattern for function of change.
22153         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
22154         acknowledgements patterns.
22156 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
22158         * isearch.el (isearch-printing-char): If keyboard coding system is
22159         being used, call isearch-process-search-multibyte-characters.
22161         * international/isearch-x.el: Mostly rewritten.
22163         * international/quail.el (quail-start-conversion): Don't include
22164         unhandled events in the returned events, but set them in
22165         unread-command-events.  Exit if all inputs are deleted.
22167 2000-05-30  Jason Rumney  <jasonr@gnu.org>
22169         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
22171         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
22172         Reenable code to create initial fontsets.
22173         Use set-fontset-font in place of put-charset-property.
22175 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
22177         * progmodes/perl-mode.el (perl-indent-line): When looking for a
22178         label, ensure that the first colon isn't followed by another.
22180         * paths.el (Info-default-directory-list): Doc fix.
22182         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
22183         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
22184         send a query containing USER only, not USER@HOST.
22186         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
22187         and rmail-msgend to compute the restriction at the end, instead of
22188         computing it.
22190 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
22192         * dabbrev.el (dabbrev-expand): Don't display messages in the
22193         echo area if the minibuffer window is active.
22195         * jit-lock.el (jit-lock-mode): Add after change function to
22196         local hook.
22198 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
22200         * antlr-mode.el: New commands: hide/unhide actions,
22201         upcase/downcase literals.
22202         (antlr-tiny-action-length): New user option.
22203         (antlr-hide-actions): New command.  Suggested by
22204         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
22205         (antlr-mode-map): New binding [C-c C-v].
22206         (antlr-mode-menu): New entries.
22207         (antlr-downcase-literals): New command.
22208         (antlr-upcase-literals): Ditto.
22210         * antlr-mode.el: Minor changes: indendation, mode-name.
22211         (antlr-indent-line): Indent cpp directive at column 0.
22212         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
22214         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
22215         (antlr-font-lock-additional-keywords): Workaround for intentional
22216         bug in XEmacs version of font-lock.
22217         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
22218         be used by a smarter version of `buffers-menu-grouping-function'.
22220 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
22222         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
22223         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
22225 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
22227         * international/encoded-kb.el
22228         (encoded-kbd-iso2022-designation-map): Pay attention to that
22229         charset-iso-final-char return -1 for eight-bit-control and
22230         eight-bit-graphic.
22232 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
22234         * speedbar.el (speedbar-use-images, speedbar-update-flag)
22235         (speedbar-easymenu-definition-base): Use display-graphic-p where
22236         available, instead of window-system.
22238 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
22240         * international/codepage.el (cp-coding-system-for-codepage-1): Add
22241         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
22242         coding systems.
22244 2000-05-26  Dave Love  <fx@gnu.org>
22246         * disp-table.el (standard-display-underline): Don't use
22247         internal-find-face.
22249         * mail/reporter.el: Maintainer change.  Doc fixes.
22250         (reporter-version): Deleted.
22252         * emacs-lisp/elp.el: Maintainer change.
22253         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
22255 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
22257         * add-log.el (add-change-log-entry): Merge the current entry with the
22258         previous one if the previous one is empty.
22260 2000-05-26  Dave Love  <fx@gnu.org>
22262         * loadhist.el (unload-feature): Fix interactive spec [from
22263         lijnzaad@ebi.ac.uk].
22265         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
22266         subr-arity to check primitives.
22267         (byte-compile-flush-pending, byte-compile-file-form-progn)
22268         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
22269         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
22270         mapcar.
22272 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
22274         * international/fontset.el: Set family names of non-latin charsets
22275         in default fontset to "*".
22277         * international/mule-diag.el (print-fontset): Combine family part
22278         and registry part of the fontname by "-*-" instead of "-".
22280         * international/mule-cmds.el (encode-coding-char): Make strings
22281         multibyte before calling encode-coding-string.
22283 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
22285         * derived.el: Fix keywords.
22286         (define-derived-mode): Only define if needed.
22288         * simple.el (fill-comment, comment-column, comment-start)
22289         (comment-start-skip, comment-end, comment-indent-function)
22290         (block-comment-start, block-comment-end, indent-for-comment)
22291         (set-comment-column, kill-comment, comment-padding, comment-region)
22292         (comment-multi-line, indent-new-comment-line): Remove.
22294         * bindings.el (esc-map): Change ; to comment-dwim and use the new
22295         function names for comment operations.
22297         * newcomment.el: Add abundant autoload cookies.
22298         (comment-style): Don't depend on runtime data at compile-time.
22299         (comment-indent-hook): Remove.
22300         (comment-indent): Check if comment-indent-hook is bound.
22301         (comment-region): Docstring fix.
22303 2000-05-25  Dave Love  <fx@gnu.org>
22305         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
22306         byte-code-function-p.
22308         * mail/rmailsum.el: Add provide.
22310         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
22312         * smerge-mode.el (smerge-diff-switches): Don't use list* in
22313         defcustom.
22315 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
22317         * ediff-diff.el (ediff-exec-process): delete --binary option from
22318         non-buffer ediff jobs.
22320 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
22322         * hilit-chg.el (highlight-changes-mode): Ask about color or
22323         grayscale support, not about window-system.
22325         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
22326         window-system.
22327         (ffap-highlight): Always default to t.
22329         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
22330         display-popup-menus-p instead of looking at window-system.
22332         * disp-table.el (standard-display-g1, standard-display-graphic):
22333         Only refuse to use string glyphs on X and MS-Windows.
22335         * avoid.el: Remove window-system from commentary, suggest to use
22336         display-*-p instead.
22338         * apropos.el (apropos-print): Use display-mouse-p instead of
22339         window-system.
22341 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
22343         * international/codepage.el (cp-decoding-vector-for-codepage):
22344         Fill up unsupported characters with their own codes.  From Kenichi
22345         Handa.
22347 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
22349         * international/mule-diag.el (describe-char-after): Use
22350         display-graphic-p instead of window-system, so that this function
22351         works on MS-DOS.
22353 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
22355         * international/codepage.el (cp-make-coding-systems-for-codepage):
22356         Remove the eight-bit-graphic and eight-bit-control charsets from
22357         the list of charsets which we convert into `?'.
22359 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
22361         * international/mule-conf.el: Specify CHARSET-ID explicitely for
22362         private charsets.
22363         (mule-unicode-0100-24ff, japanese-jisx0213-1,
22364         japanese-jisx0213-2): New charsets.
22366         * international/fontset.el: Setup default fontset for new charsets.
22368 2000-05-24  Dave Love  <fx@gnu.org>
22370         * info.el (Info-find-node-2): Restructure [following "Vadim
22371         S. Solomin" <sovs@uic.nnov.ru>].
22373         * icomplete.el: Fix header for Finder.
22375 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
22377         * rmailout.el (rmail-output-to-rmail-file): Added optional param
22378         STAY.
22380         * rmail.el (rmail-automatic-folder-directives): New user variable.
22381         (rmail-show-message): Add call to `rmail-auto-file' during
22382         display.
22383         (rmail-auto-file): New function.
22385 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
22387         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
22388         account.
22389         (ediff-test-utility,ediff-diff-mandatory-option)
22390         (ediff-reset-diff-options): Utilities for proper initialization of
22391         ediff-diff-options and ediff-diff3-options on Windows.
22393         * ediff-init.el (ediff-merge-filename-prefix): New customizable
22394         variable.
22396         * ediff-mult.el (ediff-filegroup-action): Use
22397         ediff-merge-filename-prefix.
22399 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
22401         * viper-ex.el (ex-write): Set selective display to nil.
22403 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
22405         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
22406         aliases for hebrew-iso-8bit.
22408 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
22410         * woman.el: New version from Francis J. Wright
22411         <F.J.Wright@Maths.QMW.ac.uk>.
22412         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
22413         names in environment variables regardless of the path separator.
22414         (woman-topic-all-completions-1): Don't call file-name-directory-p
22415         on all files, since woman-file-regexp already filters out any
22416         directories.
22418 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
22420         * international/quail.el (quail-start-translation): Don't change
22421         modified-p of the current buffer.
22422         (quail-start-conversion): Likewise.
22424         * international/kkc.el (kkc-region): Don't change modified-p of
22425         the current buffer.
22427         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
22428         conform to RFC1468.
22429         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
22431 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
22433         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
22434         (speedbar-insert-button): Invisible text property fix.
22435         (speedbar-directory-plus): Renamed from speedbar-directory-+
22436         (speedbar-directory-minus): Renamed from speedbar-directory--
22437         (speedbar-page-plus): Renamed from speedbar-file-+
22438         (speedbar-page-minus): Renamed from speedbar-file--
22439         (speedbar-page): Renamed from speedbar-file-
22440         (speedbar-tag): Renamed from speedbar-tag-
22441         (speedbar-tag-plus): Renamed from speedbar-tag-+
22442         (speedbar-tag-minus): Renamed from speedbar-tag--
22443         (speedbar-expand-image-button-alist): Use above renames.
22445         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
22446         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
22447         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
22448         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
22449         * sb-pg.xpm: Renamed from sb-file.xpm
22450         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
22451         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
22453 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
22455         * international/quail.el (quail-show-guidance-buf): Set
22456         current-input-method of the guidance buffer to the name of the
22457         curren input method.
22459 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
22461         * progmodes/compile.el (compile-internal): Style typo.
22463         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
22464         quote vars and functions in the docstring.
22466         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
22468         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
22469         Don't quote lambdas.
22471         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
22473 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
22475         * startup.el (command-line): Determine source file of compiled
22476         user init file differently.  Warn if compiled user init file
22477         is older than its source file.
22479         * ffap.el (ffap-url-regexp): Add `https'.
22481 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
22483         * files.el (make-backup-file-name-1): Replace slashes with `!'
22484         rather than `|' (which is not allowed on Windows).  Replace the
22485         drive letters with a string "drive_X".
22487 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
22489         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
22491         * files.el (interpreter-mode-alist): Add `bash2'.
22493 2000-05-22  Dave Love  <fx@gnu.org>
22495         * loadhist.el (feature-symbols, file-provides, file-requires): Use
22496         mapc.
22497         (feature-file): Avoid calling symbol-name.  Doc fix.
22498         (file-set-intersect, file-dependents): Use dolist, not mapcar.
22499         (loadhist-hook-functions): Add mouse-position-function.
22500         (unload-feature): Change uses of mapcar.
22502         * files.el (parse-colon-path): Doc fix.
22503         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
22504         (set-auto-mode): Use mapc.
22506         * complete.el (PC-look-for-include-file): Use :alnum: character
22507         class.
22508         (partial-completion-mode): Add autoload cookie.
22510 2000-05-22  Sam Steingold  <sds@gnu.org>
22512         * info.el (Info-fontify-node): Fixed the call to
22513         `add-text-properties' (bug introduced on 2000-05-18).
22515 2000-05-22  Dave Love  <fx@gnu.org>
22517         * bindings.el: Remove debug-ignored-errors set in other files.
22519         * progmodes/etags.el: Add to debug-ignored-errors.
22520         (visit-tags-table-buffer): Clear out buffers holding old tables
22521         when making a new list.
22522         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
22523         mapc.
22525         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
22526         quote keywords.
22527         (cmpl-string-case-type): Use character classes.
22529         * comint.el:
22530         * textmodes/ispell.el:
22531         * imenu.el:
22532         * mail/mh-e.el:
22533         * progmodes/compile.el: Add to debug-ignored-errors.
22535         * dabbrev.el: Add to debug-ignored-errors.
22536         (dabbrev-completion): Use mapc.
22538 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
22540         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
22541         (woman-mapcan, woman-parse-man.conf)
22542         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
22543         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
22544         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
22545         path syntax better.
22546         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
22547         (woman-manpath): Call woman-parse-man.conf.
22548         (woman-emulation): New defcustom, defaults to nroff.
22549         (woman-font-support): New defconst.
22550         (woman-use-symbol-font): New defcustom.
22551         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
22552         "Emulation".
22553         Many functions: Doc fix.
22555 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
22557         * international/quail.el (quail-simple-translation-keymap): Map
22558         128..255 to quail-self-insert-command.
22559         (quail-keyboard-layout-alist): Add definition for "pc102-de".
22561 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
22563         * help.el (help-manyarg-func-alist): Typo.
22565         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
22566         intervals which makes it heaps simpler.
22568         * newcomment.el (comment-region-internal): Go back to BEG after quoting
22569         the nested comment markers.
22571         * subr.el (remove-hook): Don't turn the hook's value into a list.
22573 2000-05-21  Dave Love  <fx@gnu.org>
22575         * edmacro.el (edmacro-parse-keys): Return vector if any elements
22576         are invalid characters.
22578         * international/mule-util.el (detect-coding-with-priority): Use
22579         mapc.  Remove redundant lambda.
22581         * international/mule-diag.el (list-non-iso-charset-chars)
22582         (describe-fontset): Remove redundant lambda.
22584         * emulation/crisp.el (brief-mode): New alias.
22586         * emacs-lisp/ring.el (ring-elements): New function.
22588         * emacs-lisp/easymenu.el (easy-menu-create-menu)
22589         (easy-menu-do-add-item): Use keywordp.
22591         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
22593         * replace.el: Doc and error message fixes.
22594         (replace-highlight): Use facep, not internal-find-face.
22596 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
22598         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
22600         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
22601         (log-edit-insert-changelog): Drop `:' as well.
22603         * log-view.el: Fix file description.
22604         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
22605         available.
22606         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
22607         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
22609         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
22610         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
22611         Print a status message if the toggle is called interactively.
22612         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
22613         for global minor modes and use `defcustom' for them.
22614         Use add-minor-mode.
22615         (easy-mmode-define-derived-mode): Remove.
22616         (define-derived-mode): Fancier default docstring.
22617         (easy-mmode-define-navigation): Signal an error rather than (ding).
22619         * newcomment.el (comment-styles): New `box-multi'.
22620         (comment-normalize-vars): Better default for comment-continue to
22621         avoid whitespace-only continuations.
22622         (comment-search-forward): Always move even in the no-syntax case.
22623         (comment-padright): Only obey N if it's only obeyed for padleft.
22624         (comment-make-extra-lines): Better handling of empty continuations.
22625         Use `=' for the filler if comment-start has only one character.
22626         (uncomment-region): Try handling the special `=' filler.
22627         (comment-region): Allow LINES even if MULTI is nil.
22628         (comment-box): Choose box style based on comment-style.
22630 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
22632         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
22633         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
22635 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
22637         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
22638         and insert, not subst-char-in-region.
22640         * international/mule-diag.el (list-character-sets-1): Handle
22641         charsets eight-bit-control and eight-bit-graphic.
22642         (list-iso-charset-chars): Likewise.
22643         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
22644         charactes as is.  Use indent-to to align characters.
22646         * international/mule-cmds.el (find-multibyte-characters): Never
22647         exclude charsets eight-bit-control and eight-bit-graphic.
22649 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
22651         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
22652         Don't quote lambdas.
22654         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
22656 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
22658         * gud.el (gud-jdb-directories): Doc fix.
22660 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
22662         * newcomment.el: New file.
22664 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
22666         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
22668 2000-05-18  Andreas Schwab  <schwab@suse.de>
22670         * dired.el (dired-between-files): Also skip lines beginning with
22671         `used'.
22673 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
22675         * msb.el (msb-menu-cond): Add choice `user'.
22677 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
22679         * ps-print.el: Compatibility, customization and doc fix.
22680         (ps-printer-name-option): Replace defconst by defvar.
22681         (ps-postscript-code-directory): XEmacs compatibility.
22682         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
22683         fix.
22684         (ps-user-defined-prologue, ps-print-prologue-header)
22685         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
22686         compatibility and code fix.
22687         (ps-print-background-image, ps-print-background-text):
22688         Customization fix.
22689         (ps-line-number-start, ps-n-up-on): New vars.
22691 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
22693         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
22694         the indent-comment function to just return the appropriate indent.
22696 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
22698         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
22699         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
22700         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
22702 2000-05-18  Dave Love  <fx@gnu.org>
22704         * info.el (Info-fontify-node): Add intangible property as well as
22705         invisible.
22707         * calendar/appt.el (appt-make-list): Match all lines of entry.
22708         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
22710 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
22712         * international/mule-diag.el (describe-char-after): Call
22713         internal-char-font, not char-font.  If internal-char-font returns
22714         nil, display "-- none --".
22716 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
22718         * image.el (image-type-available-p): Don't reference image-types
22719         if it isn't bound.
22721 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
22723         * autoarg.el (autoarg-mode): Typo in the :set argument.
22725 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
22727         * startup.el (command-line-1): Don't signal an error if the
22728         directory for auto-save-list files does not yet exist.
22730 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
22732         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
22734 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
22736         * subr.el (remove-hook): `setq' hook-value, not `set'.
22738 2000-05-16  Sam Steingold  <sds@gnu.org>
22740         * info.el (debug-ignored-errors): More errors to ignore.
22742 2000-05-16  Dave Love  <fx@gnu.org>
22744         * cus-edit.el: Don't require cl or easymenu.
22745         (custom-variable-prompt): Test standard-value property, not
22746         user-variable-p.
22748 2000-05-16  Sam Steingold  <sds@gnu.org>
22750         * subr.el (add-hook): `setq' hook-value, not `set'.
22752 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
22754         * startup.el (command-line-1): Mention the FAQ in the startup
22755         message.
22757         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
22759         * progmodes/compile.el (compilation-parse-errors): Collect
22760         `nomessage' regexps last.
22762         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
22764         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
22765         to the function name.
22767 2000-05-15  Dave Love  <fx@gnu.org>
22769         * speedbar.el (speedbar-recenter): Typo.
22770         (speedbar-expand-line): Make arg optional.
22771         (speedbar-mode): Avoid a compiler warning.
22773 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
22775         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
22776         user-specified option string is empty.
22778         * mouse.el (mouse-yank-at-click): Doc fix.
22780 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
22782         * term/internal.el (IT-character-translations): More updates of
22783         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
22784         documents.
22786 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
22788         * env.el (getenv): New function, interactively callable.
22789         (setenv, getenv): Remove autoload cookies.
22791         * loadup.el: Load `env'.
22793         * progmodes/f90.el: Change author's mail address.
22795 2000-05-14  Dave Love  <fx@gnu.org>
22797         * mail/rmail.el (rmail-show-message-hook): Customize and offer
22798         goto-addr as an option.
22800         * help.el (help-xref-stack): Doc fix.
22801         (help-xref-following): New variable.
22802         (help-make-xrefs): Use it.
22803         (help-xref-go-back): Use position information from stack element.
22804         (help-follow): Make position in stack element a pair.  Use
22805         help-xref-following.
22807         * autoarg.el: New file.
22809         * faces.el: Declare more functions obsolete.
22811         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
22812         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
22813         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
22814         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
22815         Remove all the setup-...-environment functions.
22817 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
22819         * speedbar.el: Updated the commentary section.  xemacs20p now uses
22820         >= when detecting.  Require `defimage' safely.
22821         (speedbar-easymenu-definition-base): Add toggle for images.
22822         (speedbar-easymenu-definition-special): Add flush cache & expand.
22823         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
22824         (speedbar-reconfigure-keymaps-hook): New variable.
22825         (speedbar-frame-parameters): Updated documentation.
22826         (speedbar-use-imenu-flag): Updated custom tag
22827         (speedbar-dynamic-tags-function-list): New variable.
22828         (speedbar-tag-hierarchy-method): Updated doc & custom.
22829         (speedbar-indentation-width, speedbar-indentation-width) New
22830         variables.
22831         (speedbar-hide-button-brackets-flag): Customizable.
22832         (speedbar-vc-indicator): Doc update.
22833         (speedbar-ignored-path-expressions): Updated default value.
22834         (speedbar-supported-extension-expressions): Updated default value.
22835         (speedbar-syntax-table): Remove {} paren status.
22836         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
22837         as "+".  Added overlay aliases.
22838         (speedbar-mode): Use `speedbar-mode-line-update' instead of
22839         `force-mode-line-update'.
22840         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
22841         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
22842         `mouse-set-point'
22843         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
22844         (speedbar-item-info-tag-helper): Revamped to handle a wider range
22845         of arbitrary text, and new helper functions.
22846         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
22847         filename finder.
22848         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
22849         (speedbar-directory-buttons): Update path search/expansion.
22850         (speedbar-make-tag-line): Pay attention to
22851         `speedbar-indentation-width'.  Use more care w/ invisible
22852         properties.
22853         (speedbar-change-expand-button-char): Call
22854         `speedbar-insert-image-button-maybe'.
22855         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
22856         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
22857         (speedbar-trim-words-tag-hierarchy)
22858         (speedbar-simple-group-tag-hierarchy): New functions
22859         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
22860         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
22861         functions.
22862         (speedbar-mouse-set-point): New function
22863         (speedbar-power-click): Updated documentation.
22864         (speedbar-line-token, speedbar-goto-this-file): Handle more types
22865         of tag prefix text.
22866         (speedbar-expand-line, speedbar-contract-line): Make more robust
22867         to strange text.
22868         (speedbar-expand-line): Takes universal argument to flush the
22869         cache.
22870         (speedbar-flush-expand-line): New function.
22871         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
22872         Use new generator insertion method.
22873         (speedbar-fetch-dynamic-tags): New function.
22874         (speedbar-fetch-dynamic-imenu): Removed code now handled in
22875         `speedbar-fetch-dynamic-imenu'.
22876         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
22877         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
22878         "Revert Buffer" menu items.
22879         (speedbar-buffer-buttons-engine): Be smarter when creating a
22880         filename tag (for expansion purposes.).
22881         (speedbar-highlight-one-tag-line,
22882         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
22883         (speedbar-recenter): New functions.
22884         (defimage-speedbar): Image loading abstraction.
22885         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
22886         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
22887         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
22888         (speedbar-tag-type, speedbar-tag-mail): New images.
22889         (speedbar-expand-image-button-alist): New variable.
22890         (speedbar-insert-image-button-maybe): Insert an image over some
22891         buttons.
22893 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
22895         * international/mule-cmds.el (encode-coding-char): An ASCII
22896         character is always encodable.
22898         * international/mule-conf.el: Add more information in descriptions
22899         of character sets.
22901         * international/mule-diag.el (describe-char-after): New function.
22902         (describe-font-internal): Adjusted for the change of font-info.
22903         (describe-font): Likewise.
22904         (print-fontset): Rewritten for the new fontset implementation.
22905         (describe-fontset): Include fontset alias names in completion.
22906         (list-fontsets): Adjusted for the change of print-fontset.
22908         * simple.el (what-cursor-position): If DETAIL is non-nil, call
22909         describe-char-after instead of displaying the detail in the echo
22910         area.
22911         (syntax-code-table): Format changed.
22912         (string-to-syntax): Adjusted for the above change.
22914 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
22916         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
22918 2000-05-12  Dave Love  <fx@gnu.org>
22920         * calendar/todo-mode.el: Remove some compatibility stuff and CL
22921         dependence.  Use line-{beginning,end}-position, not
22922         point-at{b,e}ol.  Some doc fixes.
22923         (todo-position): New function.  Fix callers of position to use it.
22924         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
22926 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
22928         * time.el (display-time-mail-icon): Use `:ascent center'.
22930         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
22931         handling FTP security extensions.
22933 2000-05-11  Dave Love  <fx@gnu.org>
22935         * calendar/todo-mode.el: New file.
22937 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
22939         * comint.el (comint-read-input-ring): Move reference to
22940         comint-input-ring-size outside of the save-excursion.  It was
22941         causing the default value to be the only one ever seen.
22943         * font-lock.el: Update copyright.  Remove Simon Marshall's email
22944         address on request from him.
22946         * subr.el (substitute-key-definition): Add comment describing
22947         the meaning of PREFIX.
22949 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
22951         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
22953         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
22954         (add-minor-mode): Don't make the variable buffer-local and add a
22955         reference to define-minor-mode in the docstring.
22957         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
22958         HEADER/FOOTER and fix bug with trailing empty directory.
22959         (cvs-append-to-ignore): Use vc-editable-p if available.
22960         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
22961         (vc-do-command): Tweak advice to handle the new VC.
22963         * log-view.el (log-view-goto-rev): New function for the new VC.
22964         (log-view-minor-wrap): Use mark-active.
22966         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
22967         (log-edit-changelog-full-paragraphs): New var.
22968         (log-edit-insert-changelog): Remove a lonely leading `* file'.
22969         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
22970         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
22971         (log-edit-changelog-ours-p, log-edit-changelog-entries)
22972         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
22973         Replace the `cvs' prefix with `log-edit'.
22975         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
22977         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
22978         (diff-font-lock-defaults): Explicitly turn off multiline.
22979         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
22980         (diff-ediff-patch): Fix call to ediff-patch-file.
22981         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
22982         Handle comments.
22984         * frame.el (automatic-hscrolling): Typo.
22986         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
22988 2000-05-09  Sam Steingold  <sds@goems.com>
22990         * apropos.el (apropos-print): use `describe-face' instead of
22991         `customize-face-other-window'.
22993 2000-05-09  Dave Love  <fx@gnu.org>
22995         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
22997         * help.el (describe-variable): Have customize button pop the
22998         help-xref stack when invoked.
22999         (help-xref-symbol-regexp): Add `face'.
23000         (help-make-xrefs): Check for quoted face names and adapt regexp
23001         submatch numbers to cope.
23002         (help-xref-interned): Maybe insert face doc too.  Separate
23003         sections with a line of hyphens.
23005         * faces.el:  Some doc fixes.  Declare some functions obsolete.
23006         (describe-face): Add customize button.  Return the help
23007         text.  Fix prompt.
23009 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
23011         * term/internal.el (IT-character-translations): Fix last change.
23013 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
23015         * woman.el: New file
23016         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
23018 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
23020         * term/internal.el (IT-character-translations): Update ASCII
23021         simulations for greek-iso8859-7, add latin-iso8859-14 and
23022         latin-iso8859-15.
23024         * international/mule-cmds.el (set-language-info-alist): Call
23025         define-prefix-command with 3 arguments, to make the map suitable
23026         for a menu.
23028 2000-05-07  Dave Love  <fx@gnu.org>
23030         * time.el: Small doc fixes from Pavel Jan\e,Bm\e(Bk ml.
23032 2000-05-05  Dave Love  <fx@gnu.org>
23034         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
23035         list in doc string.  Don't quote keyword symbols.
23036         * emacs-lisp/cl.el: Likewise
23037         * emacs-lisp/cl-seq.el: Likewise
23039 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
23041         * abbrev.el (abbrev-mode): Make ARG optional.
23043 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
23045         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
23047         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
23049         * subr.el (substitute-key-definition): Clarify documentation.
23051 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
23053         * glasses.el (glasses-convert-to-unreadable): Use
23054         `glasses-separator' instead of the hard-wired "_".
23055         (glasses-mode): Call `glasses-make-unreadable' only in a single
23056         place.
23058 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
23060         * term/internal.el (cjk-codepages-alist): Add associations for
23061         Chinese and Korean codepages.  Remove FIXME comment.
23063 2000-05-03  Dave Love  <fx@gnu.org>
23065         * time.el (display-time-mail-face, display-time-use-mail-icon):
23066         New option.
23067         (display-time-mail-icon): New variable.
23068         (display-time-string-forms): Use the above.  Fix the local-map.
23070 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
23072         * replace.el (query-replace-map): Add binding for `E'.
23073         (query-replace-help): Extend help text.
23074         (perform-replace): Allow editing the replacement string.
23076         * make-mode.el (makefile-mode-abbrev-table): New variable.
23077         (makefile-mode): Set local abbrev table to
23078         makefile-mode-abbrev-table.
23079         (makefile-font-lock-keywords): Fontify includes and conditionals.
23081         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
23082         set TOGGLE's value.
23084         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
23085         mail-interactive-insert-alias.
23086         (mail-abbrev-complete-alias): New command.
23087         (mail-mode-map): Bind it to `M-TAB'.
23089 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
23091         * language/lao-util.el (lao-compose-region): New function.
23093 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
23095         * files.el (recover-session): Make directories as necessary
23096         if they don't exist yet.
23098         * calendar/cal-french.el
23099         (french-calendar-multibyte-special-days-array)
23100         (french-calendar-special-days-array): Change French text.
23101         (calendar-french-date-string): Change output.
23102         (calendar-goto-french-date): Likewise.
23104 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
23106         * wid-edit.el (widget-default-active): Obey `:always-active'.
23107         (widget-documentation-string-value-create): Set `:always-active'.
23109 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
23111         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
23112         default prefix to `~/_emacs.d/auto-save.list/_s'.
23113         (normal-top-level): Create the directory for auto-save files, if
23114         it doesn't already exist (in the ms-dos case only).
23116 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
23118         * international/mule-cmds.el (set-language-environment): Don't
23119         concat an integer (dos-codepage), use format instead.
23121 2000-05-02  Dave Love  <fx@gnu.org>
23123         * help.el (help-xref-on-pp): Check for constant symbols.
23125 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
23127         * startup.el (normal-top-level): Put a condition-case around
23128         the code loading subdirs.el.
23130 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
23132         * ps-print.el: Upside-down and face background color printing,
23133         line number step, doc fix.
23134         (ps-print-version): New version number (5.2).
23135         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
23136         (ps-face-attribute-list, ps-plot-with-face): Code fix.
23137         (ps-spool-config): Var fix.
23138         (ps-printer-name-option): Const fix.
23139         (ps-print-upside-down, ps-use-face-background)
23140         (ps-line-number-step): New vars.
23141         (ps-window-system, ps-lp-system): New consts.
23142         (ps-face-background): New fun.
23144 2000-04-28  Richard Stallman  <rms@gnu.org>
23146         * files.el (make-auto-save-file-name):
23147         Apply auto-save-file-name-transforms to visited file name
23148         before generating auto save file name.
23149         (auto-save-file-name-transforms): New variable.
23151         * files.el (backup-enable-predicate):
23152         Correctly test for a file under a temporary directory.
23154 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
23156         * subr.el (add-minor-mode): Rewritten.
23158 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
23160         * mail/sendmail.el (sendmail-send-it): Set
23161         buffer-file-coding-system to the selected coding system for MIME
23162         header.
23164 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
23166         * dired.el (dired-move-to-filename-regexp): Allow format where
23167         YYYY is followed by two spaces.
23169         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
23170         in the second character class of the regexp.
23172         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
23173         mh-etc, too.
23175         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
23176         nil.
23178         * subr.el (add-minor-mode): Use `set' instead of `setq'.
23180         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
23181         argument.
23183 2000-04-27  Sen Nagata <sen@eccosys.com>
23185         * emacs-lisp/crm.el (crm-completion-table): New variable.
23186         (crm-collection-fn, crm-test-completion)
23187         (completing-read-multiple): Use it.
23189 2000-04-27  Dave Love  <fx@gnu.org>
23191         * help.el (locate-library): Use mapc.
23192         (help-manyarg-func-alist): Add call-process-region.
23194 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
23196         * subr.el (add-minor-mode): Make argument MAP optional.
23198         * desktop.el (desktop-save): Save list of minor modes.
23199         (desktop-create-buffer): Restore minor modes.
23200         (desktop-minor-mode-table): New user-option.
23202         * subr.el (add-minor-mode): New function.
23204         * image.el (find-image): New function.
23205         (defimage): Rewritten to find image at load time.
23207         * startup.el (normal-top-level-add-to-load-path): Handle
23208         case that the default directory is not in load-path.
23210         * help.el: Old patch from Stefan Monnier.
23211         (help-xref-on-pp): New function.
23212         (describe-variable): Use it to display xrefs in a symbol's value.
23214 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
23216         * cus-edit.el (custom-face): Fix parenthesis.
23218 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
23220         * mail/rmail.el (rmail-expunge): When there are no deleted
23221         messages, do nothing.
23223 2000-04-26  Dave Love  <fx@gnu.org>
23225         * international/mule-cmds.el (locale-translation-file-name):
23226         Defvar to nil.
23227         (set-locale-environment): Set it here (at runtime).
23229 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
23231         * replace.el (perform-replace): Add parameters START and END.  Use
23232         them instead of the check for a region in Transient Mark mode.
23233         (query-replace-read-args): Return two more list elements for the
23234         start and end of the region in Transient Mark mode.
23235         (query-replace, query-replace-regexp, query-replace-regexp-eval)
23236         (map-query-replace-regexp, replace-string, replace-regexp): Add
23237         optional last arguments START and END and pass them to
23238         perform-replace.
23240         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
23241         form with additional arguments for perform-replace.
23243         * progmodes/etags.el (tags-query-replace): Add parameters START
23244         and END.  Construct a form with additional arguments for
23245         perform-replace.
23247         * simple.el (shell-command): Set default directory for "*Shell
23248         Command Output" buffer.
23250         * language/european.el (iso-latin-4): Fix typo.
23252         * emacs-lisp/crm.el: New file.
23254 2000-04-24  Dave Love  <fx@gnu.org>
23256         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
23257         (Custom-reset-saved, Custom-reset-standard)
23258         (custom-group-value-create, custom-group-set, custom-group-save)
23259         (custom-group-reset-current, custom-group-reset-saved)
23260         (custom-group-reset-standard): Use mapc.
23261         (custom-buffer-create-internal): Disable undo when creating items.
23262         Use mapc.
23263         (custom-face): Avoid redundant lambda.
23265 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
23267         * startup.el (auto-save-list-file-prefix): Set default to
23268         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
23270 2000-04-24  Sam Steingold  <sds@gnu.org>
23272         * time-stamp.el (time-stamp-string-preprocess): Always convert
23273         `field-result' to a string.
23275 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
23277         * frame.el (scrolling): New group.
23278         (automatic-hscrolling): New user-option.
23280         * startup.el (command-line-x-option-alist): Add `-lsp' and
23281         `--line-spacing'.
23283 2000-04-19  Dave Love  <fx@gnu.org>
23285         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
23286         (cl-mapc): Rename from mapc.  Fix the funcall.
23288 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
23290         * simple.el (clone-indirect-buffer-other-window): New command.
23291         (clone-indirect-buffer): Add optional arg NORECROD.
23292         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
23294         * help.el (resize-temp-buffer-window): Use count-screen-lines.
23296         * window.el (count-screen-lines): New function.
23297         (shrink-window-if-larger-than-buffer): Use count-screen-lines
23298         instead of window-buffer-height.
23300         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
23301         non-existing variable comint-input-sentinel.
23302         (inferior-lisp-args-to-list): Removed.
23303         (inferior-lisp): Use split-string instead of
23304         inferior-lisp-args-to-list.
23306         * hexl.el (hexl-insert-hex-string): New command.
23308         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
23309         instead of concat.
23311 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
23313         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
23314         at the start of an existing but empty folder.
23316 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
23318         * ps-mule.el: Customization fix, doc fix.
23319         (ps-multibyte-buffer): Customization fix.
23321 2000-04-17  Richard M. Stallman  <rms@gnu.org>
23323         * subr.el (read-passwd): Use read-char-exclusive.
23325 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
23327         * textmodes/texinfo.el (texinfo-insert-@email)
23328         (texinfo-insert-@emph, texinfo-insert-@quotation)
23329         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
23330         (texinfo-mode-map): Add key bindings for them.
23332         * files.el (basic-save-buffer-2): Use a template with `$'
23333         instead of `#' for VMS.
23335         * simple.el (clone-indirect-buffer): New function.
23337 2000-04-16  Stephen Eglen  <stephen@gnu.org>
23339         * iswitchb.el (iswitchb-case): New function.  If the user input
23340         contains any upper-case characters, the search is made
23341         case-sensitive.
23343 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
23345         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
23346         comment-end.
23347         (texinfo-font-lock-syntactic-keywords): New var.
23348         (texinfo-font-lock-keywords): Remove comment regexp.
23349         (texinfo-insert-block): New function.
23350         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
23351         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
23352         and font-lock-defaults.  Use regexp-opt for outline-regexp.
23353         (texinfo-environments): New var.
23354         (texinfo-environment-regexp): Use regexp-opt and
23355         texinfo-environments.
23357         * textmodes/ispell.el (ispell-menu-map-needed): Check that
23358         ispell-process is bound since this might be eval'd before ispell
23359         is loaded.
23360         (ispell-message): Use a tiny bit less magic and a bit more hard
23361         data to figure out what kind of sc-cite-regexp to use.
23363         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
23365         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
23366         (insert-cyclic-diary-entry): Unquote the lambda.
23368         * gud.el (gud-jdb-build-source-files-list): Fix typo.
23370         * files.el (backup-enable-predicate): Unquote the lambda.
23372         * cus-edit.el (custom-face, face): Unquote the lambda.
23374 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
23376         * ps-print.el: Check for line-beginning-position definition.
23378         * ps-print.el: Fix counting lines in a region.
23379         (ps-print-version): New version number (5.1.5).
23380         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
23381         (ps-printing-region): Fun code fix.
23383 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
23385         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
23386         to file-directory-p.
23388 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
23390         * gud.el (gud-jdb-build-source-files-list): Check that directory
23391         exists before calling directory-files.
23393 2000-04-13  Dave Love  <fx@gnu.org>
23395         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
23396         syntax.
23398         * emacs-lisp/cl-specs.el: Remove when, unless.
23400         * emacs-lisp/cl-extra.el: Don't quote keywords.
23401         (cl-old-mapc): New variable.
23402         (mapc): Use it.
23403         (cl-map-intervals): Use with-current-buffer.  Don't check for
23404         next-property-change.
23405         (cl-map-overlays): Use with-current-buffer.
23406         (cl-expt): Remove.
23407         (copy-tree, remprop): Define unconditionally.
23409         * emacs-lisp/cl-compat.el (keywordp): Remove.
23411         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
23412         to use keywordp.
23413         (edebug-spec): Enable keywordp.
23415         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
23416         string-lessp.
23418         * cus-start.el: Use keywordp.
23420 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
23422         * diary-lib.el (include-other-diary-files): Fix the fix of
23423         2000-02-18 by doing a save-excursion.
23425 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
23427         * ps-print.el: Customization fix, doc fix.
23428         (ps-print-version): New version number (5.1.4).
23429         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
23430         (ps-print-preprint): Adjust code.
23431         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
23432         (ps-print-prologue-header, ps-print-control-characters)
23433         (ps-spool-config): Customization fix.
23435 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
23437         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
23438         converted to the new menu-item format, names silightly changed,
23439         help strings added.
23441         Support for spelling without async subprocesses:
23443         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
23444         (ispell-session-buffer): New variables.
23445         (ispell-start-process, ispell-process-status,
23446         ispell-accept-output, ispell-send-string): New functions, for
23447         Ispell invocation when async subprocesses aren't supported.
23448         (ispell-word, ispell-pdict-save, ispell-command-loop,
23449         ispell-process-line, ispell-buffer-local-parsing): Replace calls
23450         to process-send-string with calls to ispell-send-string, and
23451         accept-process-output with ispell-accept-output.
23452         (ispell-init-process): Call ispell-process-status instead of
23453         process-status with.
23454         (ispell-init-process): Call ispell-start-process.  Call
23455         ispell-accept-output and ispell-send-string.  Don't call
23456         process-kill-without-query and kill-process if they are unbound.
23457         (ispell-async-processp): New function.
23459 2000-04-12  Dave Love  <fx@gnu.org>
23461         * info.el: Add debug-ignored-errors.
23462         (Info-mode-menu): Add some items.
23463         (Info-directory): Add autoload cookie.
23465         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
23466         Modify `truncate-lines'.  Make `describe-language-environment'
23467         always visible and add help.  Modify `describe-key' help.  Invoke
23468         Info-directory from `info'.  New entry `emacs-manual'.
23470 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
23472         * progmodes/ebrowse.el (ebrowse-tree-mode):
23473         Use propertized-buffer-identification.
23474         (ebrowse-update-member-buffer-mode-line): Likewise.
23475         (ebrowse--mode-strings): Removed.
23476         (ebrowse--mode-line-props): Removed.
23478         * files.el (auto-mode-alist): Add `EBROWSE'.
23480         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
23481         space before testing for end of buffer.
23482         (ebrowse-load): Removed.
23483         (ebrowse-revert-tree-buffer-from-file): Rewritten.
23484         (ebrowse-create-tree-buffer): Rewritten.
23485         (ebrowse-tree-mode): Read tree from buffer.
23487         * progmodes/ebrowse-ffh.el: Removed.
23489 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
23491         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
23493 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
23495         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
23496         at the wrong place.
23498 2000-04-09  Dave Love  <fx@gnu.org>
23500         * files.el (backup-enable-predicate):
23501         Use temporary-file-directory, small-temporary-file-directory.
23502         (make-backup-file-name-function, backup-directory-alist): New vars.
23503         (make-backup-file-name-1): New function.
23504         (make-backup-file-name): Use it.
23505         (find-backup-file-name): Likewise.  Use format for clarity, not concat.
23506         (file-newest-backup): Use make-backup-file-name.
23508 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
23510         * progmodes/ebrowse-ffh.el: New file.
23512         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
23513         Moved to ebrowse-ffh.el.
23514         (ebrowse-load): Add autoload.
23516         * finder.el (finder-commentary): Add autoload cookie.
23518         * mail/rfc2368.el: Correct author's email address.
23520         * progmodes/ebrowse.el: New file.
23522         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
23523         item help string.
23524         (easy-menu-do-add-item): Ditto.
23525         (easy-menu-define): Extend doc string.
23527         * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
23528         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
23529         (jit-lock-function, jit-lock-stealth-fontify): Don't use
23530         with-buffer-unmodified.
23532 2000-04-08  Dave Love  <fx@gnu.org>
23534         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
23535         unless, when.
23537 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
23539         * viper-util.el (viper-put-on-search-overlay): New subroutine.
23540         (viper-flash-search-pattern): No operation when using Emacs
23541         doesn't support face.
23542         Use `viper-put-on-search-overlay'.
23544 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
23546         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
23547         like C-r.
23549         * progmodes/make-mode.el: Some doc fixes.
23550         (makefile-mode-abbrev-table): New variable.
23551         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
23552         (makefile-font-lock-keywords): Fontify includes and conditionals.
23553         (toplevel): Require `dabbrev' and `add-log' when compiling.
23555         * replace.el (perform-replace): Don't move forward one char
23556         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
23557         to do that because it leaves point 1 position after the last
23558         replacement, after everything has been replaced.
23560         * jit-lock.el (with-buffer-unmodified): New macro.
23561         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
23562         modified state.
23563         (jit-lock-function-1): Extracted from jit-lock-function; not
23564         preserving buffer's modified state.
23565         (jit-lock-function, jit-lock-stealth-fontify):
23566         Call jit-lock-function-1.
23568         * mail/rfc2368.el: Remove supernumerary copyright line.
23570 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
23572         * glasses.el: Provide facilities for inserting space before left
23573         parentheses and uncapitalization of identifiers.
23574         (glasses-mode): Try to remove old overlays in all cases.
23576 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
23578         * progmodes/compile.el (compile-internal): Display the compilation
23579         buffer in a different frame, if it's already displayed there.
23581         * mail/rfc2368.el: New file.
23583         * simple.el (sendmail-user-agent-compose): Recognize a `body'
23584         header and insert its value as mail body.
23586         * subr.el (member-ignore-case): New function.
23588         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
23589         (dabbrev--find-expansion): Ignore buffers matching a regexp
23590         from dabbrev-ignored-regexps.
23592         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
23593         to extensions handled by gzip.
23595 2000-04-03  Richard M. Stallman  <rms@gnu.org>
23597         * files.el (insert-directory): List the total free space
23598         along with the used space.
23600         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
23601         line is followed by one that matches CITATION-REGEXP, end the
23602         paragraph.
23604 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
23606         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
23607         (rmail-make-basic-summary-line): Use that option.
23609 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
23611         * international/mule-cmds.el (encoded-string-description):
23612         Rewritten.   Try pretty description for ISO 2022 escape sequences
23613         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
23614         for hexadecimal format.
23616 2000-04-01  Dave Love  <fx@gnu.org>
23618         * cpp.el: Change customization group to `c' from `C'.
23620         * vcursor.el (vcursor-move): Use display-color-p.
23622         * international/mule-util.el: Provide mule-utils.
23623         (string-to-sequence): Simplify and speed up.
23625         * international/mule.el (make-coding-system): Purecopy doc-string.
23627         * international/mule-cmds.el: Various menu changes.
23628         (describe-specified-language-support): Handle `Default'.
23629         (set-language-info): Purecopy `info'.
23631 2000-03-31  Andrew Innes  <andrewi@gnu.org>
23633         * vc.el (vc-backend-diff): Return the correct status if we had to
23634         retry the rcsdiff command without the --brief option.
23636 2000-03-31  Dave Love  <fx@gnu.org>
23638         * help.el (help-manyarg-func-alist): Correct several omissions.
23640         * add-log.el: Don't require cl, fortran.
23641         (add-log-current-defun-function): Doc fix.
23642         (change-log-version-number-regexp-list): Remove SCCS part.  Doc fix.
23643         (change-log-version-rcs): Function deleted.
23644         (change-log-version-number-search): Doc fix.
23645         Use vc-workfile-version. Avoid CL dolist.
23646         (add-change-log-entry): Just call add-log-current-defun to get
23647         defun.  Simplify somewhat.
23648         (change-log-get-method-definition-1): Likewise.
23649         (add-log-current-defun): Return nil if calling
23650         add-log-current-defun-function does so.  Move Fortran stuff to
23651         fortran.el.  Return string without properties.
23653         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
23654         and :alpha: char classes.
23656         * mail/supercite.el: Defvar curline when compiling.
23657         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
23658         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
23659         rather than a-zA-Z0-9 to allow non-ASCII characters.
23661 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
23663         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
23665         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
23666         Re-enable new code.
23668         * lpr.el (print-region-1): Use -d to specify printer name for
23669         systems `usg-unix-v*, `dgux', `hpux', `irix'.
23671 2000-03-31  Dave Love  <fx@gnu.org>
23673         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
23674         Look for function definition in symbol's function value slot first
23675         instead of first consulting byte-compile-function-environment.
23677 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
23679         * language/european.el ("Polish"): New language environment.
23680         (setup-polish-environment): New function.
23682 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
23684         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
23685         Disable new code.
23687         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
23688         trying to `load' the symbol of an autoload instead of the file
23689         recorded in the autoload.  Fix error messages.
23691 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
23693         * ps-print.el: PostScript programming fix for ghostview, doc fix.
23694         (ps-print-version): New version number (5.1.3).
23695         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
23696         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
23697         (ps-generate-postscript-with-faces): Code fix.
23698         (ps-color-values): XEmacs compatibility.
23699         (ps-print-background-image, ps-print-background-text, ps-printer-name)
23700         (ps-default-fg, ps-default-bg): Adjust customization.
23701         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
23702         (ps-color-scale): Renaming old ps-color-value fun.
23703         (ps-print-headers): Replace ps-print-header group to avoid conflict
23704         with ps-print-header variable.
23705         (ps-print-miscellany): New group.
23706         (ps-format-color, ps-rgb-color): New funs.
23707         (ps-default-foreground): New var.
23708         (ps-printer-name-option): New const.
23710 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
23712         * net/net-utils.el:
23713         (network-connection-host, network-connection-service): New variables
23714         (network-connection-mode): New mode, derived from comint-mode
23715         (network-connection-mode-setup): New function, saves host and
23716         service information in local variables.
23718         * lisp/locate.el:
23719         (locate-word-at-point): Added this function
23720         (locate): Default to using locate-word-at-point as input
23721         Run dired-mode-hook
23723 2000-03-29  Dave Love  <fx@gnu.org>
23725         * calendar/appt.el: Doc fixes.
23726         (appt-check): Convert min-to-app to a string before passing to
23727         appt-disp-window-function or concat.
23728         (appt-delete-window): Remove test for frame-root-window.
23729         (appt-select-lowest-window, appt-convert-time): Simplify.
23731         * emacs-lisp/bytecomp.el: Doc fixes.
23732         (byte-compile-file-form-autoload):
23733         Update byte-compile-function-environment.
23735 2000-03-29  Andreas Schwab  <schwab@suse.de>
23737         * emacs-lisp/autoload.el: Also print defsubst doc string specially.
23739         * dired.el (dired-insert-directory): If dired-free-space-program
23740         failed just delete its output.
23742 2000-03-29  Dave Love  <fx@gnu.org>
23744         * international/iso-cvt.el: Move provide to end.  Doc fixes.
23745         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
23746         (iso-iso2sgml, iso-sgml2iso): New functions.
23747         (iso-cvt-define-menu): Fix some entries and use backquote for
23748         clarity.
23750         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
23752 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
23754         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
23755         ISO-DATE.  If non-nil, return date in ISO 8601 format.
23757 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
23759         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
23760         if it ever becomes used.
23761         (log-edit-mode-hook): Default to vc-log-mode-hook.
23762         (log-edit-mode): Fix the docstring.
23764         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
23765         the code.
23767 2000-03-26  Dave Love  <fx@gnu.org>
23769         * net/browse-url.el (browse-url): Re-fix case of
23770         browse-url-browser-function being an alist.
23771         (browse-url): Add :link to defgroup.
23773         * files.el: Doc fixes.
23774         (file-truename): Include `[' in wildcard characters.
23775         (automount-dir-prefix): Customize.
23776         (find-file-wildcards): Add :version.
23777         (find-file-noselect): Simplify a mapcar call.
23779         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
23780         compatible with inf-lisp version.
23781         (eval-defun-1): Fix custom-declare-variable case.
23783 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
23785         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
23787 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
23789         * Makefile (COMPILE_FIRST): New macro.
23790         (compile-files): Compile files from COMPILE_FIRST first.
23792         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
23794         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
23795         matching open parenthesis in column 0 to defun-prompt-regexp
23796         only if open-paren-in-column-0-is-defun-start is set.
23798         * sun-curs.el: Require CL at compile-time only.
23800         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
23801         instead of copy-list which is a function from CL.
23802         (msb--choose-menu, msb--mode-menu-cond)
23803         (msb--create-buffer-menu-2): Use dolist instead of mapc.
23804         (msb--init-file-alist): Use mapcar instead of mapcan.
23805         (msb--aggregate-alist): Use mapcar instead of mapcan.
23806         Fix `(' in column 0 in doc string.
23807         (msb--add-separators): Use mapcar instead of mapcan.
23809         * cus-dep.el: Require CL at compile-time only.
23811 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
23813         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
23814         (byte-compile-warnings): New warning `noruntime'.
23815         (byte-compile-constants, byte-compile-variables): Fix docstring.
23816         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
23817         execute `eval-whenc-compile's body.
23818         (byte-compile-unresolved-functions): Fix docstring.
23819         (byte-compile-eval): New function.
23820         (byte-compile-callargs-warn): Check if the function will be available
23821         at runtime (via property `byte-compile-noruntime').
23822         (byte-compile-print-syms): New function.
23823         (byte-compile-warn-about-unresolved-functions): Also warn about
23824         `noruntime' functions (and use `byte-compile-print-syms').
23825         (byte-compile-file): Capitalize the message.
23827 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
23829         * mail/rmail.el (rmail-confirm-expunge): New user-option.
23830         (rmail-expunge): Ask for confirmation depending on the setting
23831         of rmail-confirm-expunge.
23833 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
23835         * Makefile (bootstrap-clean): If $(emacs) exists, build
23836         loaddefs.el first.  A loaddefs.el that's not up-to-date might
23837         cause a bootstrap failure because things don't autoload as expected.
23839 2000-03-23  Dave Love  <fx@gnu.org>
23841         * net/browse-url.el: Restore previous use of
23842         browse-url-maybe-new-window.
23844 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
23846         * ps-print.el: Skip banner page fix.
23847         (ps-print-version): New version number (5.1.2).
23848         (ps-begin-file, ps-end-file, ps-generate): Code fix.
23850 2000-03-23  Dave Pearson  <davep@davep.org>
23852         * net/quickurl.el Changed the type of parameter passed to the
23853         function defined by `quickurl-format-function'. Before only the
23854         text of the URL was passed. Now the whole URL structure is passed
23855         and the function is responsible for extracting the parts it requires.
23856         Changed the default of `quickurl-format-function' accordingly.
23857         (quickurl-insert): Changed the `funcall' of
23858         `quickurl-format-function' to match the above change.
23859         (quickurl-list-insert): Changed the `url' case so that it makes
23860         use of `quickurl-format-function', previous to this the format was
23861         hard wired.
23863 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
23865         * startup.el: Change some spellings for the X Window System.
23867 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
23869         * progmodes/make-mode.el (makefile-warn-suspicious-lines):
23870         Clean up the code and the regexp and make sure the cursor is
23871         temporarily moved to the suspicious line while querying the user.
23873 2000-03-22  Jason Rumney  <jasonr@gnu.org>
23875         * w32-fns.el (w32-charset-info-alist): Initialize.
23877 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
23879         * ps-print.el: N-up last page fix.
23880         (ps-print-version): New version number (5.1.1).
23881         (ps-end-file, ps-end-job, ps-generate): Code fix.
23883 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
23885         * files.el (find-file-run-dired): Update docstring.
23886         (find-directory-functions): New hook.
23887         (find-file-noselect): Run find-directory-functions rather than
23888         calling dired directly.
23890         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
23892         * pcvs.el: Add a minimal leading commentary.
23893         (cvs-make-cvs-buffer): Change the header part by removing the startup
23894         message and adding a `Module' entry.  Also replace the FOOTER and
23895         HEADER special fileinfos with the new support in ewoc for updating
23896         its own footer and header.
23897         (cvs-update-header): Update to use the header/footer of the ewoc.
23898         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
23899         (cvs-is-within-p): New function.
23900         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
23901         to only examine some subset of the buffers.
23903         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
23904         `format' instead of our own ad-hoc functions.
23905         Remove HEADER and FOOTER cases, now handled in the EWOC.
23906         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
23908         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
23909         output to avoid scaring the user.
23910         (cvs-parse-table): Catch message for non-up-to-date commits.
23912         * pcvs-defs.el (cvs-startup-message): Remove.
23913         (cvs-global-menu): New autoloaded menu.
23915         * pcvs-util.el (cvs-string-fill): Remove.
23917         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
23918         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
23919         PP part of it and also make it work for footers and headers.
23920         (ewoc-create): Drop POS and BUFFER arguments.
23921         Use the DLL's dummy node to store the end-of-footer position.
23922         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
23923         (ewoc-refresh): Remove unused `header' variable.
23924         (ewoc-(get|set)-hf): New functions.
23926         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
23927         log-view-*-(message|file) and use easy-mmode-define-navigation.
23928         (log-view-message-re): Match SCCS format as well.
23929         And match the revision line rather than the dashed separator line.
23930         (log-view-mode): Use the new define-derived-mode.
23931         (log-view-current-tag): Fill in with an actual implementation.
23933         * cvs-status.el (cvs-status-(prev|next)): Rename from
23934         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
23935         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
23936         to let the output "breathe" a little more (more readable).
23937         (cvs-status-mode): Use the new define-derived-mode.
23939         * smerge-mode.el (smerge-auto-leave): New function and variable.
23940         (smerge-basic-map): Rename from smerge-basic-keymap.
23941         Change the bindings for smerge-diff-*.
23942         (smerge-*-map): Use easy-mmode-defmap.
23943         (smerge-(next|prev)): Use easy-mmode-define-navigation.
23944         (smerge-keep-*): Use smerge-auto-leave.
23946 2000-03-21  Jason Rumney  <jasonr@gnu.org>
23948         * cus-edit.el (custom-button-face): Use 3D look for w32.
23949         (custom-button-pressed-face): Likewise.
23951 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
23953         * progmodes/etags.el (tags-case-fold-search): New user-option.
23954         (tags-loop-eval): New function.  Bind case-fold-search around eval
23955         depending on the value of tags-case-fold-search.
23956         (tags-loop-continue): Use tags-loop-eval.
23957         (find-tag-in-order): Bind case-fold-search depending on the value
23958         of tags-case-fold-search.
23960 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
23962         * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
23963         (diff-end-of-hunk): Return the end position for use in
23964         `easy-mmode-define-navigation'.
23965         (diff-recenter): Remove.
23966         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
23967         of `easy-mmode-define-navigation'.
23968         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
23969         previous renaming) and fix to use new names.
23970         (diff-merge-strings): Use \n as separator: simpler, faster.
23971         (diff-mode): Use `define-derived-mode'.
23973         * derived.el (define-derived-mode): Don't autoload anymore.
23974         Prefer the macro-only version provided by easy-mmode.el.
23976         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
23977         `easy-mmode-define-derived-mode'.  Use `combine-run-hooks'.
23978         (easy-mmode-define-navigation): New macro.
23980         * subr.el (combine-run-hooks): New function.
23982 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
23984         * term/x-win.el: Fontsets related initialization is simplified.
23986         * international/mule-diag.el (describe-font): Don't refer to
23987         global-fontset-alist, instead call font-list.
23988         (describe-fontset, list-fontsets, mule-diag): Likewise.
23989         (print-fontset): Adjusted for the change of fontset implementation.
23991         * international/fontset.el (x-charset-registries): Variable removed,
23992         instead the corresponding data is stored in the default fontset.
23993         (register-alternate-fontnames): Function removed.
23994         (resolved-ascii-font): Variable removed.
23995         (x-compose-font-name): Ignore the second argument REDOCE.
23996         (x-complement-fontset-spec): Complement only an ASCII font and
23997         element for those charsets than can use that ASCII font.
23998         (generate-fontset-menu): Don't refer to global-fontset-alist,
23999         instead call fontset-list.
24000         (uninstantiated-fontset-alist): Variable removed.
24001         (x-style-funcs-alist): Likewise.
24002         (fontset-default-styles): Likewise.
24003         (x-modify-font-name): Function removed.
24004         (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
24005         (create-fontset-from-ascii-font): Docsting adjusted for the above
24006         change.
24007         (instantiate-fontset, resolve-fontset-name): Functions removed.
24008         (fontset-list): Now implemented by C code.
24010         * faces.el (read-face-font): Fix TABLE arg to completing-read.
24011         (describe-face): Include `font' attribute in the description.
24013 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
24015         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
24017 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
24019         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
24020         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
24021         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
24023         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
24024         about behavior of set-buffer-modified-p wrt redisplay.
24026 2000-03-19  Richard M. Stallman  <rms@gnu.org>
24028         * view.el (view-mode-disable): Kill local binding of view-read-only.
24030 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
24032         * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
24033         is a string, convert it to a syntax cell using string-to-syntax.
24035         * simple.el (syntax-code-table, syntax-flag-table): New variables.
24036         (string-to-syntax): New function.
24038         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
24039         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
24040         try to use passive ftp mode.
24042 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
24044         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
24046         * simple.el (append-to-buffer): Update point of windows after
24047         insertion.
24049         * abbrev.el (inverse-add-abbrev): Identify word by first moving
24050         forward then moving backward.  Reindent.
24052         * frame.el (other-frame): Call x-focus-frame only if
24053         focus-follows-mouse is off.
24055 2000-03-17  Dave Love  <fx@gnu.org>
24057         * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
24059 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
24061         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
24062         regexp for labels cannot span several lines.
24064         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
24065         `(setq :<key> ':<key>)' to the macro expansion.
24067 2000-03-16  Dave Love  <fx@gnu.org>
24069         * progmodes/f90.el (f90): Put custom group under `languages', not
24070         `fortran'.
24071         (f90-mode-hook): Customize.
24072         (f90-mode): Set add-log-current-defun-function.
24073         (f90-current-defun): New function.
24075 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
24077         * cus-edit.el (custom-variable-tag-face): Handle case that
24078         default face's height is not a number.
24079         (custom-face-tag-face, custom-group-tag-face-1)
24080         (custom-group-tag-face): Ditto.
24081         (custom-group-tag-face-1): Add :group.
24083         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
24085 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
24087         * pcvs-defs.el (toplevel): Remove autoload cookie for form
24088         requiring easymenu.
24090 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
24092         * ps-print.el: PostScript user-defined prologue, PostScript error
24093         handler, doc fix.
24094         (ps-print-version): New version number (5.1).
24095         (ps-user-defined-prologue, ps-error-handler-message)
24096         (ps-print-prologue-0, ps-error-handler-alist): New vars.
24097         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
24098         (ps-insert-string): New function.
24100 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
24102         * international/ccl.el (ccl-compile-expression): Don't generate
24103         invalid self-assignment code.
24105 2000-03-14  Dave Love  <fx@gnu.org>
24107         * subr.el (replace-regexp-in-string): Renamed from
24108         replace-regexps-in-string.  Doc fix.
24110 2000-03-12  Dave Love  <fx@gnu.org>
24112         * cus-edit.el: Doc fixes.
24113         (customize-set-variable, customize-save-variable): Rename args for doc.
24114         (custom-variable-tag-face, custom-face-tag-face)
24115         (custom-group-tag-face-1, custom-group-tag-face): Modify from
24116         style which user identify as hyperlink.
24117         (hook): Don't add undefined functions to the hook.
24118         (debug-ignored-errors): Transfer message from bindings.el.
24120 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
24122         * recentf.el (recentf-keep-non-readable-files-p):
24123         Remove double/nested definition.
24125 2000-03-12  Dave Love  <fx@gnu.org>
24127         * facemenu.el (facemenu-get-face): Use display-color-p.
24128         * enriched.el (enriched-decode-foreground): Likewise.
24129         (enriched-decode-background): Likewise.
24130         * isearch.el (isearch-highlight): Likewise.
24131         * info-look.el (info-lookup): Likewise.
24132         * simple.el (completion-setup-function): Likewise.
24134         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
24135         :options.
24137         * bindings.el (mode-line-format): Fix line-number and
24138         column-number items.  Add help-echo for the background.
24139         (mode-line-mule-info): Modify help-echo.
24141         * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
24143         * files.el (load-file): Allow completion to .elc.
24145         * man.el: Doc fixes.
24146         (Man-init-defvars): Use display-color-p to set fontification.
24148         * play/hanoi.el (hanoi-internal): Don't use oddp.
24150 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
24152         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
24154         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
24156 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
24158         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
24159         Fix comment.
24161 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
24163         * font-lock.el (font-lock-keywords): Fix the doc now that
24164         regexp-opt-depth is unnecessary.
24165         (save-buffer-state): Set an edebug spec.
24166         (font-lock-fontify-anchored-keywords): Properly handle the case when
24167         the matcher goes past the limit.
24169         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
24170         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
24172         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
24173         dll.el and cookie.el (from Elib) with heavy renaming and other
24174         massaging.
24176         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
24177         Autoload the functions used.
24178         (easy-mmode-define-syntax): Fix CL typo.
24179         (easy-mmode-define-derived-mode): Improve the docstring generation.
24181 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
24183         * textmodes/texinfo.el (texinfo-version): Variable and function
24184         removed.
24186 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
24188         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
24189         allow more flexibility.
24190         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
24191         (easy-mmode-defmap, easy-mmode-defsyntax)
24192         (easy-mmode-define-derived-mode): New macros.
24194 2000-03-09  Didier Verna  <didier@xemacs.org>
24196         * rect.el (replace-rectangle): New function.
24198 2000-03-09  Dave Love  <fx@gnu.org>
24200         * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
24201         (fortran-comment-line-start-skip): Don't match cpp stuff.
24202         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
24203         (fortran-mode-map): Remove over-eager custom-menu-create for now.
24204         (fortran-mode): Don't set fortran-comment-line-start-skip,
24205         fortran-comment-line-start here.  Set comment-start,
24206         add-log-current-defun.
24207         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
24208         (fortran-current-defun): New function.
24210 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
24212         * emacs-lisp/re-builder.el: New file.
24214         * mouse.el (mouse-drag-region): Don't run up-event handler
24215         if hscroll has changed.
24217         * octave-mod.el (octave-font-lock-keywords): To font-lock the
24218         builtin operators, use `font-lock-builtin-face' for Emacs and
24219         `font-lock-preprocessor-face' otherwise.
24221         * font-lock.el (lisp-font-lock-keywords-1): Highlight
24222         `(defun (setf foo)' differently.
24224 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
24226         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
24227         (regexp-opt): Update comment and adapt the code the new meaning of
24228         the `paren' argument of regex-opt-group for shy-groups.
24229         (regexp-opt-depth): Handle shy groups as well as backslashed
24230         backslashes.
24231         (regexp-opt-group): Turn the leading comment into a docstring.
24232         Allow `paren' to be a string (the string to use to open a group).
24233         Remove open-presuf and close-presuf.  Instead of checking for `all
24234         one-char' and then later on check for `several one-char', handle
24235         both cases close together.  Also apply a more generic algorithm
24236         for suffixes (the mirror image of the algorithm used for
24237         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
24238         (regexp-opt-try-suffix): Removed.
24240         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
24241         from comint-mode-map, so we can just inherit from it.  Also, move
24242         the initialization into the `defvar' since there's no docstring
24243         anyway and it's fairly short.
24244         (inferior-scheme-mode): Define it as derived-mode: the code is
24245         shorter and this way we inherit from comint-mode-map rather than
24246         copying it.
24248         * subr.el (replace-regexps-in-string): Properly handle the case
24249         where we match an empty string.
24251         * comint.el (comint-exec-1): Add the current-dir to the exec-path
24252         when the command has a directory component (such as "./testml").
24253         Also fix a typo in the comment.
24255 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
24257         * Makefile (compile-files): Compile files one by one because
24258         that's the only way to ensure a clean compilation environment for
24259         each individual file.
24261         * frame.el (other-frame): Call x-focus-frame.
24263 2000-03-07  Dave Love  <fx@gnu.org>
24265         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
24266         :require to defcustom.
24268         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
24270         * files.el (auto-mode-alist): Add configure.in.
24272         * progmodes/autoconf.el: New file.
24274 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
24276         * mail/mh-e.el: Change maintainer to `none'.
24278         * recentf.el (recentf-keep-non-readable-files-p): Quote args
24279         to remove-hook and add-hook.
24281 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
24283         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
24284         it as the default.
24285         (mail-send): Test mail-send-nonascii also for the new `mime' value.
24286         (sendmail-send-it): Conditionally add MIME headers specifying the
24287         used character set.
24289 2000-03-07  Dave Love  <fx@gnu.org>
24291         * winner.el: Fix keywords, autoload cookies.
24292         Split eval-when-compile form to avoid compilation failure.
24294 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
24296         * international/mule.el: Modify comment about coding system
24297         property `coding-category'.
24298         (make-coding-system): New argument EOL-TYPE.  Pay attention to
24299         coding-category property of PROPERTIES.
24301         * international/mule-conf.el (coding-category-utf-8)
24302         (coding-category-utf-16-be, coding-category-utf-16-le): New coding
24303         categories.  Include them in the argument for set-coding-priority.
24305         * international/mule-cmds.el (reset-language-environment):
24306         Include coding-category-utf-8, coding-category-utf-16-be, and
24307         coding-category-utf-16-le in the argument for set-coding-priority.
24308         (reset-language-environment): Initialize coding-category-utf-8,
24309         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
24311 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
24313         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
24314         code abstracted out of `bookmark-jump-noselect'.  Now tries info
24315         extensions as well as compression extensions.
24316         (bookmark-jump-noselect): Use above new func.
24318 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
24320         * strokes.el: Change maintainer's mail address.
24322 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
24324         * international/mule-diag.el (list-character-sets): Make help-echo
24325         string by substitute-command-keys.
24326         (list-character-sets): Likewise.
24327         (sort-listed-character-sets): Call help-setup-xref.
24329 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
24331         * time.el (display-time-mail-file): Add `none' to the list of choices.
24333 2000-03-01  Dave Love  <fx@gnu.org>
24335         * help.el (help-xref-go-back): Don't try to set position.
24337         * international/mule-diag.el (list-character-sets):
24338         Call help-setup-xref.  Add help-echo to xrefs.
24339         (list-character-sets-1): Add help-echo to xrefs.
24341 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
24343         * frame.el (blink-cursor-mode): Switch cursor on when turning
24344         the mode off.
24346         * add-log.el (add-log-current-defun): Add support for
24347         Autoconf mode.
24349         * mail/rmail.el (rmail-quit-hook): New variable.
24351 2000-03-01  Dave Love  <fx@gnu.org>
24353         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
24355         * help.el (help-xref-button): Add help-echo arg.
24356         (describe-function-1, describe-variable, help-make-xrefs): Use it.
24358         * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
24360         * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
24362 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
24364         * image.el (defimage): Look for image files in load-path.
24366         * frame.el (busy-cursor-delay-seconds): Change type to `number'.
24368 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
24370         * recentf.el (recentf): Added version tag to the defgroup of recentf.
24372 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
24374         * recentf.el (recentf-cleanup): Changed to remove excluded file too.
24375         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
24376         action to select/unselect a file.
24377         (recentf-edit-list): Code cleanup and improvement.
24378         (recentf-open-more-files-action): `recentf-open-more-files' button
24379         widget action to open a file.
24380         (recentf-open-more-files): No more use standard completion but widgets.
24381         (recentf-more-collection): Deleted.
24382         (recentf-more-history): Deleted.
24383         (recentf-setup-more-completion): Deleted.
24385 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
24387         * recentf.el (recentf-mode): No more needs that Emacs is running
24388         under a window-system.
24390 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
24392         * recentf.el (recentf-edit-list): New command to edit the recent
24393         list which allow the user to remove files.
24394         (recentf-edit-selected-items): New global variable, used by
24395         `recentf-edit-list' to hold the list of files to be removed from
24396         the recent list.
24397         (recentf-make-menu-items): Updated to display a "Edit list..."
24398         menu item.  Minor code cleanup.
24400 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
24402         * recentf.el (recentf-open-more-files): New command to open files
24403         that are not displayed in the menu.
24404         (recentf-more-collection): New global variable holding the set of
24405         permissible completions used by `recentf-open-more-files'.
24406         (recentf-more-history): New global variable holding the history list
24407         used by `recentf-open-more-files' completion.
24408         (recentf-setup-more-completion): New function to setup completion for
24409         `recentf-open-more-files'.
24410         (recentf-make-menu-items): Updated to display a "More..." menu item.
24412 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
24414         * recentf.el (recentf-menu-action): Doc fixed.
24416 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
24418         * recentf.el (recentf-menu-filter): Doc updated.
24419         (recentf-update-menu-hook): Allow menu filters to force menu update.
24420         (recentf-make-menu-items): New menu filter handling.
24421         (recentf-make-menu-item): New helper function.
24422         (recentf-menu-elements): New menu handling function.
24423         (recentf-sort-ascending): Updated to new menu filter handling.
24424         (recentf-sort-descending): Updated to new menu filter handling.
24425         (recentf-sort-basenames-ascending): New menu filter function.
24426         (recentf-sort-basenames-descending): New menu filter function.
24427         (recentf-show-basenames): New menu filter function.
24428         (recentf-show-basenames-ascending): New menu filter function.
24429         (recentf-show-basenames-descending): New menu filter function.
24431 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
24433         * diary-lib.el (list-diary-entries): Don't try to go forward at
24434         the end of the buffer.
24436 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
24438         * international/mule-diag.el (list-character-sets):
24439         Completely rewritten.
24440         (sort-listed-character-sets): New function.
24441         (list-character-sets-1): Completely rewritten.
24442         (list-character-sets-2): New function.
24443         (non-iso-charset-alist): New variable.
24444         (decode-codepage-char): New function.
24445         (charset-history): New variable.
24446         (read-charset) (list-block-of-chars)
24447         (list-iso-charset-chars)
24448         (list-non-iso-charset-chars)
24449         (list-charset-chars): New functions.
24450         (mule-diag): Call list-character-sets-2, not list-character-sets-2.
24451         (dump-charsets): Likewise.
24453 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
24455         * dired-x.el (dired-filename-at-point): Add `@' to valid
24456         file name characters.
24457         (dired-filename-at-point): Handle ange-ftp file names.
24459         * frame.el (frame-notice-user-settings): Use assq-delete-all
24460         instead of assoc-delete-all.
24461         (frame-notice-user-settings): Ditto.
24463         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
24464         Don't copy alist.
24466 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
24468         * calculator.el (calculator-use-menu): New option.
24469         (calculator-initial-bindings): Changed some bindings to work as macros.
24470         (calculator-forced-input): Removed.
24471         (calculator-restart-other-mode): New variable.
24472         (calculator-mode-map): Set up menu.
24474 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
24476         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
24478 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
24480         * viper-cmd.el (viper-envelop-ESC-key): Add the option to
24481         translate all ESC key sequences.
24482         (viper-goto-mark-subr): Restore markers for files for which
24483         they were saved.
24484         * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
24485         * viper-util.el (viper-set-replace-overlay-glyphs)
24486         (viper-set-replace-overlay): Always check if the replacement
24487         overlay is live.
24488         * viper.el (viper-vi-state-mode-list): Add major modes.
24489         * ediff-wind.el: Minor comment changes.
24490         * ediff.el: Copyright notice date fix.
24492 2000-02-27  Jason Rumney  <jasonr@gnu.org>
24494         * faces.el (face-font-family-alternatives): Add arial to helv.
24495         (mode-line, header-line, tool-bar): Same default as x for w32.
24496         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
24497         face-font-family-alternatives from working.
24498         * term/w32-win.el (mouse-set-font): Do not build fontset from
24499         chosen font.
24501 2000-02-25  Sam Steingold  <sds@goems.com>
24503         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
24504         properly.
24506 2000-02-25  Richard M. Stallman  <rms@gnu.org>
24508         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
24510 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
24512         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
24514         * frame.el (busy-cursor-delay-seconds): New option.
24516 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
24518         * frame.el (show-cursor-in-non-selected-windows): New option.
24520 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
24522         * diary-lib.el (include-other-diary-files): Undo the selective
24523         display in any included file and don't kill it.
24525 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
24527         * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
24528         Menu items converted to (menu-item format, help strings added.
24529         [downcase, upcase]: Don't enable on MS-DOS.
24530         [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
24531         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
24533 2000-02-23  Dave Love  <fx@gnu.org>
24535         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
24536         (backward-kill-word): Revert addition of * to interactive spec --
24537         it's a feature.
24539         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
24540         (backward-kill-sentence, kill-sentence): Likewise.
24542         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
24543         scratch buffer name.
24544         (gud-format-command): Use int-to-string in ?l case.  Simplify slightly.
24546         * term/w32-win.el (internal-face-interactive): Update prompt for
24547         new read-face-name.
24549         * mail/footnote.el (footnote): Add :version to defgroup.
24550         (footnote-section-tag-regexp): Customize.
24551         (footnote-start-tag, footnote-end-tag): New option.
24552         (footnote-latin-regexp): New variable.
24553         (Footnote-latin): New function.
24554         (footnote-style-alist): Add element for latin style.
24555         (footnote-style): Moved.
24556         (Footnote-goto-footnote): Use eq to test arg.
24558         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
24560         * emacs-lisp/byte-opt.el: Change old backquote syntax.
24561         (byte-compile-trueconstp): Include keywords.
24562         (byte-optimize-quote, byte-optimize-lapcode):
24563         Use byte-compile-const-symbol-p.
24564         (byte-optimize-char-before): New optimization.
24566         * emacs-lisp/bytecomp.el: Change old backquote syntax.
24567         (byte-compile-const-symbol-p): New function.
24568         (byte-compile-constp, byte-compile-out-toplevel)
24569         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
24570         Use it.
24572         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
24574 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
24576         * international/encoded-kb.el: Be sure to update minor-mode-alist
24577         and minor-mode-map-alist.
24578         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
24579         codes SS2 and SS3 correctly.
24580         (encoded-kbd-self-insert-ccl): New function.
24581         (encoded-kbd-setup-keymap): New function.
24582         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
24583         by calling encoded-kbd-setup-keymap.
24585         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
24586         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
24588 2000-02-22  Dave Love  <fx@gnu.org>
24590         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
24591         (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
24592         (lisp-mode-syntax-table): Set up for #|...|# comments.
24593         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
24594         classes.  Match `defface'.
24595         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
24596         (eval-defun-1): Fix for defcustom.
24597         (lisp-indent-region): Doc fix.
24599         * subr.el (when, unless, split-string): Doc fix.
24600         (read-passwd): Move call of clear-this-command-keys to the right place.
24601         (replace-regexps-in-string): New function.
24603 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
24605         * help.el (describe-variable): Set syntax table to
24606         emacs-lisp-mode-syntax-table when moving forward over the
24607         symbol's name.
24609 2000-02-22  Dave Love  <fx@gnu.org>
24611         * xt-mouse.el: Doc fixes.
24612         (xterm-mouse-position-function): New function, replacing advice of
24613         mouse-position.
24614         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
24616         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
24618 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
24620         * format.el (format-annotate-single-property-change):
24621         Handle properties with dotted-list values.
24622         (format-proper-list-p): New function.
24624         * enriched.el (enriched-face-ans): Handle '(foreground-color
24625         . COLOR) and (background-color . COLOR).
24627 2000-02-20  Dave Love  <fx@gnu.org>
24629         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
24630         and assignments to it.
24631         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
24632         current local map.
24633         (make-flyspell-overlay): Use it.
24634         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
24636         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
24637         (lm-get-header-re): Defun, not defsubst.
24638         (lm-get-package-name): Defun, not defsubst.  Simplify.
24639         (lm-version): Doc fix.  Simplify.
24640         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
24641         (lm-crack-address, lm-last-modified-date, lm-commentary)
24642         (lm-verify, lm-synopsis): Simplify.
24643         (lm-report-bug): Require emacsbug.  Use compose-mail.
24645 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
24647         * dired.el (dired-mode): Call propertized-buffer-identification
24648         to set mode-line-buffer-identification to something having
24649         the right text properties.
24651         * bindings.el (propertized-buffer-identification): New function.
24653 2000-02-20  Dave Love  <fx@gnu.org>
24655         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
24656         check for t-mouse too.
24658         * cus-start.el: Make echo-keystrokes `number'.
24660 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
24662         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
24663         Don't call ring-empty-p unless tags-location-ring is bound.
24664         From Noah Friedman <friedman@splode.com>.
24666 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
24668         * progmodes/hideshow.el (hs-flag-region): No longer use
24669         `intangible' overlay property.
24671         (hs-toggle-hiding): New command.
24672         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
24674         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
24675         Fix omission bug: Run `hs-minor-mode-hook' for both activation
24676         and deactivation.
24678 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
24680         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
24682 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
24684         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
24686         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
24687         of `*' to handle `(* ... *)' comments.
24689 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
24691         * faces.el (list-faces-display): Use display-mouse-p instead of
24692         window-system.
24694         * menu-bar.el (global-map): Menu-bar items converted to the new
24695         format (menu-item..., rearranged for better CUA compliance, and
24696         their names changed for better clarity.  Help strings added.
24698         * international/mule-cmds.el (mule-menu-keymap)
24699         (describe-language-environment-map, set-coding-system-map)
24700         (setup-language-environment-map): Convert to new (menu-item...
24701         form, add help strings.  Change names of menu items for better clarity.
24702         "Mule" menu-bar item removed (it's now in the "Options" submenu).
24704 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
24706         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
24707         within the code.
24709 2000-02-16  Dave Love  <fx@gnu.org>
24711         * faces.el: Don't require custom.  Add more specific :groups to
24712         various deffaces.
24713         (set-face-attribute): Purecopy args.
24714         (read-face-name): Default to name at point and use it in prompt.
24715         Remove colon from arg in all callers.
24716         (list-faces-display): Hyperlink to face descriptions and customize
24717         buffers.
24719 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
24721         * wid-edit.el (widget-match-inline): An atom never matches a list.
24723 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
24725         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
24726         at ':' characters by call to split-string.
24728 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
24730         * textmodes/bibtex.el: Added RCS version identification.
24732 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
24734         * textmodes/bibtex.el: Some temporary comments removed.
24735         (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
24736         (bibtex-field-const): Allow capital letters.
24737         (bibtex-start-of-string): Deleted because unused.
24739         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
24740         use the term 'reference' to describe a bibtex entry as a whole.
24741         Further, reference keys are no longer called 'labels'.
24742         (bibtex-keys): Renamed to bibtex-reference-keys.
24743         (bibtex-reformat-previous-labels): Renamed to
24744         bibtex-reformat-previous-reference-keys.
24745         (bibtex-reference-type): Renamed to bibtex-entry-type.
24746         (bibtex-reference-head): Renamed to bibtex-entry-head.
24747         (bibtex-reference-maybe-empty-head): Renamed to
24748         bibtex-entry-maybe-empty-head.
24749         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
24750         (bibtex-search-reference): Renamed to bibtex-search-entry.
24751         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
24752         bibtex-enclosing-entry-maybe-empty-head.
24753         (bibtex-entry-field-alist, bibtex-entry-head)
24754         (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
24755         (bibtex-map-entries, bibtex-search-entry)
24756         (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
24757         (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
24758         (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
24759         (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
24760         (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
24761         (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
24762         (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
24764 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
24766         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
24767         comment.
24768         (bibtex-format-field-delimiters): New function, functionality
24769         extracted from bibtex-format-entry.
24770         (bibtex-autokey-get-yearfield-digits): New function, functionality
24771         extracted from bibtex-autokey-get-yearfield.
24773         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
24774         entries in order to avoid stack overflow in the regexp matcher if
24775         field contents become large.
24776         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
24777         (bibtex-field-string-part-not-braced)
24778         (bibtex-field-string-part-no-inner-braces)
24779         (bibtex-field-string-part-1-inner-brace)
24780         (bibtex-field-string-part-2-inner-braces)
24781         (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
24782         (bibtex-field-string-quoted, bibtex-field-string)
24783         (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
24784         (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
24785         (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
24786         Deleted as parsing is now performed by the following functions.
24787         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
24788         (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
24789         (bibtex-parse-field-string, bibtex-search-forward-field-string)
24790         (bibtex-parse-association, bibtex-field-name-for-parsing)
24791         (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
24792         (bibtex-search-forward-field, bibtex-search-backward-field)
24793         (bibtex-start-of-field, bibtex-end-of-field)
24794         (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
24795         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
24796         (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
24797         (bibtex-parse-string, bibtex-search-forward-string)
24798         (bibtex-search-backward-string, bibtex-start-of-string)
24799         (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
24800         (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
24801         (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
24802         entries.  Instead of reporting the results of the parsing by
24803         match-beginning or match-end, these functions return data structures
24804         that hold the corresponding positions.
24805         (bibtex-enclosing-field): Changed to also report field boundaries by
24806         return values rather than by match-beginning or match-end.
24807         The following functions have been adapted to use the new
24808         parsing functions.
24809         (bibtex-skip-to-valid-entry, bibtex-search-reference)
24810         (bibtex-enclosing-field, bibtex-format-entry)
24811         (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
24812         (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
24813         (bibtex-print-help-message, bibtex-end-of-entry)
24814         (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
24815         (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
24816         (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
24817         Use the new method for parsing.
24818         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
24819         (bibtex-map-entries, bibtex-flash-head)
24820         (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
24821         (bibtex-autokey-change, bibtex-autokey-get-namefield)
24822         (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
24823         (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
24824         (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
24825         (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
24826         (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
24827         order to make the new binding of case-fold-search immediately visible.
24829 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
24831         * textmodes/bibtex.el: Copyright notice is up to date.
24832         Added constant 'bibtex-maintainer-salutation.
24834         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
24835         than make-temp-name, use match-string-no-properties and eliminate
24836         a quadratic behavior when building bibtex-strings.
24838         * bibtex.el (bibtex-reference-key): Accept string entries whose
24839         reference key contains upper case letters.
24841 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
24843         * bibtex.el (bibtex-reference-head): Allow entries to start with
24844         a new line.
24846 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
24848         * bibtex.el: Hiding of entry bodies is not longer provided by
24849         bibtex.el directly.  Instead the hideshow package can be used.
24850         Added a special bibtex entry to hs-special-modes-alist.
24851         (bibtex-hs-forward-sexp): Added for hideshow.el.
24853 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
24855         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
24856         proceedings entry type (for cross referencing). Thanks to Wagner
24857         Toledo Correa for the suggestion.
24859         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
24861 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
24863         * international/characters.el: Setup case table for Vietnamese.
24865 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
24867         * uniquify.el (toplevel): Require CL at compile time.
24868         (uniquify-push): Removed.
24870         * shadowfile.el (shadow-when): Removed.
24872         * tempo.el (tempo-dolist, tempo-mapc): Removed.
24873         (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
24875         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
24876         regexp for paragraph-start.
24878         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
24879         commas as well.
24881 2000-02-10  Dave Love  <fx@gnu.org>
24883         * wid-edit.el: (widgets) [defgroup]: Remove url link.
24884         (widget-color-choice-list, widget-color-history, widget-mouse-help):
24885         Deleted.
24886         (widget-specify-field, widget-specify-button): Don't use
24887         widget-mouse-help as help-echo property.
24888         (default): Use #'ignore for :validate and :mouse-down-action.
24889         (checkbox): Add help-echo.
24890         (widget-sexp-validate): Rewritten to clarify error messages.
24891         (character): Use char-valid-p in :match function.
24892         (widget-color-complete): Use facemenu-color-alist.
24893         (widget-color-action): Use facemenu-read-color.
24895         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
24896         set up `caar' &c that we now have.
24898 2000-02-09  Ray Blaak  <blaak@gnu.org>
24900         * delphi.el: Make resourcestring a declaration region, like const
24901         and var.
24903 2000-02-09  Dave Love  <fx@gnu.org>
24905         * bindings.el (mode-line-input-method-map): New variable.
24906         (mode-line-mule-info): Use it; fix last change.
24907         (mode-line-mode-menu): Move definition.
24908         (mode-line-mouse-sensitive-p): Deleted.
24909         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
24910         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top level.
24912         * startup.el (command-line-1): Don't call
24913         make-mode-line-mouse-sensitive.
24915 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
24917         * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
24918         before rmail-toggle-header, because the former toggles headers.
24920 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
24922         * diff-mode.el (diff-kill-junk): New interactive function.
24923         (diff-reverse-direction): Use delete-and-extract-region.
24924         (diff-post-command-hook): Restrict the area so that the hook also works
24925         outside of any diff hunk.  This is necessary for the minor-mode.
24926         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
24927         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
24929         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
24930         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
24931         so that it can be used more easily in <foo>-mode-hook.  Also make sure
24932         to avoid duplicate entries.
24933         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
24934         (font-lock-remove-keywords): Just as was done for `add', allow it to
24935         work even if font-lock-mode is nil.  Also make sure we don't modify
24936         any pre-existing list by forcing a copy-sequence.  Finally rename
24937         `major-mode' to `mode'.
24938         (font-lock-fontify-syntactic-anchored-keywords)
24939         (font-lock-fontify-anchored-keywords)
24940         (font-lock-fontify-keywords-region): Use line-end-position.
24941         Don't make `font-lock-multiline' local (it's now done in
24942         font-lock-set-defaults).
24943         (font-lock-set-defaults): Make `font-lock-multiline' local.
24944         Move the `font-lock-fontified' creation to inside the `unless'.
24946 2000-02-06  Andrew Innes  <andrewi@gnu.org>
24948         * term/w32-win.el (x-handle-args): Comment out call to message,
24949         which occurs before window system is initialized.
24951         * makefile.nt: Add support for recompiling lisp code.
24953 2000-02-04  Dave Love  <fx@gnu.org>
24955         * bindings.el (mode-line-mule-info): Fix/extend last change.
24957         * completion.el: Replace completion-dolist with dolist.
24959         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
24961 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
24963         * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
24964         environment names before they go into the section regexp.
24966         * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
24967         char class in regexp.
24969         * textmodes/reftex-parse.el (reftex-with-special-syntax):
24970         Bind `case-fold-search' to nil.
24972         * progmodes/idlwave.el (idlwave-template):
24973         Respect `idlwave-abbrev-change-case'.
24974         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
24975         (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
24976         (idlwave-while): Respect `idlwave-reserved-word-upcase'.
24977         (idlwave-rw-case): New function.
24978         (idlwave-statement-match): Fixed problem with assignment regexp.
24979         (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
24980         (idlwave-surround): New argument LENGTH to support padding of
24981         operators longer than 1 char.
24983         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
24984         idlwave-shell-expression-overlay.  Implemented printing of
24985         expressions on higher levels of the calling stack.
24986         (idlwave-shell-display-level-in-calling-stack): Restore stack level.
24987         (idlwave-retrieve-expression-from-level): New function.
24988         (idlwave-shell-last-calling-stack): Variable removed.
24989         (idlwave-shell-reset): Argument action reversed (`visible' to
24990         `hidden').  Also remove stop-line overlay.
24991         (idlwave-shell-calling-stack-routine): New variable.
24992         (idlwave-shell-parse-stack-and-display): Messages now display
24993         negative level numbers.
24994         (idlwave-shell-mode): Set `modeline-format'.
24995         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
24996         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
24997         (idlwave-shell-print-expression-function): New option.
24999         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
25000         (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
25001         `tool-bar' instead of `toolbar'.
25003 2000-02-02  Dave Love  <fx@gnu.org>
25005         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
25006         emacs-lisp-mode-hook.  Don't check for defalias being defined.
25008         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
25009         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
25010         Use the new builtins directly.
25012         * whitespace.el (whitespace): Add :version to defgroup.
25014         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
25015         Doc fix.
25017         * thingatpt.el (sexp-at-point, symbol-at-point)
25018         (number-at-point, list-at-point): Add autoload cookie.
25020         * recentf.el (recentf): Add :version to defgroup.
25022         * quickurl.el (quickurl): Add :version to defgroup.
25024         * elide-head.el (elide-head): Use point-marker more.
25026         * bs.el (bs): Add :version to defgroup.
25028         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
25030         * progmodes/delphi.el (delphi): Add :version to defgroup.
25032 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
25034         * ange-ftp.el (ange-ftp-write-region): Handle case that
25035         succeeding process operation sets a different coding system.
25037         * calculator.el: New file.
25039 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
25041         * frame.el (frames-on-display-list, framep-on-display): New functions.
25042         (display-mouse-p, display-popup-menus-p, display-graphic-p)
25043         (display-selections-p, display-screens, display-pixel-width)
25044         (display-pixel-height, display-mm-width, display-mm-height)
25045         (display-backing-store, display-save-under, display-planes)
25046         (display-color-cells, display-visual-class): New functions.
25048         * term/tty-colors.el (tty-color-gray-shades): New function.
25050         * faces.el (display-color-p): Use framep-on-display.
25051         (display-grayscale-p): New function.
25053 2000-01-31  Dave Love  <fx@gnu.org>
25055         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
25056         (create-fontset-from-x-resource): Don't concat integers.
25058 2000-01-31  Inge Frick  <inge@nada.kth.se>
25060         * view.el: Some changes in documentation.  Removed some trailing
25061         whitespace. Changed some parameter names to agree with documentation.
25062         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
25063         window is not deleted.  Modifies change 1998-04-26.
25065 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
25067         * windmove.el: New file.
25069         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
25070         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
25071         progmodes/ebnf-yac.el: Update copyright and license info.
25073         * jit-lock.el (jit-lock-function): Widen before calculating
25074         end position.
25075         (jit-lock-stealth-chunk-start): Rewritten.
25077         * info.el (Info-title-face-alist): Removed.
25078         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
25079         (Info-fontify-node): Use these faces.
25081 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
25083         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
25084         (cl-macro-list1): Recognize `&allow-other-keys' instead of
25085         `&allow-other-keywords'.
25087         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
25088         the list of directories scanned heuristically.
25090         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
25092 2000-01-30  Jason Rumney  <jasonr@gnu.org>
25094         * w32-fns.el: Define w32-tty-standard-colors.
25096         * startup.el (command-line): Use w32-tty-standard-colors when in
25097         w32 console mode.
25099 2000-01-30  Dave Love  <fx@gnu.org>
25101         * jka-compr.el (jka-compr-load): Fix up load-history.
25103         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
25105         * emacs-lisp/cl-macs.el: Revert previous change.
25107 2000-01-29  Dave Love  <fx@gnu.org>
25109         * facemenu.el: Purecopy various strings.
25111         * timezone.el (timezone-fix-time): Window against 69 for two-digit
25112         years.  Deal with three-digit years.
25114         * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
25115         Use defconst, purecopy.
25116         (help-back-label): Purecopy it.
25118 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
25120         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
25121         variable. If non-nil, order the buffer list according to the
25122         currently selected frame.
25123         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
25124         non-nil, pass the selected frame to function buffer-list.
25126 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
25128         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
25130 2000-01-28  Dave Love  <fx@gnu.org>
25132         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
25134         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
25135         Don't use lisp-indent-hook property.
25136         (cl-abs): Remove.
25138         * subr.el: Move out indent and edebug specs for when and unless.
25140         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
25141         when, unless.
25143         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
25144         unless, when.
25146 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
25148         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
25149         `collecting' as synonym for `collect'.
25151         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
25152         for the case it contains spaces.
25154         * simple.el (what-cursor-position): Change formatting of messages.
25156         * frame.el (delete-other-frames): New function.
25157         (toplevel): Bind it to C-x 5 1.
25159         * sort.el (sort-numeric-base): New option.
25160         (sort-numeric-fields): If number starts with `0' or `0[xX[',
25161         interpret it as octal or hexadecimal.  Use sort-numeric-base
25162         as default base.
25164         * progmodes/glasses.el: New file.
25166 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
25168         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
25169         userids differently.
25171         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
25172         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
25173         progmodes/ebnf-yac.el: New files.
25175 2000-01-26  Dave Love  <fx@gnu.org>
25177         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
25178         on a function with an empty body.  [From Eric Ludlam.]
25180 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
25182         * vc.el (vc-version-diff): Make sure file name is expanded.
25184 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
25186         * scroll-bar.el (scroll-bar-timer): Variable removed.
25187         (scroll-bar-toolkit-scroll): Don't use a timer.
25189 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
25191         * language/thai-util.el (thai-composition-function):
25192         Delete superfluous `a'.
25194 2000-01-24  Dave Love  <fx@gnu.org>
25196         * fortran.el (fortran-mode): Use beginning-of-defun-function,
25197         end-of-defun-function.
25199         * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
25201 2000-01-22  Jason Rumney  <jasonr@gnu.org>
25203         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
25204         conflicts with new face support.
25206 2000-01-22  Richard M. Stallman  <rms@gnu.org>
25208         * replace.el (query-replace): Rename last arg to DELIMITED.
25209         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
25210         (query-replace-regexp): Likewise.
25212 2000-01-20  Richard M. Stallman  <rms@gnu.org>
25214         * subr.el (with-syntax-table): Use make-symbol, not gensym.
25216         * emacs-lisp/lisp.el (beginning-of-defun-function):
25217         Variable renamed from beginning-of-defun.
25218         Do not call make-variable-buffer-local.
25219         (beginning-of-defun-raw): Use new variable name; doc fix.
25220         (beginning-of-defun): Doc fix.
25221         (end-of-defun-function): Variable renamed from end-of-defun.
25222         Do not call make-variable-buffer-local.
25223         (end-of-defun): Use new variable name; doc fix.
25225         * subr.el (dolist, dotimes): Copied from cl-macs.el
25226         and made to work.
25228         * mail/undigest.el (rmail-digest-end-regexps):
25229         Variable replaces rmail-digest-end-regexp.
25230         Allows multiple regexps for detecting the end line.
25231         (undigestify-rmail-message): Corresponding changes.
25233 2000-01-19  Dave Love  <fx@gnu.org>
25235         * files.el (user-init-file): Don't declare here -- is primitive.
25237         * startup.el (command-line): Check for compiled user-init-file and
25238         set to uncompiled version if necessary.
25240 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
25242         * mail/undigest.el (rmail-digest-end-regexp): New user option.
25243         (undigestify-rmail-message): Use it.
25245         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
25247 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
25249         * tmm.el (tmm-goto-completions): Adapt to prompt being part
25250         of mini-buffer.
25252 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
25254         * emacs-lisp/copyright.el (copyright-update): Removed the
25255         requirement for a trailing space from `copyright-regexp', to
25256         support copyrights with owner specified on a separate line..
25258         * align.el: New file.
25260         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
25262         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
25264 2000-01-13  Dave Love  <fx@gnu.org>
25266         * ph.el: Removed.  (Obsoleted by EUDC.)
25268 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
25270         * net/eudc.el (toplevel): Remove autoloaded code installing
25271         menu with easymenu, because that causes build problems.
25273         * frame.el (frame-notice-user-settings): New variable.
25274         (frame-notice-user-settings): Don't modify frame parameters
25275         if called a second time.
25277 2000-01-13  Richard M. Stallman  <rms@gnu.org>
25279         * frame.el (frame-notice-user-settings):
25280         Notice default-frame-parameters even for non-window frames.
25282 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
25284         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
25285         for Emacs.
25286         (eudc-bob-can-display-inline-images): Extend for Emacs.
25287         (eudc-bob-toggle-inline-display): Ditto.
25288         (eudc-bob-display-jpeg): Ditto.
25290 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
25292         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
25293         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
25294         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
25296         * add-log.el (add-change-log-entry): Fix error trying an
25297         `(insert nil)'.
25299         * subdirs.el: Add `net' directory.
25301         * net: New directory.
25303         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
25304         eval-last-sexp.  Don't bind debug-on-error here.
25305         (eval-last-sexp): New function.  Bind debug-on-error if
25306         eval-expression-debug-on-error is non-nil.
25307         (eval-defun-2, eval-defun): Likewise.
25309         * simple.el (eval-expression): Don't bind debug-on-error if
25310         eval-expression-debug-on-error is nil.  Detect changed
25311         debug-on-error, and propagate new value to global binding, if
25312         eval-expression-debug-on-error is non-nil,
25313         (eval-expression-debug-on-error): Change doc string.
25315 2000-01-11  Richard M. Stallman  <rms@gnu.org>
25317         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
25319         * emacs-lisp/lisp-mode.el (with-syntax-table):
25320         Set up lisp-indent-function property.
25322         * subr.el (with-syntax-table): Moved from simple.el.
25324         * simple.el (with-syntax-table): Moved to subr.el.
25326 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
25328         * tmm.el (tmm-shortcut): Delete region after prompt instead
25329         of erasing buffer.
25331         * textmodes/fill.el (fill-common-string-prefix): New function.
25332         (fill-context-prefix): Use the longest common prefix of first
25333         and second line fill prefix, if there is one.
25335 2000-01-11  Richard M. Stallman  <rms@gnu.org>
25337         * array.el (array-mode): Don't use make-variable-buffer-local.
25338         Use make-local-variable for `truncate-lines'.
25340 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
25342         * add-log.el (add-log-current-defun): Handle user-defined
25343         add-log-current-function returning nil,
25345         * add-log.el (add-change-log-entry): Insert version number
25346         if having found a current function
25348         * add-log.el (add-log-current-defun):
25349         Call `add-log-current-defun-function'.  Try matches at level 0 and
25350         level 1.  Strip whitespace from defun found.
25352 2000-01-10  John Wiegley  <johnw@gnu.org>
25354         * allout.el (isearch-done/outline-provisions): Added `edit'
25355         argument to correspond with the current definition of `isearch-done'.
25357 2000-01-10  Dave Love  <fx@gnu.org>
25359         * elide-head.el (elide-head): Use point-marker, not point.
25361 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
25363         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
25364         before and after the year 2000.
25366         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
25367         Add ispell- prefix.
25369 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
25371         * ispell.el:  Only define dictionaries in menus when they exist.
25372         (version18p): New variable.
25373         (version20p): New variable.
25374         (xemacsp): New variable.
25375         (ispell-choices-win-default-height): Fix for XEmacs visibility.
25376         (ispell-dictionary-alist1): Added Brasileiro dictionary.
25377         (ispell-dictionary-alist6): Russian command lines no longer accept
25378         run-together words.
25379         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
25380         (ispell-dictionary-alist): Add koi8-r to customize definition.
25381         (check-ispell-version): Added documentation string.  Return library
25382         path when called non-interactively.
25383         (ispell-menu-map-needed): Uses new variables.
25384         (ispell-library-path): New variable.
25385         (ispell-decode-string): XEmacs fix for bogus variable bindings.
25386         (ispell-word): Improved documentation string.  Test for valid
25387         character mappings.  Correctly check typed in word changes that can
25388         result in single words split into multiple words.
25389         Return replacement word.
25390         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
25391         replace in recursive query replace mode.  Help message for
25392         recursive edit mode.
25393         (ispell-show-choices): Protect against bad framepop bindings.
25394         (ispell-help): Fix to work with XEmacs.
25395         (ispell-highlight-spelling-error): Use new variables.
25396         (ispell-overlay-window): Fix to work with XEmacs.
25397         (ispell-parse-output): Passed and returns location information
25398         tracking spelling corrections.  Doesn't recheck same word on
25399         current line.
25400         (ispell-init-process): Protect against bogus XEmacs variable binding.
25401         Fix call to single argument in sleep-for.  Use new variables.
25402         (ispell-region): Passed and returns location information tracking
25403         spelling corrections.  Doesn't check same word on current line.
25404         Improved documentation string.  Doesn't resend a line already
25405         checked to the ispell process - fixes bug in LaTeX parsing.
25406         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
25407         (ispell-skip-region): No longer skips <TT> in SGML.
25408         (ispell-process-line): Tracks location information with spelling
25409         corrections.  Added documentation string.  Accounts for words
25410         already accepted on this line.  Don't allow query-replace on line
25411         starting with math characters.  Doesn't resend a line already sent
25412         to ispell process.  Fixes alignment error bug.
25414 2000-01-10  Richard M. Stallman  <rms@gnu.org>
25416         * dired-x.el (dired-guess-shell-alist-default):
25417         Suggest xloadimage, which is free, not xv, which isn't.
25419         * ange-ftp.el (ange-ftp-file-name-nondirectory):
25420         Don't ever include the host name or user name in the value.
25422 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
25424         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
25425         of a real newline.
25427 2000-01-09  Stephen Eglen  <stephen@gnu.org>
25429         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
25430         for .png files.
25432 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
25434         * cus-edit.el (custom-hook-convert-widget): Fix comment.
25436 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
25438         * progmodes/cperl-mode.el: Replace ^F with ^L.
25440         * sendmail.el (toplevel): Provide `sendmail' when compiling before
25441         `require'ing rmail and mailalias to prevent infinite recursion.
25443 2000-01-08  Dave Love  <fx@gnu.org>
25445         * emacs-lisp/backquote.el: Remove inappropriate customization
25446         (allowing custom.el to use backquote).
25448 2000-01-07  Dave Love  <fx@gnu.org>
25450         * add-log.el (add-log-debugging): Deleted.
25451         (add-change-log-entry): Treat a backup FILE-NAME as its parent
25452         file.  Remove debugging code.
25453         (change-log-get-method-definition, change-log-name): Add doc.
25454         (change-log-sortable-date-at): New function.
25455         (change-log-merge): New command.
25457         * time.el (display-time-string-forms): Make the Mail string active.
25458         (display-time-update): Provide help-echo for load average.
25460         * bindings.el (make-mode-line-mouse2-map): New function.
25461         (mode-line-modified): Use it and simplify.
25462         (mode-line-mule-info): Provide help-echo info.
25463         (minor-mode-alist): Activate the strings.
25464         (make-mode-line-mouse-sensitive): Simplify for
25465         mode-line-buffer-identification.
25467 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
25469         * play/pong.el: New file.
25471 2000-01-06  Dave Love  <fx@gnu.org>
25473         * array.el: Assorted cleanups for compiler warnings, doc strings,
25474         `array-' prefix for symbols.
25476 2000-01-05  Dave Love  <fx@gnu.org>
25478         * textmodes/outline.el (outline-mode-menu-bar-map):
25479         Add outline-headers-as-kill.
25480         (outline-mode): Define imenu-generic-expression.
25481         (outline-headers-as-kill): New command.
25483         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
25484         from paragraph-start.
25485         (paragraph-indent-minor-mode): New command.
25487         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
25488         M-C-e, M-C-h, C-j, C-xnd, TAB.
25489         (fortran-mode): Set beginning-of-defun, end-of-defun.
25490         (fortran-column-ruler): Simplify.
25491         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
25492         (fortran-with-subprogram-narrowing): Likewise.
25493         (fortran-indent-subprogram): Call mark-defun.
25494         (fortran-check-for-matching-do): Change narrowing.
25496         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
25497         (cl-lucid-hash-tag): Delete.
25498         (cl-hash-table-p): Correct test for native table.
25499         (cl-hash-table-count): Use hash-table-count.
25501         * browse-url.el (browse-url): Fix case of
25502         browse-url-browser-function being an alist.
25504 2000-01-05  Carsten Dominik  <cd@gnu.org>
25506         * textmodes/reftex-vars.el (reftex-parse-file-extension)
25507         (reftex-index-phrase-file-extension): New options.
25509         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
25510         Use new option `reftex-index-phrase-file-extension'.
25512         * textmodes/reftex.el (reftex-access-parse-file): Use new option
25513         `reftex-parse-file-extension'.
25515 2000-01-05  Dave Love  <fx@gnu.org>
25517         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
25518         (beginning-of-defun-raw): Use it.
25519         (end-of-defun): New variable.
25520         (end-of-defun): Use it.
25521         (check-parens): New command.
25523 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
25525         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
25526         (hs-show-block): Don't use `mapcar' when not accumulating.
25528         Fix buglet in local variables initialization.
25530 2000-01-05  Andreas Schwab  <schwab@suse.de>
25532         * hscroll.el (hscroll): Doc fix.
25534 2000-01-05  Carsten Dominik  <cd@gnu.org>
25536         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
25537         Require idlw-toolbar.
25539         * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
25540         file idlw-rinfo.el.
25541         (idlwave-customize): Load must read file idlw-shell.el.
25542         (idlwave-create-customize-menu): Load must read file idlw-shell.el.
25544 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
25546         * progmodes/idlw-shell.el: Also provide idlwave-shell
25547         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
25548         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
25550         * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
25551         both reftex-dcr and reftex-vcr.
25553         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
25555 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
25557         * ps-print.el: PostScript code now is in separate files, doc fix.
25558         (ps-print-version): New version number (5.0.3).
25559         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
25560         local.
25561         (ps-spool-config): Initialization fix.
25562         (ps-print-prologue-1, ps-print-prologue-2)
25563         (ps-print-duplex-feature): PostScript code moved to separated file.
25564         (ps-background-image): Little code reformating.
25565         (ps-begin-file, ps-begin-job): Fix code.
25566         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
25567         (ps-prologue-file): New fun.
25569 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
25571         * ps-vars.el: Eliminated.
25573         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
25574         `;;;###autoload'.
25576         * ps-print.el: ps-vars eliminated, doc fix.
25577         (ps-print-version): New version number (5.0.2).
25578         (ps-spool-config): Initialization fix.
25579         (ps-print-customize): New fun.
25581 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
25583         * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
25585 2000-01-04  Dave Love  <fx@gnu.org>
25587         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
25588         menu items.
25590 2000-01-03  Dave Love  <fx@gnu.org>
25592         * elide-head.el (elide-head) [defgroup]: Add :version.
25594         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
25595         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
25596         Use `cl-hash-table-p', not `hash-table-p'.
25597         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
25599 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
25601         * faces.el (face-read-integer, read-face-attribute)
25602         (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
25604 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
25606         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
25607         at comment end, and re-insert them after filling.
25609 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
25611         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
25612         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
25613         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
25615 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
25617         * term/x-win.el (xw-defined-colors): Call color-supported-p,
25618         the new name of face-color-supported-p.
25620         * term/w32-win.el (xw-defined-colors): Likewise.
25622 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
25624         * simple.el (completion-setup-function): Count completion-size
25625         from minibuffer-prompt-end, not from point-min.
25627 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
25629         * faces.el (read-face-attribute, defined-colors, color-defined-p):
25630         Pass the frame to tty-color-* functions.
25631         (display-color-p, frame-set-background-mode): Pass the frame to
25632         tty-display-color-p.
25634         * term/tty-colors.el (tty-defined-color-alist): Renamed from
25635         tty-color-alist.
25636         (tty-color-alist, tty-modify-color-alist): New functions.
25637         (tty-color-define,  tty-color-clear, tty-color-approximate)
25638         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
25639         optional parameter FRAME.
25641 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
25643         * image.el (create-image, defimage): Don't assume image data is
25644         a string.
25646         * image.el (defimage): Handle specifications containing :data
25647         instead of :file.
25648         (image-type-from-data): New function.
25649         (image-type-from-file-header): Use it.
25650         (create-image): Add parameter DATA-P.
25652 See ChangeLog.8 for earlier changes.
25654 ;; Local Variables:
25655 ;; coding: iso-2022-7bit
25656 ;; End:
25658     Copyright (C) 2000, 2001 Free Software Foundation, Inc.
25659   Copying and distribution of this file, with or without modification,
25660   are permitted provided the copyright notice and this notice are preserved.