*** empty log message ***
[emacs.git] / lisp / ChangeLog
blob664baabcc1a9a604ae56fabeb25e20c7ede8e91c
1 2002-02-28  Richard M. Stallman  <rms@gnu.org>
3         * font-lock.el (java-font-lock-extra-types):
4         Match java.net.URL, etc.
6 2002-02-28  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
8         * hexl.el (hexl-options): Doc fix.
9         Update Commentary section.
11         * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
12         Doc fixes.
14 2002-02-28  Andre Spiegel  <spiegel@gnu.org>
16         * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
17         the user to do that first.
18         (vc-update): New function.
20         * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
21         which calls vc-update.  Use the term "Base Version" instead of
22         "Last Version" for the entries "Revert" and "Compare".
23         
24 2002-02-28  Kim F. Storm  <storm@cua.dk>
26         * simple.el (shell-command-on-region): Report non-zero exit
27         status in mode line instead of buffer.
29 2002-02-27  Richard M. Stallman  <rms@gnu.org>
31         * comint.el (comint-preoutput-filter-functions): Doc fix.
32         (comint-output-filter-functions, comint-input-filter-functions)
33         (comint-redirect-filter-functions): Likewise.
35         (comint-redirect-preoutput-filter): Do the local-hook
36         handling of t when running comint-redirect-filter-functions.
37         (comint-output-filter): Likewise for comint-preoutput-filter-functions.
39 2002-02-26  Richard M. Stallman  <rms@gnu.org>
41         * paths.el (remote-shell-program): Add doc string.
43 2002-02-26  Colin Walters  <walters@debian.org>
45         * ibuf-ext.el (sorter mode-name): New.
46         (ibuffer-do-occur): Don't quote ibuffer-marked-char.
48         * calc/calc-ext.el (calc-scroll-left): Call scroll-left
49         interactively, so they do something.
50         (calc-scroll-right): Ditto.
52 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
54         * international/mule.el (ctext-pre-write-conversion): Handle the
55         case when FROM is a string, and when we are called from
56         build_annotations_2.
58 2002-02-26  Richard M. Stallman  <rms@gnu.org>
60         * rect.el (clear-rectangle-line): Reindent to the same column
61         that move-to-column reached when it tried to go to endcol.
63         * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
65 2002-02-26  Ivar Rummelhoff  <ivarru@math.uio.no>
67         * winner.el (winner-boring-buffers, winner-set): A window which
68         displays a buffer whose name is in the list
69         `winner-boring-buffers', will no longer be restored by
70         `winner-undo'.
71         (winner-sorted-window-list): Used to improve comparison between
72         window configurations.
73         (winner-win-data): Simplified and moved.
74         (winner-conf): Simplified (now uses `winner-win-data').
75         (winner-change-fun, winner-save-old-configurations)
76         (winner-save-(un)conditionally, winner-redo): Changes made while in
77         the minibuffer will be ignored.  (Such changes are undone upon
78         exit for the minibuffer, anyway.)
79         (winner-set-conf): Preserve selected window whenever possible.
80         (winner-make-point-alist): Simplified.
81         (winner-mode, winner-save-unconditionally): Save current window
82         configuration on entering minibuffer.
83         (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
84         since it does not change the overall behavior of Emacs.
86 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
88         * international/mule-conf.el (compound-text): Renamed back from
89         compound-text-no-extensions.
90         (ctext-no-compositions): Remove the mime-charset property.
91         (compound-text-with-extensions): Renamed from compound-text.
92         (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
94 2002-02-26  Juanma Barranquero  <lektu@terra.es>
96         * faces.el (list-faces-display): Fix typo.
98 2002-02-25  Richard M. Stallman  <rms@gnu.org>
100         * frame.el (focus-follows-mouse): Doc fix.
102 2002-02-26  Miles Bader  <miles@gnu.org>
104         * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
105         to `define-key', since it no longer accepts the latter.
107 2002-02-25  Jason Rumney  <jasonr@gnu.org>
109         * term/w32-win.el (mouse-wheel-scroll-line): Use car of
110         mouse-wheel-scroll-amount.
112         * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
113         mwheel.el.
115         * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
117 2002-02-25  Andre Spiegel  <spiegel@gnu.org>
119         * vc.el (vc-diff-switches-list): Fix prev change, making the macro
120         consistent with the others that take a backend name as a symbol.
122         * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
124 2002-02-25  Kim F. Storm  <no-spam@cua.dk>
126         * comint.el (comint-replace-by-expanded-filename): Do nothing if
127         comint-match-partial-filename returns nil.
129         * shell.el (shell-pcomplete-setup-done): New variable.
130         (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
131         (shell-pcomplete-reverse): Ditto.
133 2002-02-25  Per Abrahamsen  <abraham@dina.kvl.dk>
135         * ps-print.el (ps-print-printer): Added `lpr' customize group
136         member. 
138 2002-02-25  Juanma Barranquero  <lektu@terra.es>
140         * subr.el (save-match-data): Doc fix.
142         * ielm.el (ielm-prompt): Allow customization; make it read-only.
144 2002-02-25  Kim F. Storm  <storm@cua.dk>
146         * shell.el (shell-mode-map): Add "Complete" header so completion
147         menu is shown on the menu bar in shell mode.
149 2002-02-25  Stefan Monnier  <monnier@cs.yale.edu>
151         * ielm.el (ielm-match-data): New var.
152         (inferior-emacs-lisp-mode): Make it buffer-local.
153         (ielm-eval-input): Use it to preserve match-data between inputs.
155 2002-02-24  Juanma Barranquero  <lektu@terra.es>
157         * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
159 2002-02-24  Per Abrahamsen  <abraham@dina.kvl.dk>
161         * cus-edit.el (custom-unlispify-remove-prefixes): Add to
162         `custom-buffer' customize group.
164 2002-02-23  Kim F. Storm  <storm@cua.dk>
166         * help.el (where-is): Use remap-command.
168         * help-fns.el (describe-function-1): Use remap-command.
170         * subr.el (global-set-key, local-set-key): Undo 2002-02-06
171         change (no longer accept a symbol for the KEY argument).
173 2002-02-23  Colin Walters  <walters@debian.org>
175         * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
176         * calc/calcalg2.el (math-solve-get-sign): Ditto.
178         * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
179         in generated function.
181         * ibuf-ext.el (ibuffer-old-time): Change to hours.
182         (ibuffer-mark-old-buffers): Handle it.
184         * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
185         (toplevel): Bind them.
186         (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
187         not necessary now that we use pcomplete.
189         * comint.el: Document how use new pcomplete completion facility.
191 2002-02-23  Richard M. Stallman  <rms@gnu.org>
193         * mail/rmailsum.el (rmail-summary-output): Properly advance
194         to next message, by calling rmail-summary-goto-msg.
196         * net/browse-url.el (browse-url-galeon): Specify --existing
197         for an existing window.  Use --noraise rather than --no-raise.
198         Don't use -x.
200 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
202         * progmodes/etags.el (find-tag-noselect, find-tag)
203         (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
204         Fix a typo in doc strings.
206 2002-02-20  Deepak Goel  <deego@glue.umd.edu>
208         * play/snake.el (snake-velocity-queue, snake-update-velocity)
209         (snake-final-x-velocity, snake-final-y-velocity):
210         New variable and functions.  Store user's keypresses
211         into a queue and pop from the queue each subsequent turn.
212         (snake-update-game, snake-move-left)
213         (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
214         (snake-start-game): Use that queue.
215         (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
216         (snake-use-color-flag): Likewise.
217         (snake-mode): Rename uses of those variables.
219 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
221         Support for ICCCM  Extended Segments in X selections:
223         * international/mule-conf.el (ctext-no-compositions): New coding
224         system.
225         (compount-text-no-extensions): Renamed from compound-text.
226         (x-ctext-no-extensions, ctext-no-extensions): Aliases for
227         compound-text-no-extensions.
228         (compound-text): Redefined using post-read and pre-write conversions.
230         * international/mule.el (non-standard-icccm-encodings-alist)
231         (non-standard-designations-alist): New variables.
232         (ctext-post-read-conversion, ctext-pre-write-conversion):
233         New functions.
235 2002-02-21  Andre Spiegel  <spiegel@gnu.org>
237         Patch by Jonathan Kamens <jik@kamens.brookline.ma.us>.
239         * vc.el (vc-default-init-version): Update documentation to
240         indicate that the backend can override the default init version.
241         (vc-register): Use the backend init-version function, if it
242         exists, to determine the initial version of a file.
243         (vc-diff-switches-list): Don't symbol-quote backend, since it's
244         already a symbol.  Don't fail if vc-BACKEND-diff-switches isn't bound.
246         * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
247         not version-controlled.  This is necessary, e.g., if the file has
248         just been reverted, and thus was previously under version control
249         but isn't any longer.
250         (vc-find-file-hook): Likewise.
252 2002-02-21  Andre Spiegel  <spiegel@gnu.org>
254         Patch by Martin.Lorentzson@telia.com.
256         * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
257         (vc-cvs-sticky-tag-display): New variable.
258         (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
259         (vc-cvs-checkin): If the input revision is a valid symbolic tag
260         name, we create it as a branch, commit and switch to it.
261         (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
262         (vc-cvs-valid-symbolic-tag-name-p): New function.
263         (vc-cvs-parse-sticky-tag): New function.
264         (vc-cvs-parse-entry): Added parsing of sticky tags.
266 2002-02-21  Per Abrahamsen  <abraham@dina.kvl.dk>
268         * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
269         nil, and then explicitly set the standard-value to t.
271 2002-02-20  Sam Steingold  <sds@gnu.org>
273         * textmodes/flyspell.el (flyspell-mode): Autoload the variable
274         since it is used in the menu bar.
276 2002-02-20  Richard M. Stallman  <rms@gnu.org>
278         * simple.el (shell-command-on-region): Display the exit status
279         when a command fails.
281         * subr.el (add-hook): Doc fix.
283         * frame.el (other-frame): Doc fix.
285         * simple.el (yank): Clear `field' property.
287 2002-02-20  Tom Tromey  <tromey@cachet>
289         * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
290         natural paragraph boundaries.  Don't fail at beginning of buffer.
292 2002-02-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
294         * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
295         call the argument "arg" to match plain next-line and
296         previous-line.  From Kevin Ryde <user42@zip.com.au>.
298 2002-02-19  Sam Steingold  <sds@gnu.org>
300         * mwheel.el (mouse-wheel-scroll-amount): Can specify different
301         scroll amounts for different modifiers now.
302         (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
303         format properly.
304         (mouse-wheel-mode): Ditto.
306 2002-02-19  Eli Zaretskii  <eliz@is.elta.co.il>
308         * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
309         around function body.
311         * net/browse-url.el (browse-url-maybe-new-window): Reverse the
312         sense of the comparison, to match the doc strings of functions
313         that use this macro.
315 2002-02-19  Per Abrahamsen  <abraham@dina.kvl.dk>
317         * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
319         * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
320         * menu-bar.el (menu-bar-mode): Ditto.
322 2002-02-18  Andreas Schwab  <schwab@suse.de>
324         * replace.el (query-replace-regexp-eval): Doc fix.
326 2002-02-18  Colin Walters  <walters@verbum.org>
328         * calc/calcalg2.el (math-solve-get-int): Convert return value from
329         `math-get-from-counter' to a string before calling `concat' on it.
331         * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
332         (calc-public-autoloads): Obsolete; remove.
333         (calc-private-autoloads): Ditto.
334         (calc-add-autoloads): Ditto.
336         * calc/calc-macs.el (calc-with-default-simplification): Use &rest
337         for body.
339 2002-02-17  Jason Rumney  <jasonr@gnu.org>
341         * w32-win.el (x-option-alist, x-long-option-alist)
342         (x-switch-definitions): Remove, use command-line-x-option-alist
343         instead to be consistent with X.
344         (x-handle-initial-switch): New function.
346 2002-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
348         * faces.el (mode-line-inactive, header-line): Add the :inherit
349         attribute for the tty case.
351 2002-02-17  stanislav shalunov  <shalunov@internet2.edu>
353         * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
354         invoked from Rmail with full headers displayed.
356 2002-02-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
358         * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
359         when repeated.
360         * textmodes/paragraphs.el (mark-paragraph): Ditto.
362 2002-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
364         * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
365         (menu-bar-tools-menu): Removed speedbar.
367         * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
368         and `flyspell-mode' entries.
370         * textmodes/flyspell.el (flyspell): Add to ispell group.
372 2002-02-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
374         * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
375         repeated.
376         (mark-defun): Mark more if repeated.
378 2002-02-17  Colin Walters  <walters@verbum.org>
380         * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
382         * ibuffer.el (ibuffer-truncate-lines): New option.
383           (ibuffer-mode):  Use it.
385 2002-02-17  Kim F. Storm  <storm@cua.dk>
387         * cus-start.el: Add mouse-highlight.
389 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
391         * Makefile.in (DONTCOMPILE): Remove cus-start.el.
393         * cus-start.el: Add automatic-hscroll-margin and
394         automatic-hscroll-step.
396 2002-02-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
398         * cus-start.el (x-autoselect-window): Allow customization.
400         * eshell/em-alias.el (eshell-alias-initialize): Do not use
401         make-local-hook.
403         * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
405         * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
407         * eshell/em-glob.el (eshell-glob-initialize): Likewise.
409         * eshell/em-hist.el (eshell-hist-initialize): Likewise.
411         * eshell/em-pred.el (eshell-pred-initialize): Likewise.
413         * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
415         * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
417         * eshell/em-smart.el (eshell-smart-initialize): Likewise.
419         * eshell/em-unix.el (eshell-unix-initialize): Likewise.
421         * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
423         * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
425         * eshell/esh-io.el (eshell-io-initialize): Likewise.
427         * eshell/esh-mode.el (eshell-mode): Likewise.
429         * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
431         * eshell/esh-var.el (eshell-var-initialize): Likewise.
433         * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
435         * progmodes/idlwave.el (idlwave-mode): Likewise.
437         * textmodes/reftex-sel.el (reftex-select-label-mode)
438         (reftex-select-bib-mode): Likewise.
440 2002-02-16  John Wiegley  <johnw@gnu.org>
442         * eshell/em-hist.el (eshell-hist-initialize): When in the
443         minibuffer, use the global value of `eshell-history-ring', and
444         never save it to disk, or ask to save it to disk.  This allows
445         users of session.el to control whether its global state should be
446         persisted or not.
447         (eshell-add-command-to-history): Don't write Eshell's history out
448         to disk, let the governing mode control that upon exit.
450 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
452         * eshell/eshell.el (eshell-command): Before reading from the
453         minibuffer, add eshell-add-command-to-history to
454         minibuffer-exit-hook, and remove it after read-from-minibuffer
455         returns.
457         * eshell/em-hist.el (eshell-add-input-to-history): New function,
458         with most of the code from eshell-add-to-history.
459         (eshell-add-command-to-history): New function, to record in
460         eshell-history the commands run via eshell-command.
461         (eshell-add-to-history): Call eshell-add-command-to-history to do
462         most of the work.
464 2002-02-16  John Wiegley  <johnw@gnu.org>
466         * eshell/esh-ext.el (eshell-external-command): Added a fix for
467         XEmacs' new dired.el, which adds a global entry in the
468         `file-name-handler-alist'.
470 2002-02-16  John Wiegley  <johnw@gnu.org>
472         * align.el (align-region): Added a missing name argument.
474 2002-02-16  John Wiegley  <johnw@gnu.org>
476         * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
477         after the #! of a shell interpretor specification.
479 2002-02-15  Richard M. Stallman  <rms@gnu.org>
481         * help.el (describe-key-briefly): Make output in INSERT case
482         look just like what is displayed in the normal case.
484 2002-02-15  Andreas Schwab  <schwab@suse.de>
486         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Require
487         non-letter after specials.
489 2002-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
491         * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
493 2002-02-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
495         * simple.el (mark-word): Mark more if repeated.
496         * textmodes/paragraphs.el (mark-paragraph): Ditto.
497         (mark-end-of-sentence): Ditto.
499 2002-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
501         * wid-edit.el (widgetp): Made it more robust.
503 2002-02-14  Per Abrahamsen  <abraham@dina.kvl.dk>
505         * facemenu.el (describe-text-done): New function.
506         (describe-text-mode-map): New variable.
507         (describe-text-mode-hook): New option.
508         (describe-text-mode): New function.
509         (describe-text-widget): New function.
510         (describe-text-sexp): New function.
511         (describe-text-properties): New function.
512         (describe-text-category): New command.
513         (describe-text-at): New command.
514         (facemenu-menu): Replace `list-text-properties-at' with
515         `describe-text-at' in the menu.
517         * wid-edit.el (widgetp): New function.
518         * wid-edit.el (widget-keymap, widget-insert, widget-setup):
519         Autoloaded.
521         * emacs-lisp/pp.el (pp-to-string): Autoloaded.
523         * wid-browse.el: Removed version and x-url keywords.
525 2002-02-13  Kim F. Storm  <storm@cua.dk>
527         * cus-start.el (mode-line-in-non-selected-windows):
528         Allow customization.
530 2002-02-13  Richard M. Stallman  <rms@gnu.org>
532         * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
533         Tell bibtex-parse-keys to output no progress messages.
535         * international/mule-diag.el (list-input-methods):
536         Use help-input-method, not describe-input-method, for button type.
538         * register.el (describe-register-1): Access register contents here.
540         * textmodes/text-mode.el (text-mode-hook-identify):
541         Restore previous definition.  Add to text-mode-hook again.
543         * mail/mailabbrev.el (define-mail-abbrev): Define as system abbrev.
544         (mail-abbrev-in-expansion-header-p): Copy the code of mail-header-end
545         to avoid needing sendmail.el at run time.
547         * bindings.el (mode-line-minor-mode-keymap): Definition moved up.
548         Initialization moved up too.
549         (mode-line-modes): Use :propertize.
550         (mode-line-mode-menu-keymap): Var deleted.
551         (mode-line-copied-mode-name): Var deleted.
552         (mode-line-mode-name): Function deleted.
553         (mode-line-mode-menu): Each item now shows its mode line lighter.
554         (minor-mode-alist): Don't call propertize here.
556 2002-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
558         * progmodes/pascal.el (pascal-imenu-generic-expression):
559         Add menu-title and fix parentheses.
561 2002-02-12  Per Abrahamsen  <abraham@dina.kvl.dk>
563         * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
564         (menu-bar-options-menu): Don't set default value for `truncate-lines'.
566 2002-02-12  Per Abrahamsen  <abraham@dina.kvl.dk>
568         * menu-bar.el (menu-bar-options-save): Only save
569         `current-language-environment' and `default-input-method' when
570         marked as customized.
572         * international/mule-cmds.el
573         (setup-specified-language-environment):
574         Mark `current-language-environment' as customized.
575         (set-input-method): Mark `default-input-method' as customized when
576         called interactively.
577         (toggle-input-method): Ditto.
579 2002-02-11  Colin Walters  <walters@verbum.org>
581         * ibuffer.el (ibuffer-switch-format): Supply required argument for
582         `ibuffer-current-formats'.
584 2002-02-11  Miles Bader  <miles@gnu.org>
586         * faces.el (mode-line-inactive): Add dark-background variant.
588 2002-02-11  Per Abrahamsen  <abraham@dina.kvl.dk>
590         * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
591         * menu-bar.el (menu-bar-mode): Ditto.
592         * cus-edit.el (customize-mark-to-save): Always save variables
593         without a standard value.
595         * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
596         (menu-bar-options-save): Ditto.
597         (menu-bar-showhide-menu): Ditto.
598         (menu-bar-options-menu): Ditto.
599         (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
600         (menu-bar-scroll-bar-none): Remove.
601         (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
602         expressions instead.
604         * cus-edit.el (customize-set-value): Return value.
605         (customize-set-variable): Ditto.
606         (customize-save-variable): Ditto.
607         (customize-set-variable): Load dependencies before setting value.
608         (custom-load-symbol): Autoload it.
609         (customize-mark-as-set): New function.
611 2002-02-11  Eli Zaretskii  <eliz@is.elta.co.il>
613         * cus-start.el: Don't warn about "x-*" symbols when building a
614         non-GUI version.
616 2002-02-11  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
618         * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
619         Doc fix.
620         (strokes-help): Do not use doubled with-output-to-temp-buffer.
621         Fix the help string.
622         (strokes-prompt-user-save-strokes): Fix typo.
623         (strokes-list-strokes): Use proper exit-action argument for
624         view-buffer.  Update copyright notice.
626         * international/mule-diag.el: Various doc and message fixes.
627         (non-iso-charset-alist): Add mac-roman.  Don't add entries for
628         codepages already present.
629         (list-block-of-chars): Display space for null entries in
630         translation table.  Display tab specially.
631         (list-non-iso-charset-chars): Check for null charsets.  Use pop
632         for clarity.  Don't break 8-bit sets into sections between ranges.
633         (list-charset-chars): Avoid indent-tabs-mode.
634         (describe-char-after): Maybe use the text property for syntax
635         table information.  Maybe report char-code-property-table info.
636         Maybe report character's unicode.  Tweak printing of list info.
637         (list-input-methods): Add xref buttons.
638         (dump-charsets, dump-codings): Deleted (obsolete).
639         From Dave Love <fx@gnu.org>.
641 2002-02-10  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
643         * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
645 2002-02-10  Michael Kifer  <kifer@cs.stonybrook.edu>
647         * viper-util.el (viper-read-key-sequence): Fix so it'll read
648         fast key sequences in emacs native mode
649         (viper-events-to-keys): Delete.
651         * viper.el (describe-key, describe-key-briefly): Get rid of
652         viper-events-to-keys.
654         * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
656         * ediff-wind.el (ediff-setup-control-frame):
657         Use ediff-has-gutter-support.
659         * ediff-util.el (ediff-dispose-of-variant-according-to-user):
660         check if buff is alive.
662         * ediff.el: Typo in comment.
664 2002-02-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
666         * menu-bar.el (menu-bar-options-save): Take care of
667         line-number-mode and column-number-mode variables.
668         (menu-bar-showhide-menu): New menu-items "Show Line Number" and
669         "Show Column Number" in "Show/Hide" menu.
671 2002-02-09  Richard M. Stallman  <rms@gnu.org>
673         * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
675 2002-02-09  Kim F. Storm  <storm@cua.dk>
677         * faces.el (mode-line-inactive): New face for mode-line for
678         non-selected windows.
679         (mode-line): Doc fix: Only used for selected window.
681 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
683         * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
684         name to "Insert Diary Entry".
686 2002-02-08  Stefan Monnier  <monnier@cs.yale.edu>
688         * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
689         (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
691 2002-02-08  Richard M. Stallman  <rms@gnu.org>
693         * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
695 2002-02-08  Andreas Schwab  <schwab@suse.de>
697         * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
698         of point-min.
700 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
702         * net/ange-ftp.el (ange-ftp-process-handle-line)
703         (ange-ftp-set-xfer-size): If the file's size is a float, divide
704         by 1024 instead of using ash.
706         * international/mule-cmds.el (select-safe-coding-system):
707         State the buffer's name in the message popped in the *Warning* buffer,
708         and make sure the offending buffer is displayed.
710 2002-02-07  Markus Rost  <rost@math.ohio-state.edu>
712         * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
714 2002-02-07  Richard M. Stallman  <rms@gnu.org>
716         * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
718         * register.el (list-registers): New command.
719         (describe-register-1): New subroutine, taken out of view-register.
721         * emacs-lisp/copyright.el (copyright-regexp):
722         Delete the unibyte copyright symbol; it's redundant.
723         Fix a spazz in the multibyte encoding here.
725 2002-02-07  Dave Love  <fx@gnu.org>
727         * language/cyril-util.el (cyrillic-encode-koi8-r-char)
728         (cyrillic-encode-alternativnyj-char): Get translation tables from
729         symbol properties, not as variables.
730         (standard-display-cyrillic-translit): Include unicodes.
732 2002-02-06  Kim F. Storm  <storm@cua.dk>
734         * help.el (where-is): Report remapped commands.
736         * help-fns.el (describe-function-1): Ditto.
738         * subr.el (global-set-key, local-set-key): Accept a symbol for the
739         KEY argument (like define-key).
741 2002-02-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
743         * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
745 2002-02-06  Richard M. Stallman  <rms@gnu.org>
747         * mail/mailabbrev.el: Require sendmail only at compile time.
748         (mail-mode-header-syntax-table): Var deleted.
749         (mail-abbrev-syntax-table): Init to nil, will compute when needed.
750         (sendmail-pre-abbrev-expand-hook): Only temporarily change
751         local-abbrev-table and the syntax table.
752         Compute mail-abbrev-syntax-table if that has not been done.
754         * progmodes/compile.el (grep-compute-defaults): Definition moved up.
756         * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
757         (debugger-frame-number): Figure out the offset directly.
758         (debugger-setup-buffer): Don't use debugger-frame-offset.
759         (debugger-frame, debugger-frame-clear): Likewise.
760         (debugger-jump): Don't alter debugger-frame-offset.
762         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
763         Replace foo-p as var name with foo-flag, not foo-p-flag.
765         * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
766         (highlight-changes-passive-string): Default to -Chg.
767         (highlight-changes-global-modes): Doc fix.
769         * dired.el (dired-get-filename): Add /: when appropriate
770         to avoid taking a local name as remote.
772         * files.el (file-name-non-special): Add special handling for
773         file-name-sans-versions, file-name-completion, and
774         file-name-all-completions.
776         * isearch.el (isearch-update): Don't update display in kbd macro.
777         (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
779         * subr.el (force-mode-line-update): Doc fix.
781         * subr.el (atomic-change-group, prepare-change-group)
782         (activate-change-group, accept-change-group, cancel-change-group):
783         New functions.
785         * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
786         (transpose-subr-1): Use atomic-change-group.
788         * subr.el (add-minor-mode): Include the mode's lighter string
789         in the minor mode menu item name.
791         * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
792         rmail-count-screen-lines starting from (point-min).
794         * startup.el (use-fancy-splash-screens-p): Need 19 lines,
795         beyond the image height, to use the fancy splash screen.
797         * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
798         (text-mode): Set text-mode-variant here.
800 2002-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
802         * play/pong.el (pong-height): Don't use height that exceeds the
803         frame height.
804         (pong-border-options): Make the border colors slightly more bright.
806         * play/gamegrid.el (gamegrid-display-type): Treat any
807         color-capable display as color-x, if display-color-p is fboundp.
808         (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
809         (gamegrid-make-color-tty-face): Use the value of color, not the
810         symbol itself.  Don't call gamegrid-color.
812 2002-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
814         * gud.el (gud-refresh): Call recenter only after we are sure we
815         are in the right window.
817 2002-02-05  Per Abrahamsen  <abraham@dina.kvl.dk>
819         * cus-edit.el (customize-mark-to-save): New function.
820         * menu-bar.el (menu-bar-options-save): Rewrote.
822 2002-02-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
824         * cus-start.el (x-use-underline-position-properties):
825         Allow customization.
827 2002-02-04  Simon Josefsson  <jas@extundo.com>
829         * dired.el (dired-load-hook, dired-mode-hook)
830         (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
832 2002-02-03  Colin Walters  <walters@verbum.org>
834         * ibuf-ext.el (ibuffer-filter-format-alist)
835         (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
836         New variables.
837         * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
838         is now the Emacs CVS tree.
839         (ibuffer-formats): Doc fix.
840         (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
841         (ibuffer-current-format): Use them.
842         (ibuffer-recompile-formats, ibuffer-check-formats)
843         (ibuffer-switch-format, ibuffer-update-title):
844         Add support for ibuffer-filter-format-alist.
845         (define-ibuffer-column process): Remove unncessary consing.
847         * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
848         for a summary column.
850 2002-02-03  Andreas Schwab  <schwab@suse.de>
852         * window.el (save-selected-window): Move macro before first use.
853         (balance-windows): Fix misplaced parenthesis.
855 2002-02-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
857         * calculator.el (calculator-displayers): Doc fixes.
859 2002-02-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
861         * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
862         (menu-bar-options-save): Save also the value of `display-time-mode'.
863         (showhide-date-time): New function.
864         (menu-bar-showhide-menu): New menu-item "Date and time".
866 2002-02-03  Eli Zaretskii  <eliz@is.elta.co.il>
868         * mail/rmail.el (rmail): Use find-buffer-visiting instead of
869         get-file-buffer to check for rmail buffer existence.
871         * term.el (term-emulate-terminal): Extract proper command string
872         which is supplied to term-command-hook.
874 2002-02-03  Richard M. Stallman  <rms@gnu.org>
876         * international/quail.el (quail-help): Don't call help-setup-xref.
878         * international/mule-cmds.el (describe-input-method):
879         Call help-setup-xref here.
880         (describe-current-input-method): Doc fix.
882         * novice.el (disabled-command-hook): Clarify output text.
883         Indent the paragraph from the command's doc string.
885         * dabbrev.el (dabbrev--goto-start-of-abbrev):
886         Exit loop on beginning of field rather than bobp.
888 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
890         * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
891         the message text into the *mail* buffer, and restore the pruned
892         state after that.
894         * mail/rmail.el (rmail-redecode-body): Prune the headers before
895         looking for X-Coding-System header, and restore the pruned state
896         before returning.
898 2002-02-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
900         * cus-edit.el (customize-save-variable): Fix typo in prompt.
902         These changes integrate new version of flyspell.el from its
903         maintainer, Manuel Serrano:
905         * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
906         (flyspell-mode-on, flyspell-notify-misspell)
907         (flyspell-small-region, flyspell-external-point-words)
908         (flyspell-large-region): Use it
909         (flyspell-before-incorrect-word-string)
910         (flyspell-after-incorrect-word-string): New user options.
911         (make-flyspell-overlay): Use them.
912         (flyspell-version): New function.
913         (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
914         definitions to use :weight.
915         (flyspell-insert-function): New user option.
916         (flyspell-auto-correct-word, flyspell-correct-word)
917         (flyspell-xemacs-correct): Use it.
918         (flyspell-define-abbrev): New function.
919         (flyspell-auto-correct-word, flyspell-correct-word)
920         (flyspell-xemacs-correct): Use it.
921         (make-flyspell-overlay): Use `evaporate' property.
922         (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
923         (flyspell-emacs-popup): Use `session' instead of `accept'.
924         (flyspell-auto-correct-previous-pos): New variable.
925         (flyspell-auto-correct-previous-hook)
926         (flyspell-auto-correct-previous-word): New functions.
928 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
930         * novice.el (enable-command): If Emacs was invoked as "emacs -q",
931         don't alter the user's ~/.emacs.
932         (disable-command): If user-init-file is nil or does not exist,
933         default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
934         But don't alter the init file if Emacs was invoked as "emacs -q"
936 2002-02-01  Stefan Monnier  <monnier@cs.yale.edu>
938         * mail/sendmail.el (mail-mode): Undo half of last change.
940         * indent.el (indent-for-tab-command): Remove spurious code.
942         * hi-lock.el (hi-lock-find-patterns): Save restriction.
944 2002-02-01  Eli Zaretskii  <eliz@is.elta.co.il>
946         * calendar/time-date.el: Moved from lisp/gnus.
948         * calendar/parse-time.el: Ditto.
950 2002-01-31  Richard M. Stallman  <rms@gnu.org>
952         * international/iso-acc.el (iso-languages): Fix ", " in French.
954         * cus-start.el (history-length): Specify customization for it.
956         * emacs-lisp/debug.el (debugger-setup-buffer):
957         When an eval-buffer frame was reading from a buffer,
958         insert indication of the buffer position.
959         (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
960         (debugger-frame-clear, debugger-frame): Error on non-frame line.
962         * simple.el (shell-command-on-region): Err if no mark
963         before reading the command string.
965         * hl-line.el (hl-line-highlight, hl-line-unhighlight):
966         Definitions moved down after hl-line-mode var's definition.
968         * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
969         (hilit-chg-set-face-on-change): Rename arg.
970         (hilit-chg-make-ov): Detect error earlier.
972         * ediff-hook.el: Delete autoload cookies.
974         * comint.el (comint-scroll-show-maximum-output): Default is t.
976         * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
977         (batch-byte-compile-if-not-done): New function.
979         * Makefile.in (compile): New target.
980         (compile-always): Renamed from compile-files.
981         (compile-after-backup): Renamed from compile.
982         (bootstrap): Depend on compile-always, not compile-files.
984         * emulation/pc-select.el (pc-select-save-and-set-mode):
985         Properly use MODE-VAR.
987 2002-01-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
989         * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
990         Version" to "About Emacs".
991         (menu-bar-options-save): Add `default-frame-alist'
992         to saved variables.
993         (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
994         of the variable `scroll-bar-mode'.
996         * startup.el (normal-splash-screen, display-splash-screen):
997         New functions (separated from command-line-1).
998         (command-line-1): Use them.
1000 2002-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
1002         * calendar/calendar.el (generate-calendar-month): Doc fix.
1004 2002-01-27  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1006         * time.el (display-time-mail-directory): New option.
1007         (display-time-mail-function): Update doc-string.
1008         (display-time-mail-icon): Use XPM image when available.
1009         (display-time-string-forms): Use more descriptive text as
1010         help-echo property.
1011         (display-time-mail-check-directory): New function.
1012         (display-time-update): Use it.
1014         * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
1015         Quote `window-system'.
1017         * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
1018         Add Keywords header.  Update Commentary section.
1019         Update copyright notice.
1021         * menu-bar.el (menu-bar-scroll-bar-right)
1022         (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
1023         (showhide-menu-bar): New functions.
1024         (menu-bar-showhide-menu): New submenu "Show/Hide".
1025         (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
1026         "Show/Hide".
1027         Update copyright notice.
1029 2002-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
1031         * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
1033 2002-01-26  Evgeny Roubinchtein  <evgenyr@cs.washington.edu>
1035         * pc-select.el (pc-selection-mode-hook)
1036         (pc-select-saved-settings-alist, pc-select-map)
1037         (pc-select-saved-global-map, pc-select-key-bindings-alist)
1038         (pc-select-default-key-bindings, pc-select-extra-key-bindings)
1039         (pc-select-meta-moves-sexps-key-bindings)
1040         (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
1041         New variables.
1042         (pc-select-define-keys, pc-select-restore-keys): New functions.
1043         (pc-select-add-to-alist, pc-select-save-and-set-var)
1044         (pc-select-save-and-set-mode, pc-select-restore-var)
1045         (pc-select-restore-mode): New macros.
1046         (pc-selection-mode): Completely rewrote the body of the function;
1047         the main goal was to make pc-selection-mode "turn-off"-able, like
1048         other minor modes.  Use define-minore-mode instead of just a
1049         defun.  Store the key bindings into four alists:
1050         pc-select-default-key-bindings, pc-select-extra-key-bindings,
1051         pc-select-meta-moves-sexps-key-bindings, and
1052         pc-select-tty-key-bindings; then have the pc-select-define-keys
1053         function walk those alists instead of calling define-key
1054         repeatedly.  When the mode is turned on, set the
1055         keybindings in global-map and remember the old keybindings; when
1056         the mode is turned off, restore the previously-saved keybindings.
1057         (pc-selection-mode defcustom): Reflect the fact that the mode is
1058         now "turn-off"-able.
1060 2002-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
1062         * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
1063         returns t, don't treat that as an error.
1065 2002-01-25  Jason Rumney  <jasonr@gnu.org>
1067         * faces.el (face-font-registry-alternatives) [windows-nt]:
1068         Add ms-oemlatin as an alternative for iso8859-1.
1070 2002-01-25  Stefan Monnier  <monnier@cs.yale.edu>
1072         * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
1073         args and the absence of an entry.  Don't add -f each time.
1075 2002-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
1077         * emacs-lisp/cl-seq.el (mismatch): Doc fix.
1079         Support for more than 8 colors on character terminals:
1081         * term/rxvt.el: New file.
1083         * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
1085         * term/xterm.el (xterm-standard-colors): New variable.
1086         (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
1087         (xterm-rxvt-set-background-mode): New functions.
1088         (toplevel): Call xterm-register-default-colors,
1089         xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
1090         Add support for more keys from xterm's terminfo entry.
1092         * facemenu.el (list-colors-display): If the argument is nil, don't
1093         show more colors that the number returned by display-color-cells.
1095         * term/pc-win.el (msdos-color-values): Reverse the order of the
1096         colors, since tty-color-define now preserves the registration order.
1098         * w32-fns.el (w32-tty-standard-colors): Reverse the order.
1100         * term/tty-colors.el (tty-standard-colors): Reverse the order.
1101         (tty-register-default-colors): New function; code moved from
1102         startup.el's command-line.
1103         (tty-modify-color-alist): Use nconc instead of cons, to preserve
1104         the order the colors where registered.
1106         * frame.el (display-color-cells): Use tty-display-color-cells.
1108         * startup.el (command-line): Call tty-register-default-colors.
1110 2002-01-25  Richard M. Stallman  <rms@gnu.org>
1112         * subr.el (remove): Doc fix.
1114 2002-01-24  Richard M. Stallman  <rms@gnu.org>
1116         * progmodes/compile.el (compilation-handle-exit):
1117         Add a compilation-handle-exit property to the "finished" message.
1118         (compilation-parse-errors): Stop parsing when that property is seen.
1120         * subr.el (substring-no-properties): New function.
1121         (copy-without-properties): Function deleted.
1123         * term/x-win.el (x-handle-geometry): Put sizes on both
1124         initial-frame-alist and default-frame-alist.
1126         * cus-edit.el (custom-save-all): Bind file-precious-flag to t
1127         for saving .emacs.
1129         * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
1131         * calendar/calendar.el (generate-calendar-month): Doc fix.
1133 2002-01-23  Richard M. Stallman  <rms@gnu.org>
1135         * play/tetris.el (tetris): New defgroup.
1136         (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
1137         (tetris-default-tick-period): Convert to defcustom.
1138         Added * in docstring to indicate user variable.
1139         (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
1140         (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
1141         (tetris-buffer-height, tetris-width, tetris-height)
1142         (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
1144 2002-01-22  Stefan Monnier  <monnier@cs.yale.edu>
1146         * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
1147         and is already matched by adaptive-fill-regexp.
1149 2002-01-22  Richard M. Stallman  <rms@gnu.org>
1151         * bindings.el (mode-line-copied-mode-name): New variable.
1152         (mode-line-mode-name): Don't modify mode-name itself!
1153         Instead, make a copy and reuse it.
1155         * subr.el (copy-without-properties): New function.
1157         * progmodes/sh-script.el (sh-set-shell): Doc fix.
1159         * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
1160         slash if DIR is just slash.
1162         * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
1164 2002-01-21  Richard M. Stallman  <rms@gnu.org>
1166         * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
1168         * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
1169         Move defvar up.
1171         * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
1173         * ibuffer.el: Don't require ibuf-ext at load time.
1174         (ibuffer): Require ibuf-ext here.
1176 2002-01-21  Francesco Potorti`  <pot@gnu.org>
1178         * generic-x.el (apache-conf-generic-mode): Highlight the first
1179         word in a line even if preceded by blanks.
1181 2002-01-21  Richard M. Stallman  <rms@gnu.org>
1183         * window.el (window-body-height): Handle minibuffer window specially.
1184         Otherwise, don't return less than 1.
1186 2002-01-20  Thomas Dorner  <Thomas.Dorner@start.de>
1188         * ange-ftp.el: Added support for BS2000, and for raw ftp
1189         login commands (needed in some circumstances).
1190         (ange-ftp-raw-login): New custom var.
1191         (ange-ftp-normal-login): Perform login with raw ftp commands, if
1192         ange-ftp-raw-login is set and account password is needed.
1193         (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
1194         (ange-ftp-bs2000-filename-pubset-regexp)
1195         (ange-ftp-bs2000-filename-username-regexp)
1196         (ange-ftp-bs2000-filename-prefix-regexp)
1197         (ange-ftp-bs2000-name-template): New consts.
1198         (ange-ftp-bs2000-short-filename-regexp)
1199         (ange-ftp-bs2000-fix-name-regexp-reverse)
1200         (ange-ftp-bs2000-fix-name-regexp): New consts.
1201         (ange-ftp-bs2000-special-prefix): New custom var.
1202         (ange-ftp-fix-name-for-bs2000)
1203         (ange-ftp-fix-dir-name-for-bs2000): New funs.
1204         (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
1205         (ange-ftp-bs2000-posix-hook-installed): New vars.
1206         (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
1207         (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
1208         (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
1209         (ange-ftp-bs2000-filename-regexp): New const.
1210         (ange-ftp-bs2000-additional-pubsets): New custom var.
1211         (ange-ftp-bs2000-cd-to-posix): New fun.
1213 2002-01-20  Colin Walters  <walters@verbum.org>
1215         * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
1216         with `byte-compile-dynamic'.
1217         (ibuffer-default-directory, toplevel): Doc files.
1219 2002-01-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1221         * tempo.el (tempo-define-template): Doc fix.
1223         * scroll-bar.el (scroll-bar-mode): Make argument optional.
1225 2002-01-20  Jason Rumney  <jasonr@gnu.org>
1227         * w32-vars.el: New file.
1229         * loadup.el [windows-nt]: Load it.
1231         * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
1232         and make them defcustoms.
1234         * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
1236 2002-01-19  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1238         * language/tibet-util.el (tibetan-decompose-region)
1239         (tibetan-decompose-string): Fix typo in docstring.
1241         * ruler-mode.el (ruler-mode): New keyword.  Fix :version.
1243 2002-01-18  Richard M. Stallman  <rms@gnu.org>
1245         * comint.el (comint-redirect-send-command-to-process):
1246         Restore previous current buffer.
1248         * window.el (window-body-height): New function.
1250 2002-01-18  Zoltan Kemenczy  <kemenczy@rogers.com>
1252         * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
1253         "Finish Function" menu map entries for jdb mode.
1254         (gud-jdb-use-classpath): New customization variable.
1255         (gud-jdb-command-name): Add customization.
1256         (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
1257         (gud-jdb-classpath-string): New variable.
1258         (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
1259         (gud-jdb-build-source-files-list): Likewise.
1260         (gud-jdb-massage-args): Record any command argument classpath
1261         string in `gud-jdb-classpath-string'.
1262         (gud-jdb-lowest-stack-level): New function, finds bottom of current
1263         java call stack in jdb output.
1264         (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
1265         (gud-jdb-parse-classpath-string): New functions.
1266         (gud-jdb-marker-filter): Search/detect classpath information in
1267         jdb's output.  marker regexp updated to match oldjdb and jdb output
1268         formats.  Expand search for source files to include new/old methods
1269         using new functions above.  Do not allow `gud-marker-acc' to grow
1270         without bound.
1271         (jdb): Set classpath information (if available) as jdb is started.
1272         Change `gud-break' and `gud-remove'
1273         to use new %c ("class") escape in format strings.  Add
1274         `gud-finish', `gud-up', `gud-down' command string functions, and
1275         add them to the local menu map.  Update `comint-prompt-regexp' for
1276         jdb and oldjdb.  If attaching to an already running java VM and
1277         configured to use classpath, send command to query for classpath,
1278         else use previous method for finding and parsing java
1279         sources.  Set `gud-jdb-find-source' function accordingly.
1280         (gud-mode): Doc fix.
1281         (gud-format-command): Add support for new %c ("class") escape.
1282         (gud-find-class): New function in support of %c escape.
1284 2002-01-17  Richard M. Stallman  <rms@gnu.org>
1286         * ibuf-ext.el: Enable byte-compile-dynamic.
1288 2002-01-17  Jason Rumney  <jasonr@gnu.org>
1290         * term/w32-win.el: Restore conditional require of fontset.
1292 2002-01-16  Richard M. Stallman  <rms@gnu.org>
1294         * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
1295         more or less.
1296         (mouse-drag-region): New function.  For a click in the echo area,
1297         show *Messages*.
1299         * ibuf-ext.el: Delete the autoloads for functions defined with
1300         ibuffer-specific commands.
1302         * help.el (describe-distribution): Really call view-file.
1304         * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
1305         (ange-ftp-get-process): Pass that arg.
1307         * comint.el (comint-simple-send): Fix previous change.
1309         * net/telnet.el (telnet-simple-send): Fix previous change.
1311         * progmodes/sql.el (sql-escape-newlines-and-send)
1312         (sql-query-placeholders-and-send): Fix previous change.
1314 2002-01-16  Colin Walters  <walters@verbum.org>
1316         * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
1317         URL, Compatibility headers.  Update copyright notice.
1318         * ibuf-macs.el (toplevel): Require `cl' when compiling.
1320 2002-01-16  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
1322         * startup.el (command-line): Set EOL mnemonics for the Mac.
1324 2002-01-16  Andreas Schwab  <schwab@suse.de>
1326         * mail/feedmail.el (feedmail): Fix :link spec.
1328 2002-01-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1330         * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
1331         2 ldapsearch.
1333         * net/eudc.el: New maintainer.  Change author's address.
1334         (eudc-pre-select-window-configuration, eudc-insertion-marker):
1335         Variables removed.
1336         (eudc-insert-selected): Function removed.
1337         (eudc-select): Reimplemented.
1338         (eudc-expand-inline): Delete the strings only after its expansion
1339         is chosen not before.
1341         * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
1342         Minor coding style fixes.
1344         * net/eudcb-ldap.el: New maintainer.  Change author's address.
1345         (eudc-attribute-display-method-alist): Display mail with
1346         eudc-display-mail.
1348         * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
1349         * net/eudc-vars.el: New maintainer.  Change author's address.
1351         * net/eudc-bob.el: New maintainer.  Change author's address.
1352         (eudc-bob-mail-keymap): New keymap for e-mail addresses.
1353         (eudc-display-mail): New function.
1354         (eudc-bob-play-sound-at-point): Remove XEmacs case.
1356 2002-01-15  Richard M. Stallman  <rms@gnu.org>
1358         * emacs-lisp/autoload.el (make-autoload):
1359         Don't handle define-ibuffer-column, define-ibuffer-filter,
1360         define-ibuffer-sorter, and define-ibuffer-op.
1362 2002-01-14  Richard M. Stallman  <rms@gnu.org>
1364         * calendar/calendar.el (diary-date-forms): Doc fix.
1366 2002-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
1368         * startup.el (command-line): Register the default tty colors even
1369         if the terminal doesn't seem to support colors.
1370         <tty-long-option-alist>: New option --color.
1371         (tty-handle-args): Parse the --color arg.
1373         * term/tty-colors.el (tty-color-mode-alist): New variable.
1375 2002-01-14  Stefan Monnier  <monnier@cs.yale.edu>
1377         * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
1378         (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
1379         Use it.
1380         (ange-ftp-hook-function): Preserve match-data.
1381         (ange-ftp-insert-directory): Typo.
1382         (ange-ftp-shell-command): Check if regexp matched.
1384 2002-01-13  Richard M. Stallman  <rms@gnu.org>
1386         * international/mule-cmds.el: help-map bindings moved to help.el.
1388         * help.el (view-echo-area-messages): New function.
1389         (help-map): Add `e' binding.  Delete obsolete `d' binding.
1390         Change old Info bindings C-f, C-k and C-i to F, K, S.
1391         Move view-emacs-FAQ from F to C-f.
1392         Move view-emacs-problems from P to C-e.
1393         Bindings moved here from mule-cmds.el.
1394         C-l binding for describe-language-environment deleted
1395         (help-for-help): Update for all these changes.
1397         * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
1399 2002-01-13  Dave Love  <fx@gnu.org>
1401         * emacs-lisp/copyright.el: Doc fixes.
1402         (copyright-regexp): Add Latin-9 copyright sign.
1403         Match comment delimiters in year lists.
1404         (copyright-current-year): Initialize to load-time year.
1406 2002-01-13  Andreas Schwab  <schwab@suse.de>
1408         * dired-aux.el (dired-do-shell-command): Doc fix.
1410 2002-01-13  Jan Djarv  <Jan.Djarv@mbox200.swipnet.se>
1412         * startup.el (command-line-x-option-alist): New options "-fs",
1413         "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
1415         * term/x-win.el (x-handle-initial-switch): New function.
1417 2002-01-13  Colin Walters  <walters@debian.org>
1419         * emacs-lisp/autoload.el (make-autoload): Handle
1420         define-ibuffer-column, define-ibuffer-filter,
1421         define-ibuffer-sorter, and define-ibuffer-op.
1423         * emacs-lisp/lisp-mode.el (toplevel): Ditto.
1425         * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
1427 2002-01-12  Richard M. Stallman  <rms@gnu.org>
1429         * net/browse-url.el (browse-url-grail):
1430         Use browse-url-maybe-new-window.
1432         * net/telnet.el (telnet-simple-send): Handle
1433         comint-input-sender-no-newline like comint-simple-send.
1435         * progmodes/sql.el (sql-query-placeholders-and-send): Handle
1436         comint-input-sender-no-newline like comint-simple-send.
1437         (sql-escape-newlines-and-send): Likewise.
1439         * comint.el (comint-input-sender): Doc fix.
1440         (comint-input-sender-no-newline): New variable.
1441         (comint-simple-send): If comint-input-sender-no-newline,
1442         don't output newline, but maybe send eof.
1443         (comint-send-input): New arg NO-NEWLINE.
1444         (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
1446 2002-01-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1448         * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent
1449         delaying when executing keyboard macros.
1451 2002-01-12  Richard M. Stallman  <rms@gnu.org>
1453         * simple.el (line-move): If we can't move enough lines,
1454         go to beginning or end of line.
1456         * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
1457         and proper window.
1459         * help.el (describe-mode): Call help-setup-xref in the help buffer.
1460         Switch buffers only after calling `help-buffer'.
1462         * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
1463         only when they are surrounded by whitespace.
1464         Use dired-mark-separator when adding one file name to a command.
1465         (dired-do-shell-command): Verify that * is surrounded by whitespace.
1466         Ask for confirmation if * or ? is not surrounded by whitespace.
1467         (dired-bunch-files): Re-reverse the partial file list when it is used.
1469 2002-01-12  Richard M. Stallman  <rms@gnu.org>
1471         * comint.el (comint-dynamic-list-completions): Repeating the command
1472         after displaying a completion list scrolls the list.
1474 2002-01-12  Eli Zaretskii  <eliz@is.elta.co.il>
1476         * files.el (find-file-noselect): Don't consider a buffer as
1477         visiting a file literally if it is in hexl-mode.
1479         * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
1481 2002-01-11  Richard M. Stallman  <rms@gnu.org>
1483         * startup.el (initial-scratch-message): Fix custom type, add group.
1485         * mail/rmail.el (rmail-decode-babyl-format): Disable undo
1486         around the decode-coding-region call.
1488         * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
1489         after displaying a completion list scrolls the list.
1491 2002-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
1493         * version.el (emacs-version): Bump to 21.2.50.
1495 2002-01-10  Thien-Thi Nguyen  <ttn@giblet.glug.org>
1497         * play/zone.el (zone-timeout): New var.
1498         (zone-hiding-modeline): New macro.
1499         (zone-call): New func.
1501         (zone): Init `modeline-hidden-level' symbol property.
1502         Use `zone-call' instead of `funcall'.
1504         (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
1506         (zone-pgm-stress): Use `zone-hiding-modeline'.
1508         (zone-pgm-stress-destress): New zone program.
1510 2002-01-10  Eli Zaretskii  <eliz@is.elta.co.il>
1512         * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
1514 2002-01-09  Richard M. Stallman  <rms@gnu.org>
1516         * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
1518 2002-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>
1520         * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
1521         flyspell-mouse-map.
1523 2002-01-08  Richard M. Stallman  <rms@gnu.org>
1525         * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
1527         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
1529         * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
1531 2002-01-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1533         * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
1534         Do not use make-local-hook.
1536 2002-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
1538         * international/quail.el (quail-start-translation)
1539         (quail-start-conversion): Bind last-command-event, last-command,
1540         and this-command in the first let.  This fixes the change from
1541         2000-08-30.
1543 2002-01-08  Michael Kifer  <kifer@cs.stonybrook.edu>
1545         * ediff-hook.el: Add an autoload cookie.
1547 2002-01-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1549         * net/eudcb-ph.el, net/ldap.el: New maintainer.  New e-mail
1550         address of the author.
1552 2002-01-08  Richard M. Stallman  <rms@gnu.org>
1554         * replace.el (occur-mode-goto-occurrence-other-window): New command.
1555         (occur-mode-map): Bind `o' to that.
1557 2002-01-07  Michael Kifer  <kifer@cs.stonybrook.edu>
1559         * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
1560         new macro that replaces viper-emacs-p and viper-xemacs-p in many
1561         cases. Used to reduce the number of warnings.
1563         * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
1564         (viper-standard-value): Move here from viper.el.
1565         (viper-set-unread-command-events): Move to viper-util.el
1566         (viper-check-minibuffer-overlay): Make sure
1567         viper-minibuffer-overlay is moved to cover the entire input field.
1569         * viper-util.el:  use viper-cond-compile-for-xemacs-or-emacs.
1570         (viper-read-key-sequence, viper-set-unread-command-events)
1571         (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
1573         * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
1575         * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
1577         * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
1579         * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
1580         (viper-event-vector-p): Move to viper-util.el
1582         * viper.el (viper-standard-value): Move to viper-cmd.el.
1583         Use viper-cond-compile-for-xemacs-or-emacs.
1585         * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1587         * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1589         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
1590         New macro designed to be used in many places where ediff-emacs-p or
1591         ediff-xemacs-p was previously used.  Reduces the number of warnings.
1592         Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
1593         of ediff-xemacs-p.
1594         (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
1595         (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
1596         (ediff-whitespace-diff-region-p, ediff-get-region-contents):
1597         Move to ediff-util.el.
1598         (ediff-event-key): Moved here.
1600         * ediff-merge.el: Got rid of unreferenced variables.
1602         * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1604         * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1605         (ediff-cleanup-mess): Improve the way windows are set up after
1606         quitting ediff.
1607         (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
1608         (ediff-dispose-of-variant-according-to-user): New function
1609         designed to be smarter and also understands indirect buffers.
1610         (ediff-highlight-diff-in-one-buffer)
1611         (ediff-unhighlight-diff-in-one-buffer)
1612         (ediff-unhighlight-diffs-totally-in-one-buffer)
1613         (ediff-highlight-diff, ediff-highlight-diff)
1614         (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
1615         (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
1616         (ediff-get-region-contents, ediff-make-current-diff-overlay):
1617         Moved here.
1618         (ediff-format-bindings-of): New function by Hannu Koivisto
1619         <azure@iki.fi>.
1620         (ediff-setup): Make sure the merge buffer is always widened and
1621         modifiable.
1622         (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
1623         result of a merge into a file visited by another buffer.
1624         (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
1625         is visited by another buffer and ask to save/delete that buffer.
1626         (ediff-verify-file-merge-buffer): New function to do the above.
1628         * ediff-vers.el: Load ediff-init.el at compile time.
1630         * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1632         * ediff.el (ediff-windows, ediff-regions-wordwise)
1633         (ediff-regions-linewise): Use indirect buffers to improve
1634         robustness and make it possible to compare regions of the same
1635         buffer (even overlapping regions).
1636         (ediff-clone-buffer-for-region-comparison)
1637         (ediff-clone-buffer-for-window-comparison): New functions.
1638         (ediff-files-internal): Refuse to compare identical files.
1639         (ediff-regions-internal): Get rid of the warning about comparing
1640         regions of the same buffer.
1642         * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
1643         Plus the following fixes courtesy of Dave Love: Doc fixes.
1644         (ediff-word-1): Use word class and move - to the
1645         front per regexp documentation.
1646         (ediff-wordify): Bind forward-word-function outside loop.
1647         (ediff-copy-to-buffer): Use insert-buffer-substring rather than
1648         consing buffer contents.
1649         (ediff-goto-word): Move syntax table setting outside loop.
1651 2002-01-07  Richard M. Stallman  <rms@gnu.org>
1653         * dired.el (dired-copy-filename-as-kill): Call kill-append
1654         if following a kill command.
1656         * help-fns.el (describe-variable, describe-function):
1657         Do save-excursion.
1659 2002-01-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1661         * net/ldap.el (ldap-search-internal): Skip error message from
1662         ldapsearch.  Allow listing attribute names only.  Do not open
1663         non-existent files.
1665         * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
1666         call non-existent function.
1668         * net/eudc.el (top-level): Revert previous change.
1670         * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
1671         variables to prevent warning from byte-compiler.
1673         * net/eudc.el (top-level): Use eudc-xemacs-p instead of
1674         string-match on emacs-version again.
1676         * enriched.el (enriched-make-annotation): Fix the change from
1677         2002-01-05.
1678         (enriched-handle-display-prop): Return proper values.
1680         * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use
1681         proper attribute name labeledUri instead of deprecated labeledUrl.
1683 2002-01-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1685         * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
1686         editing an empty hotlist.
1688         * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
1689         Use buffer-string instead of buffer-substring for the whole
1690         buffer.
1692         * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
1693         not free.
1695         * net/eudc-bob.el (eudc-bob-can-display-inline-images)
1696         (eudc-bob-display-jpeg): Use fboundp instead of boundp.
1697         (eudc-bob-save-object): Make the buffer unibyte.
1698         (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
1699         object to external program.
1701 2002-01-05  Andre Spiegel  <spiegel@gnu.org>
1703         * vc.el (vc-branch-part): Return nil if there's no `.'
1704         (vc-default-previous-version): Renamed from vc-previous-version.
1705         New args BACKEND and FILE.  Return nil for revision numbers
1706         without a `.'
1707         (vc-version-diff): Call vc-BACKEND-previous-version.
1708         (vc-steal-lock): Steal lock before composing mail, so that no mail
1709         is sent when the stealing goes wrong.  And we'll actually see the
1710         error in that case now.
1711         (vc-finish-steal): Removed.
1713         * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
1714         the lock, so that we see expanded headers.
1715         (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p,
1716         vc-rcs-minor-part, vc-rcs-previous-version): Removed.  These are
1717         available from vc.el.  Updated all callers.
1719 2002-01-05  Richard M. Stallman  <rms@gnu.org>
1721         * enriched.el (enriched-make-annotation): Doc fix.
1723         * format.el (format-replace-strings, format-subtract-regions)
1724         (format-annotate-region, format-annotate-location)
1725         (format-annotate-atomic-property-change)
1726         (format-annotate-single-property-change): Doc fixes.
1728 2002-01-05  Jason Rumney  <jasonr@gnu.org>
1730         * term/w32-win.el: Require fontset unconditionally.
1731         (w32-handle-scroll-bar-event): Remove.
1733 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1735         * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
1736         copyrights to be updated.
1738 2002-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
1740         * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
1741         2001-10-24.
1743         * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
1745 2002-01-04  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1747         * net/ldap.el (ldap-host-parameters-alist): Remove duplicated
1748         entry.
1749         (ldap-ignore-attribute-codings): Change the default value to allow
1750         encoding/decoding of attributes.
1751         (ldap-coding-system): Use UTF-8 as the coding-system.  Doc fix.
1753 2002-01-03  Richard M. Stallman  <rms@gnu.org>
1755         * files.el (basic-save-buffer): Undo previous change.
1757         * calendar/diary-lib.el (diary-block): Doc fix.
1759         * custom.el (defcustom): Fix syntax of previous change.
1761 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
1763         * custom.el (defcustom): Documented :tag, :link and :load.
1765 2002-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
1767         * mail/sendmail.el (mail-recover-1): New function.
1768         (mail-recover): Switch to the *mail* buffer right away.  Use
1769         buffer-auto-save-file-name instead of calling
1770         make-auto-save-file-name.  Call dired-noselect instead of invoking
1771         `ls' directly.  Bind coding-system-for-read to emacs-mule-unix
1772         before reading the auto-save file.  If the buffer's auto-save file
1773         does not exist, call mail-recover-1 to allow recovery from past
1774         auto-saved drafts.
1776 2002-01-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1778         * time.el (display-time-load-average-threshold): Fix defcustom
1779         (add type and group).
1781         * net/ange-ftp.el (ange-ftp-shell-command): Remove port
1782         specification from the hostname.
1784 2002-01-02  Richard M. Stallman  <rms@gnu.org>
1786         * facemenu.el (facemenu-active-faces):
1787         Use face-attributes-as-vector, not face-attributes-vector.
1789 2002-01-02  Chris Hanson  <cph@aarau.ai.mit.edu>
1791         * xscheme.el: Eleven years of updates on a private copy.
1793         Extensive changes to support multiple xscheme buffers:
1794         (run-scheme): Break up into new functions to facilitate starting
1795         processes in other buffers.
1796         (xscheme-start, xscheme-read-command-line): New functions.
1797         (start-scheme, select-scheme)
1798         (default-xscheme-runlight)
1799         (global-set-scheme-interaction-buffer)
1800         (local-set-scheme-interaction-buffer)
1801         (local-clear-scheme-interaction-buffer)
1802         (exit-scheme-interaction-mode)
1803         (verify-xscheme-buffer): New functions.
1804         (xscheme-process-name, xscheme-buffer-name)
1805         (xscheme-runlight): New internal vars.
1806         (default-xscheme-runlight): New const.
1807         (xscheme-start-process): Add args for the process/buffer names.
1808         (reset-scheme): Pass process/buffer names.
1809         (scheme-interaction-mode): Initialize new local vars.
1810         (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
1811         (xscheme-select-process-buffer, xscheme-process-buffer)
1812         (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
1813         (xscheme-goto-output-point, xscheme-write-message-1): Use new
1814         var xscheme-process-name.
1815         (xscheme-start-process): Initialize xscheme-process-name and
1816         xscheme-buffer-name in the process buffer.  Pass buffer name to
1817         xscheme-modeline-initialize.
1818         (xscheme-modeline-initialize): Add argument to specify buffer name
1819         for mode-line vars.
1820         (xscheme-process-sentinel): Make sure sentinel is run in the
1821         process buffer so it sees its local vars.
1822         (xscheme-process-filter-initialize, xscheme-set-runlight): More
1823         elaborate logic to handle multiple-buffer mode lines.
1825         (xscheme-enter-input-wait): Re-enable control-G handler upon
1826         entering input wait.
1828         (scheme-interaction-mode): Add arg to preserve local vars.
1829         (xscheme-enter-interaction-mode)
1830         (xscheme-enter-debugger-mode): Preserve local vars.
1831         (xscheme-start-process): Clobber local vars.
1833         (scheme-interaction-mode-commands): Allow end user to add commands
1834         to scheme-interaction-mode keymap.
1835         (scheme-interaction-mode-commands-alist): New variable.
1837         (xscheme-send-string): Don't use insert-before-markers.
1839         Implement a per-buffer kill ring:
1840         (xscheme-insert-expression)
1841         (xscheme-rotate-yank-pointer, xscheme-yank)
1842         (xscheme-yank-pop, xscheme-yank-push): New functions.
1843         (xscheme-expressions-ring)
1844         (xscheme-expressions-ring-yank-pointer)
1845         (xscheme-expressions-ring-max): New variables.
1846         (xscheme-send-string-1): Call xscheme-insert-expression to save
1847         expression in ring.
1848         (xscheme-yank-previous-send): Now an alias for xscheme-yank.
1849         (xscheme-previous-send): Deleted variable.
1851         (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed,
1852         xscheme-send-control-g-interrupt): Use process-send-string rather
1853         than send-string.
1855         (xscheme-send-region): Insert a newline after an expression that
1856         is submitted in the interaction buffer, for consistency with
1857         recent changes to Edwin.
1859         (xscheme-delete-output): New function mimics comint-delete-output.
1860         (xscheme-last-input-end): New internal variable.
1861         (xscheme-process-filter-output): Update xscheme-last-input-end.
1863         (xscheme-send-control-g-interrupt): Make sure that
1864         xscheme-control-g-disabled-p is looked up in the right buffer.
1866         (xscheme-enable-control-g): Clear C-g message if visible.
1867         (xscheme-control-g-message-string): New internal var.
1868         (xscheme-send-control-g-interrupt): Use new var.
1870         (xscheme-send-control-g-interrupt, xscheme-send-interrupt): Delay
1871         after sending interrupt in order to work around race condition.
1873         (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
1874         (xscheme-send-char): Use xscheme-send-char rather than send-string
1875         to send single char.
1877         (xscheme-process-filter, xscheme-process-filter-alist): Add
1878         support for evaluating expressions outside of the call-excursion.
1879         (xscheme-process-filter:string-action-noexcursion): New func.
1881         (xscheme-write-value): Change output string to match that used by
1882         Edwin.
1884         (xscheme-coerce-prompt): Don't write a space after a command
1885         prompt.  The PROMPT-FOR-COMMAND- procedures will take care of this
1886         for us.
1888         (reset-scheme): Delete process after killing it.
1890 2002-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
1892         * bindings.el (function-key-map): Don't bind shifted keypad
1893         numeric keys.
1895 2002-01-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1897         * enriched.el (enriched-handle-display-prop): Remove unused
1898         variables.
1899         (enriched-mode): Doc fix.
1901 2002-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
1903         * international/ucs-tables.el (ucs-8859-8-alist): Comment away
1904         Hebrew points.
1906 2002-01-01  Richard M. Stallman  <rms@gnu.org>
1908         * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
1910 2001-12-31  Richard M. Stallman  <rms@gnu.org>
1912         * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
1913         * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
1914         * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
1915         * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
1916         * progmodes/cperl-mode.el, progmodes/idlwave.el:
1917         * progmodes/sh-script.el, progmodes/vhdl-mode.el:
1918         Adapt face definitions to use :weight and :slant.
1920         * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
1922         * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
1924         * font-lock.el (initializing from font-lock-face-attributes):
1925         Use :weight and :slant, not :bold and :italic.
1927 2001-12-31  Per Abrahamsen  <abraham@dina.kvl.dk>
1929         * cus-edit.el (custom-face-edit-fix-value): New function.
1930         (custom-face-edit): Use it, to convert :italic and :bold to new forms.
1932 2001-12-30  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1934         * progmodes/octave-mod.el (octave-abbrev-table):
1935         * progmodes/idlwave.el (idlwave-mode-abbrev-table):
1936         * progmodes/fortran.el (fortran-mode-abbrev-table):
1937         * progmodes/f90.el (f90-mode-abbrev-table):
1938         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
1939         * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
1940         predefined abbrevs as "system" abbrevs.
1942 2001-12-30  Richard M. Stallman  <rms@gnu.org>
1944         * info.el (Info-fontify-node): For a **** underline line, put the
1945         invisible and intangible props on the following newline, but not
1946         on the previous newline or the last char of the previous line.
1948         * faces.el (face-set-after-frame-default): Don't change `default' face.
1950         * faces.el (minibuffer-prompt): Adopt some default colors.
1952         * replace.el (query-replace-read-args): Immediate error if read-only.
1954         * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
1955         Display the output buffer in a more intelligent way.
1957 2001-12-30  Eli Zaretskii  <eliz@is.elta.co.il>
1959         * ls-lisp.el (insert-directory): Modify the "total" line wording,
1960         in accordance with files.el's insert-directory.
1962 2001-12-29  Richard M. Stallman  <rms@gnu.org>
1964         * files.el (basic-save-buffer): If a before-write hook displays
1965         an echo area message, pause before calling basic-save-buffer-1.
1967 2001-12-29  Markus Rost  <rost@math.ohio-state.edu>
1969         * textmodes/reftex-global.el (reftex-query-replace-document)
1970         (reftex-change-label): Doc fix.
1972         * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
1974         * progmodes/etags.el (tags-query-replace): Doc fix.
1976 2001-12-29  Richard M. Stallman  <rms@gnu.org>
1978         * progmodes/compile.el (compile-internal): Fix previous change.
1980 2001-12-28  Richard M. Stallman  <rms@gnu.org>
1982         * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
1983         shrink the windows above as necessary to get space.
1984         (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
1986         * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
1987         This fixes a bug that treated all files as directories.
1988         (ange-ftp-insert-directory): Explicitly follow symlinks.
1990         * international/iso-transl.el (iso-transl-char-map) Eliminate the
1991         alias symbols--put the translated sequences here directly.
1993         * progmodes/cc-mode.el (c-mode-abbrev-table)
1994         (c++-mode-abbrev-table, objc-mode-abbrev-table)
1995         (java-mode-abbrev-table, pike-mode-abbrev-table):
1996         Mark all the predefined abbrevs as "system" abbrevs.
1998         * mail/sendmail.el (mail-envelope-from): Fix custom type.
1999         (sendmail-send-it): Check mail-specify-envelope-from
2000         and mail-envelope-from in the mail buffer at start.
2002 2001-12-28  Simon Josefsson  <jas@extundo.com>
2004         * mail/sendmail.el (mail-envelope-from): Fix :type.
2005         (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
2007 2001-12-28  Richard M. Stallman  <rms@gnu.org>
2009         * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
2011         * simple.el (line-move-invisible): New subroutine.
2012         (line-move-to-column): New subroutine--smarter about advancing over
2013         invisible parts of a line, or lines, but only as long as hpos grows.
2014         (line-move-finish): New subroutine: repeatedly processes desired
2015         column, intangibility, and fields.
2016         (line-move): Use those subroutines.
2017         When moving lines downward, skip invisible text first rather than last.
2019 2001-12-27  Richard M. Stallman  <rms@gnu.org>
2021         * international/mule-diag.el (describe-char-after):
2022         Describe the text properties of the char after point.
2024         * help.el (describe-key): Doc fix.
2026 2001-12-26  Markus Rost  <rost@math.ohio-state.edu>
2028         * find-dired.el (find-dired-sentinel): Precede exit message by
2029         two spaces, to match the regexp in dired-between-files.
2031 2001-12-28  Miles Bader  <miles@gnu.org>
2033         * wid-edit.el (widget-toggle-value-create): Don't eval actual
2034         images (which are lists too).
2036 2001-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
2038         * language/european.el: Fix the doc string of "Latin-5" language
2039         environment.
2041 2001-12-26  Richard M. Stallman  <rms@gnu.org>
2043         * textmodes/flyspell.el (flyspell-mode-map): New keymap,
2044         defined as before 2001-11-09.
2045         (add-minor-mode call): Specify the keymap.
2047         * progmodes/compile.el (compile-internal):
2048         Set TERM variable in process-environment.
2050 2001-12-25  Richard M. Stallman  <rms@gnu.org>
2052         * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
2053         the buffer.
2055         * startup.el (command-line): Convert command line args
2056         to Emacs internal representation using locale-coding-system.
2058 2001-12-25  Eli Zaretskii  <eliz@is.elta.co.il>
2060         * international/fontset.el: Don't require ind-util when compiling.
2062 2001-12-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2064         * emulation/tpu-edt.el (tpu-reset-screen-size): Use
2065         set-frame-height and set-frame-width instead of set-screen-height
2066         and set-screen-width.
2068         * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
2069         of obsolete set-screen-width.
2071         * locate.el (locate): Remove dot at the end of error argument.
2073         * emerge.el (emerge-show-file-name): Use frame-height instead of
2074         obsolete screen-height.
2076         * mail/mh-utils.el (mh-show-msg): Likewise.
2077         (mh-handle-process-error): Use frame-width instead of obsolete
2078         screen-width.
2080 2001-12-25  Richard M. Stallman  <rms@gnu.org>
2082         * window.el (balance-windows): Use new PRESERVE-BEFORE arg
2083         to enlarge-window.  Use save-selected-window.  Don't try
2084         to resize windows that end at the bottom "level".
2085         Retry changing the sizes until the windows get the desired sizes.
2086         Discount the minibuffer when computing total height available.
2088         * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
2089         (debugger-make-xrefs): Only make a button for the first symbol
2090         on any line.
2092 2001-12-24  Eli Zaretskii  <eliz@is.elta.co.il>
2094         * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
2095         Call IT-setup-unicode-display here instead of adding it to
2096         dos-codepage-setup-hook, so that Unicode display tables are set
2097         before dos-codepage-setup-hook runs.
2099 2001-12-24  Richard M. Stallman  <rms@gnu.org>
2101         * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
2102         (nslookup-mode-abbrev-table): Don't define it.
2103         (smbclient-mode-abbrev-table): Don't define it.
2104         (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
2105         (nslookup-mode, smbclient-mode): Likewise.
2106         (network-connection-service-abbrev-alist): Variable deleted.
2107         (network-connection-mode-setup): Don't set up abbrev table.
2109         * faces.el (minibuffer-prompt): New face.
2110         (minibuffer-prompt-properties): Add `face' property.
2112         * replace.el (occur-mode-display-occurrence): New function.
2113         (occur-mode-map): Bind C-o to it.
2115 2001-12-24  Michael Kifer  <kifer@cs.sunysb.edu>
2117         * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
2118         (viper-special-read-and-insert-char): Make C-m work right in the r
2119         comand.
2120         (viper-buffer-search-enable): Fixed format string.
2122         * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
2123         instead of viper-info-on-file.
2124         (ex-set-visited-file-name): New function.
2126         * viper.el (viper-emacs-state-mode-list): Added mail-mode.
2128         * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
2129         action argument.
2131         * ediff-init.el: Fixed some doc strings.
2133         * ediff-util.el (ediff-after-quit-hook-internal): New variable.
2134         Got rid of make-local-hook.
2136         * ediff-wind.el (ediff-setup-control-frame): Got rid of
2137         make-local-hook.
2139 2001-12-23  Richard M. Stallman  <rms@gnu.org>
2141         * term/x-win.el (x-handle-geometry): Put height and width
2142         on default-frame-alist, left and top on initial-frame-alist.
2143         * term/w32-win.el (x-handle-geometry): Likewise.
2145         * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
2147         * play/yow.el (yow): Use an arg to distinguish interactive calls,
2148         not interactive-p.
2150 2001-12-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2152         * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove
2153         mocklisp entries.
2155         * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
2156         Lisp.  Obsoleted.
2158         * emulation/mlconvert.el: File removed.
2160         * emulation/mlsupport.el: Moved to obsolete.
2162         * obsolete/mlsupport.el: Moved there from lisp/emulation.
2164         * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
2166         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove
2167         mocklisp case.
2169         * help-fns.el (describe-function-1): Remove mocklisp function
2170         case.
2172 2001-12-22  Miles Bader  <miles@gnu.org>
2174         * textmodes/refill.el (refill-mode): Don't barf when redundantly
2175         turning refill-mode off.
2177 2001-12-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2179         * time.el (display-time-load-average-threshold): New variable.
2180         (display-time-update): Use it.
2182         These changes allow cycling through past 1, 5 and 15 minutes
2183         load-average displayed in the mode-line.
2185         * time.el (display-time-default-load-average): New customizable option.
2186         (display-time-load-average): New variable.
2187         (display-time-cycle-load-average): New function.
2188         (display-time-update): Use them.
2190 2001-12-21  Richard M. Stallman  <rms@gnu.org>
2192         * apropos.el (apropos-print): SPACING is now nil or a separator string.
2193         (apropos-documentation, apropos-value): Pass a suitable string.
2195 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
2197         * dired.el (dired-free-space-program, dired-free-space-args):
2198         Aliases for back-compatibility.
2200         * info.el (Info-select-node): If Info-use-header-line is nil, set
2201         header-line-format to nil.
2202         (Info-fontify-node): Don't put a keymap text property on the
2203         heading if we are not going to display the header line.  Remove
2204         any such text properties left over from past visits to this node.
2206         * ls-lisp.el (insert-directory): Insert the amount of free disk
2207         space, like files.el's insert-directory does.
2209         * files.el (directory-free-space-program): Mention
2210         file-system-info in the doc string.
2211         (get-free-disk-space): New function; code moved from
2212         insert-directory.
2213         (insert-directory): Call get-free-disk-space to get the amount of
2214         free space.
2216 2001-12-21  Richard M. Stallman  <rms@gnu.org>
2218         * help.el (view-order-manuals, view-emacs-news, describe-copying)
2219         (describe-distribution, describe-project): Use view-file.
2221         * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
2223         * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
2225         * emacs-lisp/easy-mmode.el (define-minor-mode):
2226         Make no arg by default in an interactive call,
2227         so that repeating the command toggles again.
2229         * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
2231 2001-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
2233         * antlr-mode.el: More sophisticated indentation of cpp directive.
2234         (antlr-indent-at-bol-alist): New user option.
2235         (antlr-indent-line): Use it.
2236         (antlr-indent-style): New user option.
2237         (antlr-mode): Use it.
2238         (antlr-indent-item-regexp): Customize.
2240         * antlr-mode.el: Syntax highlighting changes.
2241         (antlr-font-lock-literal-regexp): New user option.
2242         (antlr-font-lock-syntax-face): New face used for :, |, ....
2243         (antlr-font-lock-default-face): New face.
2244         (antlr-font-lock-additional-keywords): Use them.
2246         * antlr-mode.el: New command to insert options -- variables.
2247         (antlr-mode-map): New binding [C-c C-o].
2248         (antlr-mode-menu): New submenus.
2249         (antlr-options-use-submenus): New user option.
2250         (antlr-tool-version): New user option.
2251         (antlr-options-auto-colon): New user option.
2252         (antlr-options-style): New user option.
2253         (antlr-options-push-mark): New user option.
2254         (antlr-options-assign-string): New user option.
2255         (antlr-options-headings): New variable.
2257         * antlr-mode.el: New command to insert options -- specific.
2258         (antlr-options-alists): New variable.
2259         (antlr-read-value): New function.
2260         (antlr-read-boolean): New function.
2261         (antlr-language-option-extra): New function.
2262         (antlr-language-limit-n-regexp): Change default to higher LIMIT.
2263         (antlr-c++-mode-extra): New function.
2264         (antlr-grammar-tokens): New function.
2265         (antlr-imenu-create-index-function): New optional argument.
2267         * antlr-mode.el: New command to insert options -- functions.
2268         (antlr-insert-option): New command.
2269         (antlr-insert-option-interactive): New function.
2270         (antlr-options-menu-filter): New function.
2271         (antlr-option-kind): New function.
2272         (antlr-scan-lists): New alias.
2273         (antlr-scan-lists-internal): New function.
2274         (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
2275         (antlr-option-level): New function.
2276         (antlr-syntactic-grammar-depth): New function.
2277         (antlr-option-location): New function.
2278         (antlr-insert-option-do): New function.
2279         (antlr-option-spec): New function.
2280         (antlr-version-string): New function.
2281         (antlr-insert-option-existing): New function.
2282         (antlr-insert-option-space): New function.
2283         (antlr-insert-option-area): New function.
2285         * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
2286         with narrowing.  Menu change.  Miscellaneous.
2287         (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
2288         (antlr-mode-map): New bindings for characters in ":;|&(){}".
2289         (antlr-electric-character): New command.
2290         (antlr-class-header-regexp): New variable.
2291         (antlr-font-lock-additional-keywords): Use it.
2292         (antlr-imenu-create-index-function): Use it.
2293         (antlr-file-dependencies): Use it.
2294         (antlr-indent-line): Also works with restrictions.
2295         (antlr-indent-command): Interactive spec - changes the buffer.
2296         (antlr-language-for-option): Deletia.
2297         (antlr-language-option): New function, defined instead.
2298         (antlr-mode): Use it.
2299 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
2301         * jka-compr.el (jka-compr-partial-uncompress): Use null-device
2302         instead of a literal /dev/null.
2304         * Makefile.in (distclean): Remove Makefile in the build
2305         directory, not in the source directory.
2307 2001-12-21  Simon Josefsson  <jas@extundo.com>.
2309         * mail/smtpmail.el (smtpmail-send-queued-mail): Use
2310         with-temp-buffer instead of find-file-noselect, and bind
2311         coding-system-for-read to no-conversion when reading the queued
2312         messages.  (Simon's code modified slightly by Eli Zaretskii.)
2314 2001-12-20  Werner Lemberg  <wl@gnu.org>
2316         * international/mule-diag.el (describe-coding-system,
2317         print-coding-system-briefly): Make printed output have a similar
2318         format as describe-character-set.
2320 2001-12-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2322         * play/blackbox.el (bb-member): Remove, use member instead.
2323         (bb-delete): Remove, use delete instead.
2324         Update copyright notice.  Defvar for bb-board, bb-x, bb-y,
2325         bb-score, bb-detour-count and bb-balls-placed.
2326         Propertize results of rays.
2328 2001-12-19  Karl Fogel  <kfogel@red-bean.com>
2330         * isearch.el (isearch-forward, isearch-edit-string): Make doc
2331         strings mention keybinding for `isearch-yank-word-or-char',
2332         rather than `isearch-yank-word', since the former is bound now
2333         and the latter is not.
2334         (isearch-yank-word-or-char): Fix formatting.
2336 2001-12-19  Werner Lemberg  <wl@gnu.org>
2338         * language/czech.el, language/european.el, language/slovak.el: More
2339         fixes for language info doc strings.
2341 2001-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
2343         * loadup.el: Add "language" to the load-path.
2345 2001-12-19  Richard M. Stallman  <rms@gnu.org>
2347         * international/mule-cmds.el (describe-language-environment):
2348         Fix calls to help-xref-button.
2350 2001-12-19  Miles Bader  <miles@gnu.org>
2352         * international/fontset.el: Require `ind-util' when compiling.
2354 2001-12-18  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2356         * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
2357         instead of decompose-composite-char.
2359 2001-12-18  Richard M. Stallman  <rms@gnu.org>
2361         * simple.el (eval-expression-print-level)
2362         (eval-expression-print-length): Doc fixes.
2364         * international/mule-diag.el (describe-character-set):
2365         Fix the arg to help-xref-button.
2367         * files.el (directory-free-space-program): New variable.
2368         (directory-free-space-args): New variable.
2369         (insert-directory): Use those two variables for getting free space.
2370         Use file-system-info instead, if that is defined.
2372         * dired.el (dired-free-space-program): Variable deleted.
2373         (dired-free-space-args): Variable deleted.
2374         (dired-insert-directory): Don't try to determine free space.
2376         * files.el (font-lock-defaults): Add risky-local-variables prop.
2377         (hack-one-local-variable): Treat various font-lock variables as risky.
2379 2001-12-18  Werner Lemberg  <wl@gnu.org>
2381         * language/chinese.el, language/cyrillic.el:
2382         * language/czech.el, language/european.el, language/greek.el:
2383         * language/hebrew.el, language/indian.el, language/japanese.el:
2384         * language/korean.el, language/lao.el, language/slovak.el:
2385         * language/thai.el, language/tibetan.el, language/vietnamese.el:
2386         Improve documentation strings of coding systems and language infos.
2388 2001-12-18  Werner LEMBERG  <wl@gnu.org>
2390         Add support for EUC-TW decoding/encoding.
2392         * language/china-util.el (big5-to-flat-code, flat-code-to-big5,
2393         euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
2394         New auxiliary functions to build `big5-to-cns'.
2395         (big5-to-cns): New translation alist.
2397         * language/chinese.el: Added new coding system `euc-tw' and its
2398         alias `euc-taiwan'.
2399         Updated language `Chinese-CNS' to include euc-tw encoding also.
2400         (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
2401         euc-tw.
2403 2001-12-18  Dave Love  <fx@gnu.org>
2405         * loadup.el: Add language/utf-8-lang, language/georgian.
2407         * image-file.el (image-file-name-extensions): Add pnm.  Doc fix.
2408         (image-file-name-regexps): Doc fix.
2410         * server.el (server-unload-hook): New function.
2412         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
2413         (lm-crack-copyright): Cope with multi-line copyright `lines'.
2415         * simple.el (newline): Doc fix.
2416         (eval-expression-print-level, eval-expression-print-length): Doc
2417         fix.  Amend :type.
2418         (next-line, previous-line): Make arg optional.
2419         (newline): Doc fix.
2421         * Makefile.in (DONTCOMPILE): Add various language files.
2423         * international/quail.el (quail-input-string-to-events): Don't use
2424         string-to-list.
2426         * progmodes/f90.el (f90-break-line): Avoid infinite recursion
2427         calling `newline'.
2429 2001-12-17  Richard M. Stallman  <rms@gnu.org>
2431         * comint.el (comint-dynamic-list-input-ring-select): New function.
2432         Switches back to the old window configuration.
2433         (comint-dynamic-list-input-ring): Bind RET to that function.
2434         (comint-dynamic-list-input-ring-window-conf): New variable.
2436 2001-12-17  Werner Lemberg  <wl@gnu.org>
2438         * international/mule-conf.el: Improve documentation strings of
2439         character sets.
2441 2001-12-16  Richard M. Stallman  <rms@gnu.org>
2443         * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
2444         (dired-mode-map): Bind w to dired-copy-filename-as-kill.
2446         * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
2448         * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
2449         Add a DESCRIPTION for the makefile item.
2451         * find-file.el (ff-other-file-name): New function.
2453 2001-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
2455         * international/quail.el (quail-input-string-to-events): Fix last
2456         change.
2458 2001-12-16  Richard M. Stallman  <rms@gnu.org>
2460         * isearch.el (isearch-edit-string): When we set isearch-string
2461         to the default, also set isearch-message.
2463         * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
2465         * startup.el (command-line-1): Display startup screen
2466         even if there are command line args.
2467         Add a note about how to go to editing your files.
2468         (fancy-splash-head): Add a note about how to go to your files.
2469         (fancy-splash-outer-buffer): New variable.
2470         (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
2472         * subr.el (with-temp-message): At the end, always discard
2473         the temp message, even by clearing the echo area.
2475         * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
2477 2001-12-16  Stefan Monnier  <monnier@cs.yale.edu>
2479         * log-view.el (log-view-message-re, log-view-current-tag):
2480         Recognize Subversion's log output format.
2482         * international/fontset.el: Build the list L at compile time.
2484         * language/ind-util.el (mapthread): Make a closure.
2486 2001-12-15  Richard M. Stallman  <rms@gnu.org>
2488         * isearch.el (isearch-start-hscroll): New variable.
2489         (isearch-mode): Set isearch-start-hscroll.
2490         (isearch-update): Restore original hscrolling if possible.
2492         * isearch.el (isearch-edit-string):
2493         Treat isearch-yank-word-or-char specially, like isearch-yank-word.
2495         * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
2496         (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
2497         rather than regexp search and (2) copying text properties
2498         already set up on text unchanged from the previous backtrace.
2500         * case-table.el (set-case-syntax-pair):
2501         Detect invalid calls and signal an error.
2503 2001-12-15  Richard M. Stallman  <rms@gnu.org>
2505         * language/ind-util.el (range): Function deleted.
2506         (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
2507         All calls changed.
2509         * language/devan-util.el (devanagari-range): Renamed from `range'.
2510         All calls changed.
2511         (devanagari-regexp-of-hashtbl-keys):
2512         Renamed from `regexp-of-hashtbl-keys'.  All calls changed.
2514 2001-12-15  Dave Love  <fx@gnu.org>
2516         * language/ind-util.el: Don't require cl.
2517         (indian-glyph-char, indian-glyph-max-char)
2518         (indian-char-glyph): Moved from indian.el
2519         (indian--puthash-char, mapthread): Don't quote lambda.
2520         (indian--map): New function.
2521         (indian--puthash-v, indian--puthash-c, indian--puthash-m)
2522         (indian--puthash-cv): Use it.
2524         * language/indian.el (indian-glyph-char, indian-glyph-max-char)
2525         (indian-char-glyph): Moved to ind-util.el
2527         * language/devan-util.el (devanagari-post-read-conversion):
2528         New function.
2530         * language/georgian.el: New file.
2532         * international/mule-cmds.el (locale-language-names): Add various
2533         entries.  Remove utf-8 special case.
2534         (locale-charset-language-names, locale-preferred-coding-systems):
2535         Add utf-8 case.
2536         (set-language-environment): Process required-features earlier.
2538         * international/quail.el (quail-keyboard-layout-alist):
2539         Add pc105-uk.
2540         (quail-keyboard-layout-type): Fix :type.
2541         (quail-choose-completion-string): Simplify.
2542         (quail-update-leim-list-file): Don't get fooled by commented-out code.
2543         (quail-input-string-to-events): Run events through
2544         translation-table-for-input.
2546         * international/mule-conf.el (translation-table-for-input):
2547         New variable.
2548         (latin-iso8859-14): Amend description.
2549         (file-coding-system-alist): Add entry for utf-8.
2551         * language/utf-8-lang.el: New file.
2553         * international/code-pages.el: New file.
2555         * language/hebrew.el ("Windows-1255"): New language.
2557         * language/european.el ("Welsh", "Latin-7", "Lithuanian")
2558         ("Latvian"): New languages.
2560 2001-12-14  Stefan Monnier  <monnier@cs.yale.edu>
2562         * xml.el: Use setq rather than (set 'foo bar).
2563         Use push+nreverse rather than append.
2564         (xml-node-name, xml-node-attributes, xml-node-children):
2565         Use defsubst rather than macros.
2566         (xml-parse-region): Handle a nil return value from xml-parse-tag.
2567         (xml-parse-tag): Don't skip white space.  Return nil for a comment.
2568         Concat the two strings surrounding a comment into a single string.
2570         * newcomment.el (comment-indent): Jump to the middle of empty comments.
2572 2001-12-14  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2574         * select.el (xselect-convert-to-class, xselect-convert-to-name):
2575         Document.
2577 2001-12-14  Andre Spiegel  <spiegel@gnu.org>
2579         * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
2580         Return nil if FILE is not registered.
2581         (vc-check-master-templates, vc-default-make-version-backups-p):
2582         Doc fix.
2584 2001-12-13  David Ponce  <david@dponce.com>
2586         * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
2587         (ruler-mode-left-fringe-cols): New macro.
2588         (ruler-mode-right-fringe-cols): New macro.
2589         (ruler-mode-left-scroll-bar-cols): New macro.
2590         (ruler-mode-right-scroll-bar-cols): New macro.
2591         (ruler-mode-ruler): Use above new macros.
2593 2001-12-13  Richard M. Stallman  <rms@gnu.org>
2595         * files.el (set-auto-mode): Fix previous change.
2597 2001-12-13  Stefan Monnier  <monnier@cs.yale.edu>
2599         * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
2600         (easy-menu-do-define, easy-menu-convert-item-1)
2601         (easy-menu-define-key-intern, easy-menu-get-map): Use it.
2602         (easy-menu-return-item): Only return nil if there is no binding.
2604 2001-12-13  Rajesh Vaidheeswarran  <rv@gnu.org>
2606         * whitespace.el (whitespace-version): 3.2
2607         * whitespace.el (whitespace-force-mode-line-update): Replace with
2608         `whitespace-mode-line-update', which is an alias to the correct
2609         function in various emacsen.
2610         * whitespace.el (whitespace-{un,}highlight-the-space):
2611         Add colorized highlighting of the bogus whitespaces in a buffer/file,
2612         using the `whitespace-highlight-face' if
2613         `whitespace-display-spaces-in-color' is set.
2615 2001-12-13  Eli Zaretskii  <eliz@is.elta.co.il>
2617         * international/mule.el (set-auto-coding): Don't search for
2618         "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
2620 2001-12-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2622         * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
2624         * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
2626         * mail/rmailsum.el (rmail-summary-mode): Likewise.
2628 2001-12-13  Richard M. Stallman  <rms@gnu.org>
2630         * simple.el (undo): Always set this-command to `undo',
2631         so that the next undo after an error will not begin redoing.
2633         * simple.el (shell-command): Doc fix.
2634         (shell-command-on-region): If there is output an an error,
2635         add "...Shell command failed" to the output.
2637 2001-12-13  David Ponce  <david@dponce.com>
2639         * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
2640         (ruler-mode-left-fringe-cols): Function replaced by more efficient
2641         implementation `ruler-mode-extra-left-cols'.
2642         (ruler-mode-ruler): Use above new function.  Take into account
2643         that the fringe areas can now be resized.
2645 2001-12-12  Richard M. Stallman  <rms@gnu.org>
2647         * international/characters.el (Unicode): Comment out
2648         the specifications for kelvin and angstrom signs.
2650         * international/mule.el (make-translation-table-from-vector):
2651         Allow null elements in VEC.
2653         * international/ucs-tables.el (unify-8859-on-encoding-mode)
2654         (unify-8859-on-decoding-mode): Swap the code in their bodies.
2655         Add :version.
2657 2001-12-11  Richard M. Stallman  <rms@gnu.org>
2659         * derived.el (derived-mode-p): Function moved to subr.el.
2661         * subr.el (derived-mode-p): Moved here from derived.el.
2663         * international/mule.el (set-auto-coding): Use set-auto-mode-1.
2665         * files.el (set-auto-mode-1): New subroutine, broken out of
2666         set-auto-mode.
2667         (set-auto-mode, hack-local-variables-prop-line): Use that.
2669 2001-12-11  Dave Love  <fx@gnu.org>
2671         * language/thai-util.el, language/thai.el: Add Unicode equivalents.
2673         * language/european.el: Remove autoload cookies.  Fix registration
2674         of diacritic composition function.
2676 2001-12-11  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2678         * calendar/todo-mode.el: Require time-stamp.
2680         * net/zone-mode.el (zone-mode): Don't use make-local-hook.
2682 2001-12-11  Richard M. Stallman  <rms@gnu.org>
2684         * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
2686         * textmodes/ispell.el (ispell-buffer-local-parsing):
2687         Match xml like sgml.
2689         * emacs-lisp/advice.el (ad-compile-function):
2690         Byte compile the function under another (uninterned) name.
2692         * gud.el (gdb): Define and bind gud-jump.
2694         * font-lock.el (font-lock-mode):
2695         Put our function at the end of after-change-functions.
2697         * ediff-diff.el (ediff-cmp-options): Doc fix.
2699         * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
2701 2001-12-10  Richard M. Stallman  <rms@gnu.org>
2703         * isearch.el (isearch-yank-word-or-char): New function.
2704         (isearch-mode-map): Bind C-w to that.
2706         * menu-bar.el (menu-bar-mode): Make arg optional.
2708         * simple.el (line-move): Cope if next-single-property-change
2709         or previous-single-property-change returns nil.
2711         * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
2712         Don't use interactive-p; instead, pass the proper args
2713         in (interactive...).  Clean up most of the trouble-report strings.
2715 2001-12-10  Eli Zaretskii  <eliz@is.elta.co.il>
2717         * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
2718         enqueued messages literally.
2720 2001-12-10  Noah Friedman  <friedman@splode.com>
2722         * battery.el (battery-insert-file-contents): Obsolete function
2723         removed.
2724         (battery-read-function): Obsolete function removed.
2725         (battery-linux-proc-apm): Use insert-file-contents.
2727 2001-12-07  Stephen Eglen  <stephen@gnu.org>
2729         * iswitchb.el (iswitchb-visit-buffer):
2730         Use `select-frame-set-input-focus'--needed when window manager
2731         uses "click to focus" policy.
2733 2001-12-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2735         * COPYING: Moved back.
2737 2001-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
2739         * term/internal.el (IT-character-translations): Add entries for
2740         more points.
2742         * international/characters.el: Resurrect the Hebrew category
2743         settings for all Hebrew characters removed by the last change.
2744         Add code for setting the Hebrew category of the Unicode Hebrew
2745         characters.  Set syntax entries for Hebrew punctuation characters.
2747         * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
2748         points and directional formatting control characters.
2750 2001-12-07  Dave Love  <fx@gnu.org>
2752         * language/lao-util.el: Add Unicode equivalents for rules.
2753         (lao-post-read-conversion): New function.
2755         * language/lao.el: Add Unicode equivalents.
2756         (lao): Add post-read conversion.
2758         * international/latin1-disp.el: Fix some 8-bit-graphic characters.
2759         Use iso2022 encoding.
2760         (latin1-char-displayable-p): Doc fix.
2761         (latin1-display-ucs-per-lynx): New option.
2762         (latin1-display-ucs-per-lynx): New command.
2763         (latin1-display-reset): Special-case arabic.
2764         (ucs-tables): Require.
2765         (latin1-display-sets, latin1-display-setup): Add arabic.
2766         (latin1-display) <variable>: Use function latin1-display.
2767         (latin1-display) <function>: Add mule-unicode stuff.
2768         (latin1-display-check-font): Don't lose if `info' is nil.
2770         * international/iso-transl.el: Insert Latin-1 characters, not
2771         unibyte codes.
2773         * language/european.el (diacritic-composition-pattern): New constant.
2774         (diacritic-compose-region, diacritic-compose-string)
2775         (diacritic-compose-buffer, diacritic-post-read-conversion)
2776         (diacritic-composition-function): New functions.
2778         * international/utf-8.el (ucs-mule-to-mule-unicode):
2779         New translation table.
2780         (ccl-encode-mule-utf-8): Use it.
2781         (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
2782         (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
2783         (utf-8-subst-table): New variable.
2784         (utf-8-compose-scripts): New option.
2785         (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
2787         * international/ucs-tables.el, international/utf-8-subst.el:
2788         New files.
2790         * international/characters.el: Don't set word syntax (the default)
2791         explicitly.  Add a diacritic category.  Add info for Unicode
2792         equivalents of characters in various Mule charsets and for extra
2793         Unicode characters.  Don't define specific categories for
2794         Indian/Devanagari, since they aren't used.
2796 2001-12-06  Richard M. Stallman  <rms@gnu.org>
2798         * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
2799         (set-justification-left, set-justification-right): Doc fix.
2801         * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
2802         (bug-f90-mode): Variable deleted.
2804 2001-12-06  Stefan Monnier  <monnier@cs.yale.edu>
2806         * indent.el (indent-line-function): Default is indent-relative again.
2808 2001-12-07  Miles Bader  <miles@gnu.org>
2810         * progmodes/compile.el (compilation-error-regexp-alist):
2811         Added regexps for RXP.
2813 2001-12-05  Eli Zaretskii  <eliz@is.elta.co.il>
2815         * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
2816         Add shift-assignment operators to those highlighted, and highlight
2817         the whole operator rather than just the "=".
2819 2001-12-04  Juanma Barranquero  <lektu@terra.es>
2821         * files.el (save-abbrevs, save-some-buffers): Don't ask the user
2822         before saving abbrevs if `save-abbrevs' has the value `silently'.
2824 2001-12-04  Andreas Schwab  <schwab@suse.de>
2826         * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
2828 2001-12-04  Colin Walters  <walters@debian.org>
2830         * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
2831         for `defmacro*' forms.
2833         * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
2834         `defmacro*'.
2836 2001-12-03  Stefan Monnier  <monnier@cs.yale.edu>
2838         * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
2840 2001-12-02  Richard M. Stallman  <rms@gnu.org>
2842         * files.el (insert-directory): If the df output does not look right,
2843         don't try to use it.  Other cleanups in overall code structure.
2845 2001-12-02  Stefan Monnier  <monnier@cs.yale.edu>
2847         * textmodes/outline.el (outline-mode-prefix-map):
2848         Add bindings for outline-promote and outline-demote.
2849         (outline-minor-mode-menu-bar-map): New var.
2850         (outline-minor-mode): Use it.
2851         (outline-heading-alist): New var (renamed from outline-level-heading).
2852         (outline-level): Use it.
2853         (outline-insert-heading, outline-promote, outline-demote):
2854         Update to use outline-heading-alist.
2856         * disp-table.el (standard-display-european):
2857         Simplify since the function is not interactive any more.
2858         Don't set the existing buffers to unibyte.
2860         * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
2862         * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
2864         * reveal.el (reveal-mode): Fix reveal-mode's lighter.
2866         * shell.el (shell): Use shell-file-name.
2867         Pop to buffer before calling comint to set COLUMNS properly.
2869         * emacs-lisp/cl.el (svref): New alias.
2871         * progmodes/antlr-mode.el (antlr-c-common-init):
2872         Don't inhibit adaptive-fill-mode any more.
2874         * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
2876         * progmodes/etags.el (tags-with-face): Use make-symbol.
2877         (tags-search, tags-query-replace): Use backquotes.
2879         * textmodes/picture.el (picture-mode-map): Don't use defconst
2880         for a variable.
2882 2001-12-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2884         * textmodes/reftex-index.el (reftex-index-mode):
2885         Remove make-local-hook.
2887         * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
2889 2001-12-02  Kim F. Storm  <storm@cua.dk>
2891         * isearch.el (isearch-resume-enabled): New variable.
2892         (isearch-done): Use that variable.
2894 2001-12-01  Richard M. Stallman  <rms@gnu.org>
2896         * wid-edit.el (widget-button-click): Don't move point permanently:
2897         Avoid mouse-set-point--instead select the window,
2898         then do save-excursion, then move point.
2899         Specify the buffer for get-char-property.
2900         Don't use `@' in interactive.
2902         * indent.el (indent-line-function):
2903         Default is indent-to-left-margin again.
2905         * replace.el (query-replace-read-args): Display message
2906         if FROM contains `\n' or `\t'.
2908 2001-12-01  Stefan Monnier  <monnier@cs.yale.edu>
2910         * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
2912         * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
2914         * emacs-lisp/regexp-opt.el (regexp-opt):
2915         Bind completion-regexp-list to nil.
2917         * progmodes/hideif.el (hif-nexttoken): Move to before first def.
2919 2001-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
2921         * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
2922         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
2923         Update maintainer.
2925 2001-11-30  Stefan Monnier  <monnier@cs.yale.edu>
2927         * mail/smtpmail.el: Use with-current-buffer.
2928         (message-make-date, message-make-message-id): Autoload when needed.
2929         (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
2930         headers when missing.
2932         * international/encoded-kb.el (encoded-kbd-mode):
2933         Use define-minor-mode.
2935         * enriched.el (enriched-mode): Use define-minor-mode.
2936         Use dolist and pop and push.
2938         * info.el (Info-find-node-2): Don't call info-insert-file-contents
2939         with the `visit' argument.
2940         (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
2942         * progmodes/hideif.el (hide-ifdef-mode): Only modify
2943         `change-major-mode-hook' locally.  Reset invisibility spec.
2945         * man.el (Man-build-section-alist): Remove last Man-match-substring.
2947 2001-11-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2949         * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
2950         Clarify error message.
2952 2001-11-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2954         * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
2956 2001-11-30  Andre Spiegel  <spiegel@gnu.org>
2958         * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
2959         don't just return it.
2961 2001-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
2963         * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
2964         (menu-bar-read-emacs-man, search-emacs-glossary)
2965         (emacs-index-search, elisp-index-search): New functions.
2966         (apropso-documentation, apropos, apropos-value, apropos-variable)
2967         (apropos-commands): Modify menu item names and help text.
2968         (elisp-index-search, emacs-index-search, emacs-glossary):
2969         New menu items.
2970         (menu-bar-manuals-menu): Move the Ordering Manuals item to a
2971         submenu.
2972         (info-elisp, info-elintro): New menu items.
2973         (apropos): Modify the menu item name.
2975 2001-11-30  Stefan Monnier  <monnier@cs.yale.edu>
2977         * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
2979         * textmodes/outline.el (outline-promote, outline-demote): Typo.
2981         * man.el (man-follow-mouse): New function.
2982         (Man-mode-map): Bind mouse-2 to it.
2983         (Man-match-substring): Remove.  Replace with `match-string'.
2984         (man): Use the `default-value' argument to `read-string'.
2985         (Man-fontify-manpage): Add mouse-face to cross references.
2987         * emacs-lisp/cl-macs.el (shiftf): Fix more.  Simplify.
2989 2001-11-29  Stefan Monnier  <monnier@cs.yale.edu>
2991         * emacs-lisp/crm.el (completing-read-multiple): Better preserve
2992         the value of require-match in minibuffer-completion-confirm.
2993         Use crm-local-completion-map.
2995         * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
2996         (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
2997         (cl-make-type-test): Use char-valid-p for `character'.
2999         * info.el (Info-complete-next-re, Info-complete-cache): New vars.
3000         (Info-complete-menu-item): Rewrite.  Add the ability to search
3001         several sequential nodes.  Add a simple caching mechanism.
3002         (Info-goto-index): New function extracted from Info-index.
3003         (Info-index): Use it.  Add completion to the interactive spec.
3004         (Info-menu-update): Simplify call to `Info-complete-menu-item'.
3006 2001-11-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3008         * COPYING: Removed.
3010 2001-11-29  Dave Love  <fx@gnu.org>
3012         * progmodes/fortran.el: Fontify rewind, backspace.  Doc fixes.
3013         (fortran-window-create, fortran-window-create-momentarily):
3014         Rewrite, moving error condition.
3015         (fortran-beginning-do, fortran-beginning-if): Fix regexps.
3016         (fortran-mode-syntax-table): Revert last change.
3018         * international/mule.el: Doc fixes.
3019         (map-charset-chars): New function.
3020         (register-char-codings): Use it to cope with generic chars in
3021         safe-chars.
3023 2001-11-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3025         * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
3027         * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
3029         * play/studly.el (studlify-word, studlify-region)
3030         (studlify-buffer): Fix doc-string.
3031         (studlify-buffer): Add autoload cookie.
3033 2001-11-28  Stefan Monnier  <monnier@cs.yale.edu>
3035         * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
3036         (outline-up-heading-all): Remove.
3037         (hide-sublevels): Move to end-of-heading before calling flag-region.
3038         (outline-copy-overlay, outline-discard-overlays): Remove.
3039         (outline-flag-region): Use `remove-overlays'.
3040         Don't move to end-of-heading.
3041         (outline-next-visible-heading, outline-back-to-heading)
3042         (outline-on-heading-p): Use outline-invisible-p.
3043         (outline-font-lock-level): Use outline-up-heading's new arg.
3044         (outline-minor-mode): Simplify.
3045         (outline-map-tree, outline-reveal-toggle-invisible): New funs.
3046         (outline): Put a `reveal-toggle-invisible' property.
3047         (outline-level-heading): New var.
3048         (outline-insert-heading, outline-promote, outline-demote)
3049         (outline-toggle-children): New commands.
3051         * progmodes/hideif.el (hif-end-of-line): New function.
3052         (hide-ifdef-mode): Set line-move-ignore-invisible.
3053         (hide-ifdef-region-internal): New function.
3054         (hide-ifdef-region): Use it.
3055         (hif-defined): Return an integer.
3056         (hif-infix-to-prefix): Remove.
3057         (hif-tokenize): Parse from the buffer rather than from a string.
3058         Correctly tokenize integers.  Use forward-comment.
3059         (hif-expr): Use hif-or.
3060         (hif-term): Use hif-and.
3061         (hif-factor): Use hif-not.  Handle numbers properly.
3062         Don't require parenthesis around `defined's argument.
3063         (hif-and, hif-or, hif-not): New funs.
3064         (hif-canonicalize): Pass a region to hif-tokenize.  Use hif-not.
3065         (hif-hide-line): Don't hide the \n before the line.
3066         (hif-possibly-hide): Correctly handle numeric evaluation results.
3068         * progmodes/make-mode.el: Use line-(end|beginning)-position.
3069         (makefile-mode): Set indent-line-function.
3070         (makefile-browser-insert-continuation): Use with-current-buffer.
3071         (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
3073 2001-11-28  Karl Fogel  <kfogel@red-bean.com>
3075         * isearch.el (isearch-yank-internal): New helper function.
3076         (isearch-yank-char): New function.
3077         (isearch-yank-word, isearch-yank-line): Rewrite to use
3078         isearch-yank-internal.
3080 2001-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
3082         * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
3083         aren't supported.  Print a message to that effect if invoked.
3085 2001-11-27  Stephen Eglen  <stephen@gnu.org>
3087         * locate.el (locate): Put point at first matching file rather
3088         than top of buffer.
3090 2001-11-27  Stefan Monnier  <monnier@cs.yale.edu>
3092         * reveal.el: New file.
3094         * progmodes/hideif.el: Misc cleanup.
3095         (hide-ifdef-mode-submap): Put the def in the defvar.
3096         Use substitute-key-definition.
3097         (hide-ifdef-mode): Use define-minor-mode.
3098         (hif-outline-flag-region): Remove.
3099         (hif-show-all): Define in terms of hif-show-ifdef-region.
3100         (hif-after-revert-function): Rename from hif-before-revert-function.
3101         (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
3102         (hif-tokenize): Use with-syntax-table.
3103         (hif-make-range): Use `else' also for `else-p'.
3104         (hif-range-else-p): Remove.
3105         (hif-find-range): Simplify.
3106         (hif-hide-line): Don't bother preserving buffer-modified-p.
3107         (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
3108         Don't use selective-display and inhibit-read-only.
3110         * subr.el (copy-overlay, remove-overlays): New funs.
3112         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
3114 2001-11-27  Sam Steingold  <sds@gnu.org>
3116         * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
3117         * lazy-lock.el, mouse-sel.el, mail/feedmail.el
3118         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
3119         * obsolete/c-mode.el, obsolete/cplus-md.el
3120         * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
3121         * term/sun-mouse.el, textmodes/artist.el:
3122         Converted backquote to the new style.
3123         * mouse.el, reposition.el: Likewise (in comments).
3124         * expand.el: Likewise (in a string).
3126 2001-11-27  Richard M. Stallman  <rms@gnu.org>
3128         * cus-edit.el (custom-load-symbol): Don't always load locate-library.
3130 2001-11-26  Richard M. Stallman  <rms@gnu.org>
3132         * wid-edit.el (widget-toggle-value-create): On graphic terminal,
3133         if :on-glyph or :off-glyph is a list, eval it and store it back.
3134         (checkbox): Quote the values for :on-glyph and :off-glyph.
3136         * cus-start.el (recursive-load-depth-limit): Delete item.
3138 2001-11-26  Stefan Monnier  <monnier@cs.yale.edu>
3140         * help-fns.el (describe-categories, help-describe-category-set): New.
3141         describe-categories moved here from src/category.c.
3143 2001-11-26  Sam Steingold  <sds@gnu.org>
3145         * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
3146         arguments to `insert' are strings.
3148 2001-11-26  Richard M. Stallman  <rms@gnu.org>
3150         * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
3152 2001-11-26  Eli Zaretskii  <eliz@is.elta.co.il>
3154         * international/mule-diag.el: Require help-fns instead of
3155         help-funs.
3157         * help-fns.el: Renamed from help-funs.el.
3159         * startup.el (command-line-1): Don't try to call process-list if
3160         it is not fboundp.
3162 2001-11-26  Sam Steingold  <sds@gnu.org>
3164         * frame.el (show-trailing-whitespace): Remove :set argument (the
3165         value was essentially identical to the defalt).
3167 2001-11-26  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3169         * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
3171         * icomplete.el (icomplete-minibuffer-setup): Likewise.
3173         * hilit-chg.el (hilit-chg-set): Likewise.
3175         * speedbar.el (speedbar-mode): Likewise.
3177         * calendar/calendar.el (calendar-mode): Likewise.
3179         * play/yow.el (psychoanalyze-pinhead): Use insert instead of
3180         insert-string.
3182         * play/gamegrid.el (gamegrid-init-buffer): Likewise.
3184         * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
3186         * term/sun-mouse.el (sun-yank-selection): Likewise.
3188         * textmodes/bib-mode.el (return-key-bib): Likewise.
3190         * calendar/appt.el (appt-disp-window): Likewise.
3192         * calendar/diary-lib.el (list-diary-entries): Likewise.
3194         * array.el (array-reconfigure-rows): Likewise.
3196         * filecache.el (file-cache-minibuffer-complete): Likewise.
3198         * obsolete/cplus-md.el (fill-c++-comment): Likewise.
3200         * strokes.el (strokes-prompt-user-save-strokes): Likewise.
3202         * allout.el (outline-version, outline-open-topic)
3203         (outline-rebullet-heading, outline-insert-listified)
3204         (outline-latex-verbatim-quote-curr-line)
3205         (outline-latexify-one-item, outlineify-sticky): Likewise.
3207         * vc.el (vc-next-action-on-file): Likewise.
3208         (vc-dired-mode): Remove make-local-hook.
3210 2001-11-26  Andre Spiegel  <spiegel@gnu.org>
3212         * vc.el (vc-find-version): New function.
3213         (vc-version-other-window): Redefined in terms of the above.
3215         * log-view.el (log-view-find-version): New function.
3216         (log-view-mode-map): Bind it to `f'.
3218 2001-11-26  Gerd Moellmann  <gerd@gnu.org>
3220         * language/devan-util.el (dev-char-glyph): Escape `"' in
3221         string literals.
3222         (dev-glyph-glyph, dev-glyph-glyph-2)
3223         (devanagari-compose-syllable-region): Likewise.
3225 2001-11-26  Richard M. Stallman  <rms@gnu.org>
3227         * window.el (save-selected-window): No error if saved window is dead.
3229         * help-funs.el (describe-syntax): Put (interactive) after doc string.
3231 2001-11-26  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3233         * international/quail.el (quail-help): Require help-mode in
3234         top-level instead.
3236         * iswitchb.el (iswitchb-exhibit): Use insert instead of
3237         insert-string.
3239         * icomplete.el (icomplete-exhibit): Likewise.
3241 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
3243         * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
3244         (diff-hunk-kill): Simplify.
3245         (diff-post-command-hook): Only apply to a single hunk.
3246         (diff-hunk-text): Make `char-offset' non-optional.
3247         (diff-find-text): Return a cons cell.
3248         (diff-find-approx-text): New fun.
3249         (diff-find-source-location): Use it.
3250         (diff-apply-hunk, diff-test-hunk, diff-goto-source):
3251         Adapt to new retval of diff-find-text.
3253         * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
3254         rather than integer- representation of dates.
3256         * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
3258         * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
3259         (syntax-after): New fun.
3261         * help-funs.el (describe-syntax): New fun.
3263         * font-lock.el (font-lock-cache-state, font-lock-cache-position)
3264         (font-lock-ppss-stats, font-lock-ppss): Remove.
3265         (font-lock-fontify-syntactically-region): Remove tuning code.
3266         (font-lock-compile-keywords): Fix off-by-one bug.
3267         (font-lock-set-defaults): Don't set removed vars.
3268         (c-keywords): Add `inline'.
3269         (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
3271         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3272         Set syntax-begin-function.
3273         (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
3274         (lisp-interaction-mode): Don't set local-abbrev-table any more.
3275         (lisp-mode-auto-fill): Use syntax-ppss and obey
3276         comment-auto-fill-only-comments.
3277         (lisp-fill-paragraph): Use syntax-ppss.
3279 2001-11-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
3281         * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
3282         version of rmail-enable-mime.
3283         (rmail-forward): Use it.
3285 2001-11-25  Richard M. Stallman  <rms@gnu.org>
3287         * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
3289         * international/quail.el (quail-keyboard-layout-button):
3290         Define button type.
3291         (quail-keyboard-customize-button): Likewise.
3292         (quail-help): Use those button types.  Require `help-mode'.
3293         Avoid altering the argument `package'.
3295         * help-mode.el (help-function, help-variable, help-face)
3296         (help-coding-system, help-input-method, help-character-set):
3297         Define each button type with its own explicit define-button-type.
3299         * language/devan-util.el: Comment out parts of the file
3300         which apparently are garbled.
3302 2001-11-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3304         * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
3305         insert-string.
3307 2001-11-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3309         * play/snake.el (snake-mode): Remove make-local-hook.
3311         * play/tetris.el (tetris-mode): Likewise.
3313         * play/decipher.el (decipher-mode): Likewise.
3315         * tmm.el (tmm-add-prompt): Likewise.
3317 2001-11-25  Sam Steingold  <sds@gnu.org>
3319         * menu-bar.el (menu-bar-apropos-menu): New variable.
3320         Moved all `apropos' bindings to this menu.
3321         (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
3323 2001-11-24  KAWABATA, Taichi <batta@beige.ocn.ne.jp>
3325         The following changes are for new indian languages support based
3326         on Unicode charset and CDAC fonts.
3328         * international/mule-conf.el: Change indian-1-column charset to
3329         indian-glyph charset.
3331         * international/characters.el: Adjusted for the change of
3332         indian-1-column -> indian-glyph.
3334         * international/fontset.el: Delete the setting for indian-1-column
3335         and add the setting for indian-glyph in the default fontset.
3337         * language/indian.el: Completely re-written.
3339         * language/devanagari.el: Completely re-written.
3341         * language/devan-util.el: Completely re-written.
3343         * language/ind-util.el: New file.
3345 2001-11-24  Richard M. Stallman  <rms@gnu.org>
3347         * startup.el (command-line-1): Don't do startup screen
3348         if a subprocess is running.  Call the startup screen buffer
3349         "GNU Emacs".  Make a special mode-line-format for it.
3351         * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
3352         (browse-url-galeon): Use that variable.
3354         * mail/supercite.el (sc-toggle-var): Don't use set-variable or
3355         eval-expression.  Eval and set the variable simply.
3357         * files.el (temporary-file-directory): Use defcustom.
3358         (small-temporary-file-directory): Likewise.
3359         (normal-backup-enable-predicate): Move down in file
3360         after definition of temporary-file-directory.
3362         * bindings.el (last-buffer, unbury-buffer): Doc fixes.
3364 2001-11-24  Colin Walters  <walters@debian.org>
3366         * calc/calc-ext.el (calc-init-extensions): Update the rest of the
3367         autoload names to match files renamed on initial calc import.
3369         * calc/calc.el (Commentary): Cleanup, and add logistic curve
3370         fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
3372 2001-11-23  Colin Walters  <walters@debian.org>
3374         * Makefile.in (finder_setwins, setwins): Include Calc again.
3376         * calc/calc-rules.el: Add header comment.
3378 2001-11-23  Andre Spiegel  <spiegel@gnu.org>
3380         * vc.el (with-vc-properties): Don't bind `filename' locally.
3381         (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
3382         to avoid name clashes.  Fix `lisp-indent-function' property for
3383         both.
3385 2001-11-23  Francesco Potorti`  <pot@gnu.org>
3387         * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
3389 2001-11-22  Colin Walters  <walters@debian.org>
3391         * calc/calc-misc.el (report-calc-bug):
3392         Use `reporter-prompt-for-summary-p'.
3394         * calc/INSTALL, calc/Makefile: Remove.
3396 2001-11-22  Miles Bader  <miles@gnu.org>
3398         * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
3399         (reb-match-2, reb-match-3): Add dark-background variants.
3401 2001-11-22  Colin Walters  <walters@debian.org>
3403         * calc/calc-misc.el (calc-info): Don't perform voodoo, just
3404         (info "Calc").
3405         (report-calc-bug): Use reporter.el.
3407         * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
3409 2001-11-21  Richard M. Stallman  <rms@gnu.org>
3411         * which-func.el (which-function): Call imenu--make-index-alist
3412         if necessary to get a list of functions.
3413         (which-function-imenu-failed): New variable.
3414         (which-func-update): Handle all visible windows.
3415         (which-func-update-1): New subroutine broken out of which-func-update.
3417         * files.el (temporary-file-directory, null-device)
3418         (small-temporary-file-directory): Definitions moved up.
3420         * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
3421         (cperl-non-problems, cperl-praise): Doc fixes.
3423         * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
3424         (sh-mode-syntax-table): Function restored.
3425         Variable set up for use by function sh-mode-syntax-table.
3426         (sh-set-shell): Set the syntax table.
3428         * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
3430         * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
3432         * international/encoded-kb.el: Don't alter minor-map-alist.
3434 2001-11-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3436         * files.el (auto-save-file-name-transforms): Put remote files in
3437         temporary-file-directory rather than /tmp.
3439 2001-11-21  Colin Walters  <walters@debian.org>
3441         * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
3442         of (function ...) wrapper.
3444 2001-11-20  Stefan Monnier  <monnier@cs.yale.edu>
3446         * derived.el (define-derived-mode): Create the abbrev-table
3447         from inside the `defvar'.
3449         * jit-lock.el (jit-lock-defer-time): New var.
3450         (jit-lock-defer-timer, jit-lock-buffers): New vars.
3451         (jit-lock-mode): Initialize them.  Cancel the timers more carefully.
3452         (jit-lock-function): Defer fontification if requested.
3453         (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
3454         (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
3455         text property.
3456         (jit-lock-deferred-fontify): New fun.
3458 2001-11-20  Richard M. Stallman  <rms@gnu.org>
3460         * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
3461         Set local-abbrev-table to lisp-mode-abbrev-table.
3463         * emacs-lisp/re-builder.el (reb-mode):
3464         Don't use define-derived-mode.  Call kill-all-local-variables.
3466         * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
3467         Don't use define-derived-mode.
3469         * help-mode.el (help-mode): Undo 2001-10-07 change.
3471         * replace.el (occur-mode): Undo 2001-5-20 change.
3473 2001-11-20  Jason Rumney  <jasonr@gnu.org>
3475         * w32-fns.el (w32-system-coding-system): Change to an alias for
3476         locale-coding-system.
3477         (set-w32-system-coding-system): Document the above change.
3478         Set locale-coding-system instead.
3480 2001-11-20  Richard M. Stallman  <rms@gnu.org>
3482         * ruler-mode.el: Add pagination.
3483         (ruler-mode-toggle-show-tab-stops): No need to
3484         test `ruler-mode' variable.
3486 2001-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
3488         * play/landmark.el: Mark lm-mode as special.
3490         * play/gomoku.el: Mark gomoku-mode as special.
3492 2001-11-20  Juanma Barranquero  <lektu@terra.es>
3494         * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
3495         (top-level): Bind it to C-c C-b.
3496         (re-builder): Don't re-enter RE Builder Mode.
3498         * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
3500 2001-11-20  Stefan Monnier  <monnier@cs.yale.edu>
3502         * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
3503         `manual-program'.
3505         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
3506         to a line without a comment.
3508 2001-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
3510         * dired.el (dired-listing-switches): Mention in the doc string
3511         that some switches are not supported by ls-lisp.el
3513 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
3515         * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
3516         (imenu--create-keymap-2): Remove.
3517         (imenu--create-keymap-1): Simplify, remove third argument.
3518         (imenu--generic-function): Use dolist.
3519         (imenu-find-default): New function.
3520         (imenu--completion-buffer): Use it.
3521         (imenu--mouse-menu): Use popup-menu.
3522         (imenu--menubar-select): Return t rather than calling imenu.
3524         * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
3525         New functions, extracted from fill-region-as-paragraph.
3526         (fill-region-as-paragraph): Use them.
3527         Use an end marker instead of eob.
3528         Ignore whitespace-only fill-prefixes when indenting according to mode.
3529         Simplify the loop that searches for spaces backwards.
3531         * textmodes/picture.el (picture-vertical-step)
3532         (picture-horizontal-step): Don't use defconst for variables.
3534         * mail/mail-extr.el: Use backquote/dolist/mapc/when.  Docstring fixes.
3535         (mail-extract-address-components): Downcase domain names.
3536         (mail-extr-delete-char): Remove.  Use delete-char instead.
3538         * emulation/pc-select.el: Doc string fixes.
3539         (pc-selection-mode): Don't treat macos as a tty.
3541         * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
3543         * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
3545         * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
3546         (mouse-wheel-progessive-speed): New var.
3547         (mwheel-scroll): Use it and handle float values.
3549         * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
3551         * iswitchb.el (iswitchb-mode): Use define-minor-mode.
3552         (iswitchb): Fix the case where the result was selected with the mouse.
3553         (iswitchb-completion-help): Use the normal *Completions* now that
3554         mouse selection works.
3555         (iswitchb-minibuffer-setup): Simplify.
3557         * newcomment.el (comment-column, comment-style, comment-multi-line)
3558         (comment-auto-fill-only-comments): Remove :group arg.
3559         (comment-padding): Add :type.
3560         (comment-indent-new-line): Ignore comment-auto-fill-only-comments
3561         if called interactively.
3563 2001-11-19  Colin Walters  <walters@verbum.org>
3565         * calc/calc.el (toplevel): Add comment and version header.
3566         (calc-init-base): Bump version to 2.02f, update date.
3568 2001-11-19  Richard M. Stallman  <rms@gnu.org>
3570         * net/browse-url.el: Support Mozilla and Galeon.
3571         By default, find the installed browser whichever it is.
3572         (browse-url-mozilla): New function.
3573         (browse-url-mozilla-sentinel): New function.
3574         (browse-url-galeon, browse-url-galeon-sentinel): New functions.
3575         (browse-url-default-browser): New function.
3576         (browse-url-process-environment): Use browse-url-browser-display.
3577         (browse-url-browser-display): Renamed from browse-url-netscape-display.
3578         (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
3579         (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
3580         (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
3581         (browse-url-browser-function): New default, new options.
3583 2001-11-19  Sam Steingold  <sds@gnu.org>
3585         * bindings.el (last-buffer, unbury-buffer): New function.
3586         (mode-line-unbury-buffer): Use `unbury-buffer'.
3588 2001-11-18  Stephen Eglen  <stephen@gnu.org>
3590         * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
3591         control behaviour when no further completion is possible.
3593 2001-11-19  Colin Walters  <walters@verbum.org>
3595         * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
3596         (math-showing-full-precision, math-with-extra-prec, math-working)
3597         (calc-with-default-simplification)
3598         (calc-with-trail-buffer): Use backtick.
3599         (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
3600         (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
3601         (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
3602         (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
3603         (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
3604         (Math-num-integerp, Math-bignum-test, Math-equal-int)
3605         (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
3606         (calc-record-compilation-date-macro): Deleted.  Callers updated.
3607         (math-format-radix-digit): Move to calc-bin.el.
3609         * calc/calc.el (calc-record-compilation-date): Remove.
3610         (calc-bug-address): Update.
3611         (calc-settings-file): Use `user-init-file'.
3613         * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
3614         Handle null `calc-settings-file'.
3616         * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
3617         * calc/calc-keypd.el (calc-keypad-mode): New.
3618         (calc-do-keypad): Use it.
3619         (calc-keypad-map): Move into `calc-keypad-mode'.
3621         * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
3622         to defalias argument.
3624         * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
3625         (calcFunc-floor): Ditto.
3627         * calc-units.el (calcFunc-usimplify): Ditto.
3629         * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
3630         * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
3631         * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
3632         * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
3633         * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
3634         * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
3635         * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
3636         * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
3637         * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
3638         * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
3639         * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
3640         and move them before their first use.  Use `when', `unless'.
3641         Remove trailing periods from error forms.  Add description and
3642         headers suggested by Emacs Lisp coding conventions.
3644 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
3646         * newcomment.el (comment-indent):
3647         Fix misindentation for comment-only lines.
3648         (comment-indent-new-line): Only obey comment-multi-line if the
3649         comment-ender is not the end-of-line.
3651 2001-11-19  Richard M. Stallman  <rms@gnu.org>
3653         * net/net-utils.el (network-connection-service-abbrev-alist):
3654         New variable.
3656         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
3657         Advance to start of 3rd sexp by moving fwd and backing over it.
3658         At first three elements, act like defun.
3660         * delsel.el (delete-selection-pre-hook): Handle and resignal
3661         file-supersession errors to interact properly with userlock.el.
3663 2001-11-18  Richard M. Stallman  <rms@gnu.org>
3665         * progmodes/fortran.el (fortran-mode-syntax-table):
3666         Specify punctuation syntax for backslash.
3668         * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
3669         All calls deleted.
3671         * international/mule-util.el (string-to-sequence): Make it obsolete.
3672         (string-to-list, string-to-vector): Implement them directly
3673         using append and vconcat, not with string-to-sequence.
3675         * startup.el (command-line): Set abbrevs-changed to nil after
3676         reading the init file and the abbrevs file.
3678         * isearch.el (isearch): Use magenta2 as bg for (background light)
3680 2001-11-17  Richard M. Stallman  <rms@gnu.org>
3682         * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
3684         * simple.el (minibuffer-history-sexp-flag): Doc fix.
3686 2001-11-17  Stefan Monnier  <monnier@cs.yale.edu>
3688         * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
3689         If set and if applicable, add a regexp to highlight defun-like
3690         text inside comments and strings.
3691         (font-lock-fontify-keywords-region): Pass that new arg.
3692         (font-lock-set-defaults): Move the code to set `font-lock-keywords'
3693         to the end and pass that new arg.
3694         (c-font-lock-keywords-2): Fix regex for labels.
3695         (font-lock-match-c++-style-declaration-item-and-skip-to-next):
3696         Make it work when LIMIT is several lines further.
3697         (c-font-lock-keywords-3, c++-font-lock-keywords-3)
3698         (objc-font-lock-keywords-3, java-font-lock-keywords-3):
3699         Use backquote and make the regexes for `int a, b, c;' work on
3700         multiple lines.
3702         * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
3703         (font-lock-defaults-alist): Don't change it any more.
3704         (reb-subexp-mode-map): Cleanup.
3706         * custom.el (custom-current-group-alist): New var.
3707         (custom-declare-group): Set it.
3708         (custom-current-group): New fun.
3709         (custom-declare-variable, custom-handle-all-keywords):
3710         Use it as a default if no :group argument is specified.
3712         * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
3713         (standard-keyboard-coding-systems): New var.
3714         (set-locale-environment): Use it to decide whether or not to call
3715         set-keyboard-coding-system.
3716         (locale-language-names): Use \"French\" for "fr".
3718 2001-11-17  Richard M. Stallman  <rms@gnu.org>
3720         * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
3721         (add-to-list): Delete compatibility code.
3722         (checkdoc-next-message-error): Doc fix.
3724 2001-11-17  Stephen Eglen  <stephen@gnu.org>
3726         * locate.el (locate): Show default locate pattern within the
3727         prompt, but don't insert it into the minibuffer contents.
3728         Catch the case when pattern is the empty string.
3730 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
3732         * language/european.el ("French"): New language environment.
3734 2001-11-16  Richard M. Stallman  <rms@gnu.org>
3736         * calendar/todo-mode.el (todo-save): Fix previous change.
3738         * subr.el (functionp): Do use cdr-safe on object.
3740 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
3742         * bindings.el (mode-line-mode-name): Only put the help-echo property
3743         if the local-map property was put as well.
3744         (global-map): Bind switch-frame, delete-frame, iconify-frame
3745         and make-frame-visible events.
3747         * emacs-lisp/elp.el (elp-not-profilable): New var.
3748         (elp-not-profilable-p): New function.
3749         (elp-instrument-function): Use it.  Use backquotes and push.
3751         * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
3752         (byte-stack+-info, byte-compile-last-warned-form)
3753         (byte-compile-last-logged-file): Don't defconst a variable.
3754         (no-byte-compile): Declare.
3755         (byte-compile-file): Don't boundp-check no-byte-compile any more.
3756         (byte-compile-defvar): Leave defconst as is.
3758         * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
3759         (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
3760         (edebug-current-offset, edebug-old-def-name, edebug-error-point)
3761         (edebug-best-error): Don't defconst a variable.
3762         (edebug-read-syntax-table): Use a char-table.
3763         (edebug-lemacs-specific): Remove.
3764         Toplevel: Eliminate check for Lucid Emacs.
3766         * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
3768         * rect.el (move-to-column-force): Mark obsolete.
3769         (operate-on-rectangle, delete-extract-rectangle-line)
3770         (insert-rectangle, delete-whitespace-rectangle-line)
3771         (open-rectangle-line, clear-rectangle-line): Use move-to-column.
3772         (string-rectangle-history): New var.
3773         (string-rectangle, string-insert-rectangle): Use it.
3774         (delete-rectangle-line): Fix pos/column mixup and simplify.
3776         * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3777         (normal-top-level, command-line, command-line-1): Simplify.
3779         * tar-mode.el (tar-mode): Use define-derived-mode.
3781         * view.el (view-mode-enable): Don't use make-local-hook.
3783         * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
3785 2001-11-16  Richard M. Stallman  <rms@gnu.org>
3787         * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
3788         if it doesn't make sense as anything else.
3789         Don't recognize a "telephone number" at the beginning of the name.
3790         (mail-extr-leading-garbage): Match non-word characters only.
3792 2001-11-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3794         * startup.el (command-line-processed): Doc fix.
3796         * apropos.el (apropos-next-label-button): Doc fix.
3798 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
3800         * comint.el (comint-mode): Simplify.
3801         (make-comint-in-buffer): Run `comint-mode' only if necessary.
3803         * subr.el (eval-after-load): Make it work with features as well.
3805         * log-view.el (log-view-mode): Don't mark the buffer unmodified.
3807         * international/mule-cmds.el (describe-input-method): Setup xref.
3808         (set-language-environment): Use functionp.
3809         (locale-language-names, locale-charset-language-names)
3810         (locale-preferred-coding-systems): Defconst and purecopy.
3812         * language/european.el (mac-roman): Add mime-charset property.
3814 2001-11-15  Richard M. Stallman  <rms@gnu.org>
3816         * emacs-lisp/cl.el (values, values-list, multiple-value-list)
3817         (multiple-value-apply, nth-value): Use defsubst rather than defalias
3818         to get better doc strings.
3820 2001-11-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3822         * derived.el: Fix autoload cookie.
3824 2001-11-15  Richard M. Stallman  <rms@gnu.org>
3826         * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
3828 2001-11-15  Stefan Monnier  <monnier@cs.yale.edu>
3830         * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
3832 2001-11-15  Richard M. Stallman  <rms@gnu.org>
3834         * dired.el (dired-undo): Display a message to explain
3835         that this does not undo file system changes.
3837 2001-11-15  David Kastrup  <David.Kastrup@t-online.de>
3839         * mouse-drag.el (mouse-drag-throw): Push back non-drag events
3840         into `unread-command-events' instead of trying keymap
3841         lookups ourselves.  This makes mouse-clicks do the right
3842         thing even when keymaps of overlays are involved.
3843         (mouse-drag-drag): Likewise.
3845 2001-11-15  Andreas Schwab  <schwab@suse.de>
3847         * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
3848         characters and append anchor to pattern added to auto-mode-alist.
3850 2001-11-15  Stefan Monnier  <monnier@cs.yale.edu>
3852         * server.el (server-process-filter): Run pore/post-comment-hook
3853         before/after visiting the file.
3855         * info-look.el (makefile-mode): Add info for automake.
3856         (autoconf-mode): Fix the name of the index for automake.
3858         * international/latin-9.el: Give pilcrow punctuation syntax.
3860 2001-11-15  Andre Spiegel  <spiegel@gnu.org>
3862         * vc.el: Documentation fixes.
3864 2001-11-14  Stefan Monnier  <monnier@cs.yale.edu>
3866         * smerge-mode.el (smerge-match-conflict): Fix typo.
3867         (smerge-diff): Be careful to read match-data early enough.
3869 2001-11-14  Colin Walters  <walters@verbum.org>
3871         * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
3872         (calcFunc-subst): Use `defalias' instead of `fset' and
3873         `symbol-function'.
3875         * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
3876         (calcFunc-ceil, calcFunc-round): Ditto.
3878         * calc/calc-bin.el (calcFunc-clip): Ditto.
3880         * calc/calc-ext.el (calcFunc-evalv): Ditto.
3882         * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
3884         * calc/calc-misc.el (math-fixnump, math-fixnatnump)
3885         (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
3887         * calc/calc-units.el (calcFunc-unsimplify): Ditto.
3889         * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
3890         * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
3891         * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
3892         * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
3893         * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
3894         * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
3895         * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
3896         * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
3897         * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
3898         * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
3899         * calcsel2.el: Style cleanup; don't put closing parens on their
3900         own line, add "foo.el ends here" to each file, and update
3901         copyright date.
3903         * README: Update maintainer.
3905 2001-11-13  Richard M. Stallman  <rms@gnu.org>
3907         * progmodes/compile.el (recompile): Use compilation-arguments if
3908         set, so as to be able to M-x recompile the exact command which
3909         created a compilation-mode buffer.
3911         * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
3913 2001-11-13  Gerd Moellmann  <gerd@gnu.org>
3915         * mouse.el (mouse-drag-region): Don't run the up-event
3916         handler if window start changed due to the down-mouse event.
3918 2001-11-13  Richard M. Stallman  <rms@gnu.org>
3920         * mouse.el (mouse-show-mark): Either move point to the mark
3921         or use highlighting, never both.
3922         (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
3924 2001-11-13  Simon Josefsson  <jas@extundo.com>
3926         * mail/smtpmail.el (top-level): Change maintainer to Simon
3927         Josefsson, cleanup the smtpmail.el header.
3929         * mail/smtpmail.el (top-level): Don't require cl or base64.
3930         (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
3931         (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
3932         Defsubst instead of defmacro.
3933         (smtpmail-intersection): Return value in reverse order.
3934         (smtpmail-open-stream): Use stringp instead of string-to-list.
3935         (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
3936         separated from smtpmail-via-smtp.
3938         * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
3939         rfc2104.  Require base64 and cl.
3940         (smtpmail-smtp-service): Doc fix.  :type fix.
3941         (smtpmail-debug-info): Doc fix.
3942         (smtpmail-debug-verb, smtpmail-auth-credentials)
3943         (smtpmail-starttls-credentials, smtpmail-auth-supported):
3944         New variables.
3945         (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
3946         mail-utils (it is autoloaded).
3947         (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
3948         (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
3949         (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
3950         (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
3951         (smtpmail-via-smtp): Support AUTH.
3952         (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
3954 2001-11-13  Richard M. Stallman  <rms@gnu.org>
3956         * ebuff-menu.el (electric-buffer-update-highlight): New function.
3957         (electric-buffer-overlay): New variable.
3958         (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
3959         (electric-buffer-list): Likewise.
3961         * isearch.el (isearch-whitespace-chars): Doc fix.
3962         (isearch-mode): Handle negative search-slow-window-lines correctly.
3964 2001-11-13  Stefan Monnier  <monnier@cs.yale.edu>
3966         * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
3968         * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
3969         From Emmanuel Briot <briot@act-europe.fr>.
3971 2001-11-13  Colin Walters  <walters@debian.org>
3973         * calc/calc.el (calc-unread-command): Use `unread-command-events'.
3975         * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
3976         "~/.emacs"; use `read-file-name'.
3978         * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
3979         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
3980         * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
3981         * calc/calc.el: Use `frame-width' instead of `screen-width',
3982         `frame-height' instead of `screen-height', and,
3983         `executing-kbd-macro' instead of `executing-macro'.
3985         * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
3986         correct number of arguments.
3988         * calc/calc-aent.el (calc-do-alg-entry):
3989         Use `blink-paren-function' instead of `blink-paren-hook'.
3991 2001-11-12  Richard M. Stallman  <rms@gnu.org>
3993         * calendar/todo-mode.el (todo-save): Add save-excursion
3994         and save-restriction.
3996         * server.el (server-edit, server-done): Doc fix.
3998         * simple.el (clone-indirect-buffer): Error if major mode symbol
3999         has a no-clone-indirect property.
4000         (clone-buffer): Check for obvious errors before reading clone name.
4002         * info.el (Info-mode): Add a no-clone-indirect property.
4004 2001-11-12  Sam Steingold  <sds@gnu.org>
4006         * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
4007         set-buffer-modified-p to nil after `vc-exec-after'.
4008         * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
4009         (log-view-mode): Make read-only.
4010         (log-view-current-file): Do final `expand-file-name' in the
4011         current `default-directory'.
4012         (log-view-current-tag): Take an optional `where' arg.
4013         (log-view-diff): New user command.
4015 2001-11-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4017         * progmodes/cpp.el (cpp-choose-face): Fix typo.
4019 2001-11-12  Sam Steingold  <sds@gnu.org>
4021         * emacs-lisp/cl-indent.el (toplevel): Indent properly
4022         `generic-flet', `generic-labels', `with-accessors',
4023         `with-condition-restarts'.
4025 2001-11-12  Richard M. Stallman  <rms@gnu.org>
4027         * dired.el: Many trivial doc fixes.
4028         (dired-get-file-for-visit): New function.
4029         (dired-find-alternate-file, dired-mouse-find-file-other-window):
4030         (dired-view-file, dired-find-file-other-window, dired-display-file):
4031         (dired-find-file): Use dired-get-file-for-visit.
4033 2001-11-12  Alex Schroeder  <kensanata@yahoo.com>
4035         * sql.el (sql-mode): Doc change.
4037         * sql.el (sql-mode-syntax-table): The backslash is no longer an
4038         escape character.
4040 2001-11-12  Colin Walters  <walters@debian.org>
4042         * calc/calc-keypd.el (toplevel): Bind mouse buttons.
4043         (calc-do-keypad): Don't attempt to use nonexistent global
4044         mouse-map, use calc-keypad-map.
4045         (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
4046         (calc-keypad-left-click): Don't use mouse-map; update to new event
4047         interface.
4048         (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
4049         (calc-keypad-press): Use `unread-command-events' instead of
4050         `unread-command-char'.
4052         * calc/calc-ext.el (calc-init-extensions): Update autoload names
4053         to match files renamed on initial calc import.
4055 2001-11-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4057         * textmodes/flyspell.el (flyspell-default-dictionary):
4058         Fix previous change.
4060 2001-11-12  Richard M. Stallman  <rms@gnu.org>
4062         * textmodes/flyspell.el (flyspell-default-dictionary):
4063         Fix custom type.
4065 2001-11-11  Richard M. Stallman  <rms@gnu.org>
4067         * calendar/solar.el (solar-sunrise-and-sunset):
4068         Exchange the two extreme values of day-length.
4070         * progmodes/sh-script.el (sh-must-be-shell-mode):
4071         Allow modes derived from sh-mode.
4073         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4074         Turn off error in some re-search-forward calls.
4076         * replace.el (query-replace-skip-read-only): New variable.
4077         (perform-replace): If that variable is non-nil, ignore matches
4078         that have a read-only property.
4080         * derived.el (define-derived-mode): Doc fix.
4082         * server.el (server-buffer-done): Test of server-existing-buffer
4083         was backwards.
4084         (server-existing-buffer): Doc fix.
4086         * textmodes/flyspell.el (flyspell-default-dictionary):
4087         Allow nil as value, and make nil the default.
4089 2001-11-11  Eli Zaretskii  <eliz@is.elta.co.il>
4091         * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
4092         it is not fboundp.
4093         (clipboard-yank): Ditto.
4095 2001-11-11  Colin Walters  <walters@verbum.org>
4097         The following changes are based on patches from
4098         Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
4099         <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
4101         * calc/calc.el (toplevel): Require calc-macs.
4102         (calc-minibuffer-size): New.
4103         (calcDigit-nondigit): Use it instead of `buffer-size'.
4104         (calcDigit-backspace): Likewise.
4105         (calcDigit-nondigit): Use `minibuffer-contents' instead of
4106         `buffer-string'.
4107         (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
4108         `point-min'.
4109         (calcDigit-key): Use `calc-minibuffer-contains' instead of a
4110         `save-excursion'.
4112         * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
4113         simple `setq' form.
4115         * calc/calc-ext.el: (toplevel): Require calc.
4116         (calc-fancy-prefix-map): New.
4117         (calc-fancy-prefix): Use it.
4118         (calc-fancy-prefix-other-key): New.
4120         * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
4121         (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
4122         (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
4123         (calcAlg-enter): Likewise.
4124         (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
4126 2001-11-10  Richard M. Stallman  <rms@gnu.org>
4128         * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
4129         (quietly-read-abbrev-file): Doc fix.
4131         * startup.el (command-line): Read standard abbrev
4132         file (abbrev-file-name), if it exists.
4134         * files.el (save-abbrevs): Default value is t.
4136         * progmodes/compile.el (compile-goto-error): Fix previous change
4137         in the case where subsequent errors have not been parsed yet
4138         because they are in a different source file.
4140 2001-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
4142         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
4143         Merge two regular expressions into one.
4144         (ps-mode): Make local bindings for `comment-start' and
4145         `comment-start-skip'.
4146         (ps-mode-looking-at-nested): Simplify an if-else construct;
4147         use `set-match-data' to set the result.
4149 2001-11-10  Richard M. Stallman  <rms@gnu.org>
4151         * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
4152         Function deleted.
4153         (flyspell-correct-word): Old definition deleted.
4154         (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
4155         All references renamed too.
4157 2001-11-10  Gerd Moellmann  <gerd@gnu.org>
4159         * Makefile.in (finder_setwins, setwins): Exclude Calc.
4161 2001-11-09  Per Abrahamsen  <abraham@dina.kvl.dk>
4163         * wid-edit.el (checklist): Removed `:menu-tag'.
4164         (radio-button-choice): Ditto.
4165         (editable-list): Ditto.
4167 2001-11-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4169         * play/gomoku.el: Move definitions of constants to the beginning
4170         of file, before their use.
4172 2001-11-09  Richard M. Stallman  <rms@gnu.org>
4174         * textmodes/flyspell.el: Use the keymap property
4175         instead of local-map, and don't use a minor-mode map.
4176         (flyspell-mode-map): Variable deleted.
4177         Don't mess with minor-mode-map-alist.
4178         (calling add-minor-mode): Specify nil for keymap.
4179         And always use add-minor-mode, now that it exists.
4180         (flyspell-overlay-keymap-property-name): Set it to `keymap'.
4181         (flyspell-mode-on): Don't locally bind flyspell-mouse-map
4182         or flyspell-local-mouse-map.
4183         (make-flyspell-overlay): Use flyspell-mouse-map directly.
4184         (flyspell-mode): Doc fix.
4185         (flyspell-mode-on): Don't call make-local-hook.
4187 2001-11-09  Sam Steingold  <sds@gnu.org>
4189         * emacs-lisp/debug.el (debugger-make-xrefs):
4190         Add buttons to all symbols.
4192 2001-11-09  Andre Spiegel  <spiegel@gnu.org>
4194         * vc.el: Add John David Smith to credits.
4196         Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
4198         * vc-hooks.el (vc-error-occured): Backquotified.
4199         (vc-file-prop-obarray): Use prime length for better efficiency.
4201         * vc.el (vc-clear-context): Fill obarray with 0, not nil.
4203 2001-11-09  Eli Zaretskii  <eliz@is.elta.co.il>
4205         * info.el (Info-file-list-for-emacs): Add entries for Calc.
4207 2001-11-09  Miles Bader  <miles@gnu.org>
4209         * subr.el (functionp): Don't consider macros as functions.
4211 2001-11-08  Miles Bader  <miles@gnu.org>
4213         * subr.el (functionp): Make work correctly for macros and unbound
4214         symbols.
4216         * comint.el (comint-send-input): Fix description of
4217         `comint-process-echoes' in the doc-string.
4219 2001-11-08  Eli Zaretskii  <eliz@is.elta.co.il>
4221         * international/mule.el (make-translation-table): Doc fix.
4222         Suggested by Alex Schroeder <alex@gnu.org>.
4224 2001-11-07  Richard M. Stallman  <rms@gnu.org>
4226         * info.el (Info-fontify-node): Highlight every third menu item.
4228 2001-11-07  Per Abrahamsen  <abraham@dina.kvl.dk>
4230         * cus-edit.el (custom-face-value-create): Don't ignore the
4231         `customized-face' attribute when finding the current face spec.
4233 2001-11-07  Stefan Monnier  <monnier@cs.yale.edu>
4235         * subr.el (with-local-quit): New macro.
4236         (make-syntax-table): Always inherit.
4237         (functionp): Be more careful when `object' is a symbol.
4239         * dabbrev.el (dabbrev-completion): Use "*Completions*".
4241 2001-11-07  Paul Eggert  <eggert@twinsun.com>
4243         * dired.el (dired-move-to-filename-regexp):
4244         Do not distinguish between ASCII letters and non-ASCII characters.
4245         Don't allow comma except in the form "month day, year".
4246         Don't allow space between month name and comma.
4247         Clean up the code that checks for trailing period, comma, and space.
4248         Remove now-obsolete comments, and add more commentary about
4249         Japanese dates.
4250         Always gobble up trailing spaces, instead of doing it only sometimes.
4252 2001-11-07  Miles Bader  <miles@gnu.org>
4254         * paren.el (show-paren-match-face): Add dark-background variant.
4256 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
4258         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
4259         (lisp-mode-variables): Don't set paragraph-{start,separate}.
4260         Don't disable adaptive-fill-mode.
4261         (lisp-fill-paragraph): Use tab-width rather than 8.
4262         Prevent filling the first line of docstrings.
4264 2001-11-06  Richard M. Stallman  <rms@gnu.org>
4266         * play/gomoku.el (gomoku): Doc fix.
4268         * jka-compr.el (jka-compr-partial-uncompress):
4269         Support an alternative of not using dd.
4270         (jka-compr-dd-program): Use defcustom to define this.
4271         (jka-compr-load-suffixes): Use defcustom.
4272         (jka-compr-mode-alist-additions): Use defcustom.
4274 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
4276         * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
4277         Also work when LIMIT is further than the end of line.
4279 2001-11-06  Eli Zaretskii  <eliz@is.elta.co.il>
4281         * international/quail.el (quail-update-leim-list-file): Print the
4282         offending file name if some of its quail-define-package forms is broken.
4284 2001-11-05  Richard M. Stallman  <rms@gnu.org>
4286         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
4287         of the evaluated form.
4289 2001-11-05  Paul Eggert  <eggert@twinsun.com>
4291         * ls-lisp.el (ls-lisp-time-to-seconds): New function.
4292         (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
4293         stamps always line up by default.  Also, it uses a slightly
4294         different window to determine whether files are "recent".
4296 2001-11-05  Andrew Innes  <andrewi@gnu.org>
4298         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
4299         Don't attempt to remake autoloads before nuking .elc files.
4301 2001-11-04  Richard M. Stallman  <rms@gnu.org>
4303         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
4304         previous-single-property-change or next-single-char-property-change
4305         returns nil.
4307         * international/mule-cmds.el (set-locale-environment):
4308         Make it interactive; make arg optional.
4310         * international/mule-diag.el (help-funs): Require help-funs.
4312 2001-11-04  Eli Zaretskii  <eliz@is.elta.co.il>
4314         * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
4316 2001-11-04  Miles Bader  <miles@gnu.org>
4318         * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
4319         shadow of the splash image grey on a dark background instead of black.
4321 2001-11-03  Stefan Monnier  <monnier@cs.yale.edu>
4323         * term.el (all faces): Don't (copy-face 'default <foo>).
4325         * term/xterm.el (function-key-map):
4326         Add entry for `ESC [ 3 ~' -> <delete>
4327         Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
4328         Use inheritance so that .emacs and terminfo take precedence.
4330 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
4332         * tooltip.el (tooltip-delay): Decrease to 0.7.
4333         (tooltip-hide-delay): Enlarge to 10.
4335 2001-11-03  Richard M. Stallman  <rms@gnu.org>
4337         * startup.el (fancy-splash-tail): Explain how to recover
4338         from a crash, if there was a crash.
4339         (command-line-1): Reorganize display of startup screen,
4340         to simplify the logic.  Use a temp buffer for it.
4342 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
4344         * frame.el (set-background-color, set-foreground-color):
4345         Call face-set-after-frame-default, to propagate the new colors to
4346         the frame's parameters alist.
4348         * calendar/timeclock.el (timeclock-out): Signal an error if
4349         timeclock-last-event is nil.
4351 2001-11-02  Stefan Monnier  <monnier@cs.yale.edu>
4353         * textmodes/fill.el (fill-context-prefix): Fix braino.
4355         * international/quail.el (quail-help):
4356         Use `help-buffer' and move `help-setup-xref' to beginning.
4358         * international/mule-cmds.el (describe-language-environment):
4359         Use `help-buffer' and move `help-setup-xref' to beginning.
4361         * international/mule-diag.el (list-character-sets)
4362         (sort-listed-character-sets, describe-character-set)
4363         (describe-coding-system, describe-fontset, list-fontsets):
4364         Use `help-buffer' and move `help-setup-xref' to beginning.
4365         (describe-char-after): Use `internal-describe-syntax-value'.
4367 2001-11-02  Richard M. Stallman  <rms@gnu.org>
4369         * mouse.el (popup-menu): If the user refuses to select
4370         from a menu, don't try to invoke the menu.
4372 2001-11-02  Miles Bader  <miles@gnu.org>
4374         * help-mode.el (help-xref): New button type.
4375         (help-function, help-variable, help-face, help-coding-system)
4376         (help-input-method, help-character-set, help-type, help-symbol)
4377         (help-back, help-info, help-customize-variable, help-customize-face)
4378         (help-function-def, help-variable-def): Use it as a supertype.
4379         Remove `action' property.
4381         * international/mule-diag.el (describe-character-set)
4382         (describe-coding-system): Pass correct args to `help-xref-button'.
4383         (sort-listed-character-sets): New button type.
4384         (list-character-sets): Use it.
4385         (list-charset-chars): New button type.
4386         (list-character-sets-1): Use it.
4388 2001-11-01  Stefan Monnier  <monnier@rum.cs.yale.edu>
4390         * indent.el (tab-always-indent, indent-for-tab-command):
4391         Remove redundant `never' setting.
4393         * fill.el (fill-region-as-paragraph): Don't forget to skip
4394         over current whitespace before looking for a preceding space.
4396 2001-11-01  Richard M. Stallman  <rms@gnu.org>
4398         * files.el (file-newest-backup): Don't pass backup file name
4399         thru file-name-sans-versions, because it never has version numbers.
4401         * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
4402         to avoid ambiguous nested loops.
4404         * files.el (find-file-noselect): Offer to change buffer-read-only
4405         only when the file's read-only status has changed from before
4406         as well as disagreeing with the buffer's current status.
4407         (buffer-file-read-only): New var, local in all buffers.
4409         * buff-menu.el (buffer-menu): Doc fix.
4410         (buffer-menu-other-window): Doc fix.
4411         (list-buffers, list-buffers-noselect): Doc fix.
4413 2001-11-01  Gerd Moellmann  <gerd@gnu.org>
4415         * startup.el (command-line): If the terminal Emacs is running on
4416         has erase char set to ^H, use the Backspace key for deleting
4417         backward, and the Delete key for deleting forward.
4419 2001-11-01  Miles Bader  <miles@gnu.org>
4421         * button.el (define-button-type): Make sure every user-defined
4422         button type has a supertype.
4424 2001-10-31  Jason Rumney  <jasonr@gnu.org>
4426         * international/mule-cmds.el (locale-language-names): Add chs and
4427         cht as aliases for Chinese-GB and Chinese-BIG5.
4429 2001-10-31  Richard M. Stallman  <rms@gnu.org>
4431         * bindings.el (mode-line-frame-identification): Add doc string.
4432         (mode-line-position, mode-line-modes): New variables.
4433         (mode-line-format): Use mode-line-position for the part
4434         that displays the position-in-buffer info.
4435         Use mode-line-modes for the part that displays major and minor modes.
4437 2001-10-31  Sam Steingold  <sds@gnu.org>
4439         * emacs-lisp/debug.el (debugger-make-xrefs): New function.
4440         (debugger-setup-buffer): Call it.
4441         (debugger-mode-map): Bind RET and mouse-2.
4443 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4445         * startup.el: Document command line option --no-window-system
4446         instead of --no-windows.
4448 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
4450         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
4452         * font-lock.el (java-font-lock-syntactic-face-function): New fun.
4453         (font-lock-defaults-alist): Use it.
4454         From David Ponce <david.ponce@wanadoo.fr>
4456         * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
4457         output of `char-after'.
4459         * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
4461         * simple.el (reindent-then-newline-and-indent): Insert the newline
4462         before indenting the first line.
4463         (undo-get-state, undo-revert-to-state): New funs.
4464         (shell-command): Don't kill the buffer even if empty.
4465         (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
4466         (transpose-subr-end2): Remove.
4467         (transpose-subr): Add `special' arg and simplify.
4468         (transpose-subr-1): Rewrite.
4469         (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
4470         (rfc822-goto-eoh): Simplify.
4472 2001-10-30  Richard M. Stallman  <rms@gnu.org>
4474         * enriched.el (enriched-face-ans): Fix previous change.
4476 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
4478         * international/iso-acc.el (iso-accents-compose): Remove a
4479         superfluous setq.
4481 2001-10-30  Eli Zaretskii  <eliz@is.elta.co.il>
4483         * buff-menu.el (list-buffers-noselect): If the buffer's name
4484         starts with a blank, but it visits a file, do show it (for files
4485         whose names start with a blank).
4487 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
4489         * textmodes/fill.el (sentence-end-double-space)
4490         (sentence-end-without-period): Move to paragraphs.el.
4491         (fill-indent-according-to-mode): Change default to t.
4492         (fill-context-prefix): Simplify control-flow and use a more
4493         sophisticated merge that unifies both previous checks.
4494         (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
4495         (fill-nobreak-predicate): Make it into a defcustom'd hook.
4496         (fill-nobreak-p): New fun.
4497         (fill-region-as-paragraph): Use it.
4498         Handle `fill-indent-according-to-mode' slightly differently.
4499         (fill-individual-paragraphs-prefix): Simplify the control-flow.
4500         (fill-individual-paragraphs-citation): Fix.
4502         * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
4503         (paragraph-start): Change default to the `text-mode' value.
4504         (sentence-end-double-space, sentence-end-without-period):
4505         Move from fill.el.
4506         (forward-paragraph): Use `parstart' and `parsep' for temp variables
4507         rather than rebinding `paragraph-start' and `paragraph-separate'.
4509         * indent.el (indent-line-function): Change default to indent-relative.
4510         (tab-always-indent): Add an `never' setting.
4511         (indent-according-to-mode): Handle `indent-relative' and
4512         `indent-relative-maybe' specially.
4513         (indent-for-tab-command): Rename `prefix-arg' to `arg'.
4514         Handle the `never' case for `tab-always-indent'.
4515         Don't call indent-according-to-mode for indent-relative' and
4516         `indent-relative-maybe'.
4517         (insert-tab): Rename `prefix-arg' to `arg'.
4518         (indent-region): Indent the first line as well.
4519         (indent-relative): Don't mark the buffer modified if the indentation
4520         is unchanged.
4522         * textmodes/text-mode.el (paragraph-indent-minor-mode):
4523         Don't set paragraph-separate.  Set paragraph-start more carefully.
4524         Set indent-line-function.
4525         (paragraph-indent-text-mode): Use it and define-derived-mode.
4526         (text-mode-map): Remove the \t binding.
4527         (text-mode): Simplify now that the default is more favorable.
4529 2001-10-29  Stefan Monnier  <monnier@cs.yale.edu>
4531         * emacs-lisp/find-func.el (find-function-search-for-symbol):
4532         If the regexp doesn't match, use a looser one.
4533         (find-variable-noselect): Add `file' argument.
4535         * pcvs.el (cvs-mode-commit-hook): New hook.
4536         (cvs-mode-commit): Run it.
4538         * log-edit.el (log-edit): Run hook after `log-edit-files'.
4540         * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
4541         (edebug-instrument-function): Use `find-function-noselect'.
4543 2001-10-29  Richard M. Stallman  <rms@gnu.org>
4545         * term.el (term-if-emacs19): Macro deleted.
4546         Callers changed to use progn instead.
4548         * frame.el (blink-cursor-mode): Doc fix.
4550         * files.el (find-backup-file-name): Use make-backup-file-name.
4552         * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
4553         window-live-p.
4554         (edebug-set-conditional-breakpoint): Unconditionally use
4555         the former Emacs >=19 definition.
4556         (edebug-mark): Define unconditionally.
4557         (edebug-eval-expression): Always call read-from-minibuffer
4558         and specify history list.
4559         (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
4560         edebug-set-conditional-breakpoint.
4561         (edebug-emacs-version-specific): Function deleted;
4562         do the job at top level.
4563         (edebug-emacs-19-specific): Function deleted, this is the default.
4565 2001-10-29  Sam Steingold  <sds@gnu.org>
4567         * w32-fns.el (convert-standard-filename): Handle cygwin-specific
4568         "/cygdrive/LETTER/" pathnames.
4570 2001-10-29  Eli Zaretskii  <eliz@is.elta.co.il>
4572         * faces.el (invert-face): Check for 'unspecified, not for nil,
4573         when testing whether face colors are not specified.
4574         From David.Kastrup@t-online.de (David Kastrup).
4575         (read-face-name): Doc fix.
4576         (make-face-bold, make-face-unbold, make-face-italic)
4577         (make-face-unitalic, make-face-bold-italic, invert-face):
4578         Remove trailing blank from the prompt passed to read-face-name.
4580 2001-10-29  Sam Steingold  <sds@gnu.org>
4582         * emacs-lisp/bytecomp.el (byte-recompile-directory):
4583         Report numbers of files skipped and failed too.
4584         (byte-compile-file): Return 'no-byte-compile for skipped files.
4586 2001-10-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4588         * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
4589         and `M p'.
4591 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
4593         * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
4594         as is on unread-command-events instead of `(SECOND-CHAR)'.
4596 2001-10-29  Andre Spiegel  <spiegel@gnu.org>
4598         * vc.el: Mention vc-*-switches in backend API documentation.
4599         (vc-annotate): Adapt doc string to recent change.
4601 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
4603         * enriched.el (enriched-face-ans): Handle face attributes
4604         of the form `(FACE1 FACE2 ...)'.
4606         * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
4608 2001-10-29  Alex Schroeder  <kensanata@yahoo.com>
4610         * progmodes/sql.el (sql-mysql): Doc change by RMS.
4612         * progmodes/sql.el (sql-db2): Doc change.
4613         (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
4614         (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
4616 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
4618         * env.el (substitute-env-vars): Don't quote argument to `rx';
4619         it's a macro.
4621 2001-10-28  Per Abrahamsen  <abraham@dina.kvl.dk>
4623         * cus-start.el (recursive-load-depth-limit): Added.
4625 2001-10-28  Richard M. Stallman  <rms@gnu.org>
4627         * textmodes/ispell.el (version18p, version20p): Vars deleted.
4628         All uses removed--assume Emacs version is >= 20.
4630         * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
4631         by really checking that it is not version 18.
4633         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
4635 2001-10-28  Miles Bader  <miles@gnu.org>
4637         * faces.el (face-attribute): Add INHERIT argument, consider face
4638         inheritance if it's non-nil.
4639         (face-attribute-merged-with): New function.
4640         (face-attribute-specified-or): New macro.
4641         (face-foreground, face-background, face-stipple): Add INHERIT
4642         argument.  Use `face-attribute-specified-or'.
4644 2001-10-28  Stefan Monnier  <monnier@cs.yale.edu>
4646         * font-lock.el: Require `syntax'.
4647         (font-lock-defaults-alist): Don't define keywords for lisp languages.
4648         Use `c-font-lock-syntactic-face-function' for c languages.
4649         (font-lock-mode): Don't unset vars when turning the mode off.
4650         (font-lock-default-fontify-buffer): Don't unset vars at the end.
4651         (font-lock-extra-managed-props): New var.
4652         (font-lock-default-unfontify-region): Use it.
4653         (font-lock-apply-syntactic-highlight): Flush the syntax cache.
4654         Don't eval the value when there's no match.
4655         (font-lock-ppss-stats): New var.
4656         (font-lock-ppss): New fun.
4657         (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
4658         (font-lock-apply-highlight): Allow `highlight' to set several props.
4659         (font-lock-set-defaults): Use dolist.
4660         (font-lock-unset-defaults): Remove.
4661         (font-lock-match-c-style-declaration-item-and-skip-to-next):
4662         Try to recognize prototypes using `foo P_ ((args))'.
4663         ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
4664         (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
4665         (c-font-lock-syntactic-face-function): New function.
4666         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
4667         (c++-keywords): Use a more sophisticated regexp to handle
4668         shallowly nested templates.
4670 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
4672         * textmodes/sgml-mode.el (sgml-empty-tags): New var.
4673         (sgml-tag): Use it.  Cleanup with `cond'.
4674         (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
4675         Mark the overlays and only delete those that are marked.
4676         (sgml-skip-close-p): Remove.
4677         (sgml-value): Replace sgml-skip-close-p with its definition.
4678         (html-tag-alist): Use sgml-xml a bit more.
4679         (html-mode): Set sgml-empty-tags.
4681         * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
4682         (texinfo-update-node, texinfo-sequential-node-update):
4683         Don't bind the obsolete `auto-fill-hook'.
4684         (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
4685         Use `set-buffer' rather than `switch-to-buffer'.
4686         (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
4687         Use `set-buffer' rather than `switch-to-buffer'.
4689         * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
4690         text-mode-syntax-table.
4691         (mail-mode): Use define-derived-mode.
4692         Fix ordering of alternatives in adaptive-fill-regexp.
4693         (mail-mode-map): Don't rely on keymap's internal representation.
4695 2001-10-27  Sam Steingold  <sds@gnu.org>
4697         * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
4698         (sgml-xml-guess): Extracted from `html-mode' and generalized.
4699         (sgml-mode-common): Call it.
4700         (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
4701         (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
4702         (html-horizontal-rule, html-image, html-ordered-list):
4703         (html-unordered-list, html-list-item, html-paragraph):
4704         (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
4705         `html-xhtml'.
4707 2001-10-26  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
4709         * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
4710         (ifnothtml): New alias.
4712 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
4714         * textmodes/text-mode.el (text-mode): Use define-derived-mode.
4715         (toggle-text-mode-auto-fill): Use derived-mode-p.
4717 2001-10-27  Gerd Moellmann  <gerd.moellmann@t-online.de>
4719         * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
4720         `mdtm'.  From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
4722 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
4724         * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
4725         Add make-obsolete cookies, to follow faces.el.
4727         These changes avoid warnings from the byte compiler in faces.el:
4729         * faces.el (internal-get-face): Use facep instead of the obsolete
4730         internal-find-face.
4731         (internal-frob-font-weight, internal-frob-font-slant):
4732         New defaliases for obsolete functions.
4733         (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
4734         (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
4735         (x-make-font-bold-italic): Use internal-frob-font-weight and
4736         internal-frob-font-slant aliases instead of the obsolete
4737         x-frob-... functions.
4739 2001-10-26  Sam Steingold  <sds@gnu.org>
4741         * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
4742         DOCTYPE; set `mode-name' based on it.
4743         (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
4744         (sgml-tag): Close empty tags in XHTML.
4746 2001-10-26  Jason Rumney  <jasonr@gnu.org>
4748         * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
4749         when UNICODE is not defined.
4751 2001-10-26  Sam Steingold  <sds@gnu.org>
4753         * font-lock.el (c-font-lock-keywords-2): Do not require labels to
4754         be alone on the line.
4756 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
4758         * button.el (button): Special face definition for MS-DOS terminals.
4760 2001-10-26  Sam Steingold  <sds@gnu.org>
4762         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
4763         Protect the /= test by checking that the args are non-nil.
4764         (sh-font-lock-close-heredoc): Check eof for being non-nil.
4766 2001-10-26  Tomas Abrahamsson  <tab@lysator.liu.se>
4768         * textmodes/artist.el (artist-version): 1.2.4.
4769         (artist-butlast-fn): New variable.
4770         (artist-butlast): New function.
4771         (artist-ellipse-mirror-quadrant): Use it.
4772         (artist-mouse-draw-poly): Use nil for `point-list'.
4773         (artist-mouse-draw-poly): Check for point-list being nil.
4775 2001-10-26  Peter Kleiweg  <kleiweg@let.rug.nl>
4777         * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
4778         lambda expression.
4779         (ps-mode-menu-main): Submenu with options on/off was replaced with
4780         a toggle button.
4781         (ps-mode, ps-run-mode): Define with `define-derived-mode'
4782         (ps-mode): Autoload cookie added on same line as comment
4783         (ps-mode-tabkey, ps-mode-backward-delete-char):
4784         (ps-mode-r-balance): Replace `delete-horizontal-space' and
4785         `indent-to' with `indent-line-to'
4786         (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
4787         instead of `eval'.
4788         (ps-mode-print-region): Use `with-temp-buffer'.
4789         (ps-run-start): Use of `mapconcat'.  Use `apply' instead of `eval'.
4790         (numerous places): Add back-tick and tick around names in
4791         docstrings, fix punctuation in docstrings, remove trailing spaces.
4793 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
4795         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
4796         (sgml-font-lock-keywords-2): Use `eval'.  Moved from sgml-mode-common.
4797         (sgml-font-lock-syntactic-keywords): New var.
4798         (sgml-mode-common): Drop the two args.
4799         Don't make buffer-local variables that aren't used.
4800         Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
4801         Don't set `before-string' props from sgml-display-text.
4802         (sgml-mode): Use define-derived-mode.
4803         (sgml-tags-invisible): Use sgml-display-text.
4804         (sgml-quote): New command.
4805         (html-tag-alist): Add args for `span'.
4806         (html-mode): Use define-derived-mode.
4807         Set sgml-display-text and sgml-tag-face-alist.
4809 2001-10-25  Sam Steingold  <sds@gnu.org>
4811         * add-log.el (add-log-always-start-new-record): New user option.
4812         (add-change-log-entry): Use it.
4814 2001-10-25  Richard M. Stallman  <rms@gnu.org>
4816         * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
4817         bind case-fold-search if FROM is not all lower case.
4819 2001-10-25  Gerd Moellmann  <gerd@gnu.org>
4821         * startup.el (normal-top-level): Check for frame-initial-frame
4822         only if it's really used.
4824         * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
4826         * progmodes/compile.el (compilation-parse-errors-filename-function):
4827         New variable.
4828         (compilation-parse-errors): Use it.
4830 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
4832         * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
4833         interactively so that C-u M-C-x still does edebug.
4834         (checkdoc-sentencespace-region-engine): Don't force a double-space
4835         after `.' if it doesn't look like an end-of-sentence.
4836         (debug-ignored-errors): Add `disambiguate ...'.
4838 2001-10-24  Stefan Monnier  <monnier@cs.yale.edu>
4840         * textmodes/texinfo.el (texinfo-environments)
4841         (texinfo-environment-regexp): Hoist.
4842         (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
4843         Only highlight the menu name in menu items.
4844         Setup `@foo ... @end foo' as text clones.
4845         (texinfo-clone-environment): New function.
4846         (texinfo-mode): Simplify auto-fill-inhibit-regexp.
4847         (texinfo-insert-block): Simplify.
4848         (texinfo-insert-quote): Insert a plain " if preceded by \ or if
4849         the command is repeated.
4850         (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
4851         (texinfo-insert-@end): Simplify.
4853         * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
4854         (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
4855         (texinfo-subsubsection-level-regexp)
4856         (texinfo-update-menu-same-level-regexps)
4857         (texinfo-update-menu-higher-regexps)
4858         (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
4860         * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
4861         (derived-mode-p): Autoload.
4863         * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
4864         New vars and functions.
4865         (text-clone-maintain, text-clone-create): New functions.
4867 2001-10-25  Miles Bader  <miles@gnu.org>
4869         * facemenu.el (facemenu-add-new-face): Fix variable names.
4871 2001-10-24  Richard M. Stallman  <rms@gnu.org>
4873         * facemenu.el (facemenu-unlisted-faces): Improve doc strings
4874         of t and nil values.
4875         (facemenu-set-face): Handle START and END interactively.
4876         (facemenu-set-foreground): Don't use a face; specify color directly.
4877         (facemenu-set-background): Likewise.
4878         (facemenu-set-face-from-menu): Doc fix.
4879         (facemenu-active-faces): Use face-attribute-vector
4880         to handle bare attributes not in faces.
4881         (facemenu-get-face): Don't handle face names fg:... and bg:...
4882         specially.
4883         (facemenu-add-new-face): New argument MENU.
4884         New way to handle adding colors to the color menus.
4886         * env.el (substitute-env-vars): Quote the arg to rx.
4888 2001-10-24  Sam Steingold  <sds@gnu.org>
4890         * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
4891         Control" and "SGML" groups.
4893 2001-10-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4895         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
4896         Better handling of C++ template args to avoid confusion with `<'
4897         and `>' used as operators in member init expressions.
4899 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
4901         * replace.el (perform-replace): Move START and END parameters
4902         to the end of the argument list and make them optional.
4904         * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
4905         perform-replace.
4907         * international/fontset.el (x-must-resolve-font-name): New function.
4908         (x-complement-fontset-spec): Use it.
4910 2001-10-23  Stefan Monnier  <monnier@cs.yale.edu>
4912         * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
4914         * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
4915         Turn caadr into caar of cdr.
4917 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
4919         * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
4920         of mouse-{1,2} since dragging is on the down event.
4922         * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
4924         * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
4925         if ARG is nil.
4927         * desktop.el (desktop-last-buffer): New variable.
4928         (desktop-create-buffer): Set it.
4929         (desktop-read): Bind it and switch to that buffer.
4931 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
4933         * progmodes/compile.el (compilation-set-window-height):
4934         Select old window only if it's still live.
4936 2001-10-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4938         * help-mode.el (help-buffer): Remove debugging code.
4939         From Stefan Monnier <monnier@cs.yale.edu>.
4941 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
4943         * files.el (file-name-sans-extension, file-name-extension):
4944         Don't count the leading dots in file names as signaling an extension.
4946 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
4948         * vc.el (vc-diff-switches): Doc rewritten.
4950 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
4952         * tooltip.el (tooltip-set-param): Doc fix.
4954         * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
4955         127 to sgml-maybe-name-self.
4956         (sgml-name-8bit-mode): Doc fix.
4957         (sgml-char-names-table): New variable.
4958         (sgml-name-char): Support non-ASCII and mule-unicode-*
4959         characters.  Doc fix.
4960         (sgml-maybe-name-self): Convert unibyte characters to multibyte.
4962         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
4963         doc string the effect of `left' and `top' parameters in
4964         tooltip-frame-parameters, the default values, and the units.
4965         (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
4966         (tooltip-show): Mention in the doc string the `top' and `left'
4967         parameters in tooltip-frame-parameters, and x-max-tooltip-size.
4969 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
4971         Add autoscaling support for vc-annotate.
4972         From J.D. Smith <jdsmith@alum.mit.edu>.
4974         * vc.el (vc-annotate-display-default): Accept colormap scaling
4975         ratio (now deprecated).
4976         (vc-annotate-display-autoscale): Added.
4977         (vc-annotate-add-menu): New autoscaling menu options "Span to
4978         Oldest" and "Span Oldest->Newest".  Easymenu support added for
4979         toggle menus driven by customize variable `vc-annotate-display-mode'.
4980         (vc-annotate-display-select): Added.
4981         (vc-annotate): Changed temp-buffer-show-function to
4982         `vc-annotate-display-select'.
4983         (vc-annotate-display): Removed arguments BUFFER and BACKEND.
4984         Added argument OFFSET.  Instead of backend function, calls now
4985         generic `vc-annotate-difference'.
4986         (vc-annotate-difference): Added as generic function instead of
4987         backend-specific function.  No longer takes argument POINT, but
4988         instead accepts a time OFFSET.
4989         (vc-default-annotate-current-time): Added.
4991         * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
4992         version in vc.el, with
4993         (vc-cvs-annotate-current-time): Added, as override of default.
4994         (vc-cvs-annotate-time): Added.  Taken mostly from the (now removed)
4995         `vc-cvs-annotate-difference'.
4997 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
4999         * saveplace.el (save-place): Require `saveplace'.
5001         * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
5002         Use `sexp' for :value-type instead of `face'.
5004 2001-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
5006         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
5007         regexps due to 5-digit message IDs.
5009 2001-10-21  Jason Rumney  <jasonr@gnu.org>
5011         * term/w32-win.el (redisplay-dont-pause): Don't set.
5013 2001-10-21  Miles Bader  <miles@gnu.org>
5015         * help-funs.el (help-manyarg-func-alist): Variable removed.
5017 2001-10-21  Miles Bader  <miles@gnu.org>
5019         * help-funs.el (help-manyarg-func-alist): Remove entries for
5020         `insert', `insert-and-inherit', `insert-before-markers',
5021         `insert-before-markers-and-inherit', `message', `message-box',
5022         `message-or-box', `propertize', `format', `encode-time', `append',
5023         `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
5024         `insert-string', `ml-if', `ml-provide-prefix-argument', and
5025         `ml-prefix-argument-loop'.
5027 2001-10-21  Andre Spiegel  <spiegel@gnu.org>
5029         * vc.el (vc-diff-internal, vc-coding-system-for-diff)
5030         (vc-default-diff-tree): New functions.
5031         (vc-version-diff): Use them.  As a result, coding systems are now
5032         set up properly for all sorts of diffs, and tree diffs can now
5033         also be done locally.
5034         (vc-diff): With a prefix argument, don't require that it's called
5035         from a buffer under version control.
5036         (diff-switches): Remove duplicate definition.
5038         * vc-cvs.el (vc-cvs-diff-tree): New function.
5040 2001-10-21  Miles Bader  <miles@gnu.org>
5042         * help-funs.el (help-manyarg-func-alist): Remove entries for
5043         `list', `vector', `make-byte-code', `call-process',
5044         `call-process-region', `string', `+', `-', `*', `/', `max', `min',
5045         `logand', `logior', and `logxor'.
5047         * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
5048         image bits to compensate.  Use `make-string' instead of
5049         `make-bool-vector' (XBM apparently wants byte-aligned rows).
5051 2001-10-20  Kim F. Storm  <storm@cua.dk>
5053         * simple.el (kill-ring-save): Don't show extent of copied region
5054         if using transient-mark-mode and region is fully visible.
5056 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
5058         * (Version 21.1 released.)
5060 2001-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
5062         * files.el (auto-mode-alist): Associate .indent.pro with
5063         Fundamental mode.  Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
5065 2001-10-18  Sam Steingold  <sds@gnu.org>
5067         Put the *Compile-Log* buffer in `compilation-mode'.
5068         * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
5069         (byte-compile-log-1, byte-compile-log-file)
5070         (displaying-byte-compile-warnings): Use it
5072 2001-10-18  Stefan Monnier  <monnier@cs.yale.edu>
5074         * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
5076         * xml.el (xml-parse-tag): Use eq on char-after's return value.
5078 2001-10-18  Gerd Moellmann  <gerd@gnu.org>
5080         * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
5082         * obsolete/hilit19.el (hilit-lookup-face-create):
5083         Call set-face-font only if display-graphic-p.
5084         (toplevel): Remove references to window-system.
5086 2001-10-18  Miles Bader  <miles@gnu.org>
5088         * simple.el (what-line): Avoid problems with field properties.
5090 2001-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
5092         * wid-edit.el (widget-field-face, widget-single-line-field-face):
5093         Define special colors for a tty.
5095 2001-10-17  Francesco Potorti`  <pot@gnu.org>
5097         * comint.el (comint-password-prompt-regexp): Make it less
5098         restrictive, letting comint recognise OpenSSH2 passphrase prompts.
5100 2001-10-17  John Wiegley  <johnw@gnu.org>
5102         * eshell/em-unix.el (eshell/cat): Do a quick test if something is
5103         a regular file, before checking if it is a directory or symlink.
5104         This avoids a call to eshell-file-attributes, which can be
5105         expensive in some situations.
5107         * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
5108         customization variable, to differentiate ls-in-dired from regular
5109         uses of ls.
5111 2001-10-17  Miles Bader  <miles@gnu.org>
5113         * custom.el (defface): Mention `:inherit' in doc-string.
5115 2001-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
5117         * paren.el: Update the Commentary with installation instructions.
5119 2001-10-15  Dave Love  <fx@gnu.org>
5121         * international/mule.el (set-auto-coding): Fix regexps for local
5122         variables section not to eat newlines.
5124 2001-10-15  Miles Bader  <miles@gnu.org>
5126         * simple.el (display-message-or-buffer): Pass the correct buffer
5127         to `display-buffer'.
5129 2001-10-14  Stefan Monnier  <monnier@cs.yale.edu>
5131         * progmodes/executable.el (executable-binary-suffixes): Make varalias.
5132         (executable-find): Use exec-suffixes.
5133         (executable-set-magic): Don't use make-local-hook.
5135         * bindings.el (exec-suffixes): Initialize to a system-dependent value.
5137 2001-10-14  Eli Zaretskii  <eliz@is.elta.co.il>
5139         * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
5140         Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
5141         Add .so to the Unix and GNU branch.
5143         * international/latin-1.el:
5144         * international/latin-2.el:
5145         * international/latin-3.el:
5146         * international/latin-4.el:
5147         * international/latin-5.el:
5148         * international/latin-8.el:
5149         * international/latin-9.el: Add no-byte-compile: t, since
5150         Makefile.in instructs make-docfile to look at .el files.
5152 2001-10-14  Miles Bader  <miles@gnu.org>
5154         * button.el (define-button-type): Allow supertype property to be
5155         specified with a keyword `:supertype' too.
5156         (button-put, make-text-button): Allow button type property to be
5157         specified using the keyword `:type' too.
5158         (button-type): New function.
5159         (button): Add `button-category-symbol' property.
5161 2001-10-13  Stefan Monnier  <monnier@cs.yale.edu>
5163         * bindings.el (esc-map): Revert `j' and `C-j' bindings to
5164         indent-new-comment-line from comment-indent-new-line.
5166         * textmodes/refill.el (refill-mode):
5167         Bind DEL to backward-delete-char-untabify.
5168         Set backward-delete-char-untabify-method to `hungry'.
5170         * textmodes/bib-mode.el (bib-mode):
5171         * play/gomoku.el (gomoku-mode):
5172         * textmodes/page-ext.el (pages-directory-mode):
5173         * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
5175         * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
5177         * emacs-lisp/syntax.el (syntax-ppss): Autoload.
5179         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
5180         Handle here-docs differently.
5181         (sh-font-lock-heredoc): Remove.
5182         (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
5183         (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
5184         (sh-font-lock-open-heredoc): New functions.
5185         (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
5186         (sh-font-lock-keywords-1): Use regexp-opt.
5187         (sh-in-comment-or-string): Use syntax-ppss.
5188         (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
5189         (sh-select, sh-tmp-file): Add explicit terminating \n.
5191         * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
5192         Use with-current-buffer.
5193         (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
5194         (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
5195         filename), catch any error that occurs in `ange-ftp-cd'.
5196         If an error happened, don't bother sending `cmd' at all.
5197         Fix a parenthesis typo.
5198         (ange-ftp-write-region): Don't blindly use binary if the remote host
5199         is unix-like.
5201         * play/pong.el (pong-init): Don't use make-local-hook.
5203 2001-10-13  Michael Kifer  <kifer@cs.sunysb.edu>
5205         * viper-ex.el (ex-edit): Make checks for modified buffer/file.
5206         (viper-get-ex-address-subr): More precise addr for the $ marker
5208 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
5210         * version.el (emacs-version): Bump to 21.1.50.
5212 2001-10-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
5214         * mail/mailalias.el (mail-directory-stream): Do not double
5215         variables in the lambda-list.
5217         * play/gomoku.el (gomoku-init-display): Ditto.
5219         * play/landmark.el (lm-init-display): Ditto.
5221         * delim-col.el (delimit-columns-rectangle-max): Ditto.
5222         (delimit-columns-rectangle-line): Ditto.
5224 2001-10-12  Stefan Monnier  <monnier@cs.yale.edu>
5226         * newcomment.el (comment-region-internal): Don't rebind
5227         invisibility_spec now that the C routines handle it correctly.
5229         * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
5231         * frame.el (special-display-popup-frame): Obey new specs `same-window'
5232         and `same-frame'.
5234         * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
5236         * simple.el (minibuffer-local*-map): Remove redundant bindings.
5238         * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
5239         C-p and C-r.  Remove redundant bindings from inheriting maps.
5241         * progmodes/cperl-mode.el: Merged in changes from v4.32.
5242          After 4.23 and: After 4.24:
5243         (cperl-contract-levels): Restore position.
5244         (cperl-beautify-level): Likewise.
5245         (cperl-beautify-regexp): Likewise.
5246         (cperl-commentify): Rudimental support for length=1 runs
5247         (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
5248          After 4.25:
5249         (cperl-commentify): Was recognizing length=2 "strings" as length=1.
5250         (imenu-example--create-perl-index): Was not enforcing
5251         syntaxification-to-the-end.
5252         (cperl-invert-if-unless): Allow `for', `foreach'.
5253         (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
5254         Mark qw(), m()x as indentable.
5255         (cperl-init-faces): Highlight `sysopen' too.
5256         Highlight $var in `for my $var' too.
5257         (cperl-invert-if-unless): Was leaving whitespace at end.
5258         (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
5259         (cperl-calculate-indent): Remove old commented out code.
5260         Support (primitive) indentation of qw(), m()x.
5261          After 4.26:
5262         (cperl-problems): Mention `fill-paragraph' on comment. \"" and
5263         q [] with intervening newlines.
5264         (cperl-autoindent-on-semi): New customization variable.
5265         (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
5266         (cperl-tips): Mention how to make CPerl the default mode.
5267         (cperl-mode): Support `outline-minor-mode'.  From Mark A. Hershberger.
5268         (cperl-outline-level): New function.
5269         (cperl-highlight-variables-indiscriminately): New customization var.
5270         (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
5271         From Sean Kamath <kamath@pogo.wv.tek.com>.
5272         (cperl-after-block-p): Support CHECK and INIT.
5273         (cperl-init-faces, cperl-short-docs): Likewise and "our".
5274         From Doug MacEachern <dougm@covalent.net>.
5275          After 4.27:
5276         (cperl-find-pods-heres): Recognize \"" as a string.
5277         Mark whitespace between q and [] as `syntax-type' => `prestring'.
5278         Allow whitespace between << and "FOO".
5279         (cperl-problems): Remove \"" and q [] with intervening newlines.
5280         Mention multiple <<EOF as unsupported.
5281         (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
5282         (cperl-indent-parens-as-block): New configuration variable.
5283         (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
5284         Use `cperl-indent-parens-as-block'.
5285         (cperl-find-pods-heres): Test for =cut without empty line instead of
5286         complaining about no =cut.
5287         (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
5288         (cperl-find-pods-heres): Likewise.
5289         (cperl-electric-pod): Change `forward-sexp' to `forward-word':
5290         POD could've been marked as comment already.
5291         (cperl-unwind-to-safe): Unwind before start of POD too.
5292          After 4.28:
5293         (cperl-forward-re): Throw an error at proper moment REx unfinished.
5294          After 4.29:
5295         (x-color-defined-p): Make an extra case to peacify the warning.
5296         Toplevel: `defvar' to peacify the warnings.
5297         (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
5298         No -nw-compile time warnings now.
5299         (cperl-find-tags): TAGS file had too short substring-to-search.
5300         Be less verbose in non-interactive mode
5301         (imenu-example--create-perl-index): Set index-marker after name
5302         (cperl-outline-regexp): New variable.
5303         (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
5304         (cperl-mode): Made use `cperl-outline-regexp'.
5305          After 4.30:
5306         (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
5307         (cperl-outline-level): Make start-of-file same level as `package'.
5308          After 4.31:
5309         (cperl-electric-pod): `head1' and `over' electric only if empty.
5310         (cperl-unreadable-ok): New variable.
5311         (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
5312         on an unreadable file.
5313         (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
5314         on an unreadable directory.
5316         * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
5317         Consider the text between two errors as belonging to the first error.
5318         (compilation-goto-locus): Use pop-to-buffer rather than
5319         switch-to-buffer-other-frame.
5321         * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
5322         (awk-font-lock-syntactic-keywords): New var.
5323         (awk-mode): Use it.
5325         * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
5327         * faces.el (describe-face): Call help-setup-xref earlier.
5329         * jka-compr.el (jka-compr-load-suffixes): New var.
5330         (jka-compr-install): Add its content to load-suffixes.
5331         (jka-compr-uninstall): Remove its content from load-suffixes.
5333 2001-10-12  Sam Steingold  <sds@gnu.org>
5335         * bindings.el (completion-ignored-extensions): CL-related
5336         extensions are platform-independent.
5338         * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
5339         asynchronous multiple file copying.
5341 2001-10-12  Gerd Moellmann  <gerd@gnu.org>
5343         * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
5344         Turn error for repeated variables into warning.
5346         * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
5347         New function checking that lambda-list consists of non-constant
5348         symbols, that &rest and &optional are followed by variable names,
5349         that &rest VAR is the last element, and that variables aren't doubled.
5350         (byte-compile-lambda): Use it.
5352 2001-10-12  Eli Barzilay <eli@barzilay.org>
5354         * calculator.el (calculator-eng-display): Don't call concat
5355         with an integer argument.
5357 2001-10-12  Miles Bader  <miles@gnu.org>
5359         * help-mode.el (help-customize-face): New button-type.
5361         * faces.el (list-faces-display): Fix args to `help-xref-button'.
5362         (describe-face): Fix args to `help-xref-button'.
5363         Don't switch to help-buffer around call to `help-setup-xref'.
5364         Use `help-buffer' instead of hard-wired "*Help*".
5365         Require `help-mode'.
5367 2001-10-11  Stefan Monnier  <monnier@cs.yale.edu>
5369         * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
5371         * help-mode.el (help-buffer): New function.
5372         Returns the buffer-name to use for help output.
5373         Change all the code to use it instead of hard-coding *Help*.
5374         (help-mode-map): Put back the mouse-2 binding.
5375         (help-xref-stack): Change the format and make buffer-local.
5376         (help-xref-stack-item): Make buffer-local.
5377         (help-setup-xref): Do the `push' here rather than in help-do-xref.
5378         (help-xref-interned): Display the face doc as well.
5379         (help-follow-mouse): Re-introduce.
5380         (help-xref-go-back): Adapt to the new use of help-xref-stack.
5381         (help-do-xref): Don't `push' any more.
5382         (help-follow): Also follow face names.
5384         * help-funs.el (describe-function-1): Remove unused `parens' arg.
5385         Don't call help-setup-xref anymore and remove its `interactive-p' arg.
5386         Autoload and cleanup.
5387         (describe-function): Call help-setup-xref.
5388         (describe-variable): Call help-setup-xref earlier.
5390         * help.el (describe-bindings-internal): New fun moved from keymap.c.
5391         (view-lossage): Call help-setup-xref correctly and earlier.
5392         (describe-bindings): Call help-setup-xref earlier.
5393         (describe-key): Call help-setup-xref.  Fix call to describe-function-1.
5394         (describe-mode): Don't autoload.  Call help-setup-xref earlier.
5396 2001-10-11  Gerd Moellmann  <gerd@gnu.org>
5398         * master.el (master-mode): Use define-minor-mode instead of
5399         easy-mmode-define-minor-mode.  Add autload cookie.
5400         (Commentary): Remove the line showing how to autoload master-mode,
5401         since it's always autoloaded.
5403         * master.el: New file.
5405 2001-10-11  Dave Love  <fx@gnu.org>
5407         * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
5408         <byte-constref-ops>: Consider byte-constant2 and clarify the code.
5409         <const-C varset-X const-C>: Fix car/cdr typo.
5411 2001-10-11  Gerd Moellmann  <gerd@gnu.org>
5413         * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
5414         New function extracted from byte-compile-log-1.
5415         (byte-compile-log-1): Change output to be more in line with
5416         the output of other GNU tools.
5417         (byte-compile-warn): Emit `warning' instead of `**' for warnings.
5418         (byte-compile-report-error): Downcase error message.
5419         Use `error' instead of `!!' for error messages.
5420         (byte-compile-print-syms): Treat non-interactive case specially.
5421         (displaying-byte-compile-warnings): Use backquote.
5422         (byte-compile-from-buffer): Bind byte-compile-last-line.
5423         (batch-byte-compile): Remove `Done' message.
5425 2001-10-11  Stefan Monnier  <monnier@cs.yale.edu>
5427         * emacs-lisp/copyright.el (copyright): Add final \n.
5429 2001-10-11  Miles Bader  <miles@gnu.org>
5431         * diff.el (diff): Display default values in prompts as
5432         `(default ...)', not `(...)'.
5434         * info.el (Info-follow-reference): Likewise.
5436 2001-10-10  Stefan Monnier  <monnier@cs.yale.edu>
5438         * emacs-lisp/autoload.el (doc-string-elt): Remove.
5440         * newcomment.el (comment-indent): Be a little more robust in case
5441         comment-indent-function does funny things.
5442         (comment-normalize-vars): Autoload.
5443         (comment-region-internal): Fiddle with the visibility spec.
5444         (comment-valid-prefix): New function.
5445         (comment-indent-new-line): Use it.  Ignore adaptive-fill-prefixes
5446         that would turn comment-text into non-comment-text.
5448         * emacs-lisp/syntax.el: New file.
5450         * progmodes/tcl.el: Change maintainer to FSF and remove loads of
5451         compatibility cruft.
5452         (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
5453         (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
5454         (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
5455         tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
5456         tcl-submit-bug-report.
5457         (tcl-mode-syntax-table): Leave \f alone.
5458         (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
5459         tcl-end-of-defun, tcl-submit-bug-report.
5460         (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
5461         (tcl-add-emacs-menu): Remove.
5462         (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
5463         (tcl-keyword-list): Add `chain'.
5464         (tcl-font-lock-syntactic-keywords): New variable.
5465         (tcl-pps-has-arg-6): Remove.
5466         (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
5467         (tcl-internal-mark-defun): Remove.
5468         (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
5469         (tcl-mode): Use define-derived-mode.  Simplify.
5470         Set comment-indent-function.
5471         (tcl-indent-command): Use line-beginning-position and comment-indent.
5472         (tcl-calculate-indent): Renamed from calculate-tcl-indent.
5473         (tcl-indent-line): Use tcl-calculate-indent.
5474         (tcl-indent-exp): Renamed from indent-tcl-exp.  Use new names.
5475         (tcl-add-log-defun): Renamed from add-log-tcl-defun.  Use match-string.
5476         (tcl-filter): Use with-current-buffer, simplify.
5477         (inferior-tcl-mode): Use define-derived-mode.
5478         (tcl-hairy-in-comment): Renamed tcl-in-comment.
5479         (tcl-simple-in-comment, tcl-in-comment): Removed.
5480         (tcl-files-alist): New function.
5481         (tcl-help-snarf-commands): Use it and return the result directly
5482         rather than through a global variable.
5483         (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
5484         (tcl-help-on-word): Provide the default value to completing-read.
5485         (tcl-hilit): Remove.
5486         (tcl-hashify-buffer, tcl-popup-menu): Simplify.
5487         (tcl-comment-indent): New function.
5488         (tcl-submit-bug-report): Remove.
5489         (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
5490         (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
5491         (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
5493 2001-10-10  Miles Bader  <miles@gnu.org>
5495         * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
5496         (Info-fontify-node): Don't fontify the node if it's already been done.
5498 2001-10-10  Gerd Moellmann  <gerd@gnu.org>
5500         * international/iso-transl.el (iso-transl-e-caret)
5501         (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
5502         Fix duplicates.  From Dave Love <d.love@dl.ac.uk>.
5504         * simple.el (end-of-buffer): Fix code scrolling specially
5505         for the buffer end.
5507         * startup.el (command-line-1): Bind tab-width to 8.
5509 2001-10-10  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
5511         * emulation/tpu-edt.el: Use defalias instead of fset for
5512         user-visible commands.  From Rob Riepel
5513         <riepel@Networking.Stanford.EDU>.
5515 2001-10-09  Gerd Moellmann  <gerd@gnu.org>
5517         * ruler-mode.el: New file.
5519 2001-10-09  Miles Bader  <miles@gnu.org>
5521         * apropos.el (button): New require.
5523         * help-funs.el: New file, contents mostly from `help.el'.
5524         (describe-variable): Use `condition-case' instead of `ignore-errors'.
5526         * help-mode.el: New file, contents mostly from `help.el'.
5528         * help.el: Don't require `view' when compiling.
5529         (help-with-tutorial, describe-function, describe-function-1)
5530         (variable-at-point, describe-variable, locate-library):
5531         Functions moved into `help-funs.el'.
5532         (help-manyarg-func-alist): Variable moved into `help-funs.el'.
5533         (help-mode, help-mode-setup, help-mode-finish, help-button-action)
5534         (help-setup-xref, help-xref-following, help-make-xrefs)
5535         (help-xref-button, help-insert-xref-button, help-xref-interned)
5536         (help-xref-go-back, help-go-back, help-do-xref, help-follow)
5537         (help-xref-on-pp): Functions moved into `help-mode.el'
5538         (help-mode-map, help-xref-stack, help-xref-stack-item)
5539         (help-highlight-p, help-highlight-face, help-back-label)
5540         (help-xref-symbol-regexp, help-xref-mule-regexp)
5541         (help-xref-info-regexp): Variables moved into `help-mode.el'.
5542         (help-symbol, help-back, help-info, help-customize-variable)
5543         (help-function-def, help-variable-def):
5544         Button-types moved into `help-mode.el'.
5545         (load-symbol-file-load-history, symbol-file):
5546         Functions moved into `subr.el'.
5547         (symbol-file-load-history-loaded): Variable moved into `subr.el'.
5548         (view-lossage): Call `help-setup-xref' instead of doing it manually.
5550         * subr.el (symbol-file-load-history-loaded)
5551         (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
5553         * loadup.el ("button"): Load removed.
5555         * button.el (define-button-type): Respect any `supertype' property.
5556         (button-type-subtype-p, button-has-type-p): New functions.
5558         * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
5559         dollar-signs.
5561         * comint.el (comint-insert-previous-argument): New function.
5562         (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
5563         (comint-insert-previous-argument-last-start-pos)
5564         (comint-insert-previous-argument-last-index): New variables.
5566         * apropos.el (apropos-next-label-button): Use the presence of a
5567         `apropos-label' property to detect label buttons.
5569 2001-10-08  Miles Bader  <miles@gnu.org>
5571         * button.el (next-button, previous-button): Remove N and WRAP
5572         parameters.  Don't pay attention to `skip' properties.
5573         (forward-button): Implement wrapping, iterating, and skipping here
5574         instead.
5575         (button-activate): USE-MOUSE-ACTION is optional.
5576         (button-nop): Function removed.
5577         (default-button): Use `ignore' as default button action.
5579         * apropos.el (apropos-next-label-button): Update arguments to
5580         `next-button'.
5581         (apropos-symbol): Add `skip' property.
5582         (apropos-function, apropos-macro, apropos-command)
5583         (apropos-variable, apropos-face, apropos-group, apropos-widget)
5584         (apropos-plist): New button types.
5585         (apropos-label-properties): Variable removed.
5586         (apropos-print): Pass button-type to apropos-print-doc, rather
5587         than help function and label text.
5588         (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
5589         Get button label from TYPE.
5591 2001-10-07  Stefan Monnier  <monnier@cs.yale.edu>
5593         * help.el (help-mode): Use define-derived-mode.
5594         (describe-mode): Add optional `buffer' arg.
5595         Use it instead of going through help-xref-mode.
5596         Avoid doubling the word `minor' when prettifying.
5597         (describe-function-1): List the corresponding key bindings.
5598         (describe-variable): Say if the var is automatically buffer-local.
5599         If the source is `loaddefs.el', look for the real source.
5600         (help-xref-mode): Remove.
5602         * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
5603         the file says no-byte-compile.
5605 2001-10-08  Miles Bader  <miles@gnu.org>
5607         * button.el (next-button, previous-button): Respect `skip' property.
5609 2001-10-07  Miles Bader  <miles@gnu.org>
5611         * woman.el (woman-mode-map): Copy button-buffer-map instead of
5612         making a new keymap.  Don't bind mouse-2.  Bind M-mouse-2 to
5613         `woman-follow-word' instead of `woman-mouse-2'.
5614         (woman-follow-word): Renamed from `woman-mouse-2'.
5615         Follow current unconditionally, since this function is now only
5616         bound to M-mouse-2.  Use accessor functions.
5617         (WoMan-highlight-references): Use `make-text-button'.
5618         (woman-xref): New button type.
5620         * loadup.el ("faces"): Move load before loading "loaddefs.el".
5621         ("button"): New load, just before "help" (which uses it).
5623         * help.el (help-mode-map): Make button-buffer-map our parent.
5624         Don't bind mouse events or tab/backtab.
5625         (help-function, help-variable, help-face, help-coding-system)
5626         (help-input-method, help-character-set, help-back, help-info)
5627         (help-customize-variable,  help-function-def, help-variable-def):
5628         New button types.
5629         (help-button-action): New function.
5630         (describe-function-1): Pass help button-types to
5631         `help-xref-button' rather than help function and help-echo string.
5632         Don't put multiple help-function args in a list to pass them to
5633         help-xref-button, just pass them as multiple arguments.
5634         Use `help-insert-xref-button' to make [back]-button, rather than
5635         `help-xref-button'.
5636         (help-xref-button): Take a button-type TYPE as a parameter rather
5637         than a function.  Remove HELP-ECHO parameter.  Remove DATA parameter
5638         and add a &rest parameter ARGS to serve the same purpose.
5639         Use `make-text-button' to add the button.
5640         (help-insert-xref-button): Use `insert-text-button' to add the button.
5641         (help-follow-mouse, help-next-ref, help-previous-ref):
5642         Functions removed.
5643         (help-do-xref): New function.
5644         (help-follow): Use `push-button' and `help-do-xref' to do most of
5645         the work.
5647         * apropos.el (apropos-symbol, apropos-label): New button types.
5648         (apropos-symbol-button-display-help)
5649         (apropos-label-button-display-help, apropos-next-label-button):
5650         New functions.
5651         (apropos-mode-map): Make button-buffer-map our parent.
5652         Don't bind mouse events.
5653         (apropos-print, apropos-print-doc): Create buttons instead of text
5654         properties.
5655         (apropos-mouse-follow): Function removed.
5656         (apropos-follow): Use buttons.
5658         * button.el: New file.
5660 2001-10-07  Gerd Moellmann  <gerd@gnu.org>
5662         * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
5663         Remove.
5665 2001-10-05  Richard M. Stallman  <rms@gnu.org>
5667         * add-log.el (add-change-log-entry): Skip copyright notice
5668         and copying permission notice at start of file, if any.
5669         Make use of terms "entry" and "item" accord with Emacs manual.
5670         Simplify the logic for moving point while entering or creating
5671         an entry and then an item.
5672         (add-change-log-entry-other-window): Doc fix.
5674 2001-10-06  Miles Bader  <miles@gnu.org>
5676         * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
5677         removed; they apparently don't work with faces.
5679 2001-10-05  Sam Steingold  <sds@gnu.org>
5681         * textmodes/sgml-mode.el (html-xhtml): New user option.
5682         (html-tag-alist, html-horizontal-rule, html-image, html-line)
5683         (html-ordered-list, html-unordered-list, html-list-item)
5684         (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
5685         (sgml-skip-close-p): New function.
5686         (sgml-value): Use it.
5688 2001-10-05  Sam Steingold  <sds@gnu.org>
5690         * calendar/diary-lib.el (diary-entry-compare): When times are
5691         identical, compare the entries lexicographically.
5693 2001-10-06  Miles Bader  <miles@gnu.org>
5695         * rfn-eshadow.el (rfn-eshadow-update-overlay):
5696         Use `minibuffer-prompt-end'.
5698         * simple.el (previous-matching-history-element): Fix misplaced
5699         parentheses.
5701 2001-10-05  Miles Bader  <miles@gnu.org>
5703         * rfn-eshadow.el: New file.
5705 2001-10-05  Miles Bader  <miles@gnu.org>
5707         * cus-face.el (custom-face-attributes): Make sure each attribute
5708         has a valid default value.  Remove hacks that mapped `nil' to
5709         `off' and used nil to mean `unspecified'.  Remove `unspecified'
5710         choices from all attributes (unspecified is handled by the parent
5711         checklist).
5712         * cus-edit.el (custom-face-edit-convert-widget)
5713         (custom-face-edit-deactivate, custom-face-edit-activate)
5714         (custom-face-edit-delete, custom-face-edit-attribute-tag):
5715         New functions.
5716         (custom-face-edit): Specify a custom :convert-widget.
5717         (custom-pre-filter-face-spec, custom-post-filter-face-spec):
5718         Don't pass in default filters that map between `nil' and `off' and
5719         `unspecified' and `nil'.
5721 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
5723         * progmodes/compile.el (compilation-buffer-name): New function.
5724         (compile-internal): Use it to determine the name of the
5725         compilation buffer.
5727 2001-10-05  Miles Bader  <miles@gnu.org>
5729         * progmodes/compile.el (grep-use-null-device): New variable.
5730         (grep-command): Mention `grep-use-null-device'.
5731         (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
5732         Make computation of `grep-command' respect `grep-use-null-device'.
5733         (grep): Respect `grep-use-null-device'.
5734         Call `grep-compute-defaults' even if grep-command is set, if
5735         grep-use-null-device is still tentative.
5737         * subr.el (call-process-shell-command): New function.
5739 2001-10-05  Miles Bader  <miles@gnu.org>
5741         * simple.el (previous-matching-history-element)
5742         (next-history-element, next-complete-history-element): Use
5743         `minibuffer-' functions instead of calling `field-' functions directly.
5744         (minibuffer-prompt-end, minibuffer-contents):
5745         (minibuffer-contents-no-properties, delete-minibuffer-contents):
5746         Functions removed (now subrs).
5747         (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
5749         * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
5750         (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
5751         instead of calling `field-' functions directly.
5752         (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
5754 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
5756         * files.el (find-file-noselect): If file's read-only status has
5757         changed on disk, ask if buffer's read-only status should be
5758         changed, unless NOWARN is set.
5760         * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
5761         alias for define-setf-method.
5763         * bindings.el: Remove no-byte-compile from file local variables
5764         to enable bootstrapping.
5766 2001-10-04  Andrew Innes  <andrewi@gnu.org>
5768         * faces.el (face-font-registry-alternatives) [windows-nt]:
5769         Make gb2312 an alias for gb2312.1980.
5771 2001-10-04  Stefan Monnier  <monnier@cs.yale.edu>
5773         * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
5774         (uniquify-reverse-components): Remove.
5776         * emacs-lisp/bytecomp.el (byte-recompile-directory):
5777         Make sure the file is readable.
5778         (byte-compile-file): Don't compile if `no-byte-compile' is set.
5779         (byte-compile-defvar): Update to reflect the change in Fdefvar.
5780         (batch-byte-recompile-directory): Pass arg=0.
5782         * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
5783         (perl-calculate-indent): Use it.
5784         (perl-backward-to-noncomment): Use forward-comment.
5786         * derived.el (define-derived-mode, derived-mode-make-docstring):
5787         Allow `parent' to be nil.
5789         * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
5790         Use define-derived-mode.
5791         (nroff-mode-map, nroff-mode-syntax-table): Massage.
5793         * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
5795         * emacs-lisp/lselect.el: Use facep iso find-face.
5797         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5798         Use regexp-opt.
5799         (doc-string-elt): Set symbols' prop.  Copied from autoload.el.
5800         (lisp-font-lock-syntactic-face-function): New function.
5801         (lisp-mode-variables): Use it.  Make arg optional.
5802         (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
5803         (lisp-mode): Don't pass an arg to lisp-mode-variables.
5804         Set comment-start-skip.
5806         * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
5808         * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
5809         (ignore-errors): Don't bother using a `err' symbol.
5811         * emacs-lisp/autoload.el (autoload-ensure-default-file)
5812         (autoload-insert-section-header, autoload-before-p)
5813         (autoload-remove-section): New functions.
5814         (generate-file-autoloads): Use them.
5815         (update-file-autoloads): Use them.  Return FILE if there's no cookie.
5816         Make sure the autoload file is properly formatted when creating it.
5817         (update-autoloads-from-directories): Use them as well.
5818         Only update autoloads for files whose timestamp has changed.
5819         Add a dummy entry to remember the files which had no autoload cookies.
5821         * timer.el (timer-relative-time): Fix computation for negative `micro'.
5823         * subr.el (define-key-after): Allow `key' to be longer than 1.
5824         (make-local-hook): Make obsolete.
5825         (add-hook, remove-hook): Don't use make-local-hook any more.
5826         (make-syntax-table): Inherit all chars from s-s-t.
5828 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
5830         This is a fix for a report saying that resuming a search with C-s
5831         C-s doesn't use the case-fold-search setting of the previous
5832         search (C-s ... M-c ... then C-s C-s).
5834         * isearch.el (isearch-last-case-fold-search): New variable.
5835         (isearch-mode): Remember value of isearch-case-fold-search
5836         in isearch-last-case-fold-search.
5837         (isearch-done): Quote value of isearch-case-fold-search.
5838         (isearch-repeat): When resuming a search, restore
5839         isearch-case-fold-search from isearch-last-case-fold-search.
5841         Added to NEWS.
5843         * startup.el (inhibit-startup-buffer-menu): New user-option.
5844         (command-line-1): If inhibit-startup-buffer-menu is set, don't
5845         display the buffer menu.  From Simon Josefsson <jas@extundo.com>.
5847         This allows upto 99999 messages in the summary without screwing up
5848         the summary sorting.  Previously 9999 was the maximum.  Added to NEWS.
5850         * mail/rmailsum.el (rmail-make-summary-line)
5851         (rmail-make-summary-line-1, rmail-summary-next-same-subject)
5852         (rmail-summary-goto-msg, rmail-summary-goto-msg):
5853         Allow 5-digit message ids instead of 4.
5855         This adds expansion of environment variables in the value
5856         specified with M-x setenv.  Added to NEWS.
5858         * env.el (substitute-env-vars): New function.
5859         (setenv): Add parameter SUBSTITUTE-ENV-VARS.  If set, substitute
5860         environment variables in VALUE.  Return VALUE.
5862 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
5864         * Branch for 21.1.
5866 2001-10-03  Stefan Monnier  <monnier@cs.yale.edu>
5868         * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
5870 2001-10-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
5872         * emulation/tpu-edt.el: Make messages match original TPU/edt
5873         editor.  From riepel@Stanford.EDU (Rob Riepel).
5875 2001-10-03  Eli Zaretskii  <eliz@is.elta.co.il>
5877         * rect.el: Update maintainer's email address.
5879 2001-10-02  Andreas Schwab  <schwab@suse.de>
5881         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
5882         and Extended Passive Mode, resp.
5884 2001-10-01  Eli Zaretskii  <eliz@is.elta.co.il>
5886         These changes add support for Calendar-related items in the
5887         menu bar on tty's as well:
5889         * calendar/calendar.el (calendar-mode-map): Require cal-menu
5890         unconditionally.
5891         (calendar-mode): Set up activate-menubar-hook unconditionally.
5893         * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
5894         calls x-popup-menu only if popup menus are supported.
5895         (calendar-mouse-insert-hebrew-diary-entry)
5896         (calendar-mouse-insert-islamic-diary-entry)
5897         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
5898         (calendar-mouse-view-other-diary-entries)
5899         (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
5900         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
5901         Call cal-menu-x-popup-menu instead of x-popup-menu.
5903 2001-10-01  Gerd Moellmann  <gerd@gnu.org>
5905         * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
5907         * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
5909         * emacs-lisp/rx.el: New file.
5911 2001-10-01  Eli Zaretskii  <eliz@is.elta.co.il>
5913         * help.el (help-for-help): Doc fix.  From Pavel@Janik.cz (Pavel Janik).
5915 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
5917         * frame.el (select-frame-by-name, other-frame): Doc fix.
5919 2001-09-29  Eli Zaretskii  <eliz@is.elta.co.il>
5921         * play/snake.el (snake-score-file): Use temporary-file-directory
5922         instead of a literal "/tmp".  Suggested by Robert
5923         <robert@chezmarshall.freeserve.co.uk>.
5925         * play/tetris.el (tetris-score-file): Ditto.
5927 2001-09-28  Eli Zaretskii  <eliz@is.elta.co.il>
5929         * apropos.el (apropos-print): Make the directions inserted at the
5930         beginning of the *Apropos* buffer more clear.
5932 2001-09-27  Michael Kifer  <kifer@cs.sunysb.edu>
5934         * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
5935         Added comments.
5937 2001-09-27  Stefan Monnier  <monnier@cs.yale.edu>
5939         * newcomment.el (comment-normalize-vars): Use " \t" rather than
5940         "\\s-" when defining comment-end-skip.
5942 2001-09-27  Gerd Moellmann  <gerd@gnu.org>
5944         * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
5945         Call get-buffer-window first second arg `visible'.
5947         * international/mule-diag.el (list-input-methods-1):
5948         Output something that's independent of Emacs' version.
5950         * tar-mode.el (tar-mode-write-file): Don't signal an error by
5951         calling byte-to-position with a nil tar-header-offset.
5953 2001-09-27  Simon Josefsson  <jas@extundo.com>
5955         * mail/sendmail.el (send-mail-function): Doc fix.
5956         (mail-do-fcc): Error if header-end is not a marker.
5957         (mail-do-fcc): Add a comment.
5958         (mail-reply-to): Doc fix.
5959         (mail-signature): Make ATPOINT optional.
5960         (mail-yank-original): Use cond instead of nestled if.
5962 2001-09-26  Stefan Monnier  <monnier@cs.yale.edu>
5964         * info.el (Info-on-current-buffer): Default arg to "Top".
5966 2001-09-25  Eli Barzilay  <eli@barzilay.org>
5968         * calculator.el (calculator-copy-displayer): New user-option.
5969         (calculator-displayer-prev, calculator-displayer-next):
5970         Renamed from calculator-displayed-{left,right}.
5971         (calculator, calculator-standard-displayer)
5972         (calculator-num-to-string, calculator-update-display)
5973         (calculator-copy, calculator-put-value): Bug and display fixes.
5975 2001-09-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5977         * ebnf2ps.el: Eliminate make-local-hook calls.  Doc fix.
5978         (ebnf-version): New version (3.6.1).
5980         * ebnf-bnf.el: Fix character range regexp.  Doc fix.
5981         (ebnf-bnf-non-terminal-chars): New internal const.
5982         (ebnf-bnf-lex): Fix code.
5984         * ebnf-iso.el: Fix character range regexp.  Doc fix.
5985         (ebnf-iso-non-terminal-chars): New internal const.
5986         (ebnf-iso-lex): Fix code.
5988         * ebnf-yac.el: Fix character range regexp.  Doc fix.
5989         (ebnf-yac-skip-chars): New internal const.
5990         (ebnf-yac-skip-code): Fix code.
5992 2001-09-24  Stefan Monnier  <monnier@cs.yale.edu>
5994         * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
5996         * pcvs-parse.el (cvs-parse-commit): Expand the file name before
5997         passing it to VC.
5999         * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
6000         case where the file is relative.
6002 2001-09-24  Gerd Moellmann  <gerd@gnu.org>
6004         * xml.el (xml-parse-attlist): Quotes around attributes must be the
6005         same on each side.  Make sure we properly handle simple quotes.
6006         From Daiki Ueno <ueno@unixuser.org>.
6008 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
6010         * mail/sendmail.el (mail-mode): Doc fix.  From Simon Josefsson
6011         <jas@extundo.com>.
6013         * menu-bar.el (top-level): Minor fixes for text of help-echo in
6014         some items of the Options menu.
6016 2001-09-22  Stefan Monnier  <monnier@cs.yale.edu>
6018         * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
6020         * vc-hooks.el (vc-delete-automatic-version-backups):
6021         Don't fail if the directory doesn't exist.
6023         * diff-mode.el (diff-default-read-only): New var.
6024         (diff-mode): Use it.
6026 2001-09-22  Eli Zaretskii  <eliz@is.elta.co.il>
6028         * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
6029         Use make-keymap instead of copy-keymap, since copying the global
6030         keymap messes up the menu bar.
6032         * info.el (Info-goto-node, Info-menu): Doc fix.  Suggested by
6033         Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
6035 2001-09-21  Eli Zaretskii  <eliz@is.elta.co.il>
6037         * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
6039         * dired-aux.el (dired-insert-subdir): Pass switches to
6040         dired-build-subdir-alist.
6042 2001-09-21  Stephen Gildea  <gildea@stop.mail-abuse.org>
6044         * time-stamp.el (time-stamp-string-preprocess): Fix bug that
6045         caused %#a and %#b to be mis-formatted.
6047 2001-09-20  Eli Zaretskii  <eliz@is.elta.co.il>
6049         * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
6050         ccmode, emacs-mime, and eudc manuals.
6052 2001-09-19  Sam Steingold  <sds@gnu.org>
6054         w32 find cannot be used with `grep-find'.
6055         * progmodes/compile.el (find-program): New variable.
6056         (grep-compute-defaults): Use it to set `grep-find-command'.
6058 2001-09-19  Gerd Moellmann  <gerd@gnu.org>
6060         * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
6062 2001-09-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6064         * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
6065         programming.  Doc fix.
6066         (ebnf-version): New version (3.6).
6067         (ebnf-eps-begin): Data fix.
6068         (ebnf-begin-file): Code fix.
6070         * ebnf-bnf.el: Doc fix.
6071         (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
6073         * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
6075 2001-09-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6077         * ps-print.el: Better face mapping for black/white PostScript printers.
6078         Check if mark is active when printing a region.  Doc fix.
6079         (ps-print-version): New version number (6.5.5).
6080         (ps-print-color-p): Customization fix.
6081         (ps-black-white-faces): New option.
6082         (ps-black-white-faces-alist): New internal var.
6083         (ps-count-lines-preprint, ps-print-preprint-region): New funs.
6084         (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
6085         (ps-nb-pages-region): Interactive fix.
6086         (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
6087         (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
6089 2001-09-18  Eli Zaretskii  <eliz@is.elta.co.il>
6091         * dired.el (dired-move-to-filename-regexp): Allow one digit in the
6092         numeric month value, and allow the Kanji character after the it to
6093         be missing (happens with ls-lisp's output on Japanese versions of
6094         MS-Windows).
6096 2001-09-18  Miles Bader  <miles@gnu.org>
6098         * diff-mode.el (diff-mode): Don't make the buffer read-only if
6099         it's empty (and thus probably a new patch file about to be edited).
6101 2001-09-17  Gerd Moellmann  <gerd@gnu.org>
6103         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6104         Check for '(' in column 0 of doc string.
6106         * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
6107         of `nth' so that using a vector as bounding-box works.
6108         From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6110 2001-09-17  Andre Spiegel  <spiegel@gnu.org>
6112         * vc.el (vc-annotate): Use current workfile version explicitly as
6113         a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
6115 2001-09-16  Eli Zaretskii  <eliz@is.elta.co.il>
6117         * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
6118         convert-standard-filename doesn't guarantee that the .el extension
6119         is preserved.
6121         * dos-fns.el (convert-standard-filename): Replace invalid
6122         characters only after converting dash/underscore to a period.
6123         (original-make-auto-save-file-name): New.
6124         (make-auto-save-file-name): New function, overrides the definition
6125         on files.el and calls the original function via
6126         original-make-auto-save-file-name.
6128         * mail/rmail.el (top-level): Require mule-utils when compiling.
6129         (rmail-decode-babyl-format): Use detect-coding-with-priority
6130         instead of detect-coding-region, to favor detection of emacs-mule
6131         encoded Babyl files written by rmailout.el etc.  Suggested by
6132         Kenichi Handa <handa@etl.go.jp>.
6134 2001-09-14  Eli Zaretskii  <eliz@is.elta.co.il>
6136         * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
6137         Use `equal', not `=', since the device number can be a cons cell.
6139 2001-09-14  Gerd Moellmann  <gerd@gnu.org>
6141         * simple.el: Comment out change of 2001-09-13.
6143 2001-09-13  Milan Zamazal  <pdm@zamazal.org>
6145         * progmodes/compile.el (grep-compute-defaults): Don't set
6146         grep-command/grep-find-command when it is already non-nil.
6147         (grep-command): Make it a user option.
6148         (grep-find-command): Likewise.
6150 2001-09-13  Michael Kifer  <kifer@cs.sunysb.edu>
6152         * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
6153         inhibit quit.
6155 2001-09-13  Eli Zaretskii  <eliz@is.elta.co.il>
6157         * files.el (make-auto-save-file-name): If long file names are not
6158         supported on MS-DOS, truncate the file name to DOS 8+3 limits before
6159         generating an auto-save file name from it.
6161 2001-09-13  Gerd Moellmann  <gerd@gnu.org>
6163         * ps-print.el (ps-print-region, ps-print-region-with-faces)
6164         (ps-nb-pages-region): Signal an error if called interactively
6165         and the mark is not active.
6167         * simple.el (minibuffer-prompt-modification)
6168         (minibuffer-prompt-insertion): New functions.
6169         (minibuffer-prompt-properties): Use `modification-hooks' and
6170         `insert-in-front-hooks'.
6172 2001-09-12  Richard M. Stallman  <rms@gnu.org>
6174         * textmodes/outline.el (outline-regexp): Doc fix.
6175         Initialize it in the defcustom, the usual way.
6177 2001-09-12  Gerd Moellmann  <gerd@gnu.org>
6179         * ediff-mult.el (ediff-get-meta-info): Take into account that data
6180         from `ediff-meta-info' properties need not be an overlay.
6181         From David Ponce <dponce@voila.fr>.
6183         * isearch.el (isearch-intersects-p): Fix end checks.
6185 2001-09-11  Eli Zaretskii  <a34785@is.elta.co.il>
6187         * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
6188         `t' branch of `cond', since Irix 6.1 and up is a special case of
6189         the standard dbx interface.
6191 2001-09-11  Miles Bader  <miles@gnu.org>
6193         * comint.el (comint-send-input): When waiting for echoed input,
6194         don't save the expected end position in `echo-end', so that things
6195         work properly even if the buffer is modified elsewhere at the same
6196         time [this happens if `comint-truncate-buffer' is used].
6198 2001-09-11  Gerd Moellmann  <gerd@gnu.org>
6200         * textmodes/outline.el (outline-mode): Use `^' and a shy group
6201         when constructing imenu-generic-expression from outline-regexp.
6203 2001-09-10  Eli Zaretskii  <eliz@is.elta.co.il>
6205         * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
6206         `equal' instead of `=', since they can be cons cells.  From Nils
6207         Goesche <cartan@cartan.de>.
6209 2001-09-10  Andre Spiegel  <spiegel@gnu.org>
6211         * vc.el (vc-annotate): Rewrote doc string.
6213 2001-09-10  Eli Zaretskii  <eliz@is.elta.co.il>
6215         * time-stamp.el: Update Stephen Gildea's email address.
6217 2001-09-10  Gerd Moellmann  <gerd@gnu.org>
6219         * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
6220         enable-multibyte-characters = nil.  From Hallvard B Furuseth
6221         <h.b.furuseth@usit.uio.no>.
6223 2001-09-09  Michael Kifer  <kifer@cs.sunysb.edu>
6225         * ediff-init.el (ediff-highest-priority): Bug fix.
6227         * viper-cmd.el (viper-special-read-and-insert-char): New function
6228         that reads a character and uses the current input method or
6229         iso-accents when appropriate.
6231         * viper.el and all others: Corrections to the comment blocks at
6232         the top.
6234 2001-09-09  Eli Zaretskii  <eliz@is.elta.co.il>
6236         * info.el (Info-goto-node): Doc fix.
6238 2001-09-07  Gerd Moellmann  <gerd@gnu.org>
6240         * isearch.el (isearch-intersects-p): New function.
6241         (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
6242         use isearch-intersects-p, and clean up.
6244 2001-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
6246         * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
6247         and "german8", for the new German orthography dictionaries,
6248         (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
6249         the entries, to keep the line length balanced for loaddefs.el.
6251 2001-09-07  Dr Francis J. Wright  <F.J.Wright@qmw.ac.uk>
6253         * comint.el (comint-send-input): Handle comint-process-echoes
6254         differently.
6256 2001-09-07  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
6258         * locate.el (locate-insert-header): Remove unnecessary whitespace.
6260 2001-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
6262         * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
6264 2001-09-07  Gerd Moellmann  <gerd@gnu.org>
6266         * server.el (server-switch-buffer):
6267         * textmodes/refer.el (refer-find-entry-internal):
6268         * term/sup-mouse.el (sup-pos-to-window):
6269         * term/bg-mouse.el (bg-window-from-x-y):
6270         * emacs-lisp/edebug.el (edebug-window-live-p):
6271         Use get-window-with-predicate.
6273         * window.el (get-window-with-predicate): Renamed from some-window.
6274         (some-window): Make it an alias.
6276 2001-09-06  Gerd Moellmann  <gerd@gnu.org>
6278         * simple.el (undo): Remove positions from buffer-undo-list up to
6279         the next undo boundary only.
6281 2001-09-06  Eli Zaretskii  <eliz@is.elta.co.il>
6283         * makefile.nt (install): Don't copy sc.el.  Reported by Richard
6284         Kim <ryk@dspwiz.com>
6286         * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
6287         the message "Creating customization items...done".
6289 2001-09-05  Gerd Moellmann  <gerd@gnu.org>
6291         * font-lock.el (toplevel): Require `jit-lock' only if
6292         font-lock-support-mode is set to jit-lock-mode.
6294 2001-09-05  Eli Zaretskii  <eliz@is.elta.co.il>
6296         * international/quail.el (quail-use-package, quail-inactivate)
6297         (quail-activate): Mention the hooks these functions run in their
6298         doc strings.
6300 2001-09-05  Edward M. Reingold <reingold@iit.edu>
6302         * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
6303         of file in header of menu.
6305 2001-09-04  Gerd Moellmann  <gerd@gnu.org>
6307         * env.el (setenv): Interactively, if VARIABLE has a current value,
6308         add that to the front of the history, as the doc string says.
6310         * comint.el (comint-send-input): Change help-echo.
6311         From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
6313         * bookmark.el (bookmark-write-file): Bind print-length and
6314         print-level to nil.  From Tom Capey <tomc@edina.co.uk>.
6316         * obsolete/uncompress.el: Moved there from lisp/.
6318         * comint.el (comint-insert-clicked-input): Goto point-max before
6319         deleting previous input.  From "Dr Francis J. Wright"
6320         <F.J.Wright@qmw.ac.uk>.
6322         * simple.el (backward-word): Doc fix.
6324 2001-09-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
6326         * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
6327         * uncompress.el, uniquify.el, vc.el, view.el, window.el
6328         * w32-fns.el: Add Keywords header.
6330 2001-09-04  Eli Zaretskii  <eliz@is.elta.co.il>
6332         * menu-bar.el: Fix separators in the Edit menu.  Bring "Fill" near
6333         "Text Properties".  Suggested by Simon Marshall
6334         <Simon.Marshall@midas-kapiti.com>.
6336 2001-09-04  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
6338         * term/mac-win.el (mac-drag-n-drop): Decode file name by
6339         consulting the value of file-name-coding-system.
6341 2001-09-03  Stefan Monnier  <monnier@cs.yale.edu>
6343         * help.el (describe-function-1): Save precomputed `file-name' rather
6344         than recomputing it (incorrectly) with `symbol-file'.
6346 2001-09-03  Gerd Moellmann  <gerd@gnu.org>
6348         * international/isearch-x.el (isearch-exit-recursive-edit):
6349         Take three parameters, since it's used as an after-change-function.
6351         * emacs-lisp/backquote.el (backquote-backquote-symbol)
6352         (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
6353         from doc strings.
6355 2001-09-02  Milan Zamazal  <pdm@zamazal.org>
6357         * progmodes/glasses.el (glasses-convert-to-unreadable):
6358         Consider underscores as in `glasses-make-readable'.
6360 2001-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
6362         * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
6363         MS-DOS, since cpp might not be available.
6365         * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
6366         Mention "yank" in the help-echo text.
6367         Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6369 2001-09-01  Stefan Monnier  <monnier@cs.yale.edu>
6371         * newcomment.el (comment-indent): Insert spaces more carefully.
6373 2001-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
6375         * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
6376         exists.  From Andy Petrusenco <andy@int.spb.ru>.
6378         * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
6379         display-popup-menus-p returns nil.  Suggested by Andy Petrusenco
6380         <andy@int.spb.ru>.
6382 2001-08-31  Gerd Moellmann  <gerd@gnu.org>
6384         * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
6385         Instead of running mouse-yank-at-click, see what the event is
6386         bound to outside Isearch and run that.
6388 2001-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
6390         * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
6391         Fix the menu entry to mention transient-mark-mode.
6393 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
6395         * simple.el (eval-expression-print-level): Fix last change.
6397         * bindings.el (mode-line-coding-system-map): New variable.
6398         (mode-line-mule-info): Give the "%Z" a local-map keymap.
6400         * simple.el (eval-expression-print-level): Change the type
6401         of the defcustom to allow nil.
6403         * emacs-lisp/find-gc.el: Moved here from lisp/.
6405         * international/quail.el (quail-completion-1):
6406         Reverse the ((CHAR . DEFN) ...) list before processing it.
6407         From Kenichi Handa <handa@etl.go.jp>.
6409         * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
6410         * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
6412 2001-08-30  Eli Zaretskii  <eliz@is.elta.co.il>
6414         * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
6415         aren't supported.  This avoids the annoying gray strip drawn by
6416         the Windows version instead of the missing tool bar.
6418 2001-08-29  Gerd Moellmann  <gerd@gnu.org>
6420         * menu-bar.el (menu-bar-options-menu): Make option text, messages
6421         and tooltips more consistent.  From "Marshall, Simon"
6422         <Simon.Marshall@midas-kapiti.com>.
6424         * startup.el (fancy-splash-screens): Temporarily set
6425         minor-mode-map-alist to nil while displaying splash screens.
6427 2001-08-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
6429         * buff-menu.el: Add Keywords header.
6430         Doc fix (C-x C-b is bound to list-buffers).
6432         * dired-x.el: Add keyword files to get listed in finder.
6433         Remove confusing notes about GNU Emacs 19.
6435         * dired.el, dired-aux.el: Add Keywords header.
6437 2001-08-28  Andre Spiegel  <spiegel@gnu.org>
6439         * vc.el (vc-revert-file): Call the backend even if the FILE's
6440         contents can be reverted locally; pass new arg CONTENTS-DONE
6441         down to the backend.
6443         * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
6444         optional arg CONTENTS-DONE.
6446 2001-08-28  Andrew Innes  <andrewi@gnu.org>
6448         * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
6450 2001-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
6452         * makefile.nt (install): Copy more *.el files.
6454 2001-08-28  Gerd Moellmann  <gerd@gnu.org>
6456         * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
6457         instead of `w' which is already in use.
6459         * gs.el (gs-load-image): Use sleep-for.
6460         From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6462 2001-08-28  Miles Bader  <miles@gnu.org>
6464         * replace.el (query-replace-regexp-eval): Return args from
6465         `interactive' form in correct order.
6467 2001-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
6469         * mouse.el (mouse-buffer-menu): If the buffer menu is split by
6470         major modes, don't create panes for modes for which
6471         mouse-buffer-menu-alist returns an empty alist.
6473 2001-08-28  Thien-Thi Nguyen  <ttn@gnu.org>
6475         * progmodes/hideshow.el: Update first-line description.
6476         Sync comments w/ maintainer version 5.31.
6478         (hs-isearch-open): Default value now `code'.
6479         Fix docstring to use "code blocks" vs "comment blocks",
6480         as opposed to "block" vs "comment".
6481         (hs-flag-region): Accept `hs-isearch-open' value
6482         of `block' as synonymous w/ `code'.
6483         (hs-hide-block-at-point): For code blocks, pass `code'
6484         to `hs-flag-region' instead of `block'.
6486 2001-08-28  Miles Bader  <miles@gnu.org>
6488         * comint.el (comint-next-prompt): Don't loop infinitely if
6489         {next,previous}-single-char-property-change returns its input
6490         position when the search fails.
6492 2001-08-27  Miles Bader  <miles@gnu.org>
6494         * comint.el (comint-get-old-input-default): Don't signal an error
6495         if point is not on an input field; instead, return the current
6496         line (using `comint-bol' to skip any prompt, in case we're not
6497         using fields at all).
6499         * man.el (Man-mode-line-format): Variable removed.
6500         (Man-mode): Change `mode-line-buffer-identification' instead of
6501         `mode-line-format'.
6503 2001-08-27  Gerd Moellmann  <gerd@gnu.org>
6505         * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
6506         From Simon Josefsson <jas@extundo.com>.
6508 2001-08-26  Eli Zaretskii  <eliz@is.elta.co.il>
6510         * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
6511         messages.  From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6513         * emacs-lisp/levents.el: Specify FSF as Maintainer.  From Pavel
6514         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6516         * emacs-lisp/lselect.el: Ditto.
6518         * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
6519         Remove periods from the end of error message strings.
6520         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6522         * progmodes/antlr-mode.el: Add Keywords header.  From Pavel
6523         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6525         * net/telnet.el: Ditto.
6527 2001-08-26  Gerd Moellmann  <gerd@gnu.org>
6529         * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
6530         KEYMAP to the call to define-minor-mode.
6532 2001-08-24  Eli Zaretskii  <eliz@is.elta.co.il>
6534         * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
6535         Replace some of the undefined characters with emulations of bidi
6536         formatting characters and Niqud as per SI 1311-1.
6537         (IT-unicode-translations): Ditto.
6538         (IT-display-table-setup, IT-setup-unicode-display):
6539         Fill characters without translations with dos-unsupported-char-glyph.
6541 2001-08-24  Simon Josefsson  <jas@extundo.com>
6543         * hl-line.el (hl-line-mode): Don't be a global mode.
6544         (global-hl-line-mode): New function.
6546 2001-08-24  Gerd Moellmann  <gerd@gnu.org>
6548         * gs.el (gs-load-image): Wait for GHOSTVIEW window property
6549         being reset by Ghostscript.  Don't kill the gs process.
6550         From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6552 2001-08-24  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
6554         * term/mac-win.el: Require scroll-bar.
6556 2001-08-23  Stefan Monnier  <monnier@cs.yale.edu>
6558         * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
6560 2001-08-23  Eli Zaretskii  <eliz@is.elta.co.il>
6562         * hexl.el (hexl-insert-multibyte-char) New function.
6563         (hexl-quoted-insert, hexl-self-insert-command)
6564         (hexl-insert-hex-char, hexl-insert-decimal-char)
6565         (hexl-insert-octal-char): Call it instead of hexl-insert-char.
6566         Fix the doc strings accordingly.
6567         (hexl-insert-char): Reject characters whose code is above 255.
6568         Doc fix.
6569         (hexl-mode-map): Copy the global keymap instead of creating a
6570         sparse keymap, and bind all self-inserting characters to
6571         hexl-self-insert-command.
6573 2001-08-22  Stefan Monnier  <monnier@cs.yale.edu>
6575         * wid-edit.el (text): Re-order docstring correctly.
6577         * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
6579         * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
6581 2001-08-22  Eli Zaretskii  <eliz@is.elta.co.il>
6583         * simple.el (line-number-mode): Mention the variable
6584         line-number-display-limit-width in the doc string.
6586 2001-08-22  Gerd Moellmann  <gerd@gnu.org>
6588         * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
6589         Temporarily select EVENT's window for switching buffers.
6590         (mode-line-bury-buffer): New function.
6591         (mode-line-buffer-identification-keymap): Use it instead of
6592         bury-buffer.  Bind down-mouse events to prevent global down-mouse
6593         events from shining through.
6595 2001-08-21  Stefan Monnier  <monnier@cs.yale.edu>
6597         * newcomment.el (comment-beginning): Make sure the comment-start
6598         we found isn't a comment-end (in cases where confusion is possible).
6600 2001-08-22  Miles Bader  <miles@gnu.org>
6602         * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
6603         before writing it, so that hard-links don't see new version.
6605 2001-08-21  Gerd Moellmann  <gerd@gnu.org>
6607         * gs.el (gs-set-ghostview-colors-window-prop):
6608         Call x-change-window-property with 3rd arg FRAME.
6609         (gs-load-image): Wait for a previous Ghostscript process
6610         to complete before starting a new one.
6612         * image.el (image-type-regexps): Make sure that the TIFF
6613         pattern is only matched at the beginning of a string.
6614         From Markus Rost <rost@math.ohio-state.edu>.
6616         * international/swedish.el: Pre-Mule file removed.  From Jonas
6617         Oberg <jonas@gnu.org>.
6619 2001-08-20  Rajesh Vaidheeswarran  <rv@gnu.org>
6621         * whitespace.el (whitespace-abort-on-error): Add custom variable
6622         to whitespace to abort a write-file if whitespace is detected in file.
6624         * whitespace.el (whitespace-write-file-hook): Hook to be called
6625         when writing a file. If `whitespace-abort-on-error' is set, the
6626         write will abort on detecting whitespaces.
6627         If `whitespace-auto-cleanup' is set, the file will be cleaned
6628         automatically prior to writing.
6630         * whitespace.el (whitespace-buffer-search): Let's not insert bogus
6631         whitespaces in the error output!
6633         * whitespace.el (whitespace-check-indent-whitespace): Defaults to
6634         `indent-tabs-mode', since the latter notes user preferences on
6635         TABs anyway.
6637         * whitespace.el (whitespace-version): 3.1. All of the above issues
6638         were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
6640 2001-08-20  Gerd Moellmann  <gerd@gnu.org>
6642         * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
6643         some spaces from a message.  From Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>.
6645         * whitespace.el (whitespace-global-mode): Add autoload cookie.
6647 2001-08-20  Alex Schroeder  <alex@gnu.org>
6649         * sql.el (sql-db2): Doc change.
6651 2001-08-20  Alex Schroeder  <alex@gnu.org>
6653         * sql.el (sql-postgres): Add the database at the end of the
6654         parameters instead of at the beginning.
6655         (sql-postgres-options): Doc change.
6657 2001-08-17  Gerd Moellmann  <gerd@gnu.org>
6659         * custom.el (defcustom): Doc fix.
6661 2001-08-16  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6663         * ps-mule.el (find-composition): Check if (char-after POS)
6664         returns a valid character.
6666 2001-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
6668         * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
6669         original-point for extra CR characters that are added/removed when
6670         the buffer is written/read whose EOL type is -dos.
6672 2001-08-16  Miles Bader  <miles@gnu.org>
6674         * simple.el (line-move): Undo previous change.
6676         * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
6677         property to input-terminating `boundary' overlays to avoid
6678         line-move wierdness.
6680 2001-08-16  Gerd Moellmann  <gerd@gnu.org>
6682         * lazy-lock.el (lazy-lock-fontify-region): Widen the current
6683         buffer in a save-restriction.  Under one test case with Ediff,
6684         window-scroll-functions are run with a window start that's
6685         temporarily outside of the restriction.
6687 2001-08-16  Robert J. Chassell <bug-texinfo@gnu.org>
6689         * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
6690         (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
6691         (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
6692         (texinfo-update-menu-region-beginning)
6693         (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
6694         command, @ifnottex, to regexps, so it is found.
6696 2001-08-16  Andrew Innes  <andrewi@gnu.org>
6698         * makefile.nt (DONTCOMPILE): Omit bindings.el.
6699         (DONTCOMPILE): Omit sc.el.
6701         * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
6702         (DONTCOMPILE): Omit sc.el.
6704 2001-08-16  Gerd Moellmann  <gerd@gnu.org>
6706         * replace.el (occur): Bind inhibit-read-only to t.
6708 2001-08-16  Miles Bader  <miles@gnu.org>
6710         * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
6711         calling `constrain-to-field', to avoid problems with comint prompts.
6713 2001-08-15  Gerd Moellmann  <gerd@gnu.org>
6715         * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
6716         (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
6718         * ediff-mult.el (ediff-get-meta-info): Fix the condition
6719         of a while-loop.
6721         * Makefile.in (DONTCOMPILE): Remove sc.el.
6723         * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
6724         Don't include term/.
6726         * mail/sc.el:  Moved to obsolete/.
6728 2001-08-14  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6730         * ps-print.el: Change error function arguments to follow Emacs
6731         message convention.  Doc fix.
6732         (ps-print-version): New version number (6.5.4).
6733         (coding-system-for-write): Change declaration position to avoid
6734         XEmacs compilation gripes.
6735         (coding-system-for-read, buffer-file-coding-system):
6736         Declarations to avoid XEmacs compilation gripes.
6738         * ps-mule.el: Doc fix.
6739         (ps-mule-encode-header-string): If STRING is not a string, replace
6740         STRING by empty string.
6742 2001-08-14  Eli Zaretskii  <eliz@is.elta.co.il>
6744         * frame.el (show-trailing-whitespace): Doc fix.
6746 2001-08-13  Eli Zaretskii  <eliz@is.elta.co.il>
6748         * desktop.el (desktop-save): Insert the coding: tag before
6749         desktop-header.
6751 2001-08-13  Gerd Moellmann  <gerd@gnu.org>
6753         * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
6754         its path from $els.
6756         * image.el (image-jpeg-p): Fix call of substring.
6758 2001-08-10  Gerd Moellmann  <gerd@gnu.org>
6760         * play/animate.el (animate-string): Doc fix.  Use a buffer
6761         name with stars in it.
6762         (animate-sequence): New function.
6763         From Richard Stallman <rms@gnu.org>.
6765         * frame.el (select-frame-set-input-focus): New function
6766         extracted from other-frame.
6767         (other-frame): Use it.
6768         (next-multiframe-window, previous-multiframe-window): Use it.
6770         * isearch.el (isearch-other-meta-char): Don't switch to the
6771         buffer of a window clicked on, when the current buffer is
6772         in Isearch mode.
6774         * image.el (image-jpeg-p): Test for APPn markers in the range
6775         #xe0..#xef.
6777 2001-08-09  Gerd Moellmann  <gerd@gnu.org>
6779         * desktop.el (desktop-save): Don't use concat to form a file
6780         name, use expand-file-name.
6782         * mouse.el (mouse-delete-window): Do nothing if frame has just
6783         one window.
6785         * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
6786         for the minor mode name.
6788         * view.el (toplevel): Use mode-line-minor-mode-keymap for the
6789         minor mode name.
6791         * time.el (display-time-string-forms): Use make-mode-line-mouse-map
6792         instead of make-mode-line-mouse2-map.
6794         * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
6795         the minor mode name.
6797         * emacs-lisp/easy-mmode.el (define-minor-mode):
6798         Use  mode-line-minor-mode-keymap for the minor mode name.
6800         * calendar/calendar.el (calendar-mode-line-format):
6801         Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
6803         * bindings.el (make-mode-line-mouse-map): Renamed from
6804         make-mode-line-mouse2-map.  Take additional arg MOUSE.
6805         (mode-line-modified): Use mouse-3 instead of mouse-2.
6806         (mode-line-buffer-identification-keymap): Bind keys differently.
6807         (propertized-buffer-identification): Adapt help-echo to new bindings.
6809         * bindings.el (mode-line-format): Specify help-echo for line
6810         number, column number and buffer-percent part of the mode-line.
6812         * image.el (image-type-regexps): Allow whitespace at the start
6813         of the image data for XPM, XBM and Postscript, which are
6814         text files.
6815         (image-jpeg-p): Correct calculation of next field offset.
6817 2001-08-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
6819         * battery.el: Fix typo.
6821 2001-08-08  Gerd Moellmann  <gerd@gnu.org>
6823         * image.el (image-type-regexps): Allow predicates.  Change the way
6824         JPEG images are recognized.
6825         (image-jpeg-p): New function.
6826         (image-type-from-data): Handle predicates in image-type-regexps.
6828         * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
6829         #:, #x, #o, and similar constructs.
6831 2001-08-07  Gerd Moellmann  <gerd@gnu.org>
6833         * vc.el (vc-transfer-file): Fix malformed autoload cookie.
6835         * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
6836         instead of `progn'.
6838         * tar-mode.el (tar-extract): Avoid generating a new buffer
6839         for each file visited.  From Markus Rost <rost@math.ohio-state.edu>.
6841         * textmodes/paragraphs.el (forward-sentence): Avoid building
6842         a regexp from sentence-end.  From Kenichi Handa <handa@etl.go.jp>.
6844         * progmodes/executable.el (executable-set-magic):
6845         If executable-find returns a quoted file name, unquote it before
6846         inserting it.
6848         * image.el (image-type-regexps): For JPEG files, use a regexp
6849         derived from the JFIF spec.
6851         * image.el (image-type-regexps): Use `\`' instead of `^' in
6852         most regular expressions.
6854 2001-08-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
6856         * play/animate.el: Re-insert a reference to re-inserted function.
6858 2001-08-06  Gerd Moellmann  <gerd@gnu.org>
6860         * help.el (describe-function-1): Use find-function-search-for-symbol
6861         instead of find-function-noselect because the latter follows aliases.
6863         * play/animate.el (animate-birthday-present): Re-insert.
6865         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6866         Handle old-style menu definitions.
6868 2001-08-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
6870         * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
6871         * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
6873         * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
6874         * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
6875         * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
6877 2001-08-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
6879         * textmodes/tildify.el: Milan Zamazal has new address.
6881 2001-08-03  Gerd Moellmann  <gerd@gnu.org>
6883         * custom.el (custom-set-variables): Don't test `custom-requests'
6884         properties, check the third element of the options passed to
6885         custom-set-variables instead.
6887         * info.el (info-insert-file-contents): Use info-file-exists-p
6888         instead of file-exists-p.
6890         * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
6891         the mode-line face is restored.  Fix several bugs.
6893         * replace.el (perform-replace): Doc fix.
6895 2001-08-02  Francesco Potorti`  <pot@gnu.org>
6897         * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
6898         (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
6899         (uniquify-fix-item-base, uniquify-fix-item-filename)
6900         (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
6901         Callers changed.
6902         (uniquify-set-proposed): Changed to work with a vector item.
6903         (uniquify-rationalize-file-buffer-names): Use a list of arrays for
6904         the fix list, and a list of strings for the non-file buffer
6905         names.  Both changes reduce consing.
6906         (uniquify-rationalize-a-list): Local variable renaming.
6907         (uniquify-rationalize-conflicting-sublist): Use member instead of
6908         assoc.
6909         (uniquify-rename-buffer): Use unless instead of if not.
6911 2001-08-02  Gerd Moellmann  <gerd@gnu.org>
6913         * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
6915         * custom.el (custom-set-variables): Set options with :require
6916         clauses last.
6918         * custom.el (defcustom): Doc fix.
6920         * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
6922 2001-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
6924         * man.el (man): Mention Man-switches in the doc string.
6925         (Man-switches): Mention -a in the doc string.
6927         * textmodes/ispell.el (ispell-alternate-dictionary):
6928         Add /usr/share/lib/dict/words, for Irix.
6930         * bindings.el: Bind shifted and control-shifted kp-* keys to the
6931         corresponding non-kp keys.  Suggested by Stephen Gildea
6932         <gildea@stop.mail-abuse.org>.
6934 2001-08-01  Francesco Potorti`  <pot@gnu.org>
6936         * uniquify.el: These changes correct a corner case that the old
6937         code managed correctly.
6938         (uniquify-fix-item-proposed): Renamed from
6939         uniquify-fix-item-min-proposed.
6940         (uniquify-set-proposed): New function.
6941         (uniquify-rationalize-file-buffer-names): Code reshuffled for
6942         clarity and speed.
6943         (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
6944         This is equivalent to what the old code did.
6945         (uniquify-rationalize-a-list): Never recompute the proposed
6946         name.  Sort the conflicting sublist before rationalising it: this
6947         is equivalent to what the old code did, but one directory element
6948         at a time, and only when necessary.
6949         (uniquify-rationalize-conflicting-sublist): Recompute here the
6950         proposed name.
6952 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
6954         * play/animate.el: Add Keywords and Maintainer.  Remove a
6955         reference to a removed function.
6957         * play/animate.el (animate-string): Handle case that the string is
6958         longer than the window is wide.
6960 2001-07-31  Gerd Moellmann  <gerd@gnu.org>
6962         * desktop.el (desktop-save): Bind coding-system-for-write to
6963         `emacs-mule' for write-region.
6965         * delsel.el (delete-selection-pre-hook): Don't set this-command
6966         to `ignore' if the region is empty.
6968         * international/mule.el (set-keyboard-coding-system):
6969         Set keyboard-coding-system.
6971         * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
6972         before accessing it.
6974 2001-07-30  Andreas Schwab  <schwab@suse.de>
6976         * menu-bar.el (toggle-highlight-paren-mode):
6977         Use `(show-paren-mode)' as body.
6979 2001-07-30  Andre Spiegel  <spiegel@gnu.org>
6981         * vc.el (vc-checkout-hook): New hook.
6982         (vc-checkout): Run it.
6984 2001-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
6986         * progmodes/make-mode.el (makefile-macroassign-regex):
6987         Recognize the ?= operator.  From Jonathan Kamens <jik@curl.com>.
6989 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
6991         * vc.el (vc-switch-backend): Fix autoload cookie.
6993         * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
6994         the desktop file.
6996 2001-07-30  Simon Josefsson  <jas@extundo.com>
6998         * mail/mail-utils.el (mail-strip-quoted-names): Replace text
6999         literally.  Reported by Sean Rima <sean@**Delete**.tcob1.net>.
7001 2001-07-27  Gerd Moellmann  <gerd@gnu.org>
7003         * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
7004         (last-sexp-toggle-display): Renamed from last-sexp-print.
7005         (last-sexp-toggle-display, eval-last-sexp-1):
7006         Use last-sexp-setup-props.
7008         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
7009         New user-options.
7010         (mouse-wheel-change-button): New function.
7011         (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
7012         (mwheel-scroll): Ditto.
7014 2001-07-26  Gerd Moellmann  <gerd@gnu.org>
7016         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
7017         `...', compare with unabbreviated printed representation instead.
7018         (last-sexp-print): Bind print-length and print-level to nil.
7020         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
7021         before assigning text properties.  Make properties rear-nonsticky.
7023         * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
7024         (eval-last-sexp-1): Give printed text a `keymap' property and bind
7025         <mouse-2> and <RET> in that map to a function printing the
7026         unabbreviated value.
7028         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
7029         is a buffer, put a text property `printed-value' on the printed
7030         representation, with the Lisp object printed as value.
7032 2001-07-25  Eli Zaretskii  <eliz@is.elta.co.il>
7034         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
7035         Mention the effect of eval-expression-print-length and
7036         eval-expression-print-level in the doc strings.  Suggested by
7037         Kevin Gallagher <kevingal@onramp.net>.
7039 2001-07-25  Gerd Moellmann  <gerd@gnu.org>
7041         * xt-mouse.el (xterm-mouse-event): Recognize control sequences
7042         for buttons > 3.
7043         (xterm-mouse-translate): Handle the case that we don't get a
7044         down-event.
7046         * emacs-lisp/find-func.el (find-function-regexp):
7047         Add easy-mmode-define-global-mode to the regexp.  Allow newlines
7048         in front of the function name.
7050         * isearch.el (isearch-other-meta-char): Fix last change.
7052         * isearch.el (isearch-other-meta-char): Don't modify mode-line and
7053         similar events for which fake prefix keys are generated.  It's no
7054         longer necessary since read_key_sequence doesn't modify these
7055         events for internal purposes anymore.
7057         * files.el (auto-mode-alist): Use nroff-mode for files ending
7058         in `.9'.  From Assar Westerlund  <assar@stacken.kth.se>.
7060 2001-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
7062         * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
7063         tool-bar-lines parameter, behave as if its value were zero.
7064         (mouse-avoidance-set-pointer-shape): Don't do anything if
7065         x-pointer-shape is not boundp.
7067 2001-07-23  Francesco Potorti`  <pot@gnu.org>
7069         * uniquify.el: Overall speedup changes when using many buffers.
7070         (uniquify-fix-item-base, uniquify-fix-item-filename)
7071         (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
7072         (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
7073         place in the item, but was never used.
7074         (uniquify-fix-item-min-proposed): New defalias: the fourth place
7075         in the item is now used as cache for the proposed name.
7076         (uniquify-rationalize-file-buffer-names): Move computation made on
7077         newbuffile out of the loop, in the newbuffile-nd local var.
7078         Use dolist (cosmetic change).  Compute the proposed name for the most
7079         common case and cache it in the fourth place in the item.
7080         (uniquify-rationalize-file-buffer-names): Used to return a a list
7081         of buffer whose name was changed, but that return value was never used.
7082         (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
7083         the cached proposed name, does much less consing and is quicker.
7084         (uniquify-filename-lessp): Deleted.
7085         (uniquify-rationalize-a-list): Use dolist (cosmetic change).
7086         Do not bind locally the uniquify-possibly-resolvable flag.  Use the
7087         cached proposed name is possible.
7088         (uniquify-get-proposed-name): Arguments changed, callers changed.
7089         (uniquify-rationalize-conflicting-sublist): Explicitely reset the
7090         uniquify-possibly-resolvable flag, which is no more bound locally.
7091         (uniquify-rename-buffer): Do not set the old unrationalised-buffer
7092         flag, which does not exist any more.
7094 2001-07-23  Eli Zaretskii  <eliz@is.elta.co.il>
7096         * term/internal.el (IT-unicode-translations): Fix the appearance of
7097         "6`".
7099         * progmodes/compile.el (compile-internal): If EMACS is already
7100         defined in the environment, don't override its value.
7102 2001-07-23  Gerd Moellmann  <gerd@gnu.org>
7104         * play/fortune.el: Undo change of 2001-07-13.
7105         Fix autoload cookies.  Add types to defcustoms.
7106         (fortune) <defgroup>: Add :link.
7107         (fortune-from-region): Use eq, not eql.
7108         From Dave Love <fx@gnu.org>.
7110         * play/animate.el (animate-birthday-present): Function removed.
7112         * play/animate.el: New file.
7114 2001-07-22  Eli Zaretskii  <eliz@is.elta.co.il>
7116         * startup.el (normal-top-level-add-subdirs-to-load-path):
7117         On Windows, put into normal-top-level-add-subdirs-inode-list the
7118         canonicalized names of the directories instead of inode numbers.
7120 2001-07-21  Michael Kifer  <kifer@cs.sunysb.edu>
7122         * ediff-util.el: Copyright years.
7123         (ediff-choose-syntax-table): New function.
7124         (ediff-setup): Use ediff-choose-syntax-table.
7125         (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
7126         vc-state is available.
7127         (ediff-make-temp-file): Use ediff-coding-system-for-write.
7129         * ediff-init.el (ediff-with-syntax-table): New macro, uses
7130         with-syntax-table.
7131         (ediff-coding-system-for-read): From ediff-diff.el
7132         (ediff-coding-system-for-write): New variable.
7133         (ediff-highest-priority): Fixed the bug having to do with disappearing
7134         overlays.
7135         (ediff-file-remote-p): Use file-remote-p, if available.
7136         (ediff-listable-file): New function.
7137         (ediff-file-attributes): Use ediff-listable-file.
7139         * ediff-mult.el (ediff-meta-insert-file-info1):
7140         Use ediff-listable-file.
7142         * ediff-ptch.el (ediff-prompt-for-patch-file):
7143         Use ediff-coding-system-for-read.
7144         (ediff-patch-file-internal): Use ediff-coding-system-for-write.
7146         * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
7147         (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
7149         * ediff.el: Date of last update, copyright years.
7151         * ediff-wind (ediff-setup-control-frame): Nill->nil.
7153         * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
7154         of Scott Bronson.
7155         (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
7156         (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
7157         Deleted functions.
7158         (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
7159         ex-token-list.
7160         (viper-get-ex-address-subr): Convert registers to char data type.
7162         * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
7163         (viper-memq-char): Use viper-int-to-char.
7164         (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
7165         vc-locking-state.
7166         (viper-read-key): Use viper-read-key-sequence.
7168         * viper.el (viper-major-mode-modifier-list):
7169         Added inferior-emacs-lisp-mode.
7170         (this-major-mode-requires-vi-state): New function that uses simple
7171         heuristics to decide if vi state is appropriate.
7172         (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
7173         (viper-non-hook-settings): Don't advise read-key-sequence.
7174         (viper-read-key-sequence): New function that replaces the
7175         previously used advice to read-key-sequence.
7177         * viper-cmd.el (viper-test-com-defun,viper-exec-change)
7178         (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
7179         (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
7180         (viper-open-line-at-point,viper-substitute,viper-overwrite)
7181         (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
7182         Got rid of the negative character hack.
7183         (viper-escape-to-state,viper-replace-state-exit-cmd):
7184         Use viper-read-key-sequence.
7185         (viper-envelop-ESC-key): No need for ad-get-orig-definition.
7186         (viper-minibuffer-standard-hook,viper-read-string-with-history):
7187         Don't override existing minibuffer-setup-hook.
7188         (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
7189         Convert registers to char data type.
7190         (viper-autoindent): Use viper-indent-line.
7192         * viper-keym.el: Use viper-exec-key-in-emacs.
7194 2001-07-20  Stefan Monnier  <monnier@cs.yale.edu>
7196         * server.el (server-visit-files): Fix variable name typo.
7198 2001-07-20  Gerd Moellmann  <gerd@gnu.org>
7200         * simple.el (delete-trailing-whitespace): Save match data
7201         around looking-at.  From Markus Rost <rost@math.ohio-state.edu>.
7203 2001-07-19  Stefan Monnier  <monnier@cs.yale.edu>
7205         * progmodes/compile.el (compilation-parse-errors): `linenum' might
7206         return a this-error using the alternative format (a pair of markers).
7208 2001-07-19  Gerd Moellmann  <gerd@gnu.org>
7210         * font-lock.el (c++-keywords): Add Standard C++ operator names.
7212         * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
7213         From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
7215 2001-07-17  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
7217         * international/iso-transl.el: Fix typo in the header of the file.
7219         * textmodes/picture.el (picture): Doc fix.
7221         * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
7222         follow coding conventions in generated files.
7224 2001-07-17  Eli Zaretskii  <eliz@is.elta.co.il>
7226         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
7227         (tool-bar-add-item): Don't call image-related primitives if the
7228         display doesn't support images.
7230         * frame.el (display-images-p): New function.
7232 2001-07-17  Gerd Moellmann  <gerd@gnu.org>
7234         * server.el (server-visit-files): Handle the case the specified
7235         column number is <= 0.
7237 2001-07-17  Jan Nieuwenhuizen  <jan@netland.nl>
7239         * startup.el (command-line-1): Add support for +LINE:COLUMN
7240         command line argument.
7242 2000-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7244         * server.el (server-process-filter, server-visit-files):
7245         Add support for +LINE:COLUMN style emacsclient calls.
7247 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
7249         * emacs-lisp/easy-mmode.el: Add Keywords header.
7251         * play/pong.el: Author has new address.
7253         * play/landmark.el: Author is no more reachable.
7255         * play/handwrite.el: Author is no more reachable.
7257 2001-07-17  Stefan Monnier  <monnier@cs.yale.edu>
7259         * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
7260         (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
7261         Complete bindings for F<1..12> keys.
7262         (global-map): Remove `undo' binding (already in the default).
7263         Replace `t<n>' bindings with `f<n>' bindings.
7265 2001-07-16  Stefan Monnier  <monnier@cs.yale.edu>
7267         * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
7268         (tcl-mode): Use tcl-add-log-defun.
7269         (tcl-indent-line): Use tcl-calculate-indent.
7270         (tcl-calculate-indent): Renamed from calculate-tcl-indent.
7271         (tcl-indent-exp): Renamed from indent-tcl-exp.
7272         (tcl-add-log-defun): Renamed from add-log-tcl-defun.
7273         (tcl-indent-for-comment): Call comment-indent-function properly
7274         and handle the case where it returns nil.
7276 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
7278         * calendar/cal-islam.el (calendar-goto-islamic-date):
7279         Remove autoload cookie.
7281         * calendar/calendar.el (calendar-goto-islamic-date):
7282         Add call to autoload.
7284 2001-07-16  Stefan Monnier  <monnier@cs.yale.edu>
7286         * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
7287         Don't change compile-auto-highlight globally.
7288         Don't bother with `font-lock-defaults' property since XEmacs
7289         also understands the `font-lock-defaults' variable.
7290         Use make-local-variable rather than make-variable-buffer-local.
7291         Don't `defconst' comment-indent-function: keep the default.
7292         Call easy-menu-add unconditionally.
7293         (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
7294         (ada-create-menu): Use :included for Emacs as well.
7296         * vc.el (vc-do-command): Autoload.
7298         * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
7300 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
7302         * ps-print.el: Fix Author: header.
7304 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
7306         * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
7307         mouse-1 etc., bind them to `ignore'.
7309         * eshell/esh-mode.el (eshell-send-invisible): Renamed from
7310         send-invisible, which is already defined in Comint.
7311         (eshell-watch-for-password-prompt): Use it.
7313 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
7315         * which-func.el (which-func-mode): Doc fix.
7317         * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
7318         * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
7319         * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
7320         * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
7321         * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
7322         * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
7323         * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
7324         * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
7325         * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
7326         * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
7327         * emulation/edt-mapper.el, emulation/edt-pc.el,
7328         * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
7329         * emulation/tpu-edt.el, emulation/tpu-extras.el,
7330         * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
7331         * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
7332         * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
7333         * international/isearch-x.el, international/iso-cvt.el,
7334         * international/ogonek.el, international/quail.el,
7335         * international/utf-8.el, jit-lock.el, language/devan-util.el,
7336         * language/devanagari.el, language/ethio-util.el,
7337         * language/ethiopic.el, language/european.el, language/indian.el,
7338         * language/romanian.el, language/tibet-util.el, language/tibetan.el,
7339         * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
7340         * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
7341         * mouse-sel.el, net/browse-url.el, net/net-utils.el,
7342         * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
7343         * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
7344         * progmodes/autoconf.el, progmodes/cmacexp.el,
7345         * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
7346         * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
7347         * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
7348         * progmodes/ebnf2ps.el, progmodes/executable.el,
7349         * progmodes/fortran.el, progmodes/idlw-shell.el,
7350         * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
7351         * progmodes/m4-mode.el, progmodes/mantemp.el,
7352         * progmodes/meta-mode.el, progmodes/octave-inf.el,
7353         * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
7354         * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
7355         * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
7356         * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
7357         * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
7358         * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
7359         * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
7360         * textmodes/texinfo.el, textmodes/texnfo-upd.el,
7361         * textmodes/two-column.el, time-stamp.el, timezone.el,
7362         * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
7363         * which-func.el, whitespace.el, wid-browse.el, widget.el,
7364         * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
7365         conventions.
7367 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
7369         * simple.el (set-variable): Require 'cus-edit' instead of
7370         `wid-edit', so that the Custom widgets get defined.
7372 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
7374         * allout.el: A fix to follow coding conventions.
7376         * find-lisp.el: A fix to follow coding conventions.
7378         * term/w32-win.el: A fix to follow coding conventions.
7380         * textmodes/sgml-mode.el: A fix to follow coding conventions.
7382         * term/xterm.el: A fix to follow coding conventions.
7384         * term/news.el: A fix to follow coding conventions.
7386         * emulation/vi.el: A fix to follow coding conventions, Maintainer:
7387         header line fixed.
7389         * sun-curs.el: Fix Maintainer: header line.
7391         * emacs-lisp/easymenu.el: Address of the author added.
7393 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
7395         * dired.el (dired-insert-set-properties): Fix invalid mouse-face
7396         property.
7398 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
7400         * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
7401         * play/gamegrid.el, play/handwrite.el, play/landmark.el,
7402         * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
7403         Some fixes to follow coding conventions.
7405 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
7407         * which-func.el (which-func-mode): Doc fix.
7409 2001-07-15  Stefan Monnier  <monnier@cs.yale.edu>
7411         * net/rcompile.el (remote-compile): Use make-local-variable.
7413         * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
7415         * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
7417         * mail/reporter.el (reporter-submit-bug-report):
7418         Don't abuse make-variable-buffer-local.  Fix call to add-hook.
7420 2001-07-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
7422         * calendar/cal-china.el, calendar/cal-coptic.el,
7423         * calendar/cal-dst.el, calendar/cal-french.el,
7424         * calendar/cal-hebrew.el, calendar/cal-islam.el,
7425         * calendar/cal-iso.el, calendar/cal-julian.el,
7426         * calendar/cal-mayan.el, calendar/cal-persia.el,
7427         * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
7428         * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
7429         * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
7430         * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
7431         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
7432         * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
7433         * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
7434         * progmodes/ada-prj.el, progmodes/ada-stmt.el,
7435         * progmodes/ada-xref.el, progmodes/cc-align.el,
7436         * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
7437         * progmodes/cc-defs.el, progmodes/cc-engine.el,
7438         * progmodes/cc-langs.el, progmodes/cc-menus.el,
7439         * progmodes/cc-styles.el, progmodes/cc-vars.el,
7440         * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
7441         * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
7442         * textmodes/reftex-index.el, textmodes/reftex-parse.el,
7443         * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
7444         * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
7445         * textmodes/reftex.el: Some fixes to follow coding
7446         conventions in Elisp files with known maintainers.
7448         * emulation/viper.el: A fix to follow coding conventions.
7450         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
7451         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
7452         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
7453         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
7454         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
7455         * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
7456         * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
7457         * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
7458         * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
7459         * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
7460         conventions in Elisp files.
7462         * composite.el, diff.el, emacs-lisp/levents.el,
7463         * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
7464         * emulation/pc-mode.el, emulation/viper-cmd.el,
7465         * emulation/viper-ex.el, emulation/viper-init.el,
7466         * emulation/viper-keym.el, emulation/viper-macs.el,
7467         * emulation/viper-mous.el, emulation/viper-util.el,
7468         * emulation/viper.el, forms-pass.el, international/ccl.el,
7469         * international/characters.el, international/encoded-kb.el,
7470         * international/fontset.el, international/ja-dic-cnv.el,
7471         * international/ja-dic-utl.el, international/kinsoku.el,
7472         * international/kkc.el, international/mule-cmds.el,
7473         * international/mule-diag.el, international/mule-util.el,
7474         * international/mule.el, international/titdic-cnv.el,
7475         * language/china-util.el, language/chinese.el,
7476         * language/cyril-util.el, language/cyrillic.el, language/english.el,
7477         * language/greek.el, language/hebrew.el, language/japan-util.el,
7478         * language/japanese.el, language/korea-util.el, language/korean.el,
7479         * language/lao-util.el, language/lao.el, language/misc-lang.el,
7480         * language/slovak.el, language/thai-util.el, language/thai.el,
7481         * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
7482         * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
7483         * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
7484         * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
7485         * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
7486         * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
7487         * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
7488         * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
7489         * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
7490         * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
7491         to follow coding conventions in files without maintainer or in files
7492         with clear maintainer (but without Maintainer header stating so).
7494         * emacs-lisp/elp.el: A fix to follow coding conventions.
7496         * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
7497         * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
7498         * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
7499         * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
7500         * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
7501         * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
7502         * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
7503         * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
7504         * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
7505         * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
7506         * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
7507         * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
7508         conventions in files from Gnus.
7510         * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
7511         * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
7512         * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
7513         * echistory.el, electric.el, emacs-lisp/authors.el,
7514         * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
7515         * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
7516         * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
7517         * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
7518         * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
7519         * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
7520         * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
7521         * international/codepage.el, international/iso-ascii.el,
7522         * international/iso-insert.el, international/iso-transl.el,
7523         * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
7524         * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
7525         * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
7526         * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
7527         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
7528         * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
7529         * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
7530         * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
7531         * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
7532         * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
7533         * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
7534         * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
7535         * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
7536         * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
7537         * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
7538         * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
7539         * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
7540         * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
7541         * textmodes/tex-mode.el, textmodes/text-mode.el,
7542         * textmodes/underline.el, thingatpt.el, time.el, timer.el,
7543         * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
7544         * vt100-led.el, window.el: Some fixes to follow coding conventions in
7545         files maintained by FSF.
7547 2001-07-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
7549         * arc-mode.el: A fix to follow coding conventions.
7551         * bindings.el: Ditto.
7553         * cdl.el: Ditto.
7555         * comint.el: Ditto.
7557         * cus-start.el: Ditto.
7559         * shell.el: Ditto.
7561         * skeleton.el: Ditto.
7563 2001-07-13  Stefan Monnier  <monnier@cs.yale.edu>
7565         * info.el (Info-build-node-completions):
7566         Make Info-current-file-completions buffer local.
7568 2001-07-13  Gerd Moellmann  <gerd@gnu.org>
7570         * which-func.el (which-func-mode, which-func-ff-hook)
7571         (which-function-mode): Remove references to which-func-mode-global.
7573         * calendar/cal-islam.el (calendar-goto-islamic-date):
7574         Add autoload cookie.
7576         * play/fortune.el: Add types to defcustoms.
7578 2001-07-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
7580         * language/czech.el: A fix to follow coding conventions.
7582 2001-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
7584         * speedbar.el (speedbar-supported-extension-expressions): Add .g
7585         to the extension list, for antlr-mode.  From Christoph Wedler
7586         <Christoph.Wedler@sap.com>.
7588 2001-07-11  Stefan Monnier  <monnier@cs.yale.edu>
7590         * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
7591         (vc-dired-mode-map): Fix the madness.
7593         * vc-hooks.el (vc-mode): Dummy function for doc purposes.
7594         (vc-prefix-map): Moved back from vc.el.
7596 2001-07-11  Gerd Moellmann  <gerd@gnu.org>
7598         * mail/mail-extr.el (mail-extr-all-top-level-domains):
7599         Increase the size of the obarray.
7600         (mail-extr-all-top-level-domains): Add more toplevel domains,
7601         add more long names.
7602         From: Per Starback <starback@ling.uu.se>.
7604 2001-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
7606         * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
7607         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7609         * progmodes/ada-mode.el: Ditto.
7611         * progmodes/ada-xref.el: Ditto.
7613 2001-07-11  Miles Bader  <miles@gnu.org>
7615         * finder.el (finder-insert-at-column): Also move to the next line
7616         if exactly at COLUMN.
7618 2001-07-10  Gerd Moellmann  <gerd@gnu.org>
7620         * help.el (describe-function-1): When printing FUNCTION's
7621         documentation, don't assume FUNCTION is a symbol.
7623         * startup.el (normal-top-level): Don't operate on the initial
7624         frame if we failed to create one.
7626 2001-07-10  Martin Stjernholm  <bug-cc-mode@gnu.org>
7628         * cc-cmds.el (c-indent-exp): Keep the indentation of the block
7629         itself, i.e. only indent the contents in it.
7631 2001-07-10  Markus Rost  <rost@math.ohio-state.edu>
7633         * mail/rmail.el (rmail-show-message): Show beginning of message in
7634         all windows containing it.
7636 2001-07-10  Eli Zaretskii  <eliz@is.elta.co.il>
7638         * term/tty-colors.el: Fix the header line and copyright years.
7640 2001-07-09  Gerd Moellmann  <gerd@gnu.org>
7642         * emacs-lisp/advice.el (ad-make-advised-definition): If the
7643         original definition has an interactive form, but is Elp
7644         instrumented, use the interactive form of the function called by
7645         elp-wrapper.
7647         * winner.el (winner-equal): Make it a defun.  Don't compare Winner
7648         configurations with compare-window-configuration; they aren't
7649         window configurations.
7651         * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
7652         from the server for the format we expect.  Don't use it if it
7653         doesn't look like what the Internet draft for FTP extensions specifies.
7655         * toolbar/*.pbm: Cleaned up.
7656         From Luis Fernandes <elf@ee.ryerson.ca>.
7658 2001-07-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
7660         * cc-cmds.el: Extended the kludge to interoperate with the
7661         delsel and pending-del packages wrt to the new function
7662         `c-electric-delete-forward'.
7664 2001-07-08  Stefan Monnier  <monnier@cs.yale.edu>
7666         * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
7667         to delay the call to <mode> for global minor modes.
7668         (easy-mmode-define-navigation): Only recenter if interactive.
7670 2001-07-06  Gerd Moellmann  <gerd@gnu.org>
7672         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
7673         to lisp-indent-line.
7675         * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
7676         from the server.  Call encode-time only when we are sure that we
7677         got a 213 response.
7679 2001-07-06  Simon Josefsson  <jas@extundo.com>
7681         * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
7682         (mail-envelope-from): New user option.
7683         (sendmail-send-it): Use it.
7685 2001-07-06  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7687         * ps-print.el: Use locale dependant date to print date in header.
7688         Doc fix.
7689         (ps-print-version): New version number (6.5.3).
7690         (ps-right-header, ps-right-footer): Initialization and doc fix.
7691         (ps-time-stamp-locale-default): New fun.
7693 2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
7695         * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
7696         field problem with MIME-mode.
7698         * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
7700 2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
7702         * mail/rmail.el (rmail-reply): Don't forget to narrow header in
7703         MIME-mode.
7705 2001-07-06  Eli Zaretskii  <eliz@is.elta.co.il>
7707         * bindings.el (mode-line-mule-info): Don't show the tip with
7708         buffer-file-coding-system if that is nil.
7710 2001-07-05  Gerd Moellmann  <gerd@gnu.org>
7712         * calendar/todo-mode.el (todo-top-priorities): Use delete-region
7713         instead of kill-line.
7715         * play/pong.el: Fix first line.  From Pavel Jan\e,Bm\e(Bk
7716         <Pavel@Janik.cz>.
7718         * battery.el (battery-update): Add help-echo.  From Pavel Jan\e,Bm\e(Bk
7719         <Pavel@Janik.cz>.
7721 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
7723         * font-lock.el (c-font-lock-keywords-3): When matching something
7724         like `struct X Y', finish with point after Y.
7726 2001-07-04  Simon Josefsson  <jas@extundo.com>
7728         * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
7729         in caller buffer.
7731 2001-07-03  Eli Zaretskii  <eliz@is.elta.co.il>
7733         * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
7734         instead of string-match to find the basename of the file.
7735         From Pascal Obry <p.obry@wanadoo.fr>.
7737         * net/browse-url.el (browse-url-default-windows-browser):
7738         Support the MS-DOS port when it runs on Windows.
7739         (browse-url-browser-function) [ms-dos]: Default to
7740         browse-url-default-windows-browser.
7742         * help.el (locate-library): Enable code that looks for compressed
7743         libraries if auto-compression-mode is on.
7745 2001-07-02  Stefan Monnier  <monnier@cs.yale.edu>
7747         * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
7749 2001-07-02  Gerd Moellmann  <gerd@gnu.org>
7751         * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
7753 2001-07-02  Eli Zaretskii  <eliz@is.elta.co.il>
7755         * allout.el: Fix the header line, so that finder.el recognizes it.
7756         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7758         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
7759         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7761 2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
7763         * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
7765         * ps-bdf.el (bdf-directory-list): Use the value relative to
7766         installation-directory for MS-Windows as well.
7768 2001-06-29  Richard M. Stallman  <rms@gnu.org>
7770         * wid-edit.el (widget-color-sample-face-get):
7771         Return ((foreground-color . COLOR)) instead of constructing a face.
7773 2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
7775         * faces.el (region): Change the background color for the
7776         light-background color display to lightgoldenrod2, to make it
7777         visible on some laptops.
7779 2001-06-28  Richard M. Stallman  <rms@gnu.org>
7781         * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
7782         (rmail-msg-restore-non-pruned-header): Likewise.
7783         If point was in the old pruned header, put it at the top.
7784         (rmail-msg-prune-header): If point was at the top, keep it there.
7786         * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
7787         (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
7789 2001-06-28  Stefan Monnier  <monnier@cs.yale.edu>
7791         * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
7793 2001-06-28  Karl Fogel  <kfogel@red-bean.com>
7795         * saveplace.el: Update maintainer email address.
7797 2001-06-27  Francesco Potorti`  <pot@gnu.org>
7799         * uniquify.el: (uniquify-rationalize-file-buffer-names):
7800           Undo previous change.
7802 2001-06-27  Francesco Potorti`  <pot@gnu.org>
7804         * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
7805         preliminary quick reordering.  Can speed things up dramatically.
7807 2001-06-26  Richard M. Stallman  <rms@gnu.org>
7809         * dired.el (dired-get-filename): A file name starting with ~
7810         is not absolute in this context.
7812         * which-func.el (which-func-maxout): Increase default to 500000.
7813         (which-function-mode): This is now the "real" name of the function.
7814         (which-func-mode): Now an alias.
7815         (which-func-mode-global): Name deleted.
7817         * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
7818         button-2, when binding hs-mouse-toggle-hiding.
7820 2001-06-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
7822         * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
7823         (rmail-msg-prune-header): Likewise.
7824         (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
7825         and `rmail-msg-prune-header'.
7827 2001-06-25  Stefan Monnier  <monnier@cs.yale.edu>
7829         * textmodes/fill.el (fill-region-as-paragraph): Don't look further
7830         back than LINEBEG.
7832 2001-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
7834         * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
7835         window where they clicked the mouse has a header line, adjust
7836         vertical movement by one.
7838 2001-06-25  Milan Zamazal  <pdm@zamazal.org>
7840         * progmodes/glasses.el (glasses-make-readable): Consider underscores
7841         too when separating a parenthesis.
7843 2001-06-24  Eli Zaretskii  <eliz@is.elta.co.il>
7845         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7846         (bookmark-bmenu-hide-filenames): Add help-echo to
7847         mouse-highlighted text.
7848         (bookmark-bmenu-show-filenames): Remove help-echo property from
7849         the whitespace.
7851 2001-06-23  Eli Zaretskii  <eliz@is.elta.co.il>
7853         * files.el (auto-mode-alist): Add configure.ac (autoconf).
7854         From Karl Eichwalder <ke@suse.de>.
7856 2001-06-23  Richard M. Stallman  <rms@gnu.org>
7858         * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
7860         * progmodes/cc-styles.el (c-set-style): Don't specify initial
7861         contents for completing-read.
7863 2001-06-22  Richard M. Stallman  <rms@gnu.org>
7865         * menu-bar.el (menu-bar-make-toggle): Construct the
7866         function's doc string from HELP, not DOC, and make it accurate by
7867         adding "Toggle whether to " at the front and downcasing the initial.
7868         Change the HELP arg in some calls to make it fit this usage.
7870         * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
7871         Undo previous change.
7873 2001-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
7875         * indent.el (indent-relative-maybe, indent-relative): Doc fix.
7877         * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
7879 2001-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
7881         * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
7883         * dabbrev.el (dabbrev--select-buffers): Fix last change.
7885 2001-06-20  Richard M. Stallman  <rms@gnu.org>
7887         * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
7888         broken out from dabbrev--find-expansion.  Handle minibuffer
7889         specially here.
7890         (dabbrev--find-expansion): Simplify code in various ways.
7891         Don't treat minibuffers specially.
7892         Call dabbrev--make-friend-buffer-list.
7893         (dabbrev--select-buffers): Don't treat minibuffers specially.  Simplify.
7894         (dabbrev--scanning-message): Do nothing when minibuffer is current.
7896 2001-06-19  John Wiegley  <johnw@gnu.org>
7898         * eshell/eshell.el: Don't load in esh-util if it's already loaded.
7899         Also, added a comment describing how to greatly speedup Eshell
7900         loadup time, by concatenating together all of Eshell's .elc files.
7902 2001-06-19  John Wiegley  <johnw@gnu.org>
7904         * eshell/esh-mode.el: Disabled a test that often yields false failures.
7906 2001-06-19  Eli Zaretskii  <eliz@is.elta.co.il>
7908         * woman.el (WoMan-highlight-references): Add help-echo to
7909         mouse-highlighted text.
7911 2001-06-18  Stefan Monnier  <monnier@cs.yale.edu>
7913         * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
7915 2001-06-18  Gerd Moellmann  <gerd@gnu.org>
7917         * international/quail.el (quail-start-conversion):
7918         Reset quail-translating to nil.
7920         * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
7921         bound.  Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
7923 2001-06-18  Eli Zaretskii  <eliz@is.elta.co.il>
7925         * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
7926         mouse-highlighted text.
7928         * dired.el (dired-mark-pop-up): Fix last change.
7930 2001-06-17  Eli Zaretskii  <eliz@is.elta.co.il>
7932         * calendar/calendar.el (generate-calendar-month): Add help-echo to
7933         mouse-highlighted text.
7935         * net/quickurl.el (quickurl-url-file): Run through
7936         convert-standard-filename.
7937         (quickurl-list-populate-buffer): Add help-echo to
7938         mouse-highlighted text.
7939         (top-level): Update Dave's URL.
7941         * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
7942         mouse-highlighted text.
7944         * textmodes/page-ext.el (pages-copy-header-and-position):
7945         Add help-echo to mouse-highlighted text.
7947         * tar-mode.el (tar-header-block-summarize): Add help-echo to
7948         mouse-highlighted text.
7950         * replace.el (occur): Add help-echo to mouse-highlighted text.
7952         * progmodes/sh-script.el (sh-mark-line): Add help-echo to
7953         mouse-highlighted text.
7955         * progmodes/cpp.el (cpp-make-button): Add help-echo to
7956         mouse-highlighted text.
7958         * progmodes/compile.el (compile-reinitialize-errors):
7959         Add help-echo to mouse-highlighted messages.
7960         (compilation-forget-errors): Remove help-echo property as well.
7962         * play/landmark.el (lm-plot-square, lm-init-display):
7963         Add help-echo to mouse-highlighted text.
7965         * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
7966         Add help-echo to mouse-highlighted text.
7968         * dired.el (dired-insert-set-properties): Add help-echo to
7969         mouse-highlighted text.
7970         (dired-mark-pop-up): Remove help-echo property from the file name.
7972         * comint.el (comint-send-input): Add help-echo to
7973         mouse-highlighted text.
7975         * buff-menu.el (list-buffers-noselect): Add help-echo to
7976         mouse-highlighted text.
7978         * arc-mode.el (archive-summarize-files): Add help-echo to
7979         mouse-highlighted text.
7981         * ffap.el (ffap-machine-p): Always return nil if
7982         open-network-stream is not fboundp.
7984 2001-06-17  Stefan Monnier  <monnier@cs.yale.edu>
7986         * textmodes/sgml-mode.el: Move `provide' to the end.  Update copyright.
7987         (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
7988         Bind the latin-1 charset-char to sgml-maybe-name-self rather than
7989         incorrectly binding chars between 128 and 256 to it.
7990         (sgml-maybe-name-self): Handle latin-1 chars properly.
7991         (sgml-tags-invisible): Bind buffer-file-name to nil.
7992         Use unwind-protect and restore-buffer-modified-p.
7993         (sgml-point-entered): Use buffer-substring-no-properties.
7994         (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
7995         (html-mode): Don't force `imenu-sort-function'.
7997 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
7999         * tar-mode.el: Fix the copyright notice.
8001         * font-lock.el (font-lock-comment-face): For tty's with dark
8002         background, use "red1", since "lightred" is not one of the colors
8003         recognized by tty-colors.el.
8005         * tar-mode.el (tar-extract): Call generate-new-buffer-name to
8006         create a buffer for extracted file, in case there's more than one
8007         file by that name in an archive, possibly in different
8008         directories.  From Kevin Rodgers <kevinr@ihs.com>.
8010         * format.el (format-alist): Doc fix.  Suggested by Alex Schroeder
8011         <alex@gnu.org>.
8013 2001-06-15  Miles Bader  <miles@gnu.org>
8015         * textmodes/texinfmt.el (texinfo-format-syntax-table):
8016         Revert previous change.
8018 2001-06-14  Richard M. Stallman  <rms@gnu.org>
8020         * replace.el (keep-lines-read-args): Return just a regexp.
8021         Provide nil for the region args.
8022         (keep-lines, flush-lines, how-many):
8023         Calculate the defaults for the region here, when args are nil.
8025 2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
8027         * rot13.el (rot13-other-window): Some more doc fix.
8029 2001-06-14  Per Starback  <starback@ling.uu.se>
8031         * replace.el (case-replace, query-replace-from-history-variable)
8032         (query-replace-to-history-variable, keep-lines-read-args)
8033         (occur-revert-function, query-replace-help): Dox fix.
8035 2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
8037         * rot13.el (rot13-other-window): Doc fix.
8039 2001-06-14  Miles Bader  <miles@gnu.org>
8041         * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
8042         of " and \ to "." (punctuation).
8043         * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
8045 2001-06-13  Richard M. Stallman  <rms@gnu.org>
8047         * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
8049         * simple.el (shell-command-on-region): Never kill the
8050         *Shell Command Output* buffer.
8052 2001-06-13  Stefan Monnier  <monnier@cs.yale.edu>
8054         * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
8056 2001-06-10  Stefan Monnier  <monnier@cs.yale.edu>
8058         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
8059         New var, to recognize ${ $' and PODs.
8060         (perl-font-lock-syntactic-face-function): New function.
8061         (perl-mode): Use them.
8062         (perl-continuation-line-p): New function, from perl-calculate-indent.
8063         (perl-calculate-indent): Use it, to properly handle continuation
8064         lines of continuation lines.
8066 2001-06-10  Eli Zaretskii  <eliz@is.elta.co.il>
8068         * server.el (server-process, server-buffer-clients): Doc fix.
8069         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8071 2001-06-09  John Wiegley  <johnw@gnu.org>
8073         * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
8074         test if the last command was Lisp or not.
8075         (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
8076         B x C".
8078 2001-06-08  Eli Zaretskii  <eliz@is.elta.co.il>
8080         * dos-w32.el (grep-regexp-alist): Remove definition, since the
8081         general one on compile.el supports drive letters.
8083 2001-06-08  Carsten Dominik  <dominik@strw.leidenuniv.nl>
8085         * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
8086         key description.
8088         * textmodes/reftex-sel.el (reftex-select-jump): New command.
8090         * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
8091         (reftex-toc-jump): New command.
8093         * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
8094         to parse international characters as well.
8096         * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
8097         `reftex-fancyref-fref', `reftex-fancyref-Fref'.
8099         * textmodes/reftex-vars.el: Protect single backslash in docstrings.
8101         * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
8102         TAB to the key separators.
8104 2001-06-07  Eli Zaretskii  <eliz@is.elta.co.il>
8106         * international/mule.el (auto-coding-alist): Remove redundant
8107         up-cased versions of the extensions (auto-coding-alist-lookup is
8108         case-insensitive where needed).  Recognize .gz, .Z, .bz, .bz2, and
8109         .gpg files as binary.  Suggested by Karl Berry <karl@gnu.org>.
8111 2001-06-05  Eli Zaretskii  <eliz@is.elta.co.il>
8113         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
8115 2001-06-01  Richard M. Stallman  <rms@gnu.org>
8117         * help.el (describe-variable): Put value on same line
8118         with preceding text, if it is short enough to look good that way.
8120 2001-06-01  Eli Zaretskii  <eliz@is.elta.co.il>
8122         * term/internal.el (IT-unicode-translations): New variable.
8123         (IT-setup-unicode-display): New function.
8125 2001-06-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8127         * ps-print.el: Handle before-string and after-string overlay properties
8128         in ps-print-*-with-faces commands.  Doc fix.
8129         (ps-print-version): New version number (6.5.2).
8130         (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
8131         for XEmacs.
8132         (ps-prefix-quote): Doc fix.
8133         (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
8134         (ps-basic-plot-str, ps-plot-string): New funs.
8136 2001-05-31  Stefan Monnier  <monnier@cs.yale.edu>
8138         * progmodes/etags.el (tags-compression-info-list): Fix docstring
8139         and :type spec.
8141 2001-05-31  Gerd Moellmann  <gerd@gnu.org>
8143         * international/mule-cmds.el (inactivate-input-method):
8144         Set input-method-function to nil.
8146         * xml.el (xml-parse-tag): The document may contain invalid characters.
8147         From ShengHuo ZHU  <zsh@cs.rochester.edu>
8149 2001-05-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
8151         * mail/rmailsum.el (rmail-message-subject-p): Don't call
8152         `rmail-summary-line-decoder' if the message does not have
8153         a Subject: field.
8155         * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
8157         * mail/rmail.el (rmail-insert-mime-resent-message-function):
8158         New variable.
8159         (rmail-resend): Modify to work in `rmail-view-buffer'; call
8160         `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
8161         is non-nil.
8163 2001-05-30  Stefan Monnier  <monnier@rum.cs.yale.edu>
8165         * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
8167 2001-05-29  Sam Steingold  <sds@gnu.org>
8169         * faces.el (face-valid-attribute-values): Bind `valid' directly
8170         instead of using `setq'.
8172         * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
8173         Use `tex-shell-buf'.
8174         (tex-shell-proc): Use `tex-shell-running'.
8175         (tex-shell-buf-no-error): New function.
8176         (tex-send-tex-command): Use it.
8177         (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
8178         (tex-kill-job): Check the process before calling `quit-process'.
8180 2001-05-29  Gerd Moellmann  <gerd@gnu.org>
8182         * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
8183         UTF-8 sequences.
8185 2001-05-28  Miles Bader  <miles@gnu.org>
8187         * comint.el (comint-carriage-motion): Renamed from
8188         `comint-cr-magic'.  Operate on the buffer instead of the string
8189         (for use as a comint post-output filter, instead of as a
8190         pre-output filter).  Handle backspaces too.  Add to the
8191         `comint-output-filter-functions' hook instead of
8192         `comint-preoutput-filter-functions'.
8194 2001-05-28  Gerd Moellmann  <gerd@gnu.org>
8196         * language/japan-util.el (japanese-hankaku): Prefer the charset
8197         `jisx0201' when the optional argument `ascii-only' is not specified.
8198         (japanese-hankaku-region): Ditto.
8199         From Katsumi Yamaoka <yamaoka@jpl.org>
8201 2001-05-28  Stefan Monnier  <monnier@cs.yale.edu>
8203         * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
8204         (outline-invisible-p): New function.
8205         (hide-leaves): Save excursion.
8206         (hide-other): Stop looping when reaching bobp.
8208 2001-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
8210         * cus-edit.el (custom-file): Fix last change.
8212 2001-05-27  Stefan Monnier  <monnier@cs.yale.edu>
8214         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
8215         same definition in byte-compile-function-environment as `autoload'
8216         would put in `symbol-function'.
8218         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
8219         patch to correct the error message as well.
8221 2001-05-27  Eli Zaretskii  <eliz@is.elta.co.il>
8223         * cus-edit.el (custom-file): Don't assume we were invoked with -q
8224         unless ~/.emacs exists.
8226         * novice.el (enable-command): If user-init-file is nil or does not
8227         exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
8229 2001-05-25  Stefan Monnier  <monnier@cs.yale.edu>
8231         * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
8232         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
8233         Allow spaces around macro arguments.
8234         (tex-mode-map): Inherit from text-mode-map, but rebind \t to
8235         indent-for-tab-command.
8236         (latex-mode-map, plain-tex-mode-map): New keymaps.
8237         Inherit from tex-mode-map.
8238         (tex-common-initialization): Don't setup the keymap any more
8239         since it's now done right by define-derived-mode.
8240         (latex-mode): Set skeleton-end-hook to nil.
8241         (latex-skeleton-end-hook): Remove.
8242         (tex-latex-block, latex-insert-item): Simplify.
8243         (latex-syntax-after): Use following-char rather than char-after.
8244         (tex-discount-args-cmds, tex-count-words): New functions.
8246         * textmodes/tildify.el (tildify-ignored-environments-alist):
8247         Recognize \verb* as well.
8249         * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
8250         (perl-comment-indent): Simplify to let newcomment.el do its job.
8251         (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
8252         (perl-mark-function): Cleanup the namespace.
8253         (perl-calculate-indent): Don't be fooled by nested functions.
8255         * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
8257         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
8258         Fix the arg of `load'.  From Dave Love <fx@gnu.org>.
8260 2001-05-25  Andrew Choi  <akochoi@i-cable.com>
8262         * international/titdic-cnv.el (ctlau-gb-converter): `\' should
8263         actually be `\\'.
8264         (ctlau-b5-converter): Likewise.
8266 2001-05-24  Andrew Choi  <akochoi@i-cable.com>
8268         * international/titdic-cnv.el (quail-misc-package-ext-info):
8269         Change CTLauB.el to CTLau-b5.el.
8271 2001-05-23  Stefan Monnier  <monnier@cs.yale.edu>
8273         * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
8274         rather than beginning-of-line to avoid problems with fields.
8275         (gud-perldb-massage-args): Use unless and push.
8276         (gud-chdir-before-run): New var.
8277         (gud-common-init): Use it.
8279 2001-05-24  Andrew Choi  <akochoi@i-cable.com>
8281         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8282         delete entries for chinese-ctlau and chinese-ctlaub.
8283         (quail-misc-package-ext-info): Add entries for chinese-ctlau and
8284         chinese-ctlaub.
8285         (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
8286         New functions.
8288 2001-05-22  Gerd Moellmann  <gerd@gnu.org>
8290         * cus-edit.el (custom-comment-show): Remove debug code.
8292         * language/japan-util.el (japanese-symbol-table): Fix handling of
8293         Japanese long tone sign.  From Kenichi Handa <handa@etl.go.jp>.
8295 2001-05-21  Stefan Monnier  <monnier@cs.yale.edu>
8297         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
8298         Renamed by removing the silly `-flag' suffix.
8299         (diff-mode, diff-minor-mode, diff-find-source-location): Update.
8301 2001-05-20  Stefan Monnier  <monnier@cs.yale.edu>
8303         * replace.el (keep-lines-read-args): Use `copy-marker'.
8304         (how-many): Save excursion properly.
8305         (occur-mode): Use define-derived-mode.
8306         (perform-replace): Use with-current-buffer.
8308 2001-05-20  Richard M. Stallman  <rms@gnu.org>
8310         * play/landmark.el (lm): Use "p" not "P" for interactive spec.
8312         * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
8314         * info.el (Info-read-subfile): Widen before finding the
8315         desired node in the subfile.
8317         * startup.el (command-line-1): When >2 files visited,
8318         leave the last one visible, and make that the selected window.
8320 2001-05-20  Gerd Moellmann  <gerd@gnu.org>
8322         * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
8324 2001-05-20  Eli Zaretskii  <eliz@is.elta.co.il>
8326         * international/ccl.el (define-ccl-program): Fix a typo.
8327         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8329         * international/mule.el (decode-char): Fix a typo.  From Pavel
8330         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8332         * textmodes/artist.el (artist-mode): Fix a typo.  From Pavel
8333         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8335         * frame.el (automatic-hscrolling): Fix a typo.  From Pavel
8336         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8338 2001-05-18  Sam Steingold  <sds@gnu.org>
8340         * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
8341         and [RET] to `cvs-mode-find-file'.
8343 2001-05-18  John Wiegley  <johnw@gnu.org>
8345         * eshell/esh-ext.el (eshell-explicit-command-char): A new
8346         configuration variable, which determines the initial character
8347         that forces use of an external version of a command.  The default
8348         is *, but may be set to \, for example.
8350         * eshell/esh-ext.el (eshell-explicit-command):
8351         Use `eshell-explicit-command-char' instead of ?*.
8353         * eshell/esh-cmd.el (eshell/which):
8354         Use `eshell-explicit-command-char' instead of ?*.
8356         * eshell/em-cmpl.el (eshell-completion-command-name)
8357         (eshell-complete-commands-list): Use `eshell-explicit-command-char'
8358         instead of ?*.
8360 2001-05-18  Gerd Moellmann  <gerd@gnu.org>
8362         * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
8363         subst-char-in-string.
8364         (ange-ftp-after-parse-ls-hook): New variable.
8365         (ange-ftp-ls): Run that hook.
8366         From Peter Milliken <Peter.Milliken@GTECH.COM>.
8368         * tmm.el (tmm-get-keymap): Fix handling of :filter.
8369         (tmm-add-prompt): Bind buffer-read-only to nil when inserting
8370         text into *Completions*.
8372         * net/goto-addr.el (goto-address-at-point): Deal with URLs
8373         part of which look like email addresses.
8375 2001-05-18  Andrew Innes  <andrewi@gnu.org>
8377         * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
8378         Use . instead of absolute path for lisp dir, to avoid bug in W2K
8379         cmd.exe's handling of FOR loops.
8380         (autoloads): Set find-file-suppress-same-file-warnings to t to
8381         avoid slew of spurious messages.
8383 2001-05-18  Simon Josefsson  <simon@josefsson.org>
8385         * mail/smtpmail.el (maybe-append-domain): Renamed to
8386         `smtpmail-maybe-append-domain'.
8387         (smtpmail-via-smtp): Use the new name.
8389         * net/browse-url.el (browse-url-browser-function): Add kde.
8390         (browse-url-kde-program, browse-url-kde-args): New variables.
8391         (browse-url-kde): New function.
8393 2001-05-18  Miles Bader  <miles@gnu.org>
8395         * simple.el (delete-horizontal-space, just-one-space):
8396         Use `constrain-to-field' instead of `field-end'/`field-beginning',
8397         because it's more efficient for large files.
8399 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
8401         * mail/rmail.el (rmail-require-mime-maybe): New function.
8402         (rmail): Use it.
8403         (rmail-mode): Handle the case of finding Rmail files.
8405         * emacs-lisp/elp.el (elp-instrument-function): Handle advised
8406         functions.
8408 2001-05-17  Stefan Monnier  <monnier@cs.yale.edu>
8410         * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
8411         text-property after moving to the beginning of line and regardless
8412         of the value of font-lock-multiline.
8414 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
8416         * startup.el (fancy-splash-screens): Ignore events on the mode-line.
8418         * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
8419         last coding system used before calling set-buffer-modified-p
8420         because that function changes last-coding-system.
8422 2001-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
8424         * files.el (switch-to-buffer-other-window)
8425         (switch-to-buffer-other-frame): Add an xref to display-buffer in
8426         the doc string.
8428 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
8430         * language/slovak.el, language/czech.el: New maintainer.
8432 2001-05-16  Sam Steingold  <sds@gnu.org>
8434         * emacs-lisp/cl-indent.el (toplevel): Indent the :method
8435         sub-form of `defgeneric' correctly.
8437 2001-05-16  Gerd Moellmann  <gerd@gnu.org>
8439         * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
8440         of `c'.
8442         * textmodes/outline.el (outline-font-lock-level): Remove the
8443         condition-case, test what outline-level returns instead, to
8444         ease debugging.
8446         * international/mule.el (auto-coding-regexp-alist): New user-option.
8447         (auto-coding-from-file-contents): New function.
8448         (set-auto-coding): Use it to determine a coding system.
8450 2001-05-15  Gerd Moellmann  <gerd@gnu.org>
8452         * mouse.el (mouse-delete-other-windows): Doc fix.
8454         * emacs-lisp/lisp-mode.el (lisp-mode):
8455         Make font-lock-keywords-case-fold-search a buffer-local variable with
8456         make-local-variable before setting it.
8458 2001-05-14  Eli Zaretskii  <eliz@is.elta.co.il>
8460         * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
8461         prefixes.
8463 2001-05-14  Gerd Moellmann  <gerd@gnu.org>
8465         * hexl.el (hexl-current-address): Print a message when called
8466         interactively.
8468 2001-05-11  Stefan Monnier  <monnier@cs.yale.edu>
8470         * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
8472         * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
8474         * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
8476 2001-05-11  Gerd Moellmann  <gerd@gnu.org>
8478         * startup.el (command-line): If parameters have been changed in
8479         the init files which influence font selection, clear the face
8480         cache so that faces get realized with the new parameters.
8482         * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
8484 2001-05-10  Stefan Monnier  <monnier@cs.yale.edu>
8486         * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
8488 2001-05-10  Eli Zaretskii  <eliz@is.elta.co.il>
8490         * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
8491         unibyte.  Suggested by Kenichi Handa <handa@etl.go.jp>.
8493 2001-05-10  Gerd Moellmann  <gerd@gnu.org>
8495         * net/browse-url.el (browse-url-filename-alist): Allow UNC file
8496         names for MS-Windows and MS-DOS.  From Dan Holmsand <dan@eyebee.com>.
8498 2001-05-09  John Wiegley  <johnw@gnu.org>
8500         * eshell/esh-util.el (eshell-convert-numeric-arguments):
8501         Annotated the documentation string to tell users about
8502         `eshell-no-numeric-conversions'.
8504         * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
8505         conversions if a Lisp function has the property
8506         `eshell-no-numeric-conversions' set to a non-nil value.
8508         * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
8509         eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
8510         property `eshell-no-numeric-conversions' on the following
8511         functions (which all deal with filesystem entities, and never Lisp
8512         numerical values): eshell/cd, eshell/pushd, eshell/popd,
8513         eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
8514         eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
8515         eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
8516         eshell/which, eshell/addpath.
8518 2001-05-09  John Wiegley  <johnw@gnu.org>
8520         * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
8521         encountered as an argument, don't convert it right away, but tag
8522         the first character of the string with the text properties
8523         `number', which signifies to `eshell-lisp-command' that the
8524         argument should be passed through `string-to-number' if it is
8525         actually used in the call to a Lisp function.
8527         * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
8528         function, convert any string arguments that have been tagged as
8529         "numbers", by calling string-to-number.
8531         * eshell/esh-util.el (eshell-number-regexp): Now that number
8532         conversions only happen for Lisp function calls, the number regexp
8533         should now match all integer and floating point forms.
8535         * eshell/esh-proc.el: Disable `eshell-stop-process' and
8536         `eshell-continue-process', since they are both nonfunctional at
8537         the moment.
8538         (eshell-proc-initialize): Don't bind keys for
8539         `eshell-stop-process' or `eshell-continue-process'.
8541         * eshell/em-unix.el (eshell-shuffle-files):
8542         Apply `directory-file-name' before calling `file-name-directory'.
8544         * eshell/em-hist.el (eshell-add-to-history): Reference to
8545         `eshell-history-ring' needed to be `eshell-history-index'.
8547         * calendar/timeclock.el (timeclock-find-discrep):
8548         Initialize `elapsed' to 0.
8549         (timeclock-find-discrep): Set `timeclock-last-event-workday' if
8550         it's still nil.
8552 2001-05-09  Stefan Monnier  <monnier@cs.yale.edu>
8554         * arc-mode.el (archive-int-to-mode): Construct the string directly.
8555         (archive-mode): Use capitalize.
8556         (archive-unique-fname): Use make-temp-file.
8558 2001-05-09  Gerd Moellmann  <gerd@gnu.org>
8560         * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
8562 2001-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
8564         * tar-mode.el (tar-extract): Pay attention to the value of
8565         coding-system-for-read, if it is non-nil.
8567         * calendar/holidays.el (holidays): Add an autoload cookie.
8568         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8570 2001-05-08  John Wiegley  <johnw@gnu.org>
8572         * calendar/timeclock.el (timeclock-workday-remaining):
8573         Changed logic for determining how much time is remaining.
8574         (timeclock-workday-elapsed): Don't accept a "relative" argument
8575         for the current day's elapsed time.  What could that have meant?
8576         (timeclock-workday-elapsed-string): No "relative" argument anymore.
8577         (timeclock-when-to-leave): Changed logic, similarly to what was
8578         done for `timeclock-workday-remaining'.
8579         (timeclock-find-discrep): Removed "today-only" argument, which had
8580         no meaning.  Fixed some more math problems.  The function now
8581         returns a three member list: (TOTAL-TIME-DISCREPANCY
8582         TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
8584 2001-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
8586         * w32-fns.el (convert-standard-filename): Start replacing slashes
8587         from the beginning of the file name, not from where the last
8588         invalid character was.  From "Andrew Maguire (SWW)"
8589         <Andrew.Maguire@Smallworld.co.uk>
8591 2001-05-07  MORIOKA Tomohiko  <tomo@m17n.org>
8593         The following changes are to provide infrastructure for handling
8594         MIME messages to rmail.  They don't affect the original behaviour
8595         if rmail-enable-mime is nil.
8597         * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
8598         (rmail-search-mime-message-function)
8599         (rmail-search-mime-header-function): New variables.
8600         (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
8601         (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
8602         `rmail-view-buffer' is hidden.
8603         (rmail-toggle-header): Likewise.  If rmail-enable-mime is non-nil,
8604         call rmai-show-mime-function.
8605         (rmail-display-labels): If rmail-enable-mime is non-nil, update
8606         mode-line-process of rmail-view-buffer.
8607         (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
8608         (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
8609         buffer.
8610         (rmail-next-message, rmail-next-undeleted-message): Be sure to
8611         set-buffer to the Rmail buffer.
8612         (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
8613         rmail-search-mime-header-function.
8614         (rmail-search-message): New function.
8615         (rmail-search): Call rmail-search-message to check if a message
8616         matches REGEXP, lastly update point after calling
8617         rmail-show-message.
8618         (rmail-undelete-previous-message, rmail-expunge-confirmed)
8619         (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
8620         (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
8621         header region, refer to rmail-msgref-vector while setting the
8622         current buffer to rmail-buffer temporarily.
8623         (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
8624         If rmail-enable-mime is non-nil, call
8625         rmail-insert-mime-forwarded-message-function instead of inserting
8626         forwarded message by itself.
8628         * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
8629         Rmail buffer.
8630         (rmail-set-label, rmail-next-labeled-message): Likewise.
8632         * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
8633         set-buffer to the Rmail buffer.
8634         (rmail-output-to-rmail-file): Likewise.
8635         (rmail-output): Likewise.
8637         * mail/rmailsum.el (rmail-message-subject-p): Process the result
8638         of mail-fetch-field by rmail-summary-line-decoder.
8639         (rmail-new-summary): Be sure to go to the Rmail buffer.
8640         If rmail-enable-mime is non-nil, set rmail-summary-buffer of
8641         rmail-view-buffer to nil.
8642         (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
8643         rmail-view-buffer.
8644         (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
8645         rmail-buffer.
8646         (rmail-summary-scroll-msg-down): Likewise.
8647         (rmail-summary-beginning-of-message): Likewise.
8648         (rmail-summary-wipe): Likewise.
8649         (rmail-summary-toggle-header): Use save-window-excursion, not
8650         save-excursion.  Update point in rmail-view-buffer, not in
8651         rmail-buffer.
8652         (rmail-summary-reply): Before calling rmail-reply, set buffer to
8653         rmail-view-buffer, not rmail-buffer.
8655 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
8657         * cus-edit.el (custom-file): Signal an error if user-init-file is
8658         nil (running -q).
8660         * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
8662         * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
8663         Add :version.
8665         * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
8666         New option.
8667         (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
8668         only if smtpmail-warn-about-unknown-extensions is set.
8670         * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
8671         instead of rmail-sort-by-keywords.
8673         * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
8674         rmail-sort-by-keywords.
8676         * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
8677         rmail-summary-sort-by-keywords.  Doc fix.
8678         (rmail-summary-mode): Doc fix.
8680         * mail/rmail.el (rmail-edit): New Custom group.
8682         * mail/rmailedit.el (rmail-edit-mode): Doc fix.
8683         (rmail-edit-mode-hook): New user-option.
8685 2001-05-05  Richard M. Stallman  <rms@gnu.org>
8687         * help.el (help-xref-symbol-regexp): Recognize "source of"
8688         and friends, meaning make a link to the source file.
8689         (help-make-xrefs): Handle "source of" and friends
8690         by constructing a link that visits the source file.
8692         * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
8694 2001-05-04  Stefan Monnier  <monnier@cs.yale.edu>
8696         * progmodes/cperl-mode.el (cperl-font-lock-keywords)
8697         (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
8698         Renamed from perl-font-lock-keywords to avoid clashes.
8699         (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
8700         (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
8701         Updated correspondingly.
8703         * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
8704         Typo `nonexistant' -> `nonexistent'.
8706 2001-05-04  Martin Stjernholm  <bug-cc-mode@gnu.org>
8708         * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
8709         Split `c-electric-delete' into two functions where
8710         `c-electric-delete-forward' always deletes forward and
8711         `c-electric-delete' only contains the code necessary for XEmacs to
8712         choose between backward and forward deletion.
8714         * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
8715         get the electric behavior on that key too.
8716         (c-fill-paragraph): Fixed bogus direct use of
8717         c-comment-prefix-regexp, which caused an error when it's a list.
8719 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
8721         * dired-aux.el (dired-diff): Doc fix.
8723         * dired.el (dired-diff): Likewise.
8725 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
8727         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
8729 2001-05-02  Stefan Monnier  <monnier@cs.yale.edu>
8731         * vc.el (vc-next-action-on-file): Only force buffer+file to writable
8732         if both the buffer and the file are read-only.
8734         * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
8735         rather than font-lock-string-face.
8736         (sh-get-indent-info): Treat heredocs like strings.
8738 2001-05-02  Gerd Moellmann  <gerd@gnu.org>
8740         * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
8741         a newline following `}'.
8742         (texinfo-format-email): New function.
8743         (toplevel): Use texinfo-format-email for @email.
8744         (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
8745         Add `display'.
8746         (texinfo-sort-region): Goto point-min before sorting.
8747         (texinfo-set): Remove leading white space from value.
8748         From yagi@is.titech.ac.jp.
8750         * replace.el (query-replace-regexp-eval): Doc fix.
8752 2001-05-01  Stefan Monnier  <monnier@cs.yale.edu>
8754         * diff-mode.el (diff-nonexistant-face): New face.
8755         (diff-font-lock-keywords): Use it.
8757 2001-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
8759         * font-lock.el (font-lock-mode): Doc fix.
8761         * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
8762         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
8764 2001-04-30  Gerd Moellmann  <gerd@gnu.org>
8766         * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
8767         backslash at the start of the here-document delimiter.
8768         (sh-font-lock-syntactic-keywords): Likewise.
8770         * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
8772 2001-04-29  Eli Zaretskii  <eliz@is.elta.co.il>
8774         * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
8775         (tty-color-translate, tty-color-by-index, tty-color-values)
8776         (tty-color-desc): Doc fix.
8778 2001-04-27  Eli Zaretskii  <eliz@is.elta.co.il>
8780         * dired-aux.el (dired-do-create-files, dired-do-copy)
8781         (dired-do-symlink, dired-do-hardlink, dired-do-rename):
8782         Mention dired-dwim-target in the doc string.
8784 2001-04-28  Miles Bader  <miles@gnu.org>
8786         * dabbrev.el (dabbrev--ignore-buffer-p): New function.
8787         (dabbrev--find-expansion): Use it.
8788         (dabbrev--select-buffers): Don't select ignored buffers.
8790 2001-04-27  Gerd Moellmann  <gerd@gnu.org>
8792         * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
8794 2001-04-26  Richard M. Stallman  <rms@gnu.org>
8796         * dabbrev.el: Add doc strings for some functions.
8797         (dabbrev--eliminate-newlines): New variable.
8798         (dabbrev--substitute-expansion): Convert newlines to spaces
8799         if dabbrev--eliminate-newlines is set.
8800         If abbrev and expansion are both all-lower-case,
8801         leave dabbrev--last-case-pattern nil.
8803 2001-04-26  Gerd Moellmann  <gerd@gnu.org>
8805         * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
8806         if necessary, like in rmail-show-message.
8808 2001-04-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8810         * ps-print.el: Color specified by number is forced to be float number.
8811         (ps-print-version): New version number (6.5.1.1).
8812         (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
8813         initialization.
8814         (ps-prefix-quote): New internal var.
8815         (ps-print-quote): New fun.
8816         (ps-setup, ps-output-frame-properties, ps-float-format)
8817         (ps-format-color): Code fix.
8818         (ps-plot-region): Eliminate redundant foreground color text setting.
8820 2001-04-26  Eli Zaretskii  <eliz@is.elta.co.il>
8822         * dabbrev.el (dabbrev--select-buffers): Add a doc string.
8824 2001-04-25  Gerd Moellmann  <gerd@gnu.org>
8826         * faces.el (tty-handle-reverse-video): Don't set inverse-video.
8828 2001-04-25  Eli Zaretskii  <eliz@is.elta.co.il>
8830         * info.el (Info-additional-directory-list): Doc fix.
8832         * find-lisp.el (find-lisp-find-dired-filter)
8833         (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
8834         Add autoload cookies.  From Richard Y. Kim <ryk@dspwiz.com>.
8836 2001-04-25  Stefan Monnier  <monnier@cs.yale.edu>
8838         * progmodes/make-mode.el (makefile-font-lock-keywords):
8839         Rationalize the rules for includes and conditionals and use the
8840         keyword face for them.
8842         * faces.el (modify-face): Add compatibility for non-interactive use.
8844 2001-04-24  John Wiegley  <johnw@gnu.org>
8846         * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
8847         fix from last night, since it wasn't finding eshell/cd.
8849 2001-04-24  Gerd Moellmann  <gerd@gnu.org>
8851         * rect.el (string-rectangle): Revert to 20.x behaviour.
8852         (replace-rectangle): Make it an alias for string-rectangle.
8853         (string-insert-rectangle): New function.
8855 2001-04-23  John Wiegley  <johnw@gnu.org>
8857         * eshell/em-unix.el (eshell/diff): Fixed problems that were
8858         occurring with Emacs 21's diff.el/compile.el interaction layer.
8860 2001-04-23  Colin Walters  <walters@cis.ohio-state.edu>
8862         * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
8863         case where the function was defined in a file, but not part of an
8864         eshell module.
8866 2001-04-23  John Wiegley  <johnw@gnu.org>
8868         * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
8869         code to work around a redisplay problem I've been having.
8871 2001-04-23  John Wiegley  <johnw@gnu.org>
8873         * calendar/timeclock.el (timeclock-day-required): If the time
8874         required for a particular day is not set, use `timeclock-workday'.
8875         (timeclock-find-discrep): Added some sample code in a comment.
8877         * eshell/eshell.el (eshell-command): Made a few changes so that
8878         `eshell-command' could be called programmatically.
8880         * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
8882         * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
8884 2001-04-23  John Wiegley  <johnw@gnu.org>
8886         * calendar/timeclock.el: Updated copyright.
8887         (timeclock-generate-report): Don't report the daily or two-week
8888         total, if no time has been worked in that period.
8889         (timeclock-find-discrep): Moved call to `file-readable-p'; removed
8890         final computational form, which was unnecessary; corrected a
8891         parsing problem when timeclock-relative was nil.
8893 2001-04-23  Kahlil Hodgson <kahlil@discus.anu.edu.au>
8895         * calendar/timeclock.el (timeclock-modeline-display): Check if
8896         `list-entry' is null.
8897         (timeclock-use-display-time): The first argument to `set-variable'
8898         must be a symbol.
8900 2001-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
8902         * calendar/calendar.el (diary-entry-marker)
8903         (calendar-today-marker, calendar-holiday-marker):
8904         Use display-color-p instead of window-system.
8905         (calendar-mode-map, calendar-mode): Use display-popup-menus-p
8906         instead of window-system.
8907         (calendar-hide-window): Use display-multi-frame-p instead of
8908         window-system.
8910         * calendar/cal-x.el (calendar-two-frame-setup)
8911         (calendar-only-one-frame-setup, calendar-one-frame-setup):
8912         Use display-multi-frame-p instead of window-system.
8914 2001-04-23  Gerd Moellmann  <gerd@gnu.org>
8916         * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
8918         * textmodes/ispell.el, emacs-lisp/checkdoc.el,
8919         * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
8921 2001-04-23  Alex Schroeder  <alex@gnu.org>
8923         * goto-addr.el: Instead of defining line-beginning-position and
8924         line-end-position a defalias is used for point-at-bol and point-at-eol.
8926 2001-04-23  Alex Schroeder  <alex@gnu.org>
8928         * goto-addr.el: Added XEmacs compatibility code.
8929         (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
8931 2001-04-22  Eli Zaretskii  <eliz@is.elta.co.il>
8933         * textmodes/paragraphs.el (sentence-end): Doc fix.
8935 2001-04-20  Alex Schroeder  <alex@gnu.org>
8937         * sql.el (sql-escape-newlines-and-send): New function.
8938         (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
8940 2001-04-20  Alex Schroeder  <alex@gnu.org>
8942         * sql.el (sql-db2-program): New option.
8943         (sql-db2-options): New option.
8944         (sql-db2): New function.
8946 2001-04-20  Alex Schroeder  <alex@gnu.org>
8948         * sql.el (sql-mode-menu): Added highlighting entries.
8949         (sql-highlight-oracle-keywords): New function.
8950         (sql-highlight-postgres-keywords): New function.
8951         (sql-highlight-ansi-keywords): New function.
8953 2001-04-20  Alex Schroeder  <alex@gnu.org>
8955         * sql.el (sql-help): Doc change.
8957 2001-04-19  Karl Fogel  <kfogel@collab.net>
8959         * saveplace.el (save-place-alist-to-file): Removed no-effect code
8960         that inserted file content only to delete it immediately.
8961         Probably a cut-and-paste bug.  Thanks to Juanma Barranquero
8962         <lektu@uol.com.br> for the patch.
8964 2001-04-19  Stefan Monnier  <monnier@cs.yale.edu>
8966         * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
8968 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
8970         * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
8971         for defmethod.
8973         * comint.el (comint-cr-magic): New function.
8974         (toplevel): Add it to comint-preoutput-filter-functions.
8976 2001-04-18  Andrew Innes  <andrewi@gnu.org>
8978         * makefile.w32-in (EMACSLOADPATH): Define.
8979         (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
8980         (recompile): Remove stuff to set EMACSLOADPATH.
8982 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
8984         * language/slovak.el ("Slovak"): Add tutorial entry.
8986         * net/browse-url.el (browse-url-new-window-flag): Renamed from
8987         browse-url-new-window-p.
8989 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
8991         * info.el (Info-menu-update): When there are no menus and/or no
8992         cross references in the node, make the respective items of the
8993         Info menu-bar menu inactive.
8995 2001-04-17  Gerd Moellmann  <gerd@gnu.org>
8997         * indent.el (indent-for-tab-command): Call indent-line-function
8998         with no argument if PREFIX-ARG is non-nil.
9000         * frame.el (delete-other-frames): Handle minibuffer-only frames.
9002 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
9004         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
9005         an async subprocess if start-process is unavailable.  Suggested by
9006         Tim Van Holder <tim.van.holder@pandora.be>.
9008 2001-04-15  Eli Zaretskii  <eliz@is.elta.co.il>
9010         * info.el (Info-additional-directory-list): Doc fix.  Suggested by
9011         Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
9013 2001-04-14  Eli Zaretskii  <eliz@is.elta.co.il>
9015         * info.el (Info-file-list-for-emacs): Add an entry for the "info"
9016         manual.
9018 2001-04-13  Stefan Monnier  <monnier@cs.yale.edu>
9020         * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
9021         (cvs-menu): Add a few entries.
9023         * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
9024         (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
9025         lock file appears to be reachable from Emacs.
9026         (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
9027         (cvs-mode-find-file): Look for cvs-header-face rather than
9028         cvs-dirname-face (which doesn't exist).
9029         (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
9031         * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
9033 2001-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
9035         * emulation/pc-select.el (pc-selection-mode): Don't turn on
9036         normal-erase-is-backspace on a tty.  Instead, bind some keys such
9037         as [delete] directly, like pc-select.el did before
9038         normal-erase-is-backspace was invented.
9040 2001-04-12  Eli Zaretskii  <eliz@is.elta.co.il>
9042         * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
9044 2001-04-11  John Wiegley  <johnw@gnu.org>
9046         * eshell/em-ls.el (eshell-ls-insert-directory):
9047         Set font-lock-defaults to nil, to prevent fontification in dired
9048         buffers, if Eshell's ls is being used.
9050 2001-04-11  John Wiegley  <johnw@gnu.org>
9052         * calendar/timeclock.el (timeclock-completing-read): New function.
9053         (timeclock-ask-for-project, timeclock-ask-for-reason):
9054         Call `timeclock-completing-read'.
9056         * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
9057         required where `member' was being used.
9059 2001-04-11  Colin Walters  <walters@cis.ohio-state.edu>
9061         * eshell/em-hist.el (eshell-previous-matching-input):
9062         Don't display "History item" if the minibuffer is active.
9064 2001-04-11  Gerd Moellmann  <gerd@gnu.org>
9066         * startup.el (command-line): Output a newline after printing
9067         an error from loading the window system's init file.
9069 2001-04-11  Eli Zaretskii  <eliz@is.elta.co.il>
9071         * textmodes/texinfo.el (texinfo-font-lock-keywords):
9072         Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
9073         @inforef.  Add an OVERRIDE of `keep' to highlight specs of
9074         keywords whose arguments routinely include @@.
9076 2001-04-10  Gerd Moellmann  <gerd@gnu.org>
9078         * emacs-lisp/advice.el (ad-make-advised-definition):
9079         Construct advice for subrs differently.
9081         * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
9082         regexp in parentheses when building the regexp for searching backwards.
9084         * simple.el (completion-list-mode-finish): New function.
9085         (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
9087         * language/european.el ("Polish"): Change sample text.
9088         From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
9090         * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
9091         parameter.
9093         * faces.el (menu): Doc fix.
9095 2001-04-10  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9097         * ps-print.el: Footer implementation.  Doc fix.
9098         (ps-print-version): New version number (6.5.1).
9099         (ps-header-frame-alist): New customization var for header frame
9100         properties.
9101         (ps-line-number-color): New customization var for line number color.
9102         (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
9103         (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
9104         (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
9105         (ps-right-footer): New customization vars for footers.
9106         (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
9107         footers.
9108         (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
9109         (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
9110         Code fix.
9111         (ps-prologue-file): Indentation fix.
9112         (ps-print-quote): Fun eliminated.
9113         (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
9114         (ps-output-frame-properties): New fun.
9115         (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
9116         (ps-skip-newline): Replace defun by defsubst.
9118 2001-04-10  Colin Walters <walters@cis.ohio-state.edu>
9120         * eshell/eshell.el (eshell-command): Needed a "%s" format
9121         specifier, in case the buffer contains percent characters.
9123 2001-04-10  John Wiegley  <johnw@gnu.org>
9125         * calendar/timeclock.el (timeclock-generate-report): Added a
9126         missing insert of the project name.
9128 2001-04-09  Gerd Moellmann  <gerd@gnu.org>
9130         * obsolete/profile.el: Moved from emacs-lisp/.
9132         * Makefile.in (nonobsolete_setwins): New macro.
9133         (finder-data): Use it instead of `setwins'.
9134         From: Dave Love <fx@gnu.org>.
9136         * server.el (server-visit-files): Set server-existing-buffer correctly.
9137         (server-visit-files): Run server-visit-hook after going to
9138         line 1 so that the hook can set point as it sees fit.
9140         * bindings.el (mode-line-modified): Unify help messages.
9142 2001-04-07  Eli Zaretskii  <eliz@is.elta.co.il>
9144         * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
9145         All callers changed.
9147 2001-04-06  Eli Zaretskii  <eliz@is.elta.co.il>
9149         * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
9150         long file names aren't supported, truncate the file names in
9151         quail-misc-package-ext-info to 8+3 before matching them against
9152         FILENAME.
9154         * dos-fns.el (dos-truncate-to-8+3): New function.
9156         * progmodes/compile.el (grep-compute-defaults): Use null-device
9157         instead of literal /dev/null. Reported by Jens Schmidt
9158         <schmidt@mathematik.uni-kl.de>.
9160         * simple.el (normal-erase-is-backspace-mode): Doc fix.
9162 2001-04-06  Stefan Monnier  <monnier@cs.yale.edu>
9164         * textmodes/sgml-mode.el: Add unknown maintainer.
9165         (sgml-tag): Pass `str' explicitly through skeleton-transformation.
9166         (html-mode-map): Use set-keymap-parent.
9168 2001-04-06  Dave Love  <fx@gnu.org>
9170         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
9171         Remove redundant string-to-list.
9173 2001-04-05  Stefan Monnier  <monnier@cs.yale.edu>
9175         * composite.el (reference-point-alist): Doc fix.
9177 2001-04-05  Sam Steingold  <sds@gnu.org>
9179         * font-lock.el (font-lock-keywords-case-fold-search):
9180         Make buffer-local.  This fixes a very annoying bug when loading a Lisp
9181         file made font-lock case-insensitive.
9183 2001-04-05  Gerd Moellmann  <gerd@gnu.org>
9185         * faces.el (defface menu): Doc fix.
9187         * wid-edit.el (widget-color-sample-face-get): Don't make
9188         faces for undefined colors.
9190         * version.el (emacs-version): Include LessTif/Motif version info.
9192 2001-04-04  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9194         * ps-mule.el: Eliminate cl package dependence.
9195         (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
9196         if they aren't defined yet.
9197         (ps-mule-encode-header-string, ps-mule-header-string-charsets):
9198         Eliminate cl package dependence.
9200 2001-04-04  Stefan Monnier  <monnier@cs.yale.edu>
9202         * progmodes/cc-cmds.el (c-outline-level):
9203         Bind buffer-invisibility-spec.  Originally from Dave Love, but
9204         got lost when incorporating version 5.26.
9206 2001-04-04  Eli Zaretskii  <eliz@is.elta.co.il>
9208         * emulation/pc-select.el (pc-selection-mode):
9209         Call normal-erase-is-backspace-mode instead of binding
9210         keys individually.
9212         * cus-load.el (normal-erase-is-backspace): Use it instead of
9213         delete-key-deletes-forward.
9215         * startup.el (command-line): Use normal-erase-is-backspace and
9216         normal-erase-is-backspace-mode.
9218         * simple.el (normal-erase-is-backspace): Rename from
9219         delete-key-deletes-forward.  Doc fix.
9220         (normal-erase-is-backspace-mode): Rename from
9221         delete-key-deletes-forward-mode.  Doc fix.
9222         Run normal-erase-is-backspace-hook.
9224         * dired.el (dired-move-to-filename-regexp): Support file sizes in
9225         ``human-readable'' format produced by GNU `ls'.
9226         (dired-move-to-filename-regexp): Recognize ISO format dates.
9227         From Paul Eggert <eggert@twinsun.com>.
9229 2001-04-04  Gerd Moellmann  <gerd@gnu.org>
9231         * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
9232         New functions.
9233         (lm-verify): Check keywords.
9234         From Eric M. Ludlam <eric@siege-engine.com>.
9236 2001-04-03  Eric M. Ludlam  <eric@siege-engine.com>
9238         * speedbar.el (speedbar-insert-image-button-maybe): Check for
9239         `xemacs' feature instead of for the function `set-extent-property'.
9241 2001-04-03  Stefan Monnier  <monnier@cs.yale.edu>
9243         * mail/mh-utils.el (mh-folder-hist): New var.
9244         (mh-prompt-for-folder): Use it and pass `default' to completing-read.
9246 2001-04-03  Eli Zaretskii  <eliz@is.elta.co.il>
9248         * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
9249         region, position point on the first or last 16-byte group.
9250         (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
9251         and hexl-end-of-buffer.  Bind End and Home to hexl-end-of-line and
9252         hexl-beginning-of-line.
9254 2001-04-03  Gerd Moellmann  <gerd@gnu.org>
9256         * icomplete.el (icomplete-mode): Treat an argument like other
9257         modes do.
9259         * startup.el (fancy-splash-head): Use splash8.xpm for color
9260         depth 8.
9262         * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
9263         Add an antry for ``converts''.
9265         * language/slovak.el ("Slovak"): Add documentation string.
9266         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
9268         * language/czech.el ("Czech"): Add documentation string.
9269         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
9271         * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
9272         to `isci24-mule.bdf'.  From: Kenichi Handa <handa@etl.go.jp>.
9274 2001-04-02  Stefan Monnier  <monnier@cs.yale.edu>
9276         * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
9277         (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
9278         (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
9279         Use `defsubst' rather than a macro to ease debugging.
9280         (mail-extr-last): Remove (use `last' instead).
9281         (mail-extract-address-components): Properly reset the syntax-table
9282         after parsing an address.  Use `last' rather than mail-extr-last.
9283         Make sure the end marker stays at the very end.
9285 2001-04-02  Eli Zaretskii  <eliz@is.elta.co.il>
9287         * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
9288         last change.
9290 2001-04-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9292         * ps-print.el: Line and paragraph spacing feature.  Region to cut
9293         out when printing.  Doc fix.
9294         (ps-print-version): New version number (6.5).
9295         (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
9296         New vars.  Line and paragraph spacing feature.
9297         (ps-begin-cut-regexp, ps-end-cut-regexp): New vars.  Region to cut
9298         out when printing.
9299         (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
9300         (ps-get-font-size, ps-begin-job, ps-continue-line)
9301         (ps-plot-region): Code fix.
9302         (ps-print-prologue-2): Var eliminated.
9303         (ps-line-spacing-internal, ps-paragraph-spacing-internal):
9304         New internal vars.
9305         (ps-get-size): New fun.
9306         (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
9307         (ps-next-line): Replace defun by defsubst.
9308         (ps-mule-plot-string): Autoload doc fix.
9310         * ps-bdf.el: XEmacs compatibility.  Doc fix.
9311         (installation-directory, coding-system-for-read): Declare vars if
9312         it's not declared yet.
9313         (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
9315         * ps-mule.el: XEmacs compatibility.  Doc fix.
9316         (leading-code-private-22): Declare var if it's not declared yet.
9317         (charset-bytes, charset-dimension, charset-id, charset-width)
9318         (find-charset-region, split-char, char-width, chars-in-region)
9319         (forward-point, decompose-composite-char, encode-coding-string)
9320         (coding-system-p, ccl-execute-on-string, define-ccl-program):
9321         Define funs if not defined yet.
9322         (encode-composition-rule, find-composition): Define funs if not
9323         loaded yet.
9324         (ps-mule-prologue): PostScript code fix.
9326 2001-04-02  Kenichi Handa  <handa@etl.go.jp>
9328         * ps-mule.el (ps-mule-generate-font): New arg HEADER-P.  If it is
9329         non-nil, generate font for the header strings.
9330         (ps-mule-prepare-font): Likewise.
9331         (ps-mule-generate-glyphs): Likewise.
9332         (ps-mule-string-encoding): Likewise.
9333         (ps-mule-header-charsets): New variable.
9334         (ps-mule-encode-header-string): New function.
9335         (ps-mule-header-string-charsets): New function.
9336         (ps-mule-begin-job): Check charsets in the header strings.  If there
9337         are non-ASCII and non-Latin1 charsets, prepare fonts for them.
9339         * ps-print.el (ps-generate-header-line): Encode the header string by
9340         ps-mule-encode-header-string.
9341         (ps-mule-encode-header-string): Declare autoload.
9343 2001-04-02  Gerd Moellmann  <gerd@gnu.org>
9345         * frame.el (cursor-in-non-selected-windows):
9346         Replaces show-cursor-in-non-selected-windows.
9348 2001-03-31  Kenichi Handa  <handa@etl.go.jp>
9350         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9351         Delete entries for "chinese-py" and "chinese-ziranma".
9352         (quail-misc-package-ext-info): New variable.
9353         (tsang-quick-converter): New function.
9354         (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
9355         (quick-cns-converter, py-converter, ziranma-converter)
9356         (miscdic-convert, batch-miscdic-convert): New functions.
9358 2001-03-30  Kenichi Handa  <handa@etl.go.jp>
9360         * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
9361         eight-bit-control chars.
9363         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
9364         Reduce making temporary vector (suggested by Dave Love).
9366 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
9368         * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
9369         string as well.
9371 2001-03-30  Andreas Schwab  <schwab@suse.de>
9373         * files.el (backup-directory-alist): Fix typo.
9375 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
9377         * time-stamp.el (time-stamp-format): Doc fix.  From Paul Eggert
9378         <eggert@twinsun.com>.
9380 2001-03-30  Dave Love  <fx@gnu.org>
9382         * progmodes/fortran.el (fortran-comment-region): Fix typo.
9384 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
9386         * simple.el (transient-mark-mode): Mention C-g in the doc string.
9388 2001-03-30  Miles Bader  <miles@gnu.org>
9390         * subr.el (interactive-form): Fix paren typo.
9392 2001-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
9394         * emacs-lisp/profile.el: Say that it's obsolete in the header
9395         line, so that finder.el puts that into its data-base.
9396         Suggested by Alex Schroeder <alex@gnu.org>.
9398 2001-03-29  Paul Eggert  <eggert@twinsun.com>
9400         * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
9401         LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
9403 2001-03-29  Stefan Monnier  <monnier@cs.yale.edu>
9405         * generic.el (generic-mode-set-comments): Use "" rather than nil
9406         for comment-end.
9408 2001-03-29  Gerd Moellmann  <gerd@gnu.org>
9410         * emacs-lisp/advice.el (ad-make-advised-definition):
9411         Call interactive-form to obtain the interactive spec of subrs.
9413         * subr.el (interactive-form): New function.
9415 2001-03-29  Andre Spiegel  <spiegel@gnu.org>
9417         * vc-sccs.el (vc-sccs-register): Use relative file names.
9419 2001-03-28  Gerd Moellmann  <gerd@gnu.org>
9421         * bookmark.el (bookmark-get-bookmark): Handle case that
9422         BOOKMARK is not a string.
9424         * image.el (image-type-regexps): Change type for PS files
9425         to `postscript'.
9427         * subr.el (read-passwd): Clear command history after each
9428         character entered.  From: Stephen Gildea
9429         <gildea@stop.mail-abuse.org>.
9431 2001-03-27  Kenichi Handa  <handa@etl.go.jp>
9433         * international/kkc.el (kkc-save-init-file): Locally bind
9434         print-length to nil.
9436 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
9438         * textmodes/flyspell.el: Some doc fixes.
9439         (flyspell-maybe-correct-transposition)
9440         (flyspell-maybe-correct-doubling): Use a temporary buffer
9442         * textmodes/ispell.el (ispell-parse-output): Doc fix.
9444         * emacs-lisp/byte-opt.el (byte-optimize-while)
9445         (byte-optimize-form-code-walker): Diagnose too few arguments
9446         for `if' and `while'.
9448 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
9450         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9451         Prepend `\' to "\<quail-translation-docstring>".
9453 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
9455         * autorevert.el (global-auto-revert-non-file-buffers):
9456         Remove duplicate defcustom.
9458 2001-03-26  Miles Bader  <miles@gnu.org>
9460         * international/latin1-disp.el (latin1-char-displayable-p):
9461         Add leading "-" for X font pattern.
9463 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
9465         * international/mule-diag.el (describe-coding-system):
9466         For raw-text and emacs-mule, don't add anymore text about what
9467         charsets they can encode.
9469 2001-03-25  Eli Zaretskii  <eliz@is.elta.co.il>
9471         * help.el (view-lossage): Mention open-dribble-file in the doc
9472         string.  Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
9474 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
9476         * skeleton.el (skeleton-internal-list): Fix bogus logic.
9477         (skeleton-pair-insert-maybe): Don't pair after a backslash.
9479 2001-03-23  Kenichi Handa  <handa@etl.go.jp>
9481         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
9482         Call ccl-execute-on-string directly so that CCL program handling
9483         multibyte sequence can work correctly.
9484         (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
9485         property of the coding system.
9487 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
9489         * textmodes/fill.el (fill-individual-paragraphs-prefix):
9490         Fix transcription typo.
9492 2001-03-22  Rajesh Vaidheeswarran  <rv@gnu.org>
9494         * whitespace.el: Add buffer local variables to toggle testing of
9495         whitespaces in buffers without affecting the default values.
9496         Bump version to 3.0 to account for a few other changes.
9497         (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
9498         (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
9499         (whitespace-toggle-spacetab-check): New functions.
9501 2001-03-21  Stefan Monnier  <monnier@cs.yale.edu>
9503         * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
9505 2001-03-21  Gerd Moellmann  <gerd@gnu.org>
9507         * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
9508         bs-cycle-configuration-name.  From Juanma Barranquero
9509         <lektu@uol.com.br>.
9511         * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
9512         and cc-vars.el.
9514         * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
9515         headers.  Always invoke sendmail with option -t.
9517 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9519         * Release of cc-mode 5.28.
9521 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9523         * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
9524         Removed the hardcoded switch to "java" style in Java mode.
9525         It's instead taken care of by the default value for c-default-style.
9527 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9529         * cc-align.el (c-lineup-math): Fix bug where lineup was
9530         triggered by equal signs in string literals.
9532 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9534         * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
9535         limit detection when at the ends of the buffer.
9537         * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
9538         "for" statement clause in case 7F; a better one is done
9539         earlier in case 7D anyway.
9541 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9543         * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
9544         somewhat more and did a small optimization.
9546 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9548         * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
9549         Use the limit argument only to limit the syntactic context
9550         search, not to limit the actual movement.
9552         * cc-cmds.el (c-beginning-of-statement): Move by sentence
9553         inside multiline strings, just like in comments.  Also various
9554         fixes to the paragraph and comment prefix recognition, block
9555         comment ender handling etc.
9557 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9559         * cc-cmds.el (c-fill-paragraph): Take more care to preserve
9560         the relative position of the point.
9562         * cc-cmds.el (c-electric-continued-statement): New function to
9563         use as abbrev hook to reindent for keywords such as "else"
9564         that continues an earlier statement.
9566         * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
9567         like classes.
9569         * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
9570         (pike-mode): Populate the default abbrev tables to reindent for
9571         keywords such as "else" that can continue earlier statements.
9572         Abbrev mode is therefore turned on by default now.  (Note that
9573         this doesn't apply to idl-mode, since IDL afaik doesn't have
9574         statements at all.)
9576 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9578         * cc-engine.el (c-inside-bracelist-p): Fix for handling
9579         bracelists where the declaration contains template arguments.
9581 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9583         * cc-cmds.el (c-comment-indent):
9584         Use `c-get-syntactic-indentation' to correctly calculate the
9585         syntactic indentation.  Fixes bug with lineup functions that
9586         return vectors.
9588         * cc-engine.el (c-get-syntactic-indentation): Split the
9589         indentation sum calculation from `c-indent-line' to a separate
9590         function.
9592 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9594         * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
9595         Fixed places where it was assumed that preprocessor directives
9596         have to start in column zero.
9598         * cc-engine.el (c-beginning-of-member-init-list): Handle C++
9599         template arguments after a class identifier properly.
9601         * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
9602         lists for `new Foo[]' constructs in Java as expressions and
9603         not top level definition brace lists on the top level, so that
9604         they'll get indented consistently with the same type of
9605         expression in a normal block.
9607 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9609         * cc-cmds.el (c-fill-paragraph): The kludge that checks
9610         whether the adaptive filling package fails to keep the comment
9611         prefix is now kludged further to check for filladapt-mode
9612         which doesn't have that problem. This is really icky, but it's
9613         the only way that works with the current misfeatures/bugs in
9614         both adaptive-fill-mode and filladapt-mode.
9616         * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
9617         around point is recognized more robust.
9619 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9621         * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
9622         (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
9623         (c-lit-type): Fixed all internal variables used dynamically so
9624         that they are always bound.
9626         * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
9627         errors:
9629         (c-indent-region): Fixed reporting of syntactic errors so that
9630         the region is fully reindented even when an error occurs.
9631         The last syntactic error is printed afterwards.  Also cleanup up a
9632         whole lot of code that tried to optimize indentation of whole
9633         sexps but in reality accomplishes nothing.
9635         (c-indent-sexp): Use c-indent-region.
9637         (c-parsing-error): Changed this variable to hold the message
9638         for any syntactic error that is discovered.
9640         (c-parse-state): Search backward from point instead of the bod
9641         position when the latter is invalid.  This makes CC Mode
9642         recover faster when there are unbalanced close braces.
9644         (c-backward-to-start-of-if): Use c-parsing-error to report
9645         dangling "else" clauses instead of throwing an error, and fall
9646         back to a reasonable position.
9648         (c-indent-line): Added argument to avoid reporting syntactic errors.
9650         (c-show-syntactic-information): Don't report any syntactic errors.
9652 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9654         * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
9655         paragraph recognition when moving by sentence in literals.
9657         * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
9658         start regexp for javadoc to recognize javadoc markup in general instead
9659         of a specific set of keywords, to be more future-safe.
9661         (c-Pike-pikedoc-paragraph-start)
9662         (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
9663         pikedoc markup.
9665         * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
9667         (pike-mode): Initialize paragraph settings pikedoc recognition.
9669         * cc-vars.el (c-default-style): Made a nicer Customize widget.
9671         (c-comment-prefix-regexp): Made it possible to use an
9672         association list on this to specify mode specific regexps.
9673         The default value now use a special regexp in Pike mode to
9674         recognize pikedoc markup.
9676         (c-current-comment-prefix): New variable containing the actual
9677         regexp from c-comment-prefix-regexp for the current buffer.
9679 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9681         * cc-cmds.el (c-electric-brace): Fixed check for special brace
9682         lists: We can't look at the syntax, since a brace list can get
9683         recognized as a plain statement-cont.
9685         * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
9686         special brace list opener broken over two lines got recognized
9687         as a statement on the second line.  Case 9A changed.
9689 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9691         * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
9692         adjustment after line is reindented.
9694 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9696         * cc-defs.el (c-point): Added optional argument for position
9697         to use instead of the current point.
9699         * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
9700         the in-expression block symbols when the construct starts at
9701         boi, to avoid the extra level of indentation in that case.
9702         Cases 4, 16A and 17E affected.
9704 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9706         * cc-cmds.el: Use `indent-according-to-mode' instead of direct
9707         calls to `c-indent-line', to adhere better to Emacs conventions.
9709         * cc-engine.el (c-indent-line): Use the syntax already bound
9710         to `c-syntactic-context', if there is any.
9712 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9714         * cc-engine.el (c-get-offset): Fixed bug where the indentation
9715         wasn't added up correctly when a lineup function returned nil.
9717 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9719         * cc-engine.el (c-collect-line-comments): Fixed bug where
9720         empty lines were ignored when collecting line comments backwards.
9722 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9724         * cc-align.el (c-lineup-dont-change): Return an absolute
9725         indentation column to work correctly in the case when several
9726         syntactic elements are processed for the same line.
9728         * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
9729         (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
9730         (c-set-offset): Added absolute indentation column settings by
9731         using the vector type.
9733 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9735         * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
9736         Implemented two new cleanups `space-before-funcall' and
9737         `compact-empty-funcall'.
9739 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9741         * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
9742         helping building regexps.
9744         * cc-engine.el (c-on-identifier): New function for detecting
9745         identifiers.  It takes keywords into account.
9747         * cc-langs.el, cc-mode.el: Added regexps for complete keyword
9748         lists.  `c-keywords' is set to a regexp matching all keywords
9749         in the current language.
9751 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9753         * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
9754         list of characters to skip backwards over at the beginning of
9755         a statement, since it can precede string literals in Pike.
9757 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9759         * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
9760         recognition when standing on the last line in a C++ comment
9761         with nothing but whitespace after the prefix.
9763         * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
9764         given no limit argument.
9766 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9768         * cc-engine.el (c-inside-bracelist-p): Fixed brace list
9769         recognition for the `[]= operator symbol in Pike.
9771 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9773         * cc-bytecomp.el (cc-eval-when-compile): New macro that works
9774         around a bug in `eval-when-compile' in the byte compiler.
9776         * cc-engine.el (c-forward-token-1): Fixed bug with return
9777         value when count is zero and there's no token start within the limit.
9779         (c-guess-basic-syntax): Don't add 'comment-intro to lines with
9780         "prefix comments", i.e. comments which are followed by code on
9781         the same line.
9783         * cc-mode-19.el: Fixes so that checks that must be done at
9784         compile time also are done then.
9786 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9788         * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
9789         time and at runtime, and only when it's needed.
9791 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9793         Major cleanup for less error prone and more warning free
9794         compilation, including some fixes for bugs due to different
9795         compilation orders. Thanks to Martin Buchholz for providing
9796         the basis for all this.
9798         * cc-bytecomp.el: New file that provides some byte compilation
9799         features: It ensures that files always are loaded from the
9800         current source directory during compilation, and it provides a
9801         set of macros to turn off specific compiler warnings for
9802         specific symbols.  (It's not CC Mode specific in any way.)
9804         Fixed a nearly acyclic dependency tree (both runtime and
9805         compile-time) between all files.
9807         * cc-defs.el: Separated all macros before the inline functions,
9808         to ensure correct compilation.
9810         * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
9811         cc-defs.el to cc-engine.el and made it a function instead.
9813         * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
9814         about char-after.
9816         * cc-vars.el: Cope even when there isn't a custom package
9817         containing defcustom available.
9819         * cc-make.el: Removed since it's no longer necessary.
9821         README: Updated installation instructions.
9823 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9825         * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
9826         improve the modularity: Moved all mode init stuff from
9827         cc-langs.el to cc-mode.el, including the keymap
9828         initialization; cc-langs now only contains the various
9829         variables for configuring the language syntax.
9831         * cc-engine.el, cc-styles.el (c-evaluate-offset)
9832         (c-get-offset): Moved from cc-styles to cc-engine since file
9833         dependency analysis suggests they belong there (which also
9834         makes more sense).  Thanks to Martin Buchholz for doing the analysis.
9836 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9838         * cc-cmds.el (c-fn-region-is-active-p): New function that
9839         wraps the corresponding macro, for use in places that aren't
9840         compiled.  Thanks to Martin Buchholz for pointing out this.
9842         * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
9844         * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
9845         add things to the bug report.
9847 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9849         * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
9850         returned prefix could contain a newline when the search for a
9851         good prefix line failed.
9853 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9855         * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
9856         (c-toggle-auto-hungry-state): Made the argument optional, as
9857         the documentation says it is.
9859 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9861         * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
9862         multiline string syntax, #"...", as a cpp macro.
9864 2001-03-21  Paul Eggert  <eggert@twinsun.com>
9866         * international/mule-cmds.el (set-locale-environment):
9867         Set system-messages-locale and system-time-locale, but only if the
9868         caller specifies a non-nil locale name.
9870 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
9872         * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
9873         problems for the interpreter.  From: John Wiegley  <johnw@gnu.org>
9875 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
9877         * follow.el (follow-avoid-tail-recenter): Doc fix.
9879         * custom.el (custom-set-variables): Avoid reversing the list
9880         of args needlessly.
9882         * startup.el (fancy-splash-head): Don't change the colors of the
9883         XPM image on a dark background.
9885         * comint.el (comint-exec-1): Set columns of the terminal to
9886         window-width instead of frame-width.
9888         * info.el (Info-scroll-down): Add missing WINDOW arg for
9889         pos-visible-in-window-p.
9891         * ehelp.el (electric-help-mode-hook): Add defcustom.
9893         * mail/sendmail.el (mail-mode): Activate case-folding in
9894         font-lock-defaults.
9896 2001-03-19  Stefan Monnier  <monnier@cs.yale.edu>
9898         * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
9899         (completion-ignored-extensions): Remove duplicate ".class".
9901 2001-03-19  Andreas Schwab  <schwab@suse.de>
9903         * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
9904         From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
9906 2001-03-19  Gerd Moellmann  <gerd@gnu.org>
9908         * language/european.el ("Latin-5", "Latin-4"): Use postfix input
9909         methods since there are not prefix input methods.
9911 2001-03-19  Kenichi Handa  <handa@etl.go.jp>
9913         * international/mule-cmds.el (read-input-method-name):
9914         Locally bind enable-recursive-minibuffers to t.
9916 2001-03-18  Stefan Monnier  <monnier@cs.yale.edu>
9918         * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
9920 2001-03-17  Michael Kifer  <kifer@cs.sunysb.edu>
9922         * ediff-util.el: Copyright years.
9923         (ediff-choose-syntax-table): New function.
9924         (ediff-setup): Use ediff-choose-syntax-table.
9926         * ediff-init.el (ediff-with-syntax-table): New macro, uses
9927         with-syntax-table.
9929         * ediff.el: Date of last update, copyright years.
9931         * ediff-wind (ediff-setup-control-frame): Nill->nil.
9933         * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
9934         of Scott Bronson.
9935         (ex-cmd-assoc,ex-cmd-one-letr): New functions.
9936         (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
9937         Deleted functions.
9938         (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
9939         ex-token-list.
9941         * viper-util.el: Spaces, indentation.
9943         * viper.el: Changed version, modification time.
9945 2001-03-16  John Wiegley  <johnw@gnu.org>
9947         * calendar/timeclock.el (timeclock-workday-remaining):
9948         Check whether `discrep' is non-null before using it.
9950 2001-03-16  John Wiegley  <johnw@gnu.org>
9952         * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
9953         first-time checkins.
9954         (timeclock-log-data): Fixed problem with reading timelog log file.
9955         Resulting data in the "day list" was incorrect.
9956         (timeclock-find-discrep): Check if `timeclock-file' is readable
9957         before opening it.
9958         (timeclock-time-less-p): New function.
9959         (timeclock-day-base): New function.
9960         (timeclock-geometric-mean): New function.
9961         (timeclock-generate-report): Generate a summary report based on
9962         the contents of the log file.  This uses `timeclock-log-data', and
9963         is an example of writing a timelog manipulation function.
9964         (timeclock-visit-timelog): A quick command for opening the timelog
9965         file.
9966         (timeclock-log-data): Bound the variable event.
9968 2001-03-16  Kenichi Handa  <handa@etl.go.jp>
9970         * international/mule-cmds.el (select-safe-coding-system):
9971         Fix typo: symbol-name -> symbol-value.
9973         * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
9974         before substitute-in-file-name to handle double slashes in FILE
9975         correctly.
9977 2001-03-15  Gerd Moellmann  <gerd@gnu.org>
9979         * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
9980         for Slovak.  From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
9982 2001-03-14  Gerd Moellmann  <gerd@gnu.org>
9984         * bindings.el (features): Add `md5' and `overlay' to the list.
9986         * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
9987         bound before using it.  It's not bound when configured without X,
9988         for instance.
9990 2001-03-13  Thien-Thi Nguyen  <ttn@gnu.org>
9992         * progmodes/hideshow.el: Update copyright.
9993         (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
9994         (hs-minor-mode-hook): Include `:version' in defcustom form.
9996 2001-03-13  Gerd Moellmann  <gerd@gnu.org>
9998         * help.el (string-key-binding): Don't call event-start on
9999         a non-list.
10001 2001-03-13  Eli Zaretskii  <eliz@is.elta.co.il>
10003         * startup.el (fancy-splash-tail, command-line-1): Fix the
10004         copyright year.
10006 2001-03-13  Kenichi Handa  <handa@etl.go.jp>
10008         * term.el: These changes are based on a patch sent from Yong Lu
10009         <lyongu@yahoo.com>.
10010         (term-set-escape-char): Bind M-x to execute-extended-command in
10011         term-raw-escape-map.
10012         (term-move-columns): Don't try to move to negagive column.
10013         (term-emulate-terminal): Insert a string before deleting a text to
10014         overwrite.
10016 2001-03-12  Gerd Moellmann  <gerd@gnu.org>
10018         * play/life.el (life): Rearrange code so that all calls to
10019         life-display-generation are in a catch-form.
10021         * progmodes/etags.el (tags-loop-continue): Don't change point in a
10022         file that isn't interesting.  In an interesting file, push the old
10023         value of point on the mark ring.
10025         * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
10026         New function.
10027         (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
10028         Use it.
10030         * emacs-lisp/autoload.el (generate-file-autoloads):
10031         Remove warning about line lengths.
10033 2001-03-12  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
10035         * progmodes/etags.el (tags-compression-info-list): New variable.
10036         (find-tag-in-order): Use it to deal with compressed source files.
10037         (tag-file-name-match-p): New function.
10038         (etags-recognize-tags-table): Use it for better match of file names.
10040 2001-03-12  Kenichi Handa  <handa@etl.go.jp>
10042         * international/mule-cmds.el (register-input-method): Doc fix.
10044         * international/quail.el (quail-translate-key): Fix condition to
10045         check if there's another breaking point in the current key.
10047 2001-03-11  Eli Zaretskii  <eliz@is.elta.co.il>
10049         * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
10050         Babyl header to the newly-created output file, bind
10051         coding-system-for-write to either rmail-file-coding-system or
10052         emacs-mule-unix.
10054 2001-03-11  Stefan Monnier  <monnier@cs.yale.edu>
10056         * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
10057         Fix the name and regexp used for subsubsections.
10059 2001-03-10  Dave Love  <fx@gnu.org>
10061         * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
10062         and save-buffer if buffer-file-name non-nil.  From rms.
10064 2001-03-10  Andre Spiegel  <spiegel@gnu.org>
10066         * vc.el (vc-do-command): If the destination buffer is already
10067         current, don't set it up and don't erase it.  Updated doc string
10068         to reflect that.
10069         (vc-version-diff): When doing a single file diff, don't switch to the
10070         *vc-diff* buffer before the command.  This is to preserve local
10071         variable bindings that might affect the diff command.
10072         (vc-print-log): Don't switch to the *vc* buffer before the
10073         command, so that local variable bindings are preserved.
10075         * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
10076         not the current buffer.
10077         (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
10079         * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
10080         make output go to buffer *vc*, not the current buffer.
10082 2001-03-09  Stefan Monnier  <monnier@cs.yale.edu>
10084         * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
10085         so ^, $, *, ? and + are interpreted correctly.
10087 2001-03-09  Gerd Moellmann  <gerd@gnu.org>
10089         * help.el (string-key-binding): Renamed from
10090         mode-line-key-binding.  Handle any event on a string.
10091         Check for `keymap' properties as well as `local-map' properties.
10093         * comint.el (comint-insert-clicked-input): Use the last key
10094         from this-command-keys to lookup the global key definition.
10096 2001-03-09  Kenichi Handa  <handa@etl.go.jp>
10098         * international/characters.el: Add category `j' for
10099         katakana-jisx0201.   Fix syntaxes of katakana-jisx0201.
10101         * international/mule-conf.el (no-conversion): Fix docstring.
10102         (raw-text): Fix docstring.
10104 2001-03-08  Gerd Moellmann  <gerd@gnu.org>
10106         * simple.el (choose-completion-string): When not leaving the
10107         minibuffer, raise the minibuffer frame when minibuffer-auto-raise
10108         is set.
10110         * window.el (shrink-window-if-larger-than-buffer): Handle frame
10111         parameter `(minibuffer . t)'.
10113 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
10115         * progmodes/sh-script.el (sh-st-symbol): New symbol.
10116         (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
10117         (sh-mode): Remove `make-local-variable' for unused var
10118         `font-lock-unfontify-region-function'.
10120 2001-03-07  Richard M. Stallman  <rms@gnu.org>
10122         * info.el (Info-scroll-down): Fix previous change.
10124         * mail/rmail.el (rmail-toggle-header): Use a window which
10125         is showing the Rmail buffer, rather than the selected window.
10127 2001-03-07  Dave Love  <fx@gnu.org>
10129         * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
10130         now, to avoid problems with binding imenu directly to a mouse event.
10132 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
10134         * info.el (Info-scroll-down): Call pos-visible-in-window-p with
10135         second arg t.
10137 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
10139         * log-edit.el (log-edit-common-indent): New var.
10140         (log-edit-set-common-indentation): Renamed from
10141         log-edit-delete-common-indentation.  Use the new var.
10142         (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
10144         * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
10145         (cvs-mode-add-change-log-entry-other-window):
10146         Don't presume change-log-default-name is defined.
10148         * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
10150         * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
10151         the "tree" operation as well.
10153         * pcvs-parse.el (cvs-parse-table): Add another ignored message.
10155         * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
10156         to match paragraph-start.
10158         * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
10159         comment-start-skip and set comment-end-skip as well.
10160         (sgml-comment-indent): Fix for new value of comment-start-skip.
10161         (html-autoview-mode): Don't bother using make-local-hook.
10163 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
10165         * cus-edit.el (custom-save-delete): Move in front of local
10166         variables, otherwise long Custom entries would make them ineffective.
10168         * uniquify.el: Set maintainer to FSF.
10170 2001-03-07  Eli Zaretskii  <eliz@is.elta.co.il>
10172         * dired-aux.el (dired-do-shell-command): Doc fix.
10174 2001-03-06  Stefan Monnier  <monnier@cs.yale.edu>
10176         * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
10178         * which-func.el (which-func-modes): Add cperl-mode.
10179         (which-func-mode-global): Use define-minor-mode.
10181         * info-look.el: Docstring fixes and dead code eliminated.
10182         (cperl-mode): Add support.
10183         (emacs-lisp-mode): List all entries from elisp manual, whether
10184         or not they are currently (f)bound or not.  Update regexp.
10186         * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
10188         * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
10189         so that C-h m shows the correct information.
10190         Use make-local-variable rather than make-variable-buffer-local.
10191         (cperl-info-buffer, cperl-setup-tmp-buf):
10192         Use make-local-variable rather than make-variable-buffer-local.
10193         (cperl-msb-fix, cperl-get-help-defer):
10194         Check major-mode for `cperl-mode' as well.
10196         * progmodes/cperl-mode.el: Updated to author version 4.23.
10197         (cperl-electric-pod): SYNOPSIS was misspelled.
10198         (cperl-find-pods-heres): @if ? a : b was considered a REx.
10199         (cperl-after-expr-p): Make true after __END__.
10201 2001-03-06  Gerd Moellmann  <gerd@gnu.org>
10203         * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
10204         bookmark-completion-ignore-case is t.
10206         * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
10207         switch, like xterm, and concat resource strings, with a newline
10208         between them.
10210 2001-03-06  Eli Zaretskii  <eliz@is.elta.co.il>
10212         * international/codepage.el (cp770-decode-table)
10213         (cp773-decode-table, cp774-decode-table): New variables.
10215         * man.el (Man-hyphenated-reference-regexp): New variable.
10216         (Man-build-references-alist): Use it to search for referenced
10217         manpages.  If hyphenated is non-nil, record a concatenated word in
10218         Man-refpages-alist only if it matches Man-reference-regexp.
10219         Update word's length when it is concatenated.  Reverse the list,
10220         to get the first manpage at the head.
10221         (Man-possibly-hyphenated-word): New function.
10222         (Man-follow-manual-reference): Use it instead of current-word to
10223         find a manpage at point, in a way that accounts for hyphenated
10224         references.
10226 2001-03-06  Alex Schroeder  <alex@gnu.org>
10228         * sql.el (sql-interbase): New function.
10229         (sql-interbase-program): New option.
10230         (sql-interbase-options): New option.
10231         And some typos fixed: "customise" to "customize".
10233 2001-03-06  Dave Love  <fx@gnu.org>
10235         * textmodes/flyspell.el (flyspell-region):
10236         Set up flyspell-local-mouse-map.
10238 2001-03-05  Richard M. Stallman  <rms@gnu.org>
10240         * mail/rmail.el (rmail-retry-failure):
10241         Don't call rmail-beginning-of-message.
10242         Don't discard From: field.  Do discard Received: field.
10243         Use unwind-protect to re-prune.
10244         (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
10246 2001-03-06  Kenichi Handa  <handa@etl.go.jp>
10248         * international/quail.el (quail-title): Add autoload cookie.
10250 2001-03-05  Dave Love  <fx@gnu.org>
10252         * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
10253         new defs.
10255 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
10257         * language/ethio-util.el (ethio-toggle-space):
10258         Update current-input-method-title if necessary.
10259         (ethio-toggle-punctuation): Likewise.
10261         * international/quail.el (quail-title): Fix for the case that a
10262         title of an input method is specified by a list of the same form
10263         as used in mode-line-format.
10265         * international/mule-cmds.el (activate-input-method):
10266         If current-input-method-title is set by activating INPUT-METHOD,
10267         respect that value.
10269 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
10271         * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
10273 2001-03-05  Alex Schroeder  <alex@gnu.org>
10275         * sql.el (sql-sybase): Fix typo (was: query user about server two
10276         times instead of server and database).
10278         * sql.el (sql-sybase): Doc change.
10279         (sql-mysql): Doc change.
10280         (sql-postgres): Doc change.
10282 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
10284         * international/mule-conf.el (emacs-mule, raw-text):
10285         Docstring modified.
10287 2001-03-04  Eli Zaretskii  <eliz@is.elta.co.il>
10289         * term/internal.el: Update copyright notice.
10291         * term/pc-win.el: Update copyright notice.
10293 2001-03-02  Dave Love  <fx@gnu.org>
10295         * files.el (insert-file-contents-literally):
10296         Bind inhibit-file-name-handlers and inhibit-file-name-operation,
10297         not jka-compr-compression-info-list.
10299 2001-03-02  Stefan Monnier  <monnier@cs.yale.edu>
10301         * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
10302         spaces in default comment-start-skip settings rather than \s-.
10304 2001-03-02  Eli Zaretskii  <eliz@is.elta.co.il>
10306         * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
10307         default-frame-alist as well.
10309 2001-03-01  Dave Love  <fx@gnu.org>
10311         * textmodes/reftex.el (defvar): Wrap some defvars in
10312         eval-when-compile.  From Markus Rost <rost@math.ohio-state.edu>.
10314         * subr.el (event-basic-type): Doc fix.
10316         * international/quail.el: Doc fixes.
10318         * international/utf-8.el: Doc fixes.
10320         * international/mule-cmds.el: Doc fixes.
10321         (leim-list-header): Fix header text.
10323         * international/mule.el (coding-system-category): Doc fix.
10325         * international/ccl.el (ccl-compile): Doc fix.
10327 2001-03-01  Stefan Monnier  <monnier@cs.yale.edu>
10329         * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
10330         rather than (before|after)-change-functions.
10332 2001-03-01  Gerd Moellmann  <gerd@gnu.org>
10334         * ediff-util.el (ediff-scroll-horizontally): Arrange for
10335         scroll-left and scroll-right being called interactively so that
10336         they set the window's min_hscroll.
10338 2001-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
10340         * info.el (info-insert-file-contents-1): Accept an additional
10341         argument `lfn': if it is non-nil, concatenate `filename' and
10342         `suffix'; otherwise use the complicated MS-DOS code.
10343         All callers changed.
10344         (info-insert-file-contents, Info-find-node): If the MS-DOS port
10345         can access long file names, try the long file-name version of
10346         `info-insert-file-contents-1', then the short file-name version.
10348 2001-02-28  TAKAHASHI Naoto  <ntakahas@m17n.org>
10350         * language/ethio-util.el (setup-ethiopic-environment-internal):
10351         Change bindings of functions keys to conform to "Emacs Lisp Coding
10352         Convention".
10354         * language/ethiopic.el ("Ethiopic"): Add documentation.
10356 2001-02-28  Kenichi Handa  <handa@etl.go.jp>
10358         * international/utf-8.el (mule-utf-8): Set coding-category
10359         property to coding-category-utf-8.
10361 2001-02-27  Richard M. Stallman  <rms@gnu.org>
10363         * lpr.el (lpr-page-header-switches, print-region-1):
10364         Undo 2000-07-06 change.
10365         (lpr-add-switches): Default to t on gnu/linux.
10367 2001-02-27  Gerd Moellmann  <gerd@gnu.org>
10369         * bs.el (bs-attributes-list): Doc fix.
10371 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
10373         * help.el (describe-project): Display the file THE-GNU-PROJECT.
10375         * help.el (view-order-manuals): Use goto-address.
10377         * startup.el (command-line-1): Add info about ordering manuals
10378         to the not so fancy splash screens.
10380 2001-02-26  Andre Spiegel  <spiegel@gnu.org>
10382         * vc.el (vc-default-workfile-unchanged-p)
10383         (vc-default-latest-on-branch-p): Add missing BACKEND argument.
10385 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
10387         * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
10388         fontify in the right buffer.
10390         * allout.el (outline-flag-region): Move macro in front of first
10391         use to avoid a run-time error.
10393 2001-02-24  Andrew Innes  <andrewi@gnu.org>
10395         * makefile.w32-in: Fix copyright notice.
10397 2001-02-24  Kenichi Handa  <handa@etl.go.jp>
10399         * international/utf-8.el (mule-utf-8): Set correct value for
10400         valid-codes property.
10402         * international/fontset.el (x-complement-fontset-spec): In the
10403         case that we use ASCII font for the other charsets, use only
10404         family and registry part of it.
10406 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
10408         * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
10409         (shrink-window-if-larger-than-buffer): Doc fix.
10411 2001-02-23  Stefan Monnier  <monnier@cs.yale.edu>
10413         * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
10414         predicate passed to completing-read.
10416 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
10418         * startup.el (command-line): Fix last change.
10420 2001-02-23  Jason Rumney  <jasonr@gnu.org>
10422         * startup.el (tool-bar-originally-present): New variable.
10423         (command-line): Set it if the tool-bar is switched on at startup.
10425         * frame.el (frame-notice-user-settings): Only adjust frame height
10426         for no tool-bar case if tool-bar was originally switched on.
10427         From E. Jay Berkenbilt.
10429 2001-02-22  Stefan Monnier  <monnier@cs.yale.edu>
10431         * server.el (server-switch-buffer): Only switch window if the
10432         current one is dedicated.
10434         * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
10435         rather than using (match-beginning 0) when searching for break point.
10437 2001-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
10439         * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
10440         @ follows an accent command such as @'.  Support optional braces
10441         in commands that insert accents, like makeinfo does.
10443 2001-02-22  Gerd Moellmann  <gerd@gnu.org>
10445         * startup.el (fancy-splash-text): Add a line for ordering
10446         manuals.  Reverse order of splash screens shown.
10447         (use-fancy-splash-screens-p): Adapt to the text line added.
10449         * menu-bar.el (menu-bar-help-menu): Add an item for ordering
10450         manuals from the FSF.
10452         * help.el (view-order-manuals): New function.
10453         (toplevel): Bind C-h C-m to this function.
10455 2001-02-21  Stefan Monnier  <monnier@cs.yale.edu>
10457         * newcomment.el (comment-forward): Skip the comment-start before
10458         searching for the comment-end.
10460 2001-02-21  Dave Love  <fx@gnu.org>
10462         * custom.el (custom-initialize-changed, defcustom): Doc fix.
10464         * international/mule-cmds.el, international/mule.el: Doc fixes.
10466 2001-02-21  Gerd Moellmann  <gerd@gnu.org>
10468         * startup.el (fancy-splash-screens): Use display-hourglass
10469         instead of display-busy-cursor.
10471         * frame.el (display-hourglass): Renamed from busy-cursor.
10472         (hourglass-delay): Renamed from busy-cursor-delay-seconds.
10473         (show-cursor-in-non-selected-windows): Doc fix.
10475 2001-02-20  Dave Love  <fx@gnu.org>
10477         * international/utf-8.el: Doc and commentary fixes.
10479 2001-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
10481         * ehelp.el (with-electric-help): Doc fix.
10483 2001-02-20  Gerd Moellmann  <gerd@gnu.org>
10485         * msb.el (msb-mode): Call the update-buffers function explicitly
10486         with a FORCE argument.
10488         * menu-bar.el (menu-bar-update-buffers): Add optional parameter
10489         FORCE.  If set, update the menu even if frame-or-buffer-changed-p
10490         returns nil.
10492 2001-02-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10494         * ps-print.el: Timestamp package replacement.  Some enhancements.
10495         Some XEmacs compatibility.  Doc fix.
10496         (ps-print-version): New version number (6.4).
10497         (ps-printer-name): Initialization fix.
10498         (ps-zebra-stripe-follow): Funcionality enhancement.
10499         (ps-prologue-file): Code enhancement.
10500         (ps-right-header): Timestamp package replacement.
10501         (ps-setup, ps-face-bold-p, ps-face-italic-p)
10502         (ps-get-page-dimensions)
10503         (ps-generate-header, ps-begin-file, ps-begin-job)
10504         (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
10505         (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
10506         (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
10507         (coding-system-for-write): Var declaration (XEmacs compatibility).
10509 2001-02-20  Miles Bader  <miles@gnu.org>
10511         * image-file.el (image-file-name-extensions): Add "tif".
10513 2001-02-19  Gerd Moellmann  <gerd@gnu.org>
10515         * wid-edit.el (widget-button-click): Save the selected window
10516         around the code handling clicks on buttons.
10518 2001-02-18  Dave Love  <fx@gnu.org>
10520         * imenu.el (imenu--generic-function): Use mapc to iterate over
10521         syntax characters.
10523 2001-02-17  Richard M. Stallman  <rms@gnu.org>
10525         * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
10527         * uniquify.el (uniquify-buffer-name-style): Doc fix.
10529 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
10531         * mouse.el (mouse-save-then-kill): If the distance from the new
10532         point to the mark is equal to the distance of point from the new
10533         point, move point instead of the mark.
10535 2001-02-16  Dave Love  <fx@gnu.org>
10537         * textmodes/flyspell.el (flyspell-get-word): Return string without
10538         properties.
10540 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
10542         * generic.el (generic-find-file-regexp): Doc fix.
10543         (generic-ignore-files-regexp): New defcustom.
10544         (generic-mode-find-file-hook): If the file's name matches the
10545         regexp in `generic-ignore-files-regexp', don't enter
10546         default-generic-mode.  Doc fix.
10548 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
10550         * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
10551         Add autoload cookies.
10553         * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
10554         of cal-tex-24.
10556 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
10558         * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
10560         * progmodes/compile.el (grep-regexp-alist): Remove the blank from
10561         the character class after the (optional) drive, to support file
10562         names with embedded blanks.
10564 2001-02-15  Sam Steingold  <sds@gnu.org>
10566         * textmodes/tex-mode.el (tex-shell-running):
10567         Check the process buffer too.
10569 2001-02-15  Dave Love  <fx@gnu.org>
10571         * battery.el (battery-status-function): Fix doc, :type.
10573         * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
10575 2001-02-15  Gerd Moellmann  <gerd@gnu.org>
10577         * subr.el (read-passwd): Clear Lisp memory holding password.
10579 2001-02-15  Miles Bader  <miles@gnu.org>
10581         * info.el (Info-copy-current-node-name): New function.
10582         (Info-mode-menu): Add it to the menu.
10584 2001-02-14  Richard M. Stallman  <rms@theobromine.ai.mit.edu>
10586         * international/mule-cmds.el (toggle-input-method): Doc fix.
10588 2001-02-13  Stefan Monnier  <monnier@cs.yale.edu>
10590         * replace.el (occur): Stop at end of buffer.
10592 2001-02-13  Eli Zaretskii  <eliz@is.elta.co.il>
10594         * international/mule-cmds.el (set-input-method): Another doc fix.
10596 2001-02-13  David M. Koppelman <koppel@ee.lsu.edu>
10598         * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
10600 2001-02-13  Miles Bader  <miles@gnu.org>
10602         * faces.el (set-face-background, set-face-foreground)
10603         (set-face-stipple): Treat a value of nil as being `unspecified'.
10605 2001-02-12  Dave Love  <d.love@dl.ac.uk>
10607         * international/latin1-disp.el:  Doc fixes.
10608         (latin1-display) <defgroup>: Add :link.
10609         (latin1-display) <function>: Set variable latin1-display.
10611 2001-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
10613         * international/mule-cmds.el (set-input-method): Doc fix.
10615 2001-02-12  Eric M. Ludlam  <zappo@choochoo.ultranet.com>
10617         * speedbar.el (speedbar-frame-parameters): No toolbar lines.
10618         (speedbar-line-file): Return nil if not a file.
10619         (speedbar-buffers-line-path): Return file for tags, and dir for files.
10621 2001-02-12  Michael Kifer  <kifer@cs.sunysb.edu>
10623         * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
10624         for remote files.
10625         (ediff-coding-system-for-read): Replaced the no-conversion default
10626         with raw-text.
10628         * ediff-init.el: Removed :version from defcustom vars.
10630         * ediff-util.el (ediff-compute-custom-diffs-maybe):
10631         Better handling of the diff mode.
10633         * ediff.texi: Added ediff-coding-system-for-read.
10635         * viper.texi: Fix typos.
10637 2001-02-11  Dave Love  <fx@gnu.org>
10639         * shadowfile.el: Doc fixes.
10640         (shadow) <defgroup>: Add :link.
10641         (shadowfile-unload-hook): New function.
10642         (shadow-initialize): Use defalias, not fset.
10643         (shadow-define-cluster, shadow-define-literal-group)
10644         (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
10646         * international/mule.el: Doc and message fixes.
10648         * international/ccl.el (define-ccl-program): Doc fix.
10650 2001-02-11  Kenichi Handa  <handa@etl.go.jp>
10652         * faces.el (mode-line): Set :line-width property to -1.
10654 2001-02-10  Richard M. Stallman  <rms@gnu.org>
10656         * complete.el (partial-completion-mode): Doc fix.
10658         * simple.el (delete-key-deletes-forward-mode):
10659         Change `let' to `let*' to fix gross bug in last change.
10661         * repeat.el (repeat): Don't let execute-kbd-macro alter
10662         real-last-command.
10664 2001-02-10  Eli Zaretskii  <eliz@is.elta.co.il>
10666         * simple.el (eval-expression): Doc fix.
10668 2001-02-09  Dave Love  <fx@gnu.org>
10670         * imenu.el (imenu-generic-expression): Doc fix.
10672         * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
10673         From Juanma Barranquero.
10675         * emacs-lisp/authors.el (authors): Expand `root' before running find.
10677 2001-02-09  Kenichi Handa  <handa@etl.go.jp>
10679         * faces.el (set-face-attribute): Describe the case of a negative
10680         value specified for :line-width.
10682 2001-02-08  Stefan Monnier  <monnier@cs.yale.edu>
10684         * which-func.el (which-func-mode): Invert which-func-mode-global.
10685         From Juanma Barranquero <lektu@uol.com.br>.
10687 2001-02-08  Dave Love  <fx@gnu.org>
10689         * wid-edit.el (widget-plist-convert-widget): Replace binding of
10690         widget-plist-value-type.
10691         (widget-alist-convert-widget): Replace binding of
10692         widget-alist-value-type.
10694         * textmodes/paragraphs.el (sentence-end): Doc fix.
10696         * eshell/em-rebind.el (eshell-cannot-leave-input-list):
10697         Remove `backward-line'.
10699         * play/pong.el (pong-blank-color, pong-bat-color)
10700         (pong-ball-color, pong-border-color, pong-left-key)
10701         (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
10702         (pong-pause-key, pong-resume-key, pong-timer-delay):
10703         * mail/mh-comp.el (mh-compose-letter-function):
10704         * eshell/esh-mode.el (eshell-skip-prompt-function):
10705         * emulation/viper-ex.el (ex-unix-type-shell-options):
10706         * recentf.el (recentf-menu-filter):
10707         * ps-print.el (ps-print-region-function):
10708         * lpr.el (print-region-function):
10709         * forms.el (forms-mode-hooks):
10710         * dirtrack.el (dirtrack-directory-change-hook):
10711         * cus-start.el (temp-buffer-show-function, display-buffer-function):
10712         * textmodes/spell.el (spell-filter):
10713         * textmodes/fill.el (adaptive-fill-function):
10714         * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
10715         * progmodes/etags.el (find-tag-default-function):
10716         * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
10717         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
10719 2001-02-07  Eli Zaretskii  <eliz@is.elta.co.il>
10721         * emulation/viper-init.el (viper-fast-keyseq-timeout)
10722         (viper-translate-all-ESC-keysequences): Doc fix.  From Jim
10723         Meyering <jim@meyering.net>.
10725         * loadup.el: Revert last change.
10727 2001-02-07  Kenichi Handa  <handa@etl.go.jp>
10729         * international/mule.el (transform-make-coding-system-args):
10730         Make it work also for coding systems not using CCL.
10732 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
10734         * simple.el (previous-matching-history-element)
10735         (next-matching-history-element): Doc fix.
10737         * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
10738         specific part.
10740 2001-02-06  Dave Love  <fx@gnu.org>
10742         * add-log.el (add-log-current-defun-function)
10743         (add-log-buffer-file-name-function, add-log-file-name-function):
10744         Fix :type.
10745         (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
10747 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
10749         * info.el (info-initialize): Remove the test for system-type when
10750         invocation-directory is non-nil.
10752         * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
10753         of `font-lock-defaults' to `backward-paragraph' rather than nil.
10755 2001-02-06  Andrew Innes  <andrewi@gnu.org>
10757         * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
10758         absolute.
10760 2001-02-06  David M. Koppelman <koppel@ee.lsu.edu>
10762         * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
10763         buffers.  When hi-lock turned on rather than only checking current
10764         buffer for regexps, all buffers are checked. Moved activation of
10765         font-lock to hi-lock-refontify. When font-lock turned off rather
10766         than removing added highlighting just in current buffer, remove it
10767         in all buffers.  Changed edit menu text from "Automatic
10768         Highlighting" to "Regexp Highlighting" Documentation for
10769         highlighting phrases, minor documentation changes.
10770         (hi-lock-set-file-patterns): Execute only if there are new or
10771         existing file patterns.
10772         (hi-lock-refontify): Assume font-lock-fontify-buffer will first
10773         unfontify and, if a support mode is active, will not refontify the
10774         whole buffer.  If necessary, turn on font lock. (Removed
10775         font-lock-unfontify and font-lock support-mode-specific calls,
10776         such as lazy-lock-fontify-window.)
10777         (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
10778         patterns are found. Not useful now since find-file-hook is removed
10779         if hi-lock is off, but may be needed for per-buffer hi-lock activation.
10780         (hi-lock-face-phrase-buffer): New function.  Also added related
10781         menu item and keybinding.
10782         (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
10783         (hi-lock-process-phrase): New function.
10784         (hi-lock-line-face-buffer): Doc fixes.
10785         (hi-lock-face-buffer): Doc fixes.
10786         (hi-lock-unface-buffer): Doc fixes.
10788 2001-02-06  Gerd Moellmann  <gerd@gnu.org>
10790         * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
10791         dabbrev-ignored-regexps.
10793 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
10795         * simple.el (kill-line): Doc fix.
10797 2001-02-05  Dave Love  <fx@gnu.org>
10799         * loadup.el: Revert last two changes -- bootstrapping works with
10800         regenerated loaddefs.
10802 2001-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
10804         * isearch.el (isearch-forward): Doc fix.
10806         * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
10807         of font-lock-defaults to backward-paragraph.
10809 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
10811         * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
10812         X-Complaints-To, NNTP-Posting-Date, and User-Agent.
10814 2001-02-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10816         * ebnf2ps.el: Eliminate time-stamp functions.
10817         (ebnf-version): New version (3.5).
10818         (ebnf-eps-finish-and-write): Replace time-stamp functions by
10819         format-time-string.
10821 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
10823         * simple.el (next-line): Goto end-of-line before inserting a newline.
10825 2001-02-05  Miles Bader  <miles@gnu.org>
10827         * image-file.el (insert-image-file): When visiting an image, also
10828         set `truncate-lines' to t so that any fringe arrow looks correct.
10830 2001-02-05  Kenichi Handa  <handa@etl.go.jp>
10832         * isearch.el (isearch-forward): Add description about input method
10833         in the docsting.
10835 2001-02-04  Stefan Monnier  <monnier@cs.yale.edu>
10837         * skeleton.el (skeleton-internal-1): Always push the mark for @.
10839 2001-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
10841         * info.el (info-initialize): If installation-directory is nil, for
10842         DOS/Windows systems try looking in a sibling of invocation-directory.
10844 2001-02-02  Gerd Moellmann  <gerd@gnu.org>
10846         * wid-edit.el (widget-button-click): Fix last change.
10848         * frame.el (frame-notice-user-settings): When resizing the initial
10849         frame because the tool bar is off, also change the frame's top
10850         position if a negative top position was specified.
10852 2001-02-02  Miles Bader  <miles@gnu.org>
10854         * image-file.el (insert-image-file): When visiting an image,
10855         suppress the cursor in the image buffer.
10857 2001-02-01  Dave Love  <fx@gnu.org>
10859         * progmodes/f90.el (f90-mode): Remove startup message.
10861         * vc-cvs.el: Remove autoloads.  Require vc when compiling.
10863 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
10865         * startup.el (command-line): Fix code determining whether or not
10866         to use delete-key-deletes-forward-mode.
10868 2001-02-01  Andre Spiegel  <spiegel@gnu.org>
10870         * vc.el (vc-diff-switches): New user option.
10871         (vc-version-diff): Use it.
10872         (vc-diff-switches-list): New macro.
10874         * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
10875         New customization options.
10876         (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
10878         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
10880 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
10882         * msb.el (toplevel): Quote hook symbols.
10884 2001-02-01  Kenichi Handa  <handa@etl.go.jp>
10886         * international/mule.el (make-coding-system): Add description
10887         about recognized properties in the docstring.
10889         * international/mule-conf.el: Remove unused charsets
10890         mac-roman-lower and mac-roman-upper.
10892 2001-01-31  Gerd Moellmann  <gerd@gnu.org>
10894         * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
10895         is in front of the left-margin, if any.
10897         * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
10898         like `delete'.
10900         * bindings.el: Define `kp-delete' like `delete' in function-key-map.
10902         * term/w32-win.el (mouse-set-font): Doc fix.
10904 2001-01-31  Stefan Monnier  <monnier@cs.yale.edu>
10906         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
10907         (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
10908         on already.
10910 2001-01-31  Markus Rost  <rost@math.ohio-state.edu>
10912         * files.el (save-buffer): Don't give message if (buffer-file-name)
10913         returns nil.
10915 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
10917         * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
10919         * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
10920         concat for integers.  From Juanma Barranquero <lektu@uol.com.br>.
10922         * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
10923         display problems.
10925 2001-01-31  Kenichi Handa  <handa@etl.go.jp>
10927         * international/mule.el (charset-info): Fix docstring.
10929         * international/mule-diag.el (describe-character-set): Check final
10930         char valid before printing it.
10932 2001-01-30  Gerd Moellmann  <gerd@gnu.org>
10934         * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
10936         * frame.el (frame-notice-user-settings): Do the tool-bar
10937         stuff only for graphical displays.  Fix a braino.
10939         * frame.el (frame-initialize): Create initial frame visible.
10940         (frame-notice-user-settings): When tool-bar has been switched off,
10941         correct the frame size and sync tool-bar-mode.
10943         * startup.el (command-line): Remove manipulation of frame
10944         height for tool bars.
10946 2001-01-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10948         * lpr.el: Compatibility with XEmacs and doc fixes.
10949         (lpr-windows-system, lpr-lp-system): New vars.
10950         (lpr-printer-switch): New defcustom.
10951         (printer-name, lpr-command): Customization fix.
10952         (print-region-1): Code fix.
10953         (print-region-new-buffer, printify-region): Indentation fix.
10954         (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
10955         New functions.
10957 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
10959         * msb.el (toplevel): Fix the eval-after-load.
10961 2001-01-29  Dave Love  <fx@gnu.org>
10963         * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
10965         * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
10967         * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
10968         (tcl-using-emacs-19-23): Consider Emacs 21+.
10969         (tcl-help-directory-list, tcl-command-switches): Fix :type.
10970         (tcl-add-emacs-menu): Supply menu name.
10971         (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
10973 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
10975         * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
10977 2001-01-29  Stefan Monnier  <monnier@cs.yale.edu>
10979         * pcvs.el (cvs-mark-fis-dead): New function.
10980         (cvs-mode-add): Use it.
10981         (cvs-mode-add-change-log-entry-other-window):
10982         Rebind change-log-default-name to itself rather than to nil.
10984 2001-01-29  Sam Steingold  <sds@gnu.org>
10986         * vc-cvs.el: Replaced (require 'vc) with a bunch of
10987         `autoload' statements.
10989 2001-01-29  Eli Zaretskii  <eliz@is.elta.co.il>
10991         * files.el (confirm-kill-emacs): Doc fix.
10993         * frame.el (frame-initialize): Doc fix.
10995         * time-stamp.el (time-stamp-string): Doc fix.
10997         * woman.el (WoMan-log-1): Make the log buffer writable.
10998         From Markus Rost <rost@math.ohio-state.edu>.
11000 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
11002         * imenu.el (imenu-syntax-alist): Add autoload cookie for
11003         the `make-variable-buffer-local'.
11005 2001-01-29  Dave Love  <fx@gnu.org>
11007         * ansi-color.el (ansi-color-for-comint-mode): Add :version.
11008         (ansi-color-for-comint-mode-on, ansi-color-process-output):
11009         Add autoload cookie.
11010         (ansi-color-apply-sequence): Fix typo.
11012 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
11014         * menu-bar.el (menu-bar-files-menu): Add menu items for
11015         Postscript printing in black and white.
11017         * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
11018         X-Mailman-Version, Precedence, List-Help, List-Post,
11019         List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
11020         Content-Type, Content-Length.
11022 2001-01-29  Dave Love  <fx@gnu.org>
11024         * elide-head.el (elide-head): Make overlay evaporate.
11026         * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
11028 2001-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
11030         * isearch.el (isearch-highlight): Don't punt if the display
11031         doesn't support colors, since isearch faces are defined for
11032         monochrome displays as well.
11034 2001-01-27  Sam Steingold  <sds@gnu.org>
11036         * shell.el (shell-write-history-on-exit): Make sure that we are in
11037         the shell buffer (M-x tex-file RET inserted the error message into
11038         the TeX buffer).
11040 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
11042         * simple.el (transient-mark-mode): Doc fix.
11044 2001-01-27  Gerd Moellmann  <gerd@gnu.org>
11046         * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
11048 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
11050         * shell.el (shell-unquote-argument): If the shell is one of the
11051         mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
11052         quote character.
11053         (shell-dumb-shell-regexp): Document that the shells which match
11054         this regexp are supposed to not treat a backslash as a quote character.
11056         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
11057         from 2001-01-12.  It is not needed, since backspace is mapped into DEL.
11059 2001-01-27  Richard M. Stallman  <rms@gnu.org>
11061         * dabbrev.el (dabbrev--substitute-expansion):
11062         Treat a one-capital-letter abbrev as "not all upper case",
11063         so as to force preservation of the expansion's pattern
11064         if the expansion starts with a capital letter.
11066 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
11068         * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
11069         Doc fix.
11071         * simple.el (transient-mark-mode): Document the fact that many
11072         commands act on the region when mark is active.
11074 2001-01-27  Kenichi Handa  <handa@etl.go.jp>
11076         * international/quail.el (quail-setup-completion-buf): Make the
11077         multibyteness of current buffer inherited to Quail completion buffer.
11078         (quail-show-guidance-buf): Make the multibyteness of current
11079         buffer inherited to Quail guidance buffer.
11080         (quail-help): Make the multibyteness of current buffer inherited
11081         to Quail help buffer.
11083 2001-01-26  Dave Love  <fx@gnu.org>
11085         * time-stamp.el: Doc fixes.
11087         * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
11088         (delphi-keyword-face, delphi-other-face): Fix :type.
11090         * textmodes/flyspell.el: Doc fixes.  Add :version to new options.
11092         * mail/feedmail.el (feedmail): Add :link.
11093         (feedmail-send-it): Doc fix.
11095         * mail/sendmail.el: Doc fixes.
11096         (sendmail-send-it): Fix the non-ASCII regexp and use
11097         rfc2047-encode-string.
11099         * dired.el, dired-aux.el: Revert last change.
11101 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
11103         * makefile.w32-in (DONTCOMPILE): Add various term files.
11105 2001-01-26  Dave Love  <fx@gnu.org>
11107         * Makefile.in (DONTCOMPILE): Add various term files.
11109 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
11111         * man.el (Man-default-man-entry, Man-mode): Doc fix.
11113         * startup.el (display-startup-echo-area-message): Make sure
11114         the echo area is resized to fit the size of the startup message.
11116         * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
11117         part of which is a constant.
11119 2001-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
11121         * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
11123 2001-01-26  Richard M. Stallman  <rms@gnu.org>
11125         * simple.el (next-line): Don't let `newline' expand abbrevs.
11126         Simplify slightly.
11127         (open-line): Don't let `newline' expand abbrevs.
11129 2001-01-25  John Wiegley  <johnw@gnu.org>
11131         * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
11132         to `repeat' in the :type field.
11134         * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
11135         allow a choice of regexp or nil.
11136         (pcomplete-dir-ignore): Same.
11138         * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
11139         a command) to always fail.
11141 2001-01-25  Gerd Moellmann  <gerd@gnu.org>
11143         * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
11144         discard the result.
11145         (iswitchb-to-end): Likewise.
11147 2001-01-25  Sam Steingold  <sds@gnu.org>
11149         * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
11150         Require vc.
11152 2001-01-25  Stefan Monnier  <monnier@cs.yale.edu>
11154         * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
11156         * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
11158 2001-01-25  Dave Love  <fx@gnu.org>
11160         * lisp/international/mule-diag.el (describe-char-after): Doc fix.
11161         (describe-coding-system): Tweak the English text.
11163         * loadup.el: Preload international/ccl for utf-8.
11165 2001-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
11167         * mail/rmail.el (rmail-redecode-body): Doc fix.
11169 2001-01-25  Kenichi Handa  <handa@etl.go.jp>
11171         * international/mule-cmds.el (reset-language-environment):
11172         Reset coding-category-utf-8 to mule-utf-8.
11174         * international/mule-conf.el (coding-category-utf-8):
11175         Initialize to mule-utf-8.
11177         * loadup.el: Preload international/utf-8.
11179         * international/utf-8.el: New file.
11181 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
11183         * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
11185 2001-01-24  Sam Steingold  <sds@gnu.org>
11187         * dired.el (dired-replace-in-string): Removed.
11188         (dired-sort-toggle): Use `replace-regexps-in-string'
11189         instead of `dired-replace-in-string'.
11191         * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
11192         (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
11194         * gs.el (gs-replace-in-string): Removed.
11195         (gs-options): Use `replace-regexps-in-string'
11196         instead of `gs-replace-in-string'.
11198 2001-01-24  Eli Zaretskii  <eliz@is.elta.co.il>
11200         * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
11201         bug report is mailed to an email list and posted to a news group.
11203 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
11205         * comint.el (comint-replace-by-expanded-history-before-point):
11206         Fix change of 2000-08-03 to move point to the start of the line again.
11208         * startup.el (tool-bar-images-pixel-height): New variable.
11209         (command-line): After loading the user's init file, when
11210         tool-bar-mode is on, increase the frame's size by some lines for
11211         the tool-bar.
11213         * frame.el (frame-initialize): Create the initial frame invisible.
11215 2001-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
11217         * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
11218         (chinese-big5): MIME:Big5.
11220 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
11222         * international/mule-cmds.el (universal-coding-system-argument):
11223         Handle commands with prefix args.
11225 2001-01-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11227         * calendar/diary-lib.el (diary-float): Fix case of MONTH
11228         being a list of numbers.
11229         (diary-mail-entries): Rewritten.
11231 2001-01-23  Dave Love  <fx@gnu.org>
11233         * international/mule.el (make-coding-system): Fix typo.
11235         * textmodes/outline.el (outline-mode) <font-lock-defaults>:
11236         Add backward-paragraph as font-lock-beginning-of-syntax-function.
11238 2001-01-23  Eli Zaretskii  <eliz@is.elta.co.il>
11240         * font-lock.el (font-lock-mode): Doc fix.
11242 2001-01-23  Kenichi Handa  <handa@etl.go.jp>
11244         * international/mule.el (make-translation-table): Fix docstring.
11246 2001-01-22  Eli Zaretskii  <eliz@is.elta.co.il>
11248         * mail/rmail.el (rmail-redecode-body): New function.
11250         * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
11252 2001-01-22  Gerd Moellmann  <gerd@gnu.org>
11254         * isearch.el (isearch-lazy-highlight-case-fold-search)
11255         (isearch-lazy-highlight-regexp): New variables.
11256         (isearch-lazy-highlight-cleanup): Update lazy highlight if
11257         case-fold search or regexp search has been toggled.
11259         * wid-edit.el (widget-button-click): Avoid a save-excursion
11260         around running a global binding.
11262         * isearch.el (isearch-lazy-highlight-initial-delay): Set default
11263         to 0.25.
11265 2001-01-20  Miles Bader  <miles@gnu.org>
11267         * cus-edit.el (custom-face-save): Do post-processing on the face's
11268         new value like `custom-face-set' does.
11270 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
11272         * mail/emacsbug.el (report-emacs-bug): Report the value of
11273         LC_CTYPE, not LC_TYPE.
11275         * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
11276         isearch-toggle-regexp and isearch-edit-string to doc string.
11278 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
11280         * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
11281         as font-lock-beginning-of-syntax-function in font-lock-defaults.
11283         * jit-lock.el (jit-lock-fontify-now): Don't bind
11284         font-lock-beginning-of-syntax-function to nil.
11286 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
11288         * mail/emacsbug.el (report-emacs-bug): Report values of
11289         locale-coding-system, default-enable-multibyte-characters, and the
11290         environment variables LC_ALL, LC_TYPE, and LANG.
11292 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
11294         * font-lock.el (font-lock-default-fontify-region): Fix last change.
11296         * font-lock.el (font-lock-multiline): Default to nil.
11297         (font-lock-default-fontify-region): If font-lock-multiline is
11298         nil, don't check the property `font-lock-multiline'.
11300         * jit-lock.el (jit-lock-after-change): If font-lock-multiline
11301         is nil, don't check the `font-lock-multiline' text property.
11303 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
11305         * viper.el: Call initial-major-mode on startup.
11307         * ediff.el (ediff-patch-file): Use better defaults.
11309         * ediff-vers.el: Fix for 8+3 DOS file systems.
11311 2001-01-19  Colin Walters <walters@cis.ohio-state.edu>
11313         * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
11314         diff mode, if available.
11316 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
11318         * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
11320         * ediff-init.el (subst-char-in-string): Define and use it, unless
11321         it's already defined.
11323 2001-01-18  Gerd Moellmann  <gerd@gnu.org>
11325         * tooltip.el (tooltip-hide-delay): New user-option.
11326         (tooltip-show): Use tooltip-hide-delay instead of the default.
11328 2001-01-18  Kenichi Handa  <handa@etl.go.jp>
11330         * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
11331         kill-local-variable doesn't work for enable-multibyte-characters.
11333 2001-01-17  Dave Love  <fx@gnu.org>
11335         * ediff-init.el (ediff-before-setup-hook)
11336         (ediff-merge-filename-prefix): Add :version.
11338         * international/latin1-disp.el: Require disp-table.
11339         (latin1-display): Fix :set.
11341         * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
11343 2001-01-17  Gerd Moellmann  <gerd@gnu.org>
11345         * isearch.el (isearch-lazy-highlight-initial-delay)
11346         (isearch-lazy-highlight-interval): Default to 0.
11348 2001-01-17  Bob Glickstein  <bobg@zanshin.com>
11350         * isearch.el (isearch-highlight): Set isearch-overlay priority to
11351         1 here rather than each time through
11352         isearch-lazy-highlight-new-loop.
11353         (isearch-lazy-highlight-max): Variable deleted.
11354         (isearch-lazy-highlight-max-at-a-time): New user variable, like
11355         isearch-lazy-highlight-max but controls a single invocation of
11356         isearch-lazy-highlight-update.
11357         (isearch-lazy-highlight-wrapped): Variable recreated.
11358         (isearch-lazy-highlight-window-start): New variable.
11359         (isearch-lazy-highlight-cleanup): Restored to behavior of
11360         before 2-Jan.
11361         (isearch-lazy-highlight-remove-overlays): Function deleted;
11362         behavior folded into isearch-lazy-highlight-cleanup.  "Keep"
11363         behavior removed.
11364         (isearch-lazy-highlight-new-loop): Restore old behavior of calling
11365         isearch-lazy-highlight-update in a loop rather than just once.
11366         Test isearch-invalid-regexp here and decide not to start a new
11367         loop, rather than testing it each time through
11368         isearch-lazy-highlight-update.
11369         (isearch-lazy-highlight-search): Function restored.
11370         (isearch-lazy-highlight-update): Get called in a timer loop again,
11371         but this time highlight more than one match each time through.
11372         Only highlight matches in the visible part of the window.
11373         Start at point, move in the direction of the search, and wrap around at
11374         the edge of the window.  Use sit-for to force redisplay and ensure
11375         window-start is credible.  "Face suppressing" behavior removed;
11376         overlay priorities should make it unnecessary, right?
11377         (isearch-highlight): Face suppressing behavior removed.
11378         (isearch-dehighlight): Face suppressing behavior removed.
11379         (isearch-set-lazy-highlight-faces-at): Removed.
11381 2001-01-17  Kenichi Handa  <handa@etl.go.jp>
11383         * language/european.el ("Latin-1"): Make the format of description
11384         about additional language environments same as that of Latin-2.
11386 2001-01-16  Dave Love  <fx@gnu.org>
11388         * isearch.el (isearch-lazy-highlight): Add :version.
11390         * simple.el (backward-delete-char-untabify-method)
11391         (next-line-add-newlines): Add :version.
11393 2001-01-16  Gerd Moellmann  <gerd@gnu.org>
11395         * bindings.el: Bind <backspace> and <delete> via function-key-map.
11396         Don't bind <delete> otherwise.
11398         * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
11399         and <delete> via function-key-map.
11401         * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
11402         Subject line only if point is after the `Subject:'.
11404 2001-01-16  Kenichi Handa  <handa@etl.go.jp>
11406         * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
11407         japanese-jisx0213-2 in `charset' property of this lang. env.
11409         * language/european.el ("Latin-1"): Add description for Dutch and
11410         Spanish lang. env.
11412         * international/mule.el (decode-char): Fix conditions.
11413         (encode-char): Handle eight-bit-control too.
11414         (transform-make-coding-system-args): New function.
11415         (make-coding-system): Accept XEmacs style arguments for CCL base
11416         coding system.
11418 2001-01-15  Gerd Moellmann  <gerd@gnu.org>
11420         * progmodes/etags.el (find-tag-noselect): Save the value of
11421         tags-file-name before switching buffers, for the case it has a
11422         buffer-local value.
11424 2001-01-15  Alex Schroeder  <alex@gnu.org>
11426         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
11427         From Dave Love <fx@gnu.org>.
11428         (ansi-color-for-comint-mode): Fix :version.
11430 2001-01-15  Alex Schroeder  <alex@gnu.org>
11432         * ansi-color.el (ansi-color-unfontify-region): Doc change.
11434 2001-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
11436         * dired.el (dired-insert-directory): If file-system-info fails,
11437         remove the " free " part, but don't signal an error.
11439 2001-01-12  Sam Steingold  <sds@gnu.org>
11441         * bookmark.el (bookmark-maybe-historicize-string):
11442         Use new backquote syntax.
11444 2001-01-12  Richard M. Stallman  <rms@gnu.org>
11446         * subr.el (last): Handle a list that doesn't end in nil.
11448 2001-01-12  Sam Steingold  <sds@gnu.org>
11450         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
11451         to `backward-delete-char-untabify'.
11453 2001-01-12  Dave Love  <fx@gnu.org>
11455         * cus-edit.el (customize-menu-create): Fix the :filter following
11456         easymenu change.
11458         * wid-edit.el (function): Add :match-alternatives.
11459         (widget-color-action): Doc fix.
11461 2001-01-12  Gerd Moellmann  <gerd@gnu.org>
11463         * calendar/calendar.el (calendar-basic-setup): Doc fix.
11465 2001-01-12  Kenichi Handa  <handa@etl.go.jp>
11467         * international/mule-cmds.el (prefer-coding-system): Fix docstring.
11469         * international/ccl.el (define-ccl-program): Fix docstring.
11471 2001-01-11  Dave Love  <fx@gnu.org>
11473         * international/mule-cmds.el (standard-display-european-internal):
11474         Set display table for 2208 as for 160.
11476         * progmodes/ada-mode.el (ada-popup-key): Fix last change.
11478         * progmodes/fortran.el (fortran-mode-map): Modify Customization
11479         entry for custom-menu-create change.
11480         (fortran-strip-sqeuence-nos): Make arg optional.  Fix regexp and
11481         don't cons it in the search loop.
11483         * imenu.el (imenu--truncate-items): Revert last change.
11485 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
11487         * info.el (Info-setup-header-line): If the node header includes
11488         either Next: or Prev: links, don't show the File: and Node: parts
11489         in the header line.
11491 2001-01-11  Gerd Moellmann  <gerd@gnu.org>
11493         * comint.el (comint-goto-process-mark): Don't print a message
11494         when running in batch mode.
11496         * isearch.el (isearch-search): In the condition-case handler for
11497         `error', set isearch-invalid-regexp to the whole error message.
11499         * subr.el (eval-after-load): Call load-symbol-file-load-history to
11500         ensure that eval-after-load works for files dumped with Emacs.
11502         * help.el (load-symbol-file-load-history): New function extracted
11503         from function symbol-file.
11504         (symbol-file): Use it.
11506         * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
11508 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
11510         * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
11511         behave as if there were no prefix argument.
11512         (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
11513         argument were nil.
11515 2001-01-11  Richard M. Stallman  <rms@gnu.org>
11517         * isearch.el (isearch-lazy-highlight-update):
11518         Don't look for more potential matches once maximum is exceeded.
11519         Use overlays-in to check correctly for overlap with current match.
11520         Ignore empty matches.
11522 2001-01-11  Miles Bader  <miles@gnu.org>
11524         * textmodes/ispell.el (ispell-adjusted-window-height): New function.
11525         (ispell-overlay-window, ispell-help, ispell-show-choices)
11526         (ispell-command-loop): Use it instead of `window-height'.
11528 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
11530         * files.el (confirm-kill-emacs): New user-option.
11531         (save-buffers-kill-emacs): Ask for final confirmation before
11532         killing Emacs.
11534         * isearch.el (isearch-done): Set isearch-lazy-highlight-start
11535         to nil.
11537 2001-01-10  Dave Love  <fx@gnu.org>
11539         * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
11541         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
11543         * hi-lock.el (hi-lock-exclude-modes): Fix :type.
11545         * calculator.el (calculator-number-digits): Fix :type.
11547         * vc-cvs.el (vc-cvs-header): Fix :type.
11548         * vc-rcs.el (vc-rcs-header): Fix :type.
11549         * vc-sccs.el (vc-sccs-header): Fix :type.
11551         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
11553         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
11555         * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
11557 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
11559         * simple.el (set-variable): Force a thorough redisplay for the
11560         case that the variable has an effect on the display, like
11561         `tab-width' has.
11563 2001-01-10  Andre Spiegel  <spiegel@gnu.org>
11565         * vc.el: Add documentation for backend interface.
11567 2001-01-10  Kenichi Handa  <handa@etl.go.jp>
11569         * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
11571         * international/mule-conf.el (latin-extra-code-table): Set to t
11572         for \223 and \224.
11574 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
11576         * international/mule-cmds.el (locale-language-names): Map "es" to
11577         "Spanish" and "nl" to "Dutch".
11579 2001-01-09  Gerd Moellmann  <gerd@gnu.org>
11581         * bindings.el (global-map): Bind <home> to beginning-of-line,
11582         <end> to end-of-line, C-<home> to beginning-of-buffer, and
11583         C-<end> to end-of-buffer.
11585         * language/european.el: Add Dutch and Spanish language info
11586         to be able to use the appropriate tutorials.
11588 2001-01-09  Alex Schroeder  <alex@gnu.org>
11590         * ansi-color.el (ansi-color-process-output): Use markers instead
11591         of positions for start and end of region.
11592         (ansi-color-apply-on-region): Rewrote code to make it more robust.
11593         Previously, occasional mistakes happend when fontifying many
11594         chunks of output (eg. ls --color=yes /dev).  This happened
11595         whenever an overlay was created up to the end of the region, which
11596         coincided with the process-mark.  New text would then be added
11597         within that overlay instead of after it.
11598         (ansi-color-make-extent): Overlays are created with the property
11599         `modification-hooks' set to '(ansi-color-freeze-overlay).
11600         (ansi-color-freeze-overlay): New function.  When inserting text at
11601         the end of the overlay, the overlay will resize.
11603 2000-01-09  Alex Schroeder  <alex@gnu.org>
11605         * ansi-color.el (ansi-color-process-output): Doc change.
11606         (ansi-color-unfontify-region): Doc change.  No longer installed
11607         automatically in font-lock-unfontify-region-function.
11608         (ansi-color-apply): Doc change.
11609         (ansi-color-apply-on-region): Use extents or overlays instead of
11610         text-properties.
11611         (ansi-color-make-extent): New function.
11612         (ansi-color-set-extent-face): New function.
11614 2000-01-09  Alex Schroeder  <alex@gnu.org>
11616         * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
11617         both use ansi-color-process-output, now.
11618         (ansi-color-process-output): Doesn't return string anymore.  It is
11619         installed in comint-output-filter-functions for both Emacs and
11620         XEmacs, now.
11621         (ansi-color-unfontify-region): Simplified code removing variables
11622         pos and start-ansi.
11623         (ansi-color-apply): Put text-property ansi-color before putting
11624         text-property face because ansi-color-unfontify-region is called
11625         immediately after the call to put-text-property.
11626         (ansi-color-context-region): Doc change.
11627         (ansi-color-filter-region): Simplified code.
11628         (ansi-color-apply-on-region): Changed start to start-marker, using
11629         a marker explicitly.  Put text-property ansi-color before putting
11630         text-property face because ansi-color-unfontify-region is called
11631         immediately after the call to put-text-property.
11633 2000-01-09  Alex Schroeder  <alex@gnu.org>
11635         * ansi-color.el (ansi-color-faces-vector): Doc change.
11636         (ansi-color-for-comint-mode): Changed :type property to choice.
11637         (ansi-color-last-context): Removed.
11638         (ansi-color-process-output): Don't use ansi-color-last-context, as
11639         the main functions will store their context now.
11640         (ansi-color-context): Doc change.
11641         (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
11642         Uses ansi-color-context such that repeated calls will strip
11643         partial escape sequences, too.
11644         (ansi-color-apply): Simplified code.  Colorize end of string if
11645         face is not null.  Store context in new (FACE STRING) format, such
11646         that repeated calls will strip partial escape sequences, too.
11647         Append faces to face property using ansi-color-apply-sequence such
11648         that cumulative mode actually works.
11649         (ansi-color-context-region): New variable.
11650         (ansi-color-filter-region): Rewrote it based on
11651         ansi-color-apply-on-region.  Uses ansi-color-context-region such
11652         that repeated calls will strip partial escape sequences, too.
11653         (ansi-color-apply-on-region): Simplified code.  Colorize end of
11654         region if face is not null.  Store context in new (FACE POS)
11655         format, such that repeated calls will strip partial escape
11656         sequences, too.  Append faces to face property using
11657         ansi-color-apply-sequence such that cumulative mode actually works.
11658         (ansi-color-apply-sequence): New function.
11659         (ansi-color-get-face): When the default face is added to the list
11660         of faces, all previous settings are discarded and the list of
11661         faces is set to '(default).
11663 2000-01-09  Alex Schroeder  <alex@gnu.org>
11665         * ansi-color.el (ansi-color-faces-vector): Use nil for the default
11666         face, such that ansi-color-apply and ansi-color-apply-on-region
11667         will do the right thing.
11668         (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
11669         returns nil, set the list of faces back to nil instead of
11670         appending the result of ansi-color-get-face to the front of the list.
11672 2000-01-09  Alex Schroeder  <alex@gnu.org>
11674         * ansi-color.el (ansi-color-for-comint-mode): Doc change.
11675         (ansi-color-process): Doc change.
11676         (ansi-color-last-context): New buffer-local variable.
11677         (ansi-color-process-output): New function.  It is automatically
11678         added to comint-output-filter-functions if this is XEmacs.
11679         (ansi-color-unfontify-region): New optional parameter for XEmacs
11680         compatibility.  Check wether font-lock-syntactic-keywords is
11681         boundp before removing the syntax table text property, as XEmacs
11682         doesn't have it.
11683         (ansi-color-filter-region): Doc change.
11684         (ansi-color-apply-on-region): Doc change.
11685         (ansi-color-make-face): New function.  Compatibility layer for
11686         XEmacs.  Return temporary faces instead of cons cells for XEmacs.
11687         (ansi-color-make-color-map): Use ansi-color-make-face.
11688         (ansi-color-get-face): Avoid face text property '(nil) as results
11689         in an errow for XEmacs.
11691 2000-01-09  Alex Schroeder  <alex@gnu.org>
11693         * ansi-color.el (ansi-color-unfontify-region): New function.
11694         Uses text-property ansi-color in order to preserve fontification by
11695         ansi-color.  When the package is loaded, a lambda expression is
11696         put onto font-lock-mode-hook.  This lambda expression will check
11697         font-lock-unfontify-region-function and replace
11698         font-lock-default-unfontify-region with ansi-color-unfontify-region.
11699         (ansi-color-apply): Add text-property ansi-color in addition to
11700         text-property face.
11701         (ansi-color-apply-on-region): Add text-property ansi-color in
11702         addition to text-property face.
11703         (save-buffer-state): Copy of the macro that is also used by
11704         lazy-lock and font-lock.
11706         (ansi-color-for-comint-mode): New option.
11707         (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
11708         (ansi-color-for-comint-mode-off): Ditto.
11709         (ansi-color-for-comint-mode-filter): Ditto.
11710         (ansi-color-process): New function.  Uses ansi-color-for-comint-mode to
11711         decide what to do.  This function is added to
11712         comint-preoutput-filter-functions when the package is loaded.
11714         (ansi-color-for-shell-mode-set): Removed.
11715         (ansi-color-for-shell-mode): Removed.
11717 2000-01-09  Alex Schroeder  <alex@gnu.org>
11719         * ansi-color.el (ansi-color-for-shell-mode-set): New function with
11720         the lambda expression from the ansi-color-for-shell-mode :set
11721         property.  Additionally, modify shell-mode-hook to enable or
11722         disable font-lock-mode for future shell buffers.
11723         (ansi-color-for-shell-mode): The :set property calls
11724         ansi-color-for-shell-mode-set instead of a lambda expression.
11726 2000-01-09  Alex Schroeder  <alex@gnu.org>
11728         * ansi-color.el (ansi-color-for-shell-mode): Doc change.
11729         (ansi-color-context): New variable.
11730         (ansi-color-apply): Save context between calls.
11732 2001-01-09  Eli Zaretskii  <eliz@is.elta.co.il>
11734         * isearch.el (isearch, isearch-lazy-highlight-face):
11735         New definitions for face colors and attributes.
11737         * wid-edit.el (widget-choose): Call display-popup-menus-p instead
11738         of display-mouse-p.
11740 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
11742         * international/mule.el (make-coding-system): If the coding system
11743         accepts extra latin codes, register such codes as safe for the
11744         coding system.
11746 2001-01-08  Richard M. Stallman  <rms@gnu.org>
11748         * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
11749         don't mention the file name or the date here, because they are
11750         logged at the start of the file.
11752 2001-01-08  Richard M. Stallman  <rms@gnu.org>
11754         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
11755         Change screen-width to frame-width.
11757 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
11759         * info.el (Info-search): Print the default as part of the prompt.
11761 2001-01-08  Andre Spiegel  <spiegel@gnu.org>
11763         * vc.el (vc-default-latest-on-branch-p): New function, replaces
11764         constant implementations in backends.
11766         * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
11767         (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
11769         * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
11770         WRITABLE to EDITABLE.
11772         * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
11773         (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
11774         to EDITABLE.
11776 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
11778         * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
11779         (copyright, copyright-update): Compute the current year at run time.
11781 2001-01-08  Gerd Moellmann  <gerd@gnu.org>
11783         * isearch.el (isearch-old-signal-hook): Removed.
11784         (isearch-mode): Add isearch-done to kbd-macro-termination-hook
11785         instead of setting signal-hook-function.
11786         (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
11788 2001-01-08  Kevin Gallagher  <kevingal@onramp.net>
11790         * emulation/edt.el: Update to version 4.0.  Provide support for
11791         EDT scroll margins at top and bottom of the window.  Provide an
11792         emulation of the EDT SUBS command (bound to GOLD-Enter, by
11793         default).  Enhance edt-quit, bound to GOLD-q by default, to warn
11794         user when file-related buffer modifications exist.
11795         Provide support for running EDT Emulation in XEmacs.
11796         Provide customize access to some user updatable variables.
11797         Add Commentary section to file header.
11798         Fixed a few minor bugs and cleaned up some code.
11800         * emulation/edt-mapper.el: Update to version 4.0.  Provide support
11801         for detecting a keypress that generates an ASCII key sequence.
11802         (Previously, only a keypress that generates a vector was
11803         recognized.)  Embed Window Manager name into name of the generated
11804         EDT Emulation initialization file since the initialization file is
11805         Window Manager specific.  Add Commentary section to file header.
11807 2001-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
11809         * mail/sendmail.el (mail-mode): Doc fix.
11811         * info.el (Info-goto-emacs-command-node): Doc fix.
11812         (Info-goto-emacs-key-command-node): Doc fix.
11814 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
11816         * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
11817         systems without long file-name support.
11819 2001-01-06  Andrew Innes  <andrewi@gnu.org>
11821         * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
11823 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
11825         * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
11826         (isearch-lazy-highlight-update): Doc fix.
11828         * ffap.el (ffap-bindings): Doc fix.
11830         * dired-x.el (dired-virtual-guess-dir): Doc fix.
11832 2001-01-05  Dave Love  <fx@gnu.org>
11834         * emacs-lisp/cl-seq.el (remove, remq): Remove.
11836 2001-01-05  Gerd Moellmann  <gerd@gnu.org>
11838         * mouse-drag.el (mouse-drag-safe-scroll):
11839         Bind scroll-preserve-screen-position to nil.
11841         * isearch.el (isearch-old-signal-hook): New variable.
11842         (isearch-mode): Set signal-hook-function to isearch-done.
11843         (isearch-done): Restore old signal-hook-function.
11845         * info.el (Info-fontify-node): Mark one more char as intangible.
11847 2000-01-05  Kenichi Handa  <handa@etl.go.jp>
11849         * composite.el (compose-last-chars): New argument COMPONENTS.
11850         If it is non-nil, compose preceding characters by compose-region with
11851         COMPONENTS.
11853         * international/quail.el (quail-input-string-to-events): New function.
11854         (quail-input-method): Convert input string to events here.
11855         (quail-start-translation): Return input string, not event list.
11856         (quail-start-conversion): Likewise.
11858 2001-01-04  Gerd Moellmann  <gerd@gnu.org>
11860         * tooltip.el (tooltip-cancel-delayed-tip)
11861         (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
11862         and tooltip-add-timeout.
11863         (tooltip-show): Set border color from faces's foreground.
11864         (tooltip-show-help-function): If called with the same help string
11865         as last time, do nothing.
11866         (tooltip-help-tips): Don't set tooltip-help-message to nil.
11868         * startup.el (fancy-splash-screens): Don't bind show-help-function
11869         to nil.
11871         * tooltip.el (tooltip-frame-parameters): Remove colors.
11872         (tooltip): New face
11873         (tooltip-set-param): New function.
11874         (tooltip-show): Set up color frame parameters from face `tooltip'.
11875         Display the tooltip text in face `tooltip'.
11877 2001-01-04  Dave Love  <fx@gnu.org>
11879         * whitespace.el (whitespace-global-mode): Fix typo.
11881         * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
11883 2001-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
11885         * help.el (help-for-help): Fix a typo in a doc string.
11886         From kwzh@gnu.org (Karl Heuer).
11888 2001-01-03  Dave Love  <fx@gnu.org>
11890         * dired-x.el: Doc fixes.  Maintainer change.
11891         (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
11892         (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
11893         (dired-guess-shell-alist-user): Customize.
11894         (dired-x-help-address): Set to bug-gnu-emacs.
11895         (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
11896         (dired-default-directory): Renamed from default-directory.
11898         * hl-line.el (hl-line): Doc fix.
11900 2001-01-03  Karl Fogel  <kfogel@red-bean.com>
11902         * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
11904 2001-01-02  Richard M. Stallman  <rms@gnu.org>
11906         * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
11907         to remove all the current alternative-match highlighting.
11908         If nil, remove only what's outside the current window.
11909         (isearch-lazy-highlight-remove-overlays): Take optional
11910         region within which NOT to remove them.
11911         (isearch-lazy-highlight-new-loop): Greatly simplified.
11912         (isearch-lazy-highlight-update): Find all the other occurrences
11913         visible in the window, in just one call.
11914         (isearch-lazy-highlight-start): Now holds start of region to scan.
11915         (isearch-lazy-highlight-end): Now holds end of region to scan.
11916         (isearch-lazy-highlight-wrapped): Variable deleted.
11917         (isearch-lazy-highlight-search): Function deleted.
11919 2000-01-02  Andrew Innes  <andrewi@gnu.org>
11921         * w32-fns.el (convert-standard-filename): Do length check on name
11922         before aref.
11924 2001-01-02  Dave Love  <fx@gnu.org>
11926         * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
11927         value.
11928         (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
11930         * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
11932         * net/browse-url.el (browse-url-filename-alist): Avoid backquote
11933         read syntax.
11935         * calendar/todo-mode.el (todo): Add :link, :version.
11936         (todo-save-top-priorities): Remove autoload cookie.
11937         (todo-add-category, todo-add-item-non-interactively)
11938         (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
11940 2001-01-02  Gerd Moellmann  <gerd@gnu.org>
11942         * comint.el (comint-input-history-ignore): New variable.
11943         (comint-read-input-ring): Ignore entries matching
11944         comint-input-history-ignore.
11946 2001-01-02  Eric M. Ludlam  <zappo@gnu.org>
11948         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
11949         (lm-copyright-mark): New function.
11950         (lm-crack-copyright): New function.
11951         (lm-verify): Check that the file has a copyright.
11952         Check that the file is copyright Free Software Foundation.
11954 2000-12-30  Kenichi Handa  <handa@etl.go.jp>
11956         * international/mule-diag.el (print-fontset): Indent font name by
11957         24 columns, not 25.
11959 2000-12-29  Gerd Moellmann  <gerd@gnu.org>
11961         * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
11962         in Subject line.
11964         * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
11965         Use mail-mode-hook instead of mail-setup-hook.
11966         Otherwise continuing an interrupted message with C-u C-x m for
11967         instance, winds up in Mail mode without abbrevs.
11969 2000-12-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11971         * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
11972         non-nil.  Adding almost all customization variables on ps-setup.
11973         Doc fix.
11974         (ps-print-version): New version number (6.3.3).
11975         (ps-end-with-control-d): Initialization fix.
11976         (ps-lines-printed): New var.
11977         (ps-skip-newline): New fun.
11978         (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
11979         (ps-next-line, ps-continue-line, ps-plot-region)
11980         (ps-generate-postscript-with-faces, ps-end-job): Code fix.
11982 2000-12-29  Kenichi Handa  <handa@etl.go.jp>
11984         * international/fontset.el (x-complement-fontset-spec):
11985         Resolve ASCII font name so that the same family name is used for fonts
11986         registered in x-font-name-charset-alist.
11987         (create-fontset-from-fontset-spec): Adjusted for the above change.
11988         The name of fontset alias should be a unresolved ASCII font name.
11990 2000-12-28  Gerd Moellmann  <gerd@gnu.org>
11992         * simple.el (delete-key-deletes-forward-mode): Bind backspace
11993         and delete in isearch-mode-map.
11995 2000-12-28  Richard M. Stallman  <rms@gnu.org>
11997         * dired-x.el (dired-guess-shell-alist-default):
11998         Use xpdf instead of acroread.
12000 2000-12-28  Kenichi Handa  <handa@etl.go.jp>
12002         * textmodes/artist.el (artist-butlast): Deleted.
12003         (artist-ellipse-mirror-quadrant): Use butlast instead of
12004         artist-butlast.
12006         * subr.el (butlast, nbutlast): Moved from cl.el to here.
12008         * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
12010 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
12012         From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
12014         * ls-lisp.el: Better support for the Mac and MS-Windows.
12015         (ls-lisp): New defgroup.
12016         (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
12017         (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
12018         (ls-lisp-support-shell-wildcards): New defcustoms.
12019         (ls-lisp-parse-symlink): New function.
12020         (insert-directory): Code to convert switches to a list and set up
12021         the wildcard argument copied from ls-lisp-insert-directory.
12022         (ls-lisp-insert-directory): New argument TIME-INDEX.  Add support
12023         for -C and -R switches.
12024         (ls-lisp-column-format): New function.
12025         (ls-lisp-delete-matching, ls-lisp-handle-switches)
12026         (ls-lisp-format-time): Add doc strings.
12027         (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
12028         Support ls-lisp-dirs-first.
12029         (ls-lisp-classify, ls-lisp-extension): New functions.
12030         (ls-lisp-format): Optionally support emulation of symlinks.
12031         Support -i, -s, and -G switches.
12033 2000-12-27  Gerd Moellmann  <gerd@gnu.org>
12035         * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
12037         * version.el (emacs-version): Print X scroll bar information.
12039         * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
12040         instead of x-toolkit-scroll-bars-p.
12042         * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
12043         of x-toolkit-scroll-bars-p.
12045 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
12047         * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
12048         (ffap-bindings): Doc fix, to reflect the above change.
12050 2000-12-27  Kenichi Handa  <handa@etl.go.jp>
12052         * term.el (term-char-mode): Define all non-ascii self-inserting
12053         characters to 'term-send-raw in term-raw-map.
12055 2000-12-25  Michael Kifer  <kifer@cs.sunysb.edu>
12057         * viper-init (viper-restore-cursor-type): Added condition-case guard.
12059         * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
12060         Changed initialization; use add-hook.
12061         (ediff-file-remote-p): Use file-local-copy.
12063         * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
12065         * ediff.el (ediff-patch-buffer): Bug fix.
12066         (ediff-revision): Allow selection of the file at the prompt.
12068 2000-12-23  Stefan Monnier  <monnier@cs.yale.edu>
12070         * subr.el (combine-run-hooks): Remove.
12072         * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
12073         and remove the rogue second spec.
12075 2000-12-23  Gerd Moellmann  <gerd@gnu.org>
12077         * progmodes/compile.el (compilation-forget-errors): Fix indentation.
12079 2000-12-22  Stefan Monnier  <monnier@cs.yale.edu>
12081         * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
12082         Use minibuffer menu prompt for the `=' prefix.
12083         (smerge-command-prefix): Change default to C-^.
12084         (smerge-mode): Don't assume font-lock doesn't move point.
12086         * skeleton.el (skeleton-internal-1): Make sure the first line of
12087         the region is also re-indented.
12088         (skeleton-end-newline): New var.
12089         (skeleton-end-hook): Use it.
12091 2000-12-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12093         * comint.el (comint-password-prompt-regexp): Support CVS.
12095 2000-12-22  Gerd Moellmann  <gerd@gnu.org>
12097         * simple.el (delete-key-deletes-forward-mode): Simplify.
12098         Also backspace key combinations, depending on
12099         delete-key-deletes-forward.
12101         * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
12103         * simple.el (delete-key-deletes-forward): Doc fix.
12105 2000-08-22  Emmanuel Briot  <briot@gnat.com>
12107         * xml.el (top level comment): Updated to reflect the fact that
12108         white spaces are relevant in the XML file.
12109         (xml-parse-file): Do not kill an existing Emacs buffer if the file
12110         to parse was already edited. This allows for on-the-fly analysis
12111         of XML files.
12112         (xml-parse-tag): Check that the casing is the same in the start
12113         tag and end tag, since XML is case-sensitive.  Allows for spaces
12114         in the end tag, after the name of the tag.
12115         (xml-parse-attlist): Allow for the character '-' in the name of
12116         attributes, as in the standard http-equiv attribute Do not save
12117         the properties in the XML tree, since they are not relevant.
12119 2000-12-21  Stefan Monnier  <monnier@cs.yale.edu>
12121         * generic.el (generic-read-type): Undo last change, inline into
12122         `generic-mode' and then remove.
12123         (generic-mode): Inline generic-read-type.
12124         (define-generic-mode): Push the symbol name rather than the symbol
12125         onto generic-mode-list.
12127 2000-12-21  Gerd Moellmann  <gerd@gnu.org>
12129         * generic.el (generic-read-type): Build an alist for
12130         completing-read as in 20.7.
12132         * play/landmark.el (lm): Use interactive spec `P'.
12133         (toplevel): Don't set debug-on-error.
12135         * server.el (server-switch-buffer): Choose a window on a visible frame.
12137 2000-12-21  Dave Pearson  <davep@davep.org>
12139         * quickurl.el: Commentry change, I've moved my web site.
12141 2000-12-21  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12143         * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
12144         ranges like \177-\237, but accepts the character sequence from \177 to
12145         \237.  Doc fix.
12146         (ebnf-version): New version (3.4).
12147         (ebnf-setup): Code fix.
12148         (ebnf-range-regexp): New fun.
12149         (ebnf-8-bit-chars): Const fix.
12151         * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
12152         entry.  Doc fix.
12153         (ebnf-bnf-lex): Code fix.
12154         (ebnf-bnf-comment-chars): Const fix.
12156         * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
12157         entry.  Doc fix.
12158         (ebnf-iso-comment-chars): Const fix.
12160         * ebnf-otz.el: Doc fix.
12162         * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
12163         entry.  Doc fix.
12164         (ebnf-yac-skip-code): Code fix.
12165         (ebnf-yac-comment-chars): Const fix.
12167 2000-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
12169         * files.el (insert-directory-safely): New function.
12170         (recover-file): Use it instead of insert-directory.
12171         From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12173 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
12175         * international/mule-cmds.el (select-safe-coding-system):
12176         Check coding-category-list more rigidly.  Improve help message.
12178         * dired.el (dired-move-to-filename-regexp): Fix previous change.
12180 2000-12-21  Miles Bader  <miles@gnu.org>
12182         * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
12184 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
12186         * international/mule-diag.el (describe-char-after): Make *Help*
12187         buffer inherit multibyteness of the current buffer.
12189         * international/mule.el (make-char): Docstring adjusted for the
12190         change of make-char-internal.
12192 2000-12-20  Stefan Monnier  <monnier@cs.yale.edu>
12194         * international/iso-cvt.el: Docstrings fix.
12196 2000-12-20  Dave Love  <fx@gnu.org>
12198         * subr.el (eval-after-load): Doc fix.
12200 2000-12-20  Kenichi Handa  <handa@etl.go.jp>
12202         * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
12203         for numbers.
12205 2000-12-20  Miles Bader  <miles@gnu.org>
12207         * international/quail.el (quail-help): Resize the help window
12208         again after it has all its contents.  Remove unneeded progn.
12210 2000-12-19  Gerd Moellmann  <gerd@gnu.org>
12212         * pcmpl-linux.el: Fix copy/paste error.
12214 2000-12-19  Andrew Innes  <andrewi@gnu.org>
12216         * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
12218 2000-12-19  Carsten Dominik  <dominik@strw.leidenuniv.nl>
12220         * progmodes/idlw-rinfo.el: Fixed copyright notice.
12222         * progmodes/idlw-toolbar.el: Fixed copyright notice.
12224         * progmodes/idlw-shell.el: Fixed copyright notice.
12226         * progmodes/idlwave.el: Fixed copyright notice.
12228         * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
12229         TAB as key separators.
12231 2000-12-19  Alex Schroeder  <alex@gnu.org>
12233         * sql.el (sql-sybase-options): New option.
12234         (sql-sybase): Use it.  Add sql-database to the list of parameters
12235         provided for login.  The options -w 2048 -n are not used any more.
12236         (sql-postgres-options): Changed default from "--pset" to "-P".
12237         (sql-mysql-options): Doc change.
12238         (sql-stop): Doc change.
12240 2000-12-19  Kenichi Handa  <handa@etl.go.jp>
12242         * international/quail.el (quail-input-method): Always hide
12243         the guidance buffer on exiting.
12245 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
12247         * tooltip.el (tooltip-mode): Signal an error if x-show-tip
12248         isn't fboundp.
12250         * server.el (server-buffer-done): Bury the buffer before
12251         killing it.
12253         * faces.el (face-spec-set): Interpret a nil in specs for
12254         foreground and background colors as `unspecified', for
12255         compatibility with 20.x.
12257 2000-12-18  Dave Love  <fx@gnu.org>
12259         * simple.el (mail-user-agent): Doc fix.
12260         (input-mode-8-bit): Removed.
12262         * international/mule.el (set-keyboard-coding-system): Doc fix.
12263         (keyboard-coding-system): New option.
12265         * mail/sendmail.el (send-mail-function): Customize.
12267 2000-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
12269         * international/codepage.el (cp866-decode-table): New table.
12271 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
12273         * version.el (emacs-version): Remove `%a' from the time format
12274         because the weekday doesn't fit well into each locale.
12276 2000-12-18  Miles Bader  <miles@gnu.org>
12278         * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
12280         * textmodes/artist.el (artist-replace-chars, artist-replace-char):
12281         Check that emacs-major-version is `=' to 20, not `>='.
12282         (artist-replace-chars): Use `make-string' instead of a loop.
12284 2000-12-17  Stefan Monnier  <monnier@cs.yale.edu>
12286         * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
12287         (cvs-execute-single-file): Don't change directory.
12288         Patch from Per Cederqvist.
12290 2000-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
12292         * textmodes/ispell.el (check-ispell-version):
12293         If `ispell-program-name' is "aspell", pass it the -v switch instead
12294         of -vv.
12296 2000-12-16  Kenichi Handa  <handa@etl.go.jp>
12298         * international/mule-diag.el (mule-diag): Insert information about
12299         configure options, multibyte awareness, language env.
12301         * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
12302         regexp to search for candidates.
12304 2000-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
12306         * info.el (Info-forward-node): If the node has an
12307         Info-header-line, widen the buffer before searching for "next:"
12308         and "up:" pointers, and set the search limit to stay in the
12309         current node.
12311 2000-12-16  Miles Bader  <miles@gnu.org>
12313         * simple.el (delete-trailing-whitespace): Remove extraneous let.
12315 2000-12-15  Miles Bader  <miles@gnu.org>
12317         * comint.el (comint-send-string, comint-send-region): Also accept
12318         a buffer, buffer-name, or nil for PROCESS, for compatibility with
12319         process-send-string/region.
12321 2000-12-15  Gerd Moellmann  <gerd@gnu.org>
12323         * isearch.el (isearch-lazy-highlight-max): New user-option.
12324         (isearch-lazy-highlight-update): Don't highlight more than
12325         isearch-lazy-highlight-max matches.
12327         * mail/mh-utils.el (mh-find-path): Set read-mail-command.
12329 2000-12-15  Richard M. Stallman  <rms@gnu.org>
12331         * sort.el (sort-columns): Fix error message.
12333         * dabbrev.el (dabbrev--last-case-pattern): Value is now
12334         `upcase' or `downcase' or nil.
12335         (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
12336         Pass new record-case-pattern arg to dabbrev--substitute-expansion.
12337         (dabbrev--substitute-expansion): New arg record-case-pattern.
12338         If it is non-nil, set dabbrev--last-case-pattern.
12339         If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
12341         * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
12343 2000-12-15  Miles Bader  <miles@gnu.org>
12345         * paths.el (Info-default-directory-list): Don't delete
12346         configure-info-directory from the list of standard info
12347         directories when appending it to the end -- their order is important.
12349         * faces.el (read-face-attribute): If there's no entry for the
12350         user's input in VALID, just use it as-is (this will often result
12351         in an error, but it may be OK for e.g. colors using hexadecimal
12352         notation, and at least will yield a better error message).
12354         * window.el (mode-line-window-height-fudge): Function removed.
12355         (height-affecting-face-attributes, mode-line-window-height-fudge):
12356         Variables removed.
12357         * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
12358         window is really the right size.  Use vertical-motion
12359         rather than forward-line.
12360         (ispell-help): Don't use ispell-mode-line-window-height-fudge.
12361         (ispell-command-loop, ispell-show-choices): Use the variable
12362         ispell-choices-win-default-height, rather than the function.
12363         (ispell-choices-win-default-height): Function removed.
12364         (ispell-mode-line-window-height-fudge): Function removed.
12366 2000-12-14  Stefan Monnier  <monnier@cs.yale.edu>
12368         * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
12370 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
12372         * paths.el (Info-default-directory-list):
12373         If configure-info-directory is not one of the standard directories,
12374         put it first in the list; otherwise put it last.  Doc string
12375         changed accordingly.
12377         * info.el (Info-directory-list): Change doc string to reflect the
12378         change in Info-default-directory-list.
12380         * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
12381         windows-nt as windowed environments, even under -nw.
12383         * startup.el (command-line): Don't call x-backspace-delete-keys-p
12384         if not fboundp.  Switch delete-forward mode for the <delete> key
12385         on all PC platforms, even under -nw.
12387         * term/internal.el ([M-delete]): Remap to M-d.
12389 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
12391         * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
12393 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
12395         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
12397 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
12399         * startup.el (command-line): Call delete-key-deletes-forward-mode,
12400         if appropriate.
12402         * simple.el (delete-key-deletes-forward): New user-option.
12403         (delete-key-deletes-forward-mode): New function.
12405         * bindings.el: Bind `delete' to backward-delete-char.
12407         * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
12408         Test if symbol is bound before getting its value.
12410         * tooltip.el (tooltip-show): If an error is signaled in
12411         x-show-tip, display that error, and display the help in the
12412         echo area.
12414 2000-12-14  Kenichi Handa  <handa@etl.go.jp>
12416         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
12417         Show "... entries" messages for every 10000 entries, not 10.
12419 2000-12-13  Karl Fogel  <kfogel@red-bean.com>
12421         * bookmark.el: Provide a generic exit hook, as suggested by
12422         Ovidiu Predescu <ovidiu@cup.hp.com>:
12423         (bookmark-exit-hook): New var.
12424         (bookmark-exit-hook-internal): New func, replaces
12425         old raw lambda form in `kill-emacs-hook', and runs new
12426         `bookmark-exit-hooks'.  No longer tests for the bookmark feature,
12427         as logically that feature must have been provided if this function
12428         is running.
12429         Removed ;;;###autoload before the `add-hook' call.
12431 2000-12-13  Stefan Monnier  <monnier@cs.yale.edu>
12433         * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
12434         (easy-menu-current-active-maps): New function.
12435         (easy-menu-get-map): Use it.
12436         Make a proper menu entry when creating a new keymap.
12438 2000-12-13  Kenichi Handa  <handa@etl.go.jp>
12440         * international/characters.el: Fix cases and syntaxes for
12441         mule-unicode-0100-24ff.
12443         * dired.el (dired-move-to-filename-regexp): Fixed for the case
12444         that a Japanese character is not appended after day and year.
12446         * info.el (Info-suffix-list): Change format for a command that
12447         requires arguments.
12448         (info-insert-file-contents): Adjusted for the above change.
12450 2000-12-12  Andreas Schwab  <schwab@suse.de>
12452         * tar-mode.el (tar-extract): Base the name of the subfile buffer
12453         on the name of the tar buffer.  Verify that the existing buffer is
12454         visiting the same subfile.
12456 2000-12-12  Dave Love  <fx@gnu.org>
12458         * subdirs.el: Add obsolete.
12460 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
12462         * mail/rmailsum.el (rmail-summary-expunge)
12463         (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
12464         instead of rmail-confirm-expunge.
12466         * replace.el (perform-replace): Don't use an empty match adjacent
12467         to a non-empty match when computing the next match before the
12468         replacement is performed.
12470 2000-12-12  Milan Zamazal  <pdm@freesoft.cz>
12472         * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
12473         definition (patch by Stefan Monnier).
12474         (glasses-mode): Use jit-lock instead of `after-change-functions'
12475         (patch by Stefan Monnier).
12477 2000-12-12  Miles Bader  <miles@gnu.org>
12479         * info.el (Info-last-preorder): Don't barf on nodes without a prev.
12480         (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
12482 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
12484         * term/mac-win.el: Remove load for ls-lisp.
12486         * loadup.el: Load ls-lisp for system-type `macos'.
12488 2000-12-12  Miles Bader  <miles@gnu.org>
12490         * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
12491         Respect field end too.
12492         (just-one-space): Respect fields as `delete-horizontal-space'.
12493         (newline-and-indent, reindent-then-newline-and-indent):
12494         Use `delete-horizontal-space'.
12496 2000-12-11  Stefan Monnier  <monnier@cs.yale.edu>
12498         * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
12499         (so as to obey the field property in the minibuffer).
12501         * obsolete/c-mode.el: Moved from lisp/progmodes.
12502         * obsolete/auto-show.el: Moved from lisp.
12503         * obsolete/ooutline.el: Moved from lisp/textmodes.
12505 2000-12-11  Carsten Dominik  <dominik@strw.leidenuniv.nl>
12507         * progmodes/idlwave.el: Updated to IDLWAVE version 4.7.  Too many
12508         changes to list them here.
12510         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
12511         Too many changes to list them here.
12513         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
12514         Too many changes to list them here.
12516         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
12518 2000-12-11  Gerd Moellmann  <gerd@gnu.org>
12520         * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
12522         * cus-edit.el (custom-save-variables, custom-save-faces):
12523         Comment fix.
12525         * hscroll.el: Moved to `obsolete' subdir.
12527 2000-12-11  Miles Bader  <miles@gnu.org>
12529         * window.el (window-text-height): Function removed (now in C).
12531 2000-12-10  Stefan Monnier  <monnier@cs.yale.edu>
12533         * log-edit.el (log-edit-parent-buffer): New var.
12534         (log-edit): Set it.  Add BUFFER argument.
12535         (log-edit-done): Use char-before.
12536         Don't bother checking validity of vc-comment-ring.
12537         Only bury the buffer if log-edit popped it up.
12539         * pcvs.el: Update references to CVS-Edit (now Log-Edit).
12540         (cvs-mode-diff-help): Remove.
12541         (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
12542         (cvs-mode-marked): Set up the default for CMD manually.
12544         * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
12545         Remove binding for ? now made unnecessary.
12547 2000-12-10  Carsten Dominik  <dominik@strw.leidenuniv.nl>
12549         * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
12550         (reftex-TeX-master-file): Check for `tex-main-file' early enough.
12552         * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
12553         when master file is not open.
12555 2000-12-09  Stefan Monnier  <monnier@cs.yale.edu>
12557         * progmodes/ada-stmt.el: Update `maintainer'.
12559 2000-12-09  Stephen Gildea  <gildea@stop.mail-abuse.org>
12561         * time-stamp.el (time-stamp-old-format-warn): Reorder custom
12562         choices to match documentation string.
12564 2000-12-09  Miles Bader  <miles@gnu.org>
12566         * minibuf-eldef.el: New file.
12568         * window.el (fit-window-to-buffer): Don't pass last argument to
12569         pos-visible-in-window-p, now that its meaning is inverted.
12571 2000-12-08  Eli Zaretskii  <eliz@is.elta.co.il>
12573         * image.el (create-image): Doc fix; spotted by Per Cederqvist
12574         <ceder@lysator.liu.se>.
12576 2000-12-08  Stefan Monnier  <monnier@cs.yale.edu>
12578         * autoinsert.el (auto-insert-alist): Add missing final \n.
12580         * pcvs-defs.el (cvs-menu): Move.  Make submenu for diff commands.
12581         (cvs-menu-map): Remove.
12582         * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
12583         (cvs-mode-quit): Turn it back into a plain function.
12585         * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
12586         (texinfo-filter): Remove (move to texinfo.el).
12588         * textmodes/texinfo.el: Move the (require 'cl) to the front of the
12589         file where it's more visible.
12590         (texinfo-filter, texinfo-chapter-level-regexp): New variables
12591         moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
12592         (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
12593         (texinfo-inside-macro-p): Only catch `scan-error's.
12594         (texinfo-inside-env-p): Make better use of the match info.
12595         (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
12596         (texinfo-insert-@end): Slight re-organization.
12597         Also remove useless `looking-at' call.
12599 2000-12-08  Andrew Innes  <andrewi@gnu.org>
12601         * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
12602         accessible in -nw mode.
12604         * term/w32-win.el: Remove stuff about selection timeout, which is
12605         irrelevant on Windows.  Move clipboard support to w32-fns.el, so
12606         it is accessible in -nw mode.
12608 2000-12-08  Dave Love  <fx@gnu.org>
12610         * emacs-lisp/lisp-mode.el (lisp-mode):
12611         Set font-lock-keywords-case-fold-search.
12613 2000-12-08  Gerd Moellmann  <gerd@gnu.org>
12615         * textmodes/ispell.el (ispell): Doc fix.
12617 2000-12-08  Kenichi Handa  <handa@etl.go.jp>
12619         * international/quail.el (quail-insert-decode-map): Check the
12620         frame width of a window displaying the current buffer, not that of
12621         the selected frame.
12622         (quail-help): Make sure that the help buffer has window before
12623         inserting text in it.
12625 2000-12-07  Sam Steingold  <sds@gnu.org>
12627         * loadup.el: Load emacs-lisp/backquote instead of autoloading.
12628         Backquote is used in isearch.el, so autoloading saves nothing.
12630 2000-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
12632         * startup.el (normal-top-level-add-subdirs-to-load-path):
12633         Ignore the CVS and RCS subdirectories case-insensitively.
12635         * dired.el (dired-insert-directory): If file-system-info is
12636         fboundp, call it instead of invoking dired-free-space-program.
12638 2000-12-07  Gerd Moellmann  <gerd@gnu.org>
12640         * server.el (server-visit-files): Push files on file-name-history.
12642         * progmodes/cc-langs.el: Update copyright.
12644         * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
12646         * bindings.el (mode-line-mode-menu): Add glasses-mode.
12648         * bindings.el (mode-line-mode-menu): Reverse the order
12649         of define-keys so that the menu appears in alphabetical order.
12651 2000-12-07  Milan Zamazal  <pdm@freesoft.cz>
12653         * progmodes/glasses.el (glasses-mode): Update mode line at the end
12654         of the function.
12656 2000-12-07  Dave Love  <fx@gnu.org>
12658         * jka-compr.el (jka-compr-compression-info-list): Fix :type.
12660         * facemenu.el (facemenu-unlisted-faces): Fix value.
12662 2000-12-07  Stefan Monnier  <monnier@cs.yale.edu>
12664         * font-lock.el (font-lock-default-fontify-region):
12665         Include the terminating \n (off-by-one error).
12666         (font-lock-set-defaults): Use dolist.
12668         * derived.el (define-derived-mode): Don't use combine-run-hooks.
12670 2000-12-07  Kenichi Handa  <handa@etl.go.jp>
12672         * international/mule-cmds.el (describe-language-environment):
12673         Fix for the case that an input method title is not string but a list.
12675         * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
12676         of wrong SIZE record.
12678 2000-12-06  Dave Love  <fx@gnu.org>
12680         * newcomment.el (comment-region, comment-dwim): Doc fix.
12682         * textmodes/texinfo.el: Require tex-mode when compiling.
12683         (texinfo-update-node): Doc fix.
12684         (texinfo-imenu-generic-expression): Add @anchor.
12685         (texinfo-font-lock-keywords): Add @uref.
12686         (texinfo-inside-macro-p): Don't use ignore-errors.
12687         (texinfo-insert-quote): Match more contexts.
12689         * international/mule.el (decode-char, encode-char): Doc fix.
12690         (auto-coding-alist): Customize.
12692         * files.el (load-file): Fix change of 2000-03-12.
12694         * wid-edit.el (widget-text-keymap): Doc fix.
12696 2000-12-06  Andrew Innes  <andrewi@gnu.org>
12698         * makefile.w32-in (lisp): Set to an absolute directory, namely
12699         $(CURDIR).
12701 2000-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
12703         * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
12704         read generated-autoload-file, and set buffer-file-coding-system to
12705         raw-text-unix after reading the file.
12707         * international/mule-conf.el (file-coding-system-alist):
12708         Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
12710 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
12712         * replace.el (occur): Make line-number-width 1 smaller for the
12713         colon following the line number.
12715         * startup.el (fancy-splash-text, command-line-1):
12716         Use `File' for the menu name instead of `Files'.
12718         * tmm.el: Update copyright.
12720         * cus-start.el: Add entry for even-window-heights.
12722 2000-12-06  Miles Bader  <miles@gnu.org>
12724         * faces.el (frame-set-background-mode): Avoid stomping on
12725         locally modified faces.
12727 2000-12-06  Kenichi Handa  <handa@etl.go.jp>
12729         * international/fontset.el: Correct the font registries for
12730         japanese-jisx0213-1 and japanese-jisx0213-2.
12732 2000-12-05  Gerd Moellmann  <gerd@gnu.org>
12734         * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
12736         * iswitchb.el: Update customization commentary.
12738 2000-12-05  Rob Riepel  <riepel@Stanford.EDU>
12740         * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
12741         (tpu-search-highlight): Fixed comparison of overlay end positions.
12742         (tpu-trim-line-ends): Implemented trimming logic locally.
12744         * emulation/tpu-extras.el (tpu-write-file-hook)
12745         (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
12747 2000-12-05  Kenichi Handa  <handa@etl.go.jp>
12749         * language/chinese.el (chinese-iso-8bit): Change mime-charset name
12750         to cn-gb.
12751         (cn-gb, gb2312): New aliases for chinese-iso-8bit.
12753 2000-12-04  Dave Love  <fx@gnu.org>
12755         * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
12757 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
12759         * mail/rmailsum.el (rmail-summary-expunge)
12760         (rmail-summary-expunge-and-save): Ask for confirmation with
12761         rmail-expunge-confirmed.
12763         * mail/rmail.el (rmail-expunge-confirmed): New function.
12764         (rmail-expunge): Use it.
12766 2000-12-04  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
12768         * progmodes/etags.el (tag-partial-file-name-match-p): New function.
12769         (etags-recognize-tags-table, find-tag-in-order):
12770         New functionality: interpret file names as tags.
12772 2000-12-04  Eli Zaretskii  <eliz@is.elta.co.il>
12774         * info.el (Info-scroll-prefer-subnodes): New defcustom.
12775         (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
12776         the first subnode until the bottom of the current node is visible.
12778 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
12780         * format.el (format-decode): Don't change buffer's undo list.
12782 2000-12-04  Kenichi Handa  <handa@etl.go.jp>
12784         * faces.el (face-font-registry-alternatives): Add entries for CJK
12785         fonts.  Doc-string adjusted for the actual usage of this data.
12787         * international/fontset.el: Change the font registries for CJK
12788         fonts in the default fontset.  Don't append '*' to registries.
12790 2000-12-03  Stefan Monnier  <monnier@cs.yale.edu>
12792         * emacs-lisp/easy-mmode.el (define-derived-mode)
12793         (easy-mmode-derived-mode-p): Remove (moved to derived.el).
12795         * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
12796         (derived-mode-p): New function.
12797         (derived-mode-make-docstring): Add `docstring' argument.
12798         Use it if available and complete it if necessary.
12800 2000-12-03  Andreas Schwab  <schwab@suse.de>
12802         * type-break.el (type-break): Don't make parent of itself.
12804 2000-12-03  Miles Bader  <miles@gnu.org>
12806         * simple.el (delete-trailing-whitespace): Don't delete newlines too.
12808 2000-12-02  Stefan Monnier  <monnier@cs.yale.edu>
12810         * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
12811         (tex-main-file, tex-file): Simplify.
12812         (tex-generate-zap-file-name): Use subst-char-in-string.
12813         (tex-strip-dots): Remove.
12815         * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
12817         * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
12818         to check if the match succeeded.
12820 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
12822         * startup.el (use-fancy-splash-screens-p): New function.
12823         (command-line-1): Use it to determine whether or not to use
12824         a fancy splash screen.
12826 2000-12-02  Andreas Schwab  <schwab@suse.de>
12828         * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
12830 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
12832         * international/mule.el (make-char): Fix last change.
12834         * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
12835         New defcustoms.
12836         (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
12837         autoloading tex-mode; instead, do the same manually.
12838         Use texinfo-open-quote and texinfo-close-quote.  Insert literal quote
12839         with numeric argument.  Docstring fix.
12840         (toplevel): Require cl when compiling.
12842         * international/mule.el (make-char): Doc fix.
12844 2000-12-02  Jason Rumney  <jasonr@gnu.org>
12846         * term/w32-win.el (x-select-enable-clipboard): Customize (as per
12847         the Emacs Lisp manual)
12849 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
12851         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
12853         * term/pc-win.el (x-select-enable-clipboard): Customize (as per
12854         the Emacs Lisp manual).
12856 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
12858         * simple.el (next-line-add-newlines): Change default to nil.
12860 2000-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
12862         * files.el (revert-buffer, recover-file):
12863         Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
12865 2000-12-01  Gerd Moellmann  <gerd@gnu.org>
12867         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
12869 2000-12-01  Miles Bader  <miles@gnu.org>
12871         * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
12873 2000-12-01  Kenichi Handa  <handa@etl.go.jp>
12875         * international/mule-diag.el (describe-char-after): Fix typo.
12876         (describe-character-set, non-iso-charset-alist): Fix typo.
12878 2000-12-01  Miles Bader  <miles@gnu.org>
12880         * image-file.el (image-file-name-regexp): Automatically add
12881         upper-case variants of each filename extension in
12882         `image-file-name-extensions', since they seem to be common.
12884         * simple.el (minibuffer-contents)
12885         (minibuffer-contents-no-properties, delete-minibuffer-contents):
12886         New functions.
12887         * filecache.el (file-cache-directory-name)
12888         (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
12890 2000-12-01  Milan Zamazal  <Milan.Zamazal@qbizm.com>
12892         * filecache.el (file-cache-minibuffer-complete): Don't try to
12893         delete the minibuffer prompt.
12895 2000-11-30  Dave Love  <fx@gnu.org>
12897         * cus-start.el: Fix read-buffer-function type.
12899 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
12901         * md5.el: Removed.  There's a built-in function, now.
12903 2000-11-30  Markus Rost  <rost@math.ohio-state.edu>
12905         * mail/rmail.el (rmail-set-message-counters): Don't use "D"
12906         as dummy 0-th char of rmail-deleted-vector.
12908 2000-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
12910         * ps-print.el (ps-end-job): Bind case-fold-search only after
12911         switching to ps-spool-buffer.
12913 2000-11-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12915         * ps-print.el: Line number font customization.  PostScript: Lines and
12916         PageCount are initialized on each page.  Doc Fix.
12917         (ps-print-version): New version number (6.3.2).
12918         (ps-lpr-switches, ps-font-info-database, ps-font-size)
12919         (ps-header-font-size, ps-header-title-font-size, ps-left-header)
12920         (ps-right-header): Customization fix.
12921         (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
12922         Fix code.
12923         (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
12924         New vars.
12926 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
12928         * bs.el: Fix typos and spelling errors.
12929         (bs-appearance) <defgroup>: Renamed from bs-appearence.
12930         (bs-configuration): Doc fix.
12932         * bs.el: Undo mistaken change of 2000-11-28.  Update copyright.
12934 2000-11-30  Rob Riepel  <riepel@Stanford.EDU>
12936         * emulation/tpu-edt.el (tpu-version): New version.
12937         (tpu-search-overlay, tpu-replace-overlay): New initial range.
12938         (tpu-original-mode-line): Variable deleted.
12939         (tpu-mark-flag): New initial value.
12940         (tpu-set-mode-line): Don't redefine mode-line-format.
12941         Add tpu-mark-flag to minor-mode-alist.
12942         (tpu-update-mode-line): New mark flag logic.
12943         (tpu-get): Use find-file-wildcards.
12944         (tpu-search-highlight): Move overlay less, reset overlay properly.
12945         (tpu-unselect): Deactivate mark.
12946         (tpu-lm-replace): Reset overlay properly.
12947         (tpu-forward-line): Use forward-visible-line.
12948         (tpu-edt-on): Set transient mark mode.  ispell autoloads deleted.
12950         * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
12952 2000-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
12954         * cus-edit.el (custom-face-value-create): Always emphasize tag.
12956 2000-11-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12958         * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
12959         and skip whitespace and newlines.
12961 2000-11-30  Stefan Monnier  <monnier@cs.yale.edu>
12963         * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
12965 2000-11-29  Gerd Moellmann  <gerd@gnu.org>
12967         * help.el (describe-function-1): Regexp-quote function name
12968         when used as part of a regexp.
12970         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
12971         Use face-attribute instead of face-foreground and face-background.
12972         (tool-bar-add-item): Likewise, and handle unspecified colors.
12974         * enriched.el (enriched-face-ans): Use face-attribute instead
12975         of face-foreground and face-background.
12977         * faces.el (face-foreground, face-background, face-stipple):
12978         Return nil if attribute is unspecified, for backward compatibility.
12980         * files.el (auto-mode-alist): Add an entry for antlr-mode.
12982         * play/5x5.el: Remove version info.
12984         * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
12986         * frame.el (blink-cursor-mode): Doc fix.
12988 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
12990         * antlr-mode.el: New commands to run ANTLR from within Emacs and
12991         to create Makefile rules.
12992         (antlr-tool-command): New user option.
12993         (antlr-ask-about-save): New user option.
12994         (antlr-makefile-specification): New user option.
12995         (antlr-file-formats-alist): New variable.
12996         (antlr-special-file-formats): New variable.
12997         (antlr-unknown-file-formats): New user option.
12998         (antlr-help-unknown-file-text): New variable.
12999         (antlr-help-rules-intro): New variable.
13000         (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
13001         (antlr-mode-menu): Add entries.
13002         (antlr-file-dependencies): New function.
13003         (antlr-directory-dependencies): New function.
13004         (antlr-superclasses-glibs): New function.
13005         (antlr-run-tool): New command.
13006         (antlr-makefile-insert-variable): New function.
13007         (antlr-insert-makefile-rules): New function.
13008         (antlr-show-makefile-rules): New command.
13010         * antlr-mode.el: More Emacs/XEmacs stuff.
13011         (antlr-no-action-keywords): New constant with value nil.
13012         (antlr-font-lock-keywords-alist): Use it.  Old value would break
13013         syntax highlighting in Emacs-21.0.
13014         (antlr-default-directory): Emacs/XEmacs dependend function.
13015         (antlr-read-shell-command): Ditto.
13016         (antlr-with-displaying-help-buffer): Ditto.
13018 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
13020         * antlr-mode.el: imenu, parsing and highlighting changes.
13021         (antlr-imenu-create-index-function): Don't create extra submenus
13022         for definitions in different grammar classes.  It is not necessary
13023         for the menu and would make command `imenu' awkward to use.
13024         (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
13025         header actions and more than one.
13026         (antlr-font-lock-tokendef-face): Changed color.
13027         (antlr-font-lock-tokenref-face): Changed color.
13028         (antlr-font-lock-additional-keywords): Also highlight lowercase.
13029         (antlr-mode-syntax-table): New variable.
13030         (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
13031         (antlr-with-syntax-table): Don't copy syntax table.
13033 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
13035         * antlr-mode.el: Minor changes: language setting.
13036         (antlr-language-alist): The value for file option "language" can
13037         be both an identifier and a string.
13038         Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
13039         (antlr-language-limit-n-regexp): Change accordingly.
13041 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
13043         * antlr-mode.el: Minor changes: tabs, hiding.
13044         (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
13045         (antlr-action-visibility): Also allow value nil to also hide the
13046         braces.  Renamed from `antlr-tiny-action-length'.
13047         Suggested by Jay@aol.com.
13048         (antlr-hide-actions): Change accordingly.  Hide line if completely
13049         hidden action is on a line of its own.
13051 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
13053         * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
13055         * sort.el (sort-columns): Don't concat strings with numbers.
13057 2000-11-29  Dave Love  <fx@gnu.org>
13059         * cus-edit.el (face): Fix :format.
13061         * mail/feedmail.el: Require smtpmail when compiling.
13062         (mail-do-fcc): Autoload.
13063         (feedmail) <defgroup>: Fix :link.
13064         (feedmail-nuke-body-in-fcc): Fix :type.
13065         (feedmail-send-it): Add autoload cookie.
13067 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
13069         * newcomment.el (comment-indent): Save excursion around call to
13070         comment-indent-function.
13072 2000-11-29  Miles Bader  <miles@gnu.org>
13074         * subr.el (member-ignore-case): Return the tail of the list who's
13075         car matches, like `member', not the matching element itself.
13077 2000-11-29  Kenichi Handa  <handa@etl.go.jp>
13079         * xml.el (xml-parse-tag): Fix finding opening tag.  A tag name
13080         should not contain `\n'.
13082 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
13084         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
13086         * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
13088         * dired-aux.el (dired-do-create-files): Construct default file
13089         name for dired-mark-read-file-name so that when the user enters
13090         just RET, the target file will end up in the target directory.
13092         * abbrev.el (prepare-abbrev-list-buffer): Get the value of
13093         local-abbrev-table before changing buffers because it might
13094         have a buffer-local binding.
13096 2000-11-28  Miles Bader  <miles@gnu.org>
13098         * simple.el (delete-horizontal-space): Handle fields more generally.
13100 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
13102         * simple.el (delete-horizontal-space): Handle minibuffer prompt.
13104 2000-11-28  Dave Love  <fx@gnu.org>
13106         * progmodes/ps-mode.el (ps-mode): Set comment-start and
13107         comment-start-skip locally.
13109         * progmodes/fortran.el (fortran-mode): Don't set
13110         fortran-comment-line-start-skip.  Set comment-start to
13111         fortran-comment-line-start.
13112         (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
13113         (fortran-comment-line-start-skip): Simplify slightly.
13115 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
13117         * play/5x5.el: Remove RCS keyword.
13119         * bs.el: Mistaken commit, undone 2000-11-30.
13121 2000-11-28  Milan Zamazal  <pdm@freesoft.cz>
13123         * textmodes/tildify.el (tildify-string-alist):
13124         Add `plain-tex-mode' here.
13126 2000-11-28  Colin Walters  <walters@cis.ohio-state.edu>
13128         * chistory.el (Command-history-setup): Remove extraneous `keymap'
13129         reference.
13131 2000-11-28  Miles Bader  <miles@gnu.org>
13133         * cus-face.el (custom-face-attributes): Add post-filter function
13134         for :box.  Make pre-filter function for :box handle all cases.
13136         * wid-edit.el (widget-choose): Make sure pop-up window is large
13137         enough to display all the choices, as there's no way to scroll it.
13139 2000-11-28  Kenichi Handa  <handa@etl.go.jp>
13141         * international/mule-conf.el: Make the coding system no-conversion
13142         safe for all characters.
13144 2000-11-27  Dave Love  <fx@gnu.org>
13146         * net/ldap.el (ldap) <defgroup>: Add :version.
13148         * tooltip.el (tooltip-use-echo-area): Doc fix.
13150         * cus-start.el <minibuffer-prompt-properties>: Add version.
13151         <read-buffer-function>: Add.
13153         * apropos.el (apropos-print): Add help-echo to active text.
13155         * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
13157 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
13159         * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
13160         type, group and version.
13162 2000-11-27  Eli Zaretskii  <eliz@is.elta.co.il>
13164         * select.el (x-get-selection): Docstring fix.
13166 2000-11-27  Dave Pearson <davep@hagbard.demon.co.uk>
13168         * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
13170 2000-11-27  Andrew Innes  <andrewi@gnu.org>
13172         * makefile.nt (.SUFFIXES): Add .SUFFIXES.
13174         * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
13176 2000-11-27  Miles Bader  <miles@gnu.org>
13178         * dired.el (dired-get-filename): Return filename verbatim if
13179         LOCALP is `verbatim'.
13180         * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
13181         `verbatim' so that we don't inadvertently delete a non-existant
13182         directory name.
13184 2000-11-27  Kenichi Handa  <handa@etl.go.jp>
13186         * international/characters.el: Specify cases and syntaxes for
13187         mule-unicode-0100-24ff.
13189 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
13191         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
13192         that foreground and/or background colors of the face `tool-bar'
13193         are unspecified.
13195 2000-11-27  Miles Bader  <miles@gnu.org>
13197         * wid-edit.el (widget-field-buffer, widget-field-start)
13198         (widget-field-end): Handle widget field `pseudo-overlays'.
13199         (widget-field-value-delete): Delete WIDGET from `widget-field-new'
13200         if it's there instead of in `widget-field-list'.
13202         * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
13203         (help-make-xrefs): Delete extraneous newlines at the end of the
13204         docstring.
13206 2000-11-25  Jason Rumney  <jasonr@gnu.org>
13208         * startup.el (command-line): Call set-locale-environment after
13209         Window System init file is read, as it can result in a call to
13210         redraw-frame.
13212 2000-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
13214         * simple.el (shell-command): Mention the effect of the prefix
13215         argument in the doc string.
13217 2000-11-25  Miles Bader  <miles@gnu.org>
13219         * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
13221         * wid-edit.el (widget-field-value-delete): Don't try to delete
13222         overlay when it's the `pseudo-overlay' that exists at some points.
13224 2000-11-24  Jason Rumney  <jasonr@gnu.org>
13226         * international/mule-cmds.el (locale-language-names): Add "jp" as
13227         a non-standard alternative for Japanese.
13229 2000-11-24  Andre Spiegel  <spiegel@gnu.org>
13231         * vc-hooks.el: Require 'cl during compilation.
13233 2000-11-24  Gerd Moellmann  <gerd@gnu.org>
13235         * faces.el (face-set-after-frame-default): Let face attributes
13236         specified for new frames override frame parameters.
13238         * startup.el (command-line): Fix computation of the source file
13239         for user-init-file when user-init-file is a compiled file.
13241 2000-11-24  Miles Bader  <miles@gnu.org>
13243         * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
13244         (custom-post-filter-face-spec): New functions.
13245         (custom-face-set, custom-face-value-create): Filter the face spec
13246         before and after customization.
13247         (custom-face-set): If VALUE specifies a null face, pass a
13248         non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
13249         * cus-face.el (custom-face-attributes): Remove SET and GET
13250         functions.  Add some IN-FILTER and OUT-FILTER functions in the few
13251         cases they're needed.
13253         * wid-edit.el (checkbox): Add a small `X' to the :on-glyph, so
13254         that it's distinguishable from the :off-glyph on dark-background
13255         displays.  Set its background color too.
13257         * cus-start.el (all): Restore entry for `mode-line-inverse-video',
13258         so that people can easily turn it off.
13260 2000-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
13262         * ediff-diff.el: Moved variables around to have it compile under NT.
13264         * ediff-help.el (ediff-use-long-help-message): Made it customizable.
13266         * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
13268         * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
13269         redundant skip-small-frames test.
13271         * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
13272         (viper-downgrade-to-insert): Protect against errors in hooks.
13274         * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
13275         (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
13276         (viper-restore-cursor-type,viper-set-insert-cursor-type):
13277         New functions.
13279         * viper-util.el (viper-memq-char): Bug fixes.
13281         * viper.el (viper-mode): Fix cursor handling.
13283 2000-11-24  Kenichi Handa  <handa@etl.go.jp>
13285         * international/mule-diag.el (list-iso-charset-chars):
13286         For two-byte charset, fix the `while' condition.
13287         (list-non-iso-charset-chars): Fix the `while' condition.
13289 2000-11-23  Stefan Monnier  <monnier@cs.yale.edu>
13291         * subr.el (add-hook, remove-hook): Don't call make-local-hook
13292         if the variable is make-variable-buffer-local.
13294         * progmodes/ada-stmt.el (ada-template-map):
13295         Initialize and bind it to C-c t in ada-mode-map.
13296         (ada-stmt-mode-hook): New function extracted from old code.
13297         Only change the buffer-local side of skeleton-*.
13298         (ada-mode-hook): Use it.
13300 2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
13302         * iswitchb.el (iswitchb-minibuf-depth): New variable.
13303         (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
13304         we expect to be returned by minibuffer-depth once we prompt the
13305         user in the minibuffer.
13306         (iswitchb-entryfn-p): If minibuffer-depth returns the same value
13307         as recorded in iswitchb-minibuf-depth, return non-nil.
13309 2000-11-23  Eli Zaretskii <eliz@is.elta.co.il>
13311         * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
13312         (hscroll-window-maybe): Docstring fix.
13314 2000-11-23  Dave Love  <fx@gnu.org>
13316         * rect.el (string-rectangle): Don't test delete-selection-mode.
13318 2000-11-23  Gerd Moellmann  <gerd@gnu.org>
13320         * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
13321         is in the tool bar.
13323         * dired-aux.el (dired-add-entry): Don't call dired-get-filename
13324         with `no-dir'; we want the directory part to be able to remove it.
13326 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
13328         * textmodes/outline.el (outline-flag-region):
13329         Don't bind inhibit-read-only since we don't modify the buffer.
13330         (outline-isearch-open-invisible): Don't jump to overlay-start
13331         since we're trying to unhide text around point.
13332         (outline-discard-overlays): Use dolist.
13334         * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
13336 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
13338         * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
13340 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
13342         * textmodes/tex-mode.el (tex-font-lock-keywords-1):
13343         Fix ARG regexp to skip quoted braces.
13344         (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
13345         Remove `bf' and `it' from `bold' and `italic' (they were wrong and
13346         are (correctly) handled separately).
13347         Remove `caption' and `footnote' from `citations': they contain text.
13348         Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
13349         (latex-skeleton-end-hook): New function.
13350         (latex-mode): Use it.
13351         (tex-start-tex-marker): Remove.
13352         (tex-send-tex-command): Don't set tex-start-tex-marker.
13353         (tex-error-parse-syntax-table): New var.
13354         (tex-compilation-parse-errors): Use it.
13355         Ignore tex-start-tex-marker.  Don't bother with marker-position.
13356         (tex-validate-buffer): Don't bother with marker-position.
13358         * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
13359         (flyspell-generic-progmode-verify): Use it.
13361 2000-11-22  Sam Steingold  <sds@gnu.org>
13363         * simple.el (delete-trailing-whitespace): New interactive function.
13365         * progmodes/ada-mode.el (ada-mode): Use it instead of
13366         `ada-remove-trailing-spaces'.
13367         (ada-remove-trailing-spaces): Removed.
13369         * textmodes/two-column.el (2C-merge): Recommend it in the doc.
13371         * textmodes/picture.el (picture-clean): Removed.
13372         (picture-mode-exit): Call it instead of `picture-clean'.
13374 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
13376         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
13378         * hi-lock.el (hi-lock-refontify): Don't call non-existent
13379         jit-lock-fontify-buffer; it should anyway be unneccessary to
13380         do anything special when jit-lock is active.
13381         (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
13383 2000-11-22  Dave Love  <fx@gnu.org>
13385         * calendar/todo-mode.el (todo-top-priorities): Use
13386         todo-tmp-buffer-name.  From Milan Zamazal <Milan.Zamazal@qbizm.com>.
13388         * language/chinese.el, language/cyrillic.el:
13389         * language/devanagari.el, language/ethiopic.el, language/greek.el:
13390         * language/hebrew.el, language/indian.el, language/japanese.el:
13391         * language/korean.el, language/lao.el, language/misc-lang.el:
13392         * language/thai.el, language/tibetan.el, language/vietnamese.el:
13393         Use provide.
13395         * cus-edit.el (custom-buffer-create-internal): Save some consing.
13396         (custom-variable-set): Improve validation error mesage.
13398         * rect.el (string-rectangle): Revert last change.
13399         (string-rectangle-line): New arg DELETE.
13400         (string-rectangle): Check delete-selection-mode.
13402         * emacs-lisp/edebug.el (edebug-version)
13403         (edebug-maintainer-address): Deleted.
13404         (edebug-submit-bug-report): Just alias to report-emacs-bug.
13405         (edebug-read-function): Account for other `'#' read forms.
13406         (edebug-mode-menus): Make some items toggles.
13407         (edebug-outside-unread-command-event, unread-command-event):
13408         Remove these to avoid warnings.
13410 2000-11-22  David Ponce  <david@dponce.com>
13412         * recentf.el (recentf-menu-items-for-commands)
13413         (recentf-make-menu-items, recentf-make-menu-item)
13414         (recentf-filter-changer): Added :help and :active menu-item properties.
13416         (recentf-build-dir-rules, recentf-dump-variable)
13417         (recentf-edit-list, recentf-open-files-item)
13418         (recentf-open-files): Replaced unnecessary `mapcar' with new
13419         built-in `mapc'.
13421 2000-11-23  Miles Bader  <miles@gnu.org>
13423         * faces.el (menu): Make inverse-video on ttys too.
13425 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
13427         * simple.el (comment-line-break-function): Use the new name
13428         indent-new-comment-line -> comment-indent-new-line.
13429         (clone-indirect-buffer): Don't ignore NORECORD.
13430         (next-completion): Properly handle the case where items are adjacent.
13432         * mouse.el (popup-menu): Stupid typo.
13434 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
13436         * emacs-lisp/authors.el: Remove autoload cookies, add author,
13437         maintainer, keywords tags.
13439         * rect.el (replace-rectangle): Don't call string-rectangle-line
13440         with too many arguments.
13442 2000-11-22  Andre Spiegel  <spiegel@gnu.org>
13444         * ediff-util.el (ediff-file-checked-out-p)
13445         (ediff-file-checked-in-p): Call vc-state instead of
13446         vc-locking-user, which no longer exists.
13448         * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
13450 2000-11-22  Dave Love  <fx@gnu.org>
13452         * md5.el (md5): Provide.
13453         (md5): Fix error call.
13455 2000-11-22  Miles Bader  <miles@gnu.org>
13457         * textmodes/refill.el (refill-adjust-ignorable-overlay)
13458         (refill-fill-paragraph-at): Remove debugging code.
13460         * calendar/calendar.el (generate-calendar-window): When we don't
13461         call `fit-window-to-buffer', make sure the top line is fully visible.
13463         * image-file.el (insert-image-file): Don't make `read-only'
13464         property rear-nonsticky.
13466         * isearch.el (isearch-original-minibuffer-message-timeout): New var.
13467         (isearch-mode): Set `minibuffer-message-timeout' to nil, after
13468         stashing away its original value.
13469         (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
13470         in the recursive edit.
13471         Bind `isearch-original-minibuffer-message-timeout' to protect it.
13472         (isearch-done): Restore `minibuffer-message-timeout'.
13474         * cus-start.el: Remove entry for `mode-line-inverse-video'.
13476 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
13478         * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
13480         * find-lisp.el (find-lisp-find-files-internal):
13481         Use dolist, when and file-name-as-directory.
13483         * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
13484         (define-derived-mode, define-minor-mode): Add specs.
13486         * window.el: General comment and spacing fixes.
13487         (save-selected-window): Use backquotes.
13488         (window-safely-shrinkable-p): New function.
13489         (shrink-window-if-larger-than-buffer): Use it.
13491         * subr.el (make-local-hook): Docstring fix.
13493         * shell.el (shell-mode): Use define-derived-mode.
13495         * newcomment.el (comment-indent): Insert comment before calling
13496         comment-indent-function.  Don't insert in column 0.
13497         (comment-dwim): Indent before inserting comment.
13499         * isearch.el (isearch-mode-map): Fix docstring.  Init in defvar.
13500         (minibuffer-local-isearch-map): Init in defvar.  Use inheritance.
13501         (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
13502         Use mapc rather than map.
13504         * files.el (find-buffer-visiting): Compare all attributes before
13505         declaring two files identical (rather than just their inode-no).
13506         (auto-mode-alist): Use \' rather than $.
13508         * which-func.el: Update maintainer line.
13510         * pcvs.el (uniquify-buffer-file-name): Remove advice.
13511         * uniquify.el (uniquify-list-buffers-directory-modes): New var.
13512         (uniquify-buffer-file-name): Use it.
13514 2000-11-22  Miles Bader  <miles@gnu.org>
13516         * cus-start.el: Add entry for `minibuffer-prompt-properties'.
13517         * simple.el (minibuffer-avoid-prompt): New function.
13519 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
13521         * Makefile.in (.SUFFIXES): Add .SUFFIXES.
13523 2000-11-21  Miles Bader  <miles@gnu.org>
13525         * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
13526         inclusion of `track-mouse'.
13528         * textmodes/refill.el (refill-ignorable-overlay): New variable.
13529         (refill-adjust-ignorable-overlay): New function.
13530         (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
13531         only the paragraph's tail if possible.
13532         Update `refill-ignorable-overlay'.
13533         (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
13535         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
13536         point inside the fill-prefix.
13538         * textmodes/refill.el (refill-post-command-function): Don't reset
13539         refill-doit in the case where a self-insertion command doesn't
13540         case a refill.  Use `refill-fill-paragraph-at', getting position
13541         from `refill-doit'.
13542         (refill-after-change-function): Set `refill-doit' to END.
13543         (refill-fill-paragraph-at): New function, mostly from old
13544         refill-fill-paragraph.
13545         (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
13546         (refill-pre-command-function): New function.
13547         (refill-mode): Add it to `pre-command-hook'.
13549 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
13551         * textmodes/artist.el (artist-mode): Fix autoload cookie.
13553         * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
13554         javadoc tags.
13556 2000-11-20  Andre Spiegel  <spiegel@gnu.org>
13558         * vc.el, vc-hooks.el: Undo prev change (moved functions back to
13559         vc.el).
13561         * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
13562         require vc.
13564         * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
13565         checkouts.
13567 2000-11-20  Dave Love  <fx@gnu.org>
13569         * Makefile.in (DONTCOMPILE): Omit bindings.el.
13571 2000-11-20  Eli Barzilay <eli@www.barzilay.org>
13573         * calculator.el (calculator-paste): Use `if' instead of `and'
13574         and `or'.
13575         (calculator-help): Don't use electric-describe-mode for XEmacs.
13577 2000-11-19  Gerd Moellmann  <gerd@gnu.org>
13579         * info.el (info-menu-5): Doc fix.
13581         * textmodes/artist.el: New file.
13583 2000-11-19  Andre Spiegel  <spiegel@gnu.org>
13585         * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
13586         and differentiate according to checkout model.
13587         (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
13588         since this function is only concerned with master state.
13590         * vc-hooks.el (vc-workfile-unchanged-p)
13591         (vc-default-workfile-unchanged-p): Moved here from vc.el.
13593         * vc.el (vc-workfile-unchanged-p)
13594         (vc-default-workfile-unchanged-p): See above.
13596 2000-11-19  Miles Bader  <miles@gnu.org>
13598         * image-file.el (insert-image-file): Make `intangible' and
13599         `read-only' properties rear-nonsticky too.
13601 2000-11-18  Gerd Moellmann  <gerd@gnu.org>
13603         * ps-print.el: Update copyright notice.
13605         * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
13606         (tooltip-show): Use the offsets.
13608         * bindings.el (mode-line-modified): Fix a typo.
13609         (mode-line-toggle-modified, mode-line-widen)
13610         (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
13612 2000-11-17  Vinicius Jose Latorre <vinicius@cpqd.com.br>
13614         * ps-print.el (toplevel): Test for find-coding-system being
13615         fboundp before calling ps-x-find-coding-system.
13617 2000-11-16  Stefan Monnier  <monnier@cs.yale.edu>
13619         * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
13620         (vc-version-backup-file): Docstring fix.
13622 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
13624         * files.el (basic-save-buffer): Don't add a newline if
13625         find-file-literally is non-nil.
13626         (find-file-literally): Extend doc string.
13628         * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
13629         sort(1) with the `-f' argument.
13631 2000-11-16  Andre Spiegel  <spiegel@gnu.org>
13633         * vc.el: Updated backend documentation.
13634         (vc-default-check-headers): New function.
13636         * vc-{cvs,rcs,sccs}.el: Functions reordered.
13638         * vc.el (vc-revert-buffer): Ask for confirmation if file seems
13639         up-to-date.
13640         (vc-do-command): In the asynchronous case, output messages only if
13641         the minibuffer is not active.
13643         * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
13644         `vc-cvs-use-edit' is on.
13645         (vc-cvs-checkout): When this is used for reverting the workfile,
13646         make a backup of the original contents and revert to that in case
13647         of error.
13648         (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
13649         remote repositories.
13651         * vc.el (vc-annotate): Changed handling of prefix arg; now asks
13652         for both version and ratio in the minibuffer.
13654         * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
13655         Use vc-do-command to perform the annotation, not call-process.
13657 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
13659         * international/quail.el (quail-start-translation): Don't call
13660         `message' before reading key sequence.
13662 2000-11-16  Miles Bader  <miles@lsi.nec.co.jp>
13664         * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
13666 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
13668         * window.el (fit-window-to-buffer): Be sure to acquire at least
13669         one text line even if the buffer is empty.
13671 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
13673         * net/ange-ftp.el (ange-ftp-file-writable-p)
13674         (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
13675         Bind ange-ftp-process-verbose to nil.
13677 2000-11-15  Dave Love  <fx@gnu.org>
13679         * wid-edit.el (widget-specify-field, widget-specify-button):
13680         If :help-echo is a function, set help-echo of overlay to
13681         widget-mouse-help.
13682         (widget-mouse-help): New function.
13683         (widget-echo-help): Rewritten for :help-echo functions only taking
13684         a widget arg.
13686         * net/eudc-bob.el (eudc-bob-can-display-inline-images):
13687         Use display-graphic-p.
13688         (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
13689         and that JPEG is available.
13690         (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
13692         * international/mule-cmds.el (locale-charset-language-names):
13693         Match @euro.
13695 2000-11-15  Gerd Moellmann  <gerd@gnu.org>
13697         * faces.el (face-set-after-frame-default):
13698         If `inhibit-default-face-x-resources' is bound, don't intialize the
13699         default face from X resources.
13701 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
13703         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
13704         Don't set EMACSLOADPATH.
13706 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
13708         * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
13709         texinfo-insert-@url.
13710         (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
13711         (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
13713 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
13715         * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
13716         (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
13717         (checkdoc-minor-keymap): Backward compatibility.
13718         (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
13719         (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
13720         (checkdoc-this-string-valid-engine): Be a bit more strict
13721         to avoid matching substrings of `...' quoted vars/funs.
13722         (checkdoc-defun-info): Only look for `interactive' if alone.
13723         (debug-ignored-errors): Add "arg doesn't appear in docstring".
13725         * progmodes/compile.el (grep): `tag-default' can be nil.
13727         * newcomment.el (comment-indent): Paren typo.
13729 2000-11-14  Dave Love  <fx@gnu.org>
13731         * calculator.el: New maintainer version.
13733         * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
13735         * cmuscheme.el: Doc fixes.
13736         (cmuscheme) <defgroup>: Use `scheme' as parent.
13737         (cmuscheme-program-name): Remove.  Change uses to scheme-program-name.
13739         * xscheme.el (scheme-program-name): Don't define here.
13741         * progmodes/scheme.el (scheme-program-name): New variable
13742         (originally in cmuscheme).
13744 2000-11-14  Miles Bader  <miles@gnu.org>
13746         * window.el (fit-window-to-buffer): Handle windows without mode-lines.
13747         Handle header-lines.  Don't loop forever if we can't enlarge the
13748         window anymore.  Simplify a bit.
13750 2000-11-14  Kenichi Handa  <handa@etl.go.jp>
13752         * window.el (fit-window-to-buffer): Don't check
13753         window-text-height.  Assure that the last line is fully visible.
13755         * international/quail.el (quail-show-guidance-buf):
13756         Call fit-window-to-buffer to assure the enough height of the guidance
13757         buffer.
13758         (quail-update-guidance): Avoid making the guidance buffer shorter.
13760 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
13762         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
13763         rather than `prepend' and add an interesting comment.
13764         (tex-math-face, tex-font-lock-syntactic-face-function):
13765         New face and function to use it.
13766         (tex-define-common-keys, tex-mode-map): Use menu-item rather
13767         than `menu-enable' symbol property.
13768         (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
13769         (tex-mode): Add some latex-mode commands for auto-selection.
13770         Use tex-font-lock-syntactic-face-function.
13771         (tex-insert-quote): Simplify.
13772         (tex-shell): New mode.
13773         (tex-start-shell): Use it.
13774         (tex-shell-proc, tex-shell-buf): New functions.
13775         (tex-send-command): Use it.
13776         (tex-main-file): Fix the meaning of the new arg REALFILE.
13777         (tex-send-tex-command): New function split from `tex-start-tex'.
13778         Set compilation-last-buffer and compilation-parsing-end.
13780         * newcomment.el (comment-indent-default): Stick \s<\s< to the left
13781         when it follows non-comment text on the line.
13783         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13784         Set font-lock-defaults.
13785         (lisp-mode-shared-map): Init inside the defvar.
13786         (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
13787         Use define-derived-mode.
13789 2000-11-14  Miles Bader  <miles@lsi.nec.co.jp>
13791         * faces.el (header-line): Use `:box nil' for color/gs displays too.
13793 2000-11-14  Gerd Moellmann  <gerd@gnu.org>
13795         * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
13796         Don't recursively optimize body because that can lead to infinite
13797         recursion; see comment there.
13799 2000-11-13  Eli Zaretskii  <eliz@is.elta.co.il>
13801         * faces.el (face-spec-set-match-display): Revert the change from
13802         2000-10-24.  Add a FIXME for after v21.1.
13804 2000-11-13  Miles Bader  <miles@gnu.org>
13806         * textmodes/fill.el (skip-line-prefix): New function.
13807         (fill-region-as-paragraph, fill-region):  Return the fill-prefix.
13808         (fill-paragraph): Don't leave point inside the fill-prefix.
13809         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
13810         point inside the fill-prefix.
13812 2000-11-13  Miles Bader  <miles@lsi.nec.co.jp>
13814         * calendar/calendar.el (generate-calendar-window):
13815         Use `fit-window-to-buffer'.
13817 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
13819         * gud.el (gud-minor-mode): New var.
13820         (gud-symbol, gud-val): New functions.
13821         (gud-find-file): Copy gud-minor-mode to the new buffer.
13822         (gud-menu-map): Include entries for commands that are not always
13823         available, using :enable to (de)activate them.
13824         (gud-minor-mode-map): New map.  Add it to minor-mode-map-alist.
13825         (gud-mode-map): New map.
13826         (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
13827         (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
13828         Don't set up gud's menu (it's done by the minor-mode).
13829         (gud-minibuffer-local-map): New.
13830         Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
13831         (gud-query-cmdline): New function.
13832         (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it.  Set gud-minor-mode.
13833         (gud-mode): Use define-derived-mode.
13834         Don't set up gud's menu (it's done by the minor-mode).
13835         (gud-chop-words): Remove.
13836         (gud-common-init): Use split-string instead.
13837         (gud-new-keymap, gud-make-debug-menu): Eradicate.
13839         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
13840         Add keyword arg :name.
13842         * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
13843         (diff-count-matches, diff-split-hunk): New functions.
13844         (diff-mode-map): Bind C-c C-s to diff-split-hunk.
13846         * pcvs-info.el (cvs-fi-conflict-face): New var.
13848         * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
13849         Make it into a simple syntax-table, shared among all submodes.
13850         (sh-heredoc-face): Re-introduce.
13851         (sh-font-lock-syntactic-face-function): New function.
13852         (sh-mode): Use it.  Also use define-derived-mode.
13853         Remove old bogus setting of indent-region-function.
13854         (sh-set-shell): Don't set the syntax-table any more.
13855         (sh-mode-syntax-table) <defun>: Remove.
13857 2000-11-12  Miles Bader  <miles@gnu.org>
13859         * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
13860         message if interactive.
13862 2000-11-12  Dave Love  <fx@gnu.org>
13864         * mail/feedmail.el: Fix header,
13865         (feedmail) <defgroup>: Add :link.
13867         * view.el: Use local-map property, not keymap on mode-line string.
13869         * scroll-all.el (scroll-all-mode): Customize variable.
13870         Add autoload cookie to function.
13872         * lazy-lock.el: Remove compatibility code.
13874         * finder.el (finder-known-keywords): Add `files', remove `vms'.
13875         (finder-help-echo): New variable.
13876         (finder-mouse-face-on-line): Add help-echo stuff.
13877         (finder-list-keywords, finder-list-matches): Use mapc.
13879         * faces.el (face-font-registry-alternatives): Add :version.
13881         * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
13882         tags-table-list.
13884         * net/browse-url.el (browse-url-browser-function): Update :version.
13886         * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
13887         (mail-mode): Use [:alnum:] in some regexps.
13889 2000-11-10  Dave Love  <fx@gnu.org>
13891         * ediff.el (ediff-regions-internal, ediff-documentation):
13892         * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
13893         fundamental mode.
13895         * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
13896         buffer into fundamental mode.
13897         (ediff-set-difference): Use copy-sequence if available.
13899         * ediff-ptch.el (ediff-dispatch-file-patching-job):
13900         Check ediff-patch-map non-nil.
13901         (ediff-fixup-patch-map, ediff-fixup-patch-map)
13902         (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
13903         buffer into fundamental mode.
13905         * ediff-merg.el (state-or-merge): Defvar when compiling.
13907 2000-11-10  Jason Rumney  <jasonr@gnu.org>
13909         * w32-fns.el (w32-add-charset-info): New function.
13910         (w32-charset-info-alist): Use it.
13912 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
13914         * faces.el (face-font-registry-alternatives): New user-option.
13916 2000-11-10  Stefan Monnier  <monnier@cs.yale.edu>
13918         * textmodes/texinfo.el (texinfo-block-default): New var.
13919         (texinfo-insert-block): Use it.  Insert a newline if needed.
13921         * textmodes/fill.el (fill-indent-according-to-mode): New var.
13922         (fill-region-as-paragraph): Use it.
13924         * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
13925         (latex-mode): Tweak tex-*-(head|trail)er regexps.
13926         Tweak paragraph regexps to allow a leading [ \t]*.
13927         (tex-latex-block): Insert a newline if necessary.
13928         (latex-insert-item): Only insert a newline if necessary.
13929         (tex-guess-main-file): New function.
13930         (tex-main-file): Use it.  Add arg `realfile'.  Trim `.tex'.
13931         Set tex-main-file if TeX-master is provided.
13932         (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
13934 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
13936         * startup.el (command-line): Set the default tooltip-mode
13937         to t for graphical displays which implement x-show-tip.
13939         * tooltip.el (tooltip-mode): Add a comment about startup.el
13940         setting the default value of this user-option.
13942 2000-11-09  Stefan Monnier  <monnier@cs.yale.edu>
13944         * font-lock.el (font-lock-*-face) <defvar>: Move.
13945         (font-lock-defaults-alist): Mark obsolete.
13946         (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
13947         (font-lock-mode): Use define-minor-mode.
13948         (font-lock-support-mode): Tweak type to default to jit-lock-mode.
13949         (font-lock-turn-off-thing-lock): Be more explicit.
13950         (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
13951         (font-lock-syntactic-face-function): New var.
13952         (font-lock-fontify-syntactically-region): Use it.
13953         (font-lock-doc-face): New.
13955         * pcvs.el (cvs-enabledp): Ignore errors.
13956         (cvs-commit-filelist): Never query.
13957         (cvs-mode-insert): Always add a terminating / in the initial prompt.
13958         (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
13959         (cvs-do-removal): Use cvs-partition rather than delete-if.
13960         Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
13961         cvs-bury-buffer.
13963         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13964         Allow `next' to jump to after the end of the last match.
13966 2000-11-09  Gerd Moellmann  <gerd@gnu.org>
13968         * simple.el (byte-compiling-files-p): New function.
13970         * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
13971         if it is there.
13973         * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
13974         nil again.
13976         * textmodes/ispell.el (ispell-library-path): Don't call
13977         check-ispell-version when byte-compiling because that starts
13978         an ispell process, and ispell might not be installed.
13979         (toplevel): Don't set up a menu when byte-compiling.
13981         * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
13982         it, so that a boundp test can be used to determine if we're
13983         currently byte-compiling.
13985 2000-11-09  Dave Love  <fx@gnu.org>
13987         * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
13989 2000-11-09  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13991         * ps-print.el: Patch for variable initialization when spooling.
13992         Doc fix.
13993         (ps-output-list): Fun eliminated.
13994         (ps-begin-file, ps-begin-job): Code fix.
13996 2000-11-08  Dave Love  <fx@gnu.org>
13998         * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
14000 2000-11-08  Gerd Moellmann  <gerd@gnu.org>
14002         * simple.el (shell-command, display-message-or-buffer)
14003         (shell-command-on-region): Mention resize-mini-windows in the doc
14004         string.
14005         (display-message-or-buffer): Take the value of resize-mini-windows
14006         into account.
14008 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
14010         * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
14012         * dired.el (dired-between-files): Add `^. find' as an alternative
14013         to the regular expression, for find-dired.
14015 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
14017         * textmodes/texnfo-upd.el: Require texinfo.
14018         (defmacro, defgroup): Remove.
14019         (texinfo-section-to-generic-alist): Remove.
14020         Use texinfo-section-list instead (i.e. level is changed string->int).
14021         (texinfo-filter): New function.
14022         (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
14023         (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
14024         Use it.  And use regexp-opt.
14025         (texinfo-find-higher-level-node, texinfo-hierarchic-level)
14026         (texinfo-update-menu-region-beginning)
14027         (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
14028         (texinfo-update-the-node, texinfo-sequentially-update-the-node)
14029         (texinfo-update-menu-same-level-regexps): Update.
14030         (texinfo-update-node, texinfo-every-node-update)
14031         (texinfo-sequential-node-update): Remove autoload cookie.
14033         * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
14034         (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
14035         (texinfo-chapter-level-regexp): Remove.
14036         (texinfo-mode): Hard code texinfo-chapter-level-regexp.
14038 2000-11-06  Dave Love  <fx@gnu.org>
14040         * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
14042         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
14043         Match defun*.
14045 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
14047         * composite.el (composition-function-table): Variable declaration
14048         moved to src/composite.c.
14049         (compose-chars-after): New optional arg object.
14051 2000-11-06  Gerd Moellmann  <gerd@gnu.org>
14053         * bindings.el (mode-line-toggle-read-only)
14054         (mode-line-toggle-modified, mode-line-widen)
14055         (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
14056         (make-mode-line-mouse2-map): Rewritten.
14057         (mode-line-modified, mode-line-format, minor-mode-alist): Use new
14058         functions so that C-h k can show something with a doc string.
14060         * startup.el (fancy-splash-delay): Set to 10 seconds.
14061         (fancy-splash-max-time): New user-option.
14062         (fancy-splash-stop-time): New variable.
14063         (fancy-splash-screens): Set it.  Catch `stop-splashing'.
14064         (fancy-splash-screens-1): Throw `stop-splashing' when current
14065         time is greater than fancy-splash-stop-time.
14067 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
14069         * vc-hooks.el (vc-insert-file): Don't assume byte==char.
14071         * pcvs.el (cvs-mode-marked): New arg `noquery'.
14072         Prompt user for a file rather than raising an error.
14073         (cvs-enabledp): Fix call to cvs-mode-marked.
14074         (cvs-insert-file): New function (extracted from cvs-mode-insert).
14075         (cvs-mode-insert): Use it.  Change the init prompt' value.
14076         (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
14078         * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
14079         Don't pass default arg to ewoc-locate.
14080         (ewoc-collect): Return result in the right order.
14082         * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
14084         * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
14085         (cvs-status-get-tags): Fix regexp.
14086         (cvs-status-trees, cvs-status-cvstrees):
14087         Combine after change hooks and don't sit-for.
14088         (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
14089         (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
14090         Use make-char rather than hard-coded cryptic data.
14091         (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
14093         * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
14095         * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
14096         (cvs-insert-strings): New function.
14098 2000-11-06  Miles Bader  <miles@lsi.nec.co.jp>
14100         * mwheel.el (mouse-wheel-scroll-amount): Renamed from
14101         `mwheel-scroll-amount'.
14102         (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
14103         (mouse-wheel-mode): Use (featurep 'xemacs) instead of
14104         string-matching against the version string.
14106 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
14108         * language/thai.el ("Thai"): Set a lisp form that produces
14109         composed string in `sample-text' language info.
14111         * language/tibetan.el ("Tibetan"): Set a lisp form that produces
14112         composed string in `sample-text' language info.
14114         * international/mule-cmds.el (describe-language-environment):
14115         Eval `sample-text' data and insert the result.
14117         * international/mule-conf.el (compound-text): Define this coding
14118         system here.  Make x-ctext and ctext aliases of it.
14120         * language/european.el (compound-text, ctext): Moved to
14121         international/mule-conf.el.
14123 2000-11-05  Andrew Innes  <andrewi@gnu.org>
14125         * w32-fns.el (w32-version): New function.
14127 2000-11-05  Stefan Monnier  <monnier@cs.yale.edu>
14129         * progmodes/awk-mode.el: Update copyright.
14130         (awk-mode-abbrev-table): Remove.
14131         (awk-font-lock-keywords): Use regexp-opt.
14132         (awk-mode): Use define-derived-mode.
14134         * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
14135         when extracting a suffix.
14137 2000-11-04  Andre Spiegel  <spiegel@gnu.org>
14139         * vc-hooks.el (vc-insert-file): Rewritten.  Don't bother about
14140         auto-save-mode.
14142 2000-11-04  Jason Rumney  <jasonr@gnu.org>
14144         * language/european.el (decode-mac-roman): Test against r1 not r0.
14146 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
14148         * progmodes/icon.el (icon-mode-map): Don't rebind \t.
14149         (icon-mode): Define indent-line-function.
14150         (icon-comment-indent): Simplify.
14151         (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
14153         * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
14155         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
14156         Bind change-log-default-mode to defeat the caching done on it.
14157         Don't bother saving excursion any more.
14159         * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
14161         * frame.el (after-setting-font-hook): Rename hooks -> hook.
14162         (set-frame-font): Use the new name (and the old for compatibility).
14164         * toolbar/tool-bar.el (tool-bar-mode):
14165         * time.el (display-time-mode):
14166         * recentf.el (recentf-mode):
14167         * paren.el (show-paren-mode):
14168         * mwheel.el (mouse-wheel-mode):
14169         * msb.el (msb-mode):
14170         * jka-compr.el (auto-compression-mode):
14171         * image-file.el (auto-image-file-mode):
14172         * hl-line.el (hl-line-mode):
14173         * delsel.el (delete-selection-mode):
14174         * autoinsert.el (auto-insert-mode):
14175         * complete.el (partial-completion-mode): Drop unneeded positional args.
14177         * info.el (Info-mode):
14178         * comint.el (comint-mode): Don't bother with make-local-hook.
14180         * log-edit.el (log-edit-menu): New menu.
14182 2000-11-03  Miles Bader  <miles@gnu.org>
14184         * wid-edit.el (widget-end-of-line): Reinstate, with a new
14185         definition, so that trailing spaces are handled properly.
14186         (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
14188 2000-11-03  Gerd Moellmann  <gerd@gnu.org>
14190         * startup.el (fancy-splash-text, fancy-splash-text): Use a single
14191         tab character.
14192         (fancy-splash-screens): Set tab-width to 20.
14194 2000-11-03  Dave Love  <fx@gnu.org>
14196         * comint.el (comint-completion-addsuffix): Fix custom type.
14198 2000-11-02  Stefan Monnier  <monnier@cs.yale.edu>
14200         * font-lock.el (font-lock-buffers): Remove.
14201         (font-lock-global-modes): Define with easy-mmode-define-global-mode.
14202         (font-lock-change-major-mode): Remove.
14203         (turn-on-font-lock-if-enabled): Only apply to the current buffer.
14204         (font-lock-default-fontify-region): Extend the multiline
14205         fontification to whole lines.
14206         (font-lock-fontify-anchored-keywords)
14207         (font-lock-fontify-keywords-region): If matching just one
14208         line (with \n) only mark the \n as multiline.
14210         * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
14211         Correctly handle the case where several :group args are supplied.
14212         Allow :extra-args.
14213         (easy-mmode-define-global-mode): Allow :extra-args.
14214         Correctly handle the case where several :group args are supplied.
14216 2000-11-02  Miles Bader  <miles@gnu.org>
14218         * calendar/calendar.el (diary-face, calendar-today-face)
14219         (holiday-face): Remove dependency on `window-system'.
14221 2000-11-02  Ken Raeburn  <raeburn@gnu.org>
14223         * Makefile.in (emacs): Set EMACSLOADPATH always.
14224         (update-authors, .el.elc, compile-files): Don't do it explicitly here.
14225         (compile-files): Bomb out if compilation of a file fails.
14227 2000-11-02  Dave Love  <fx@gnu.org>
14229         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
14231 2000-11-02  Eli Zaretskii  <eliz@is.elta.co.il>
14233         * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
14234         punctuation in the warning inserted into the *mail* buffer.
14236 2000-11-02  Gerd Moellmann  <gerd@gnu.org>
14238         * emacs-lisp/authors.el (authors-public-domain-files): New variable.
14239         (authors-public-domain-p): New function.
14240         (authors-print): Use it.
14242         * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
14244         * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
14246 2000-11-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14248         * ps-print.el: Extension for even/odd printing.  Doc fix.
14249         (ps-print-version): New version number (6.3.1).
14250         (ps-even-or-odd-pages): Customization fix.
14251         (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
14252         (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
14253         (ps-page-count): Var replaced by `ps-page-column'.
14254         (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
14255         (ps-print-sheet-p): New fun.
14257 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
14259         * tooltip.el (tooltip-gud-tips-setup): New function.
14260         (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
14261         (tooltip-mode): Call tooltip-gud-tips-setup.
14262         (tooltip-gud-tips): Use `gud-basic-call' instead of
14263         process-send-string, so the prompt gets frobbed appropriately.
14264         Handle nil return value from `tooltip-gud-print-command'.
14266 2000-11-01  Eric M. Ludlam  <zappo@ultranet.com>
14268         * comint.el (comint-add-to-input-history): New function.
14269         (comint-send-input): Use `comint-add-to-input-history'.
14271 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
14273         * info.el (info-menu-header): New face.
14274         (Info-fontify-menu-headers): New function.
14275         (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
14277         * info.el (Info-insert-dir): Don't include blank lines at
14278         beginning of additional dir files (one is added automatically).
14280 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
14282         * emacs-lisp/easy-mmode.el (define-minor-mode):
14283         Revert the latest changes.
14284         Allow the three positional arguments to be skipped and replaced
14285         by keyword arguments.
14286         Add a :toggle argument to determine whether a nil arg means toggle
14287         or means turn-on.  The default is unchanged.
14288         Add a call to force-mode-line-update.
14290 2000-11-01  Dave Love  <fx@gnu.org>
14292         * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
14294 2000-11-01  Miles Bader  <miles@lsi.nec.co.jp>
14296         * calendar/calendar.el (diary-face, holiday-face):
14297         Add dark-background variants.
14299 2000-10-31  Sam Steingold  <sds@gnu.org>
14301         * textmodes/tex-mode.el (tex-file): Use `default-directory' when
14302         `tex-main-file' does not have directory in it.
14304 2000-10-31  Stefan Monnier  <monnier@cs.yale.edu>
14306         * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
14308 2000-10-31  Thien-Thi Nguyen  <ttn@gnu.org>
14310         * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
14311         functional change.
14313 2000-10-31  Gerd Moellmann  <gerd@gnu.org>
14315         * files.el (find-file-noselect): When we expand a wildcard, return
14316         a list of buffers, as we should do according to the doc string.
14318 2000-10-31  Ken Raeburn  <raeburn@gnu.org>
14320         * loadup.el (top level): Adjust load path if program name is
14321         "../src/bootstrap-emacs", in case it's not dumped and thus the
14322         load path adjustment hasn't already been done.
14324 2000-10-31  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14326         * ps-print.el: Fix bug on selected pages for printing.
14327         Use `color-values' for Emacs 21.  Ensure fontification when jit-lock
14328         is on.  Try to avoid warning messages when compiling.  Doc Fix.
14329         (ps-print-version): New version number (6.3).
14330         (ps-color-device): Use `color-values' to determine if device
14331         supports color.
14332         (ps-color-values): Try to use `x-color-values' when using XEmacs.
14333         (ps-print-page-p): Changed from defsubst to defun.
14334         (ps-page-number): Changed from defmacro to defun.
14335         (ps-header-sheet, ps-header-page): Fix bug on selected pages for
14336         printing.
14337         (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
14338         (ps-end-file, ps-dummy-page): Funs eliminated.
14339         (ps-print-color-scale): Changed default value.
14340         (ps-page-n-up, ps-print-page-p): New internal vars.
14341         (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
14342         (ps-plot-region, ps-generate, ps-end-job): Code fix.
14344         * delim-col.el: Little programming improvement.
14345         (delimit-columns-str): New macro.
14346         (delimit-columns-region, delimit-columns-rectangle): Code fix.
14348 2000-10-31  Kenichi Handa  <handa@etl.go.jp>
14350         * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
14351         Moved to european.el.
14352         (ccl-encode-mac-roman-font, fontset-mac): Modified for
14353         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
14354         (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
14355         (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
14357 2000-10-30  Dave Love  <fx@gnu.org>
14359         * progmodes/cc-menus.el (imenu-generic-expression)
14360         (imenu-progress-message): Only defvar when compiling.
14362         * emacs-lisp/elp.el (elp-unload-hook): New function.
14364         * loadhist.el (unload-feature): Call elp-restore-function,
14365         checking for symbols; don't use elp-restore-all.
14366         (loadhist-hook-functions): Doc fix.
14368 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
14370         * log-edit.el (log-edit-confirm): Fix the default.
14372 2000-10-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14374         * delim-col.el: Little fix: replace delimit-columns-align-columns by
14375         delimit-columns-format.
14376         (delimit-columns-region, delimit-columns-rectangle): Code fix.
14378 2000-10-30  Miles Bader  <miles@lsi.nec.co.jp>
14380         * comint.el (comint-replace-by-expanded-history): Don't use
14381         comint-get-old-input (we're not looking at *old* input).
14382         (comint-get-old-input-default): If using fields, signal an error
14383         when the point is not in an input field.
14385 2000-10-30  Kenichi Handa  <handa@etl.go.jp>
14387         * international/mule-conf.el: New charsets mule-unicode-2500-33ff
14388         and mule-unicode-e000-ffff.
14390         * international/mule.el (decode-char, encode-char): New functions.
14391         (make-coding-system): Accept a symbol of translation table as a
14392         value of property `safe-chars'.
14394         * international/mule-cmds.el (encode-coding-char): Check property
14395         safe-chars instead of safe-charsets.
14397         * international/fontset.el (fontset-default): Modified for
14398         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
14399         (x-font-name-charset-alist): Likewise.
14400         (ccl-encode-unicode-font): New CCL program.  Record it in
14401         font-ccl-encoder-alist to be used for fonts "ISO10646-1".
14403         * language/european.el (mac-roman-decoder, mac-roman-encoder):
14404         New translation tables.
14405         (decode-mac-roman, encode-mac-roman): Definition of these CCL
14406         programs are modified and moved from mac-win.el.
14407         (mac-roman): Definition of this coding system is modified and
14408         moved from mac-win.el.
14410 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
14412         * ediff-wind.el (ediff-setup-control-frame): Enclose
14413         face-attribute in condition-case to avoid errors in older emacsen.
14415 2000-10-29  Miles Bader  <miles@gnu.org>
14417         * custom.el (custom-add-to-group): Allow multiple entries for a
14418         given value OPTION, as long as their widget types are different.
14419         * cus-edit.el (custom-face-value-create): If face name doesn't end
14420         with "face", add such here (similar to custom group widgets).
14422         * comint.el (comint-highlight-prompt): Add :type.
14424 2000-10-28  John Wiegley  <johnw@gnu.org>
14426         * calendar/timeclock.el (timeclock-log): Doc fix.
14427         (timeclock-last-event): Doc fix.
14428         (timeclock-log): Kill the timelog buffer after appending a new event.
14429         (timeclock-find-discrep): Use a temp buffer to read in the
14430         timelog, instead of visiting the file.
14431         (timeclock-log-data): A new function, along with a host of helper
14432         functions, for the purpose of making timelog data accessible to
14433         programmers.
14435         * eshell/esh-mode.el (window-height test): Make certain that
14436         `eshell-stringify-t' is non-nil.
14437         (eshell-password-prompt-regexp): Changed to a much simpler
14438         password regexp.
14439         (eshell-send-input): If `eshell-invoke-directly' returns t,
14440         directly invoke the parsed command using `eval'.  This improves
14441         turn-around time on simple commands by a factor of three or
14442         greater, such as cd, ls, pwd, etc. -- which get used very often.
14443         It also conserves thousands of cons cells per call (since
14444         `eshell-do-eval' consumes memory like a Cookie Monster set loose
14445         in the Pacific Cookie Company).
14447         * eshell/esh-test.el (eshell-test): Whitespace fix.
14449         * eshell/em-ls.el (eshell-ls-insert-directory):
14450         Make `eshell-ls-initial-args' nil when inserting directory contents.
14452         * eshell/em-script.el (eshell-script-initialize): Add names to
14453         `eshell-complex-commands, since `source' and `.' are complex.
14455         * eshell/esh-cmd.el (eshell-rewrite-for-command)
14456         (eshell-rewrite-while-command): Use `eshell-protect' instead of
14457         `eshell-copy-handles'.
14458         (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
14459         bodies.
14460         (eshell-separate-commands): Whitespace fix.
14461         (eshell-complex-commands): Added a new list of names, for
14462         determining whether a given command is as simple as it looks.
14463         (eshell-invoke-directly): New function.  Returns t if a command
14464         should be invoked directly (using `eval'), rather than indirectly
14465         using `eshell-do-eval'.
14466         (eshell-do-eval): Whitespace fix.
14468         * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
14469         which provides an emulation of the DOS shell behavior of assuming
14470         that cp/mv/ln should copy/move/link to the current directory.
14471         (eshell-remove-entries): Added a doc string.
14472         (eshell-shuffle-files): Removed the check for `target' being null.
14473         (eshell-mvcp-template, eshell-mvcpln-template): Renamed
14474         `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
14475         it to do a smarter check of whether a destination was provided.
14476         (eshell/mv, eshell/cp): Enable `:preserve-args'.
14477         (eshell/ln): Enable `:preserve-args', and use
14478         `eshell-mvcpln-template' to implement the body of the function.
14479         (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
14480         (eshell/du, eshell/diff, eshell/locate): Stringify the argument
14481         list after flattening it.  This makes it possible to cat files
14482         with numerical names.
14483         (eshell-unix-initialize): Added several names to
14484         `eshell-complex-commands.
14485         (eshell-unix-command-complex-p): Return t if a given command name
14486         may result in external processes being invoked.
14488         * eshell/em-glob.el (eshell-glob-show-progress): Make this
14489         variable nil by default, since it slows down glob processing by a
14490         factor of two or more, and increases memory consumption.
14492         * eshell/em-smart.el: Added a note about how memory consumptive
14493         smart display mode can be (at least this is true in Emacs 21).
14494         (eshell-smart-initialize): Whitespace fix.
14495         (eshell-refresh-windows): Use `if' instead of `when'.
14496         (eshell-smart-scroll-window): Calling `save-current-buffer' was
14497         not necessary.
14498         (eshell-currently-handling-window): Added a missing global variable.
14500         * eshell/em-ls.el (eshell-do-ls): Code simplification.
14501         (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
14502         Whitespace fix.
14503         (eshell-ls-exclude-hidden): Added this variable in addition to
14504         `eshell-ls-exclude-regexp'.  This one prevents files beginning
14505         with . from even being read, which can improve memory consumption
14506         quite a bit.
14507         (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
14508         read file entries beginning with a dot.  In home directories with
14509         lots of hidden files, fully two-thirds of the time spent in ls is
14510         used to read directory entries that are immediately thrown away.
14511         (eshell-ls-initial-args): Added back this configuration variable,
14512         for specifying default initial arguments to every call to ls.
14513         Much faster than using an alias to do the same thing.
14514         (eshell-do-ls): Use `eshell-ls-initial-args', if set.
14515         (eshell-ls-dir): Whitespace change.
14517         * eshell/em-dirs.el (eshell/pwd): Small code simplification.
14519         * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
14520         (eshell-stringify-t): Added a customization variable, to indicate
14521         whether `t' should be rendered as a string at all.  If not, one
14522         can still determine if the result of an expression is true using
14523         "file-exists-p FILE && echo true".
14524         (eshell-stringify): If `eshell-stringify-t' is nil, don't
14525         stringify t!
14527         * eshell/esh-module.el: Whitespace fix.
14529         * eshell/em-alias.el (eshell-alias-initialize):
14530         Added `eshell-command-aliased-p' to `eshell-complex-commands'.
14531         (eshell-command-aliased-p): New function that returns t if a
14532         command name names an aliased.
14534 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
14536         * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
14537         redrawing the screen when changing cursor color.
14538         (viper-insert-state-pre-command-sentinel)
14539         (viper-replace-state-pre-command-sentinel)
14540         (viper-replace-state-post-command-sentinel):
14541         Use viper-preserve-cursor-color.
14542         Many functions changed to use viper= instead of = when comparing
14543         characters.
14544         * viper-util.el (viper-memq-char,viper=): New functions for
14545         working with characters.
14546         (viper-change-cursor-color): Fixed buglet.
14547         Many functions changed to use viper= instead of = when comparing
14548         characters.
14549         * viper.el (viper-insert-state-mode-list): Added eshell.
14551         * ediff-init.el (ediff-before-setup-hook): New hook.
14552         Several typos fixed in various docstrings.
14553         * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
14554         * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
14555         (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
14556         * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
14557         (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
14558         (ediff-get-selected-buffers): New function.
14559         * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
14560         (ediff-vc-merge-internal,ediff-rcs-merge-internal):
14561         Use save-window-excursion.
14562         * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
14563         termination check in while loop.
14564         * ediff.el (ediff-get-default-file-name): Better defaults when in
14565         dired buffer.
14566         (ediff-files,ediff-merge-files,ediff-files3)
14567         (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
14569 2000-10-28  Dave Love  <fx@gnu.org>
14571         * info.el (Info-fontify-node): Add help-echo for menu items.
14573 2000-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
14575         * startup.el (normal-top-level): If the value of $TERM indicates
14576         we are running from xterm or one of its work-alikes, default to a
14577         light background mode.
14579         Support for -fg, -bg, and -rv command-line arguments for TTYs:
14580         * faces.el (tty-handle-reverse-video): New function.
14581         (tty-create-frame-with-faces): Call it.
14583         * frame.el (frame-notice-user-settings): Don't apply
14584         default-frame-alist and initial-frame-alist to MS-DOS frames.
14585         Call tty-handle-reverse-video, frame-set-background-mode, and
14586         face-set-after-frame-default for non-MS-DOS frames.
14588         * startup.el (tty-long-option-alist): New variable.
14589         (tty-handle-args): New function.
14590         (command-line): Call tty-handle-args.
14592         * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
14593         startup.el now does that for all character-terminal frames.
14595 2000-10-28  Miles Bader  <miles@gnu.org>
14597         * emacs-lisp/easy-mmode.el (define-minor-mode):
14598         Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
14599         is global.  If :global is followed by a non-nil but non-t value,
14600         make the mode buffer-local, but also generate a `global-MODE'
14601         version using `easy-mmode-define-global-mode'.
14602         Add :conditional-turn-on keyword argument.
14604 2000-10-28  Dave Love  <fx@gnu.org>
14606         * international/latin1-disp.el (latin1-char-displayable-p):
14607         Don't use window-system.
14609 2000-10-27  Eli Zaretskii  <eliz@is.elta.co.il>
14611         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
14612         Don't call find-buffer-file-type-coding-system.  Instead, just
14613         set eol-type to -unix if inhibit-eol-conversion is in effect, or
14614         if the file is on an untranslated filesystem.
14615         (add-untranslated-filesystem): Use "D" instead of "f" inside
14616         interactive.
14618 2000-10-27  Dave Love  <fx@gnu.org>
14620         * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
14621         (refill-mode): Use it.
14623 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
14625         * international/quail.el (quail-activate): Don't make-local-hook.
14627 2000-10-27  Andre Spiegel  <spiegel@gnu.org>
14629         * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
14630         manual backups and file.~<rev>.~ for automatic ones.
14631         (vc-make-version-backup): Don't do it on MS-DOS without long file
14632         names.
14634         * vc.el (vc-version-other-window): If an automatic backup of the
14635         desired version exists, rename it instead of copying it.
14637         * vc-cvs.el (vc-cvs-checkin): Check both status and error message
14638         after command.  If there's an unexpected error, signal it instead
14639         of being silent.
14640         (vc-cvs-merge-news): Be prepared for no news at all.
14642 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
14644         * shell.el (shell): Add BUFFER argument.
14645         * comint.el (make-comint-in-buffer): New function.
14646         (make-comint): Use it.
14648         * faces.el (face-spec-choose): Change syntax so that the list of
14649         attribute-value pairs is now the cdr of each clause, not the cadr.
14650         Detect old-style entries, and handle them.  Use pop.
14652 2000-10-26  Stefan Monnier  <monnier@cs.yale.edu>
14654         * cus-edit.el (custom-mode-map): Use a sparse map.
14655         (custom-mode): Don't bother with make-local-hook.
14657         * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
14659         * vc.el (vc-start-entry): Only erase the buffer if comment is set.
14661 2000-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14663         * ps-print.el: Avoid compilation gripes.
14664         (ps-print-version): New version number (6.2.1).
14666 2000-10-26  Dave Love  <fx@gnu.org>
14668         * menu-bar.el: Modify some menu item help strings.
14669         (menu-bar-help-menu): Add link to MORE.STUFF.
14671         * cus-edit.el (custom-mode): Add `special' mode-class property.
14673         * wid-browse.el (widget-browse-mode): Likewise.
14675         * wid-edit.el (widget-specify-field): Revert to using local-map
14676         property, not keymap.
14678 2000-10-26  Miles Bader  <miles@lsi.nec.co.jp>
14680         * wid-edit.el (widget-field-end): When checking for a `boundary'
14681         field, do so in the correct buffer.
14683         * simple.el (undo): Correctly distinguish between numeric and
14684         non-numeric prefix args in non-transient-mark-mode, as per the doc
14685         string.  When in transient-mark-mode, treat all prefix-args as
14686         numeric.
14688         * simple.el (previous-matching-history-element): Miscellaneous cleanup.
14689         Position point on match.  Handle N == 0 correctly.
14691         * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
14692         (comint-mode-map): Reverse order of `comint-write-output' and
14693         `comint-append-output-to-file'.
14694         (comint-append-output-to-file): Reinstate this function, for the
14695         benefit of the menu.
14697 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
14699         * vc.el (vc-version-other-window): Bind `file'.
14701 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
14703         * Makefile.in (update-authors): New target for maintenance purposes.
14705         * emacs-lisp/authors.el (batch-update-authors): New function.
14706         (authors-fixed-entries): New defconst.
14707         (authors-add-fixed-entries): New function.
14708         (authors): Call it.: Don't process lispref/.
14710 2000-10-25  Jason Rumney  <jasonr@gnu.org>
14712         * cus-edit.el (custom-button-face, custom-button-pressed-face):
14713         Merge x w32 and mac definitions.
14715 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
14717         * menu-bar.el (menu-bar-options-menu): Add a help string for
14718         `uniquify'.
14720 2000-10-25  Stephen Gildea  <gildea@stop.mail-abuse.org>
14722         * time-stamp.el (time-stamp-string-preprocess):
14723         Fix a wrong type argument error.
14725 2000-10-25  Miles Bader  <miles@gnu.org>
14727         * recentf.el (recentf-mode): Variable removed.
14728         (recentf-mode): Use `define-minor-mode'.
14730         * mwheel.el (mouse-wheel-mode): New global minor mode.
14731         (mwheel-install): Use `mouse-wheel-mode'.
14733 2000-10-25  Dave Love  <fx@gnu.org>
14735         * progmodes/cperl-mode.el (cperl-mode):
14736         Set normal-auto-fill-function correctly.
14738         * wid-edit.el (widget-field-keymap, widget-text-keymap):
14739         Don't inherit from global-map and don't nullify menu-bar and tool-bar
14740         bindings.
14742 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
14744         * wid-edit.el (widget-field-at): New function.
14745         (widget-at, widget-field-activate): Use it.
14746         (widget-tabable-at): Use `widget-at'.
14747         (widget-specify-field): If the terminating character of the widget
14748         field (which is read-only) is a newline, put it into a special
14749         `boundary' field so that C-n/C-p act more naturally.
14750         (widget-field-end): Also don't subtract one if a special
14751         `boundary' field has been added after the widget field.
14753         * comint.el (comint-output-filter, comint-send-input):
14754         Don't bother adding stickiness fields to overlays to fool the field
14755         code, since it should notice the overlay insertion-types now.
14757         * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
14758         Replace with aliases of the normal emacs b-o-l/e-o-l functions.
14759         (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
14761 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
14763         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
14764         (authors): Set file coding system to iso-2022-7bit.
14765         Add file-local variables to output buffer.
14767         * files.el (after-find-file): Don't print any warnings if
14768         WARN is nil.
14770 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14772         * ps-print.el (ps-generate): Fix odd/even pages printing bug.
14774         * delim-col.el: Now there is a column formatting mechanism.
14775         Modified to customization mechanisms convention.  Doc fix.
14776         (columns): New group for delim-col.
14777         (delimit-columns-before, delimit-columns-after)
14778         (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
14779         (delimit-columns-end): New vars.
14780         (delimit-columns-customize, delimit-columns-format): New funs.
14781         (delimit-columns-region, delimit-columns-rectangle)
14782         (delimit-columns-rectangle-line): Modified to support column
14783         formatting.
14785 2000-10-24  Dave Love  <fx@gnu.org>
14787         * log-edit.el (log-edit): Add :version and a :group for vc.
14789 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
14791         * files.el (after-find-file): Don't print a message ``New file''
14792         if WARN is nil.
14794         * wid-edit.el (widget-field-keymap, widget-text-keymap):
14795         Define the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
14796         get duplicate tool-bar entries because we'll see the global ones
14797         on more than one path through keymaps.
14799         * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
14801         * progmodes/cmacexp.el: Change Francesco's email address.
14803 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
14805         * window.el (fit-window-to-buffer): Adjust point of the window
14806         buffer, not that of the current buffer.
14808 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
14810         * progmodes/cmacexp.el: Update the euthor's email address.
14812 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
14814         * faces.el (face-spec-set-match-display): Add `graphic' display
14815         type (the inverse of `tty').  Use `display-graphic-p' instead of
14816         the window-system variable.
14818 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
14820         * international/isearch-x.el (isearch-with-input-method):
14821         Call input-method-function with the first event in
14822         unread-command-events.
14824 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
14826         * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
14828 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
14830         * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
14831         New charsets.
14833         * term/mac-win.el: Remove definitions of mac-roman-lower and
14834         mac-roman-upper, require dired, and define instead of set
14835         mac-ready-for-drag-n-drop to avoid compilation error.
14837 2000-10-23  Andrew Innes  <andrewi@gnu.org>
14839         * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
14840         Remove superfluous calls to subst-char-in-string; instead apply
14841         expand-file-name after convert-standard-filename to ensure
14842         expected directory separators are used.
14844 2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
14846         * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
14848 2000-10-23  Dave Love  <fx@gnu.org>
14850         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
14851         (tool-bar-add-item): Set foreground and background for XBM icons.
14853         * international/latin1-disp.el (latin1-char-displayable-p):
14854         New function (from Handa).
14855         (latin1-display-check-font): Use it.
14857         * imenu.el (imenu--create-keymap-2): Build menu with menu-item
14858         using :key-sequence, making it much more usable.
14859         Use nconc, not append.
14860         (imenu--create-keymap-1): Avoid append.
14862         * textmodes/refill.el: Remove bits redundant with define-minor-mode.
14864 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
14866         [the following changes fix a bug where `define-minor-mode' didn't
14867         correctly generate :require clauses for defcustoms in compiled files]
14868         * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
14869         (byte-compile-log-file, byte-compile-log-1): Don't set
14870         `byte-compile-current-file' to nil.  Instead set
14871         `byte-compile-last-logged-file' to it.  Test whether
14872         byte-compile-current-file equals byte-compile-last-logged-file
14873         instead of whether its nil.
14874         (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
14876 2000-10-23  Stefan Monnier  <monnier@cs.yale.edu>
14878         * textmodes/refill.el: Fix var names in doc.
14879         (refill-mode): Don't bother with make-local-hook anymore.
14881 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
14883         * faces.el (face-user-default-spec, face-default-spec): New functions.
14884         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
14885         (frame-set-background-mode, face-set-after-frame-default):
14886         Use `face-user-default-spec'.  Simplify code slightly.
14888         * woman.el (woman-italic-face, woman-bold-face)
14889         (woman-unknown-face): Add dark-background variants.
14890         (woman-default-faces): Renamed from `woman-colour-faces'.
14891         Set using the stored defaults, rather than using hard-wired colors.
14892         (woman-monochrome-faces): Renamed from `woman-black-faces'.
14893         Just make the foreground `unspecified' rather than "black".
14894         (woman-menu): Rename menu entries accordingly.
14896         * faces.el (header-line): Make more reasonable on mono/grayscale
14897         displays.
14899 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
14901         * cus-edit.el (custom-button-face): Use 3D look for mac.
14902         (custom-button-pressed-face): Likewise.
14904         * faces.el (set-face-attributes-from-resources): Handle mac frames
14905         in the same way as x and w32 frames.
14906         (face-valid-attribute-values): Likewise.
14907         (read-face-attribute): Likewise.
14908         (defined-colors): Likewise.
14909         (color-defined-p): Likewise.
14910         (color-values): Likewise.
14911         (display-grayscale-p): Likewise.
14912         (face-set-after-frame-default): Likewise.
14913         (mode-line): Same default face as for x and w32.
14914         (tool-bar): Likewise.
14916         * frame.el: Remove call to frame-notice-user-settings at end of
14917         the file.
14919         * info.el (Info-fontify-node): Make underlines invisible for mac
14920         as for x, pc, and w32 frame types.
14922         * term/mac-win.el: New file.
14924 2000-10-22  Dave Love  <fx@gnu.org>
14926         * textmodes/refill.el: New file.
14928 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
14930         * vc-hooks.el (vc-version-backup-file-name): New optional args
14931         MANUAL and REGEXP.
14932         (vc-delete-automatic-version-backups, vc-make-version-backup):
14933         New functions.
14934         (vc-before-save): Use the latter.
14935         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
14936         confusion.
14938         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
14939         expected by vc[-hooks].el.
14941         * vc.el (vc-checkout): Added `-p' suffix in call to
14942         vc-make-version-backups-p; use vc-make-version-backup to actually
14943         make the backup.
14944         (vc-version-other-window, vc-version-backup-file): Handle both
14945         automatic and manual backups.
14946         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
14947         of all of them.
14949 2000-10-22  Miles Bader  <miles@gnu.org>
14951         * comint.el (comint-highlight-input, comint-highlight-prompt):
14952         Renamed, `-face' at end removed.
14953         (comint-send-input, comint-output-filter): Use renamed faces.
14955         * window.el (fit-window-to-buffer): Change defaulting of
14956         MAX-HEIGHT slightly.
14958         * faces.el (color-values, color-defined-p): Use `member', not
14959         `memq', because it works correctly for strings.
14960         (frame-set-background-mode): Actually, "unspecified-fg" and
14961         "unspecified-bg" *are* strings.  Use `member', not `memq', and
14962         `equal', not `eq', when a string value is possible.
14964 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
14966         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
14968 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
14970         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
14971         sh-electric-rparen, sh-electric-less and sh-electric-hash.
14972         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
14973         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
14974         (sh-font-lock-syntactic-keywords): Use them.
14975         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
14976         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
14977         (sh-mode): Don't override font-lock-unfontify-region-function.
14978         Use a copy of sh-font-lock-syntactic-keywords.
14979         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
14980         Don't call sh-scan-buffer since font-lock does it on the fly.
14981         (sh-get-indent-info): Use `face' rather than `syntax-table'
14982         text-property to detect here-documents.
14983         Replace sh-special-syntax with sh-st-punc.
14984         (sh-prev-line): Use `face' rather than `syntax-table'
14985         text-property to skip over here-documents.
14986         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
14987         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
14988         (sh-electric-less, sh-set-here-doc-region)
14989         (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
14990         (sh-scan-buffer, sh-rescan-buffer): Remove.
14992 2000-10-21  Andrew Innes  <andrewi@gnu.org>
14994         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
14995         remote (ange-ftp) file names.
14997 2000-10-21  Miles Bader  <miles@gnu.org>
14999         * window.el (fit-window-to-buffer): New function.
15000         (shrink-window-if-larger-than-buffer): Use it.
15001         (window-text-height): Don't expect minibuffers to have mode-lines.
15003         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
15004         * international/quail.el (quail-update-guidance):
15005         Use `fit-window-to-buffer' instead of `set-window-text-height'.
15007         * international/quail.el (quail-show-guidance-buf): Make sure
15008         guidance window really has enough room.
15009         (quail-update-guidance): If quail-guidance-win is already shown,
15010         make sure its height is OK.
15012         * window.el (window-text-height, set-window-text-height):
15013         New functions.
15014         (shrink-window-if-larger-than-buffer): Use `window-text-height'
15015         instead of `window-height' & `mode-line-window-height-fudge'.
15016         (mode-line-window-height-fudge): Add FACE parameter.
15017         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
15018         instead of `enlarge-window' & `mode-line-window-height-fudge'.
15020 2000-10-20  Miles Bader  <miles@gnu.org>
15022         * window.el (height-affecting-face-attributes): Use `defconst'.
15024         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
15025         New function, conditionally aliased to `mode-line-window-height-fudge'.
15026         (ispell-help): Use it.
15027         (ispell-choices-win-default-height): Don't include mode-line fudge.
15028         (ispell-choices-win-default-height): New function.
15029         (ispell-show-choices, ispell-command-loop): Use function
15030         `ispell-choices-win-default-height' instead of variable.
15032 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
15034         * window.el (mode-line-window-height-fudge): New variable.
15035         (height-affecting-face-attributes): New variable.
15036         (mode-line-window-height-fudge): New function.
15037         (shrink-window-if-larger-than-buffer): Use it.
15038         * help.el (resize-temp-buffer-window): Likewise.
15040         * info.el (Info-fontify-node): Add support for @subsubsection
15041         titles, which use `Info-title-4-face'.
15042         (Info-title-4-face): New face.
15043         (Info-title-3-face): Inherit from Info-title-4-face instead of
15044         variable-pitch.
15046 2000-10-19  Jason Rumney  <jasonr@gnu.org>
15048         * dired.el (dired-insert-directory): Do not let errors signalled by
15049         attempt to run dired-free-space-program prevent dired from working.
15051 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
15053         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
15055 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
15057         * dirtrack.el (dirtrack): Fix call to run-hooks.
15059         * cmuscheme.el (cmuscheme-program-name): Renamed from
15060         scheme-program-name because xscheme.el contains a defcustom with
15061         the same name.  As a consequence, customizing group `cmuscheme'
15062         loaded `xscheme' which redefined run-scheme.
15063         (run-scheme): Use cmuscheme-program-name.
15065         * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
15067         * play/doctor.el (doctor-death): Update the Samaritans'
15068         anonymous address, and add a website for Befrienders International.
15070 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15072         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
15073         Avoid compilation gripes.  Doc fix.
15074         (ps-print-version): New version number (6.2).
15075         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
15076         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
15077         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
15078         (ps-x-extent-priority, ps-x-extent-start-position)
15079         (ps-x-face-font-instance, ps-x-find-coding-system)
15080         (ps-x-font-instance-properties, ps-x-make-color-instance)
15081         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
15082         avoid compilation gripes without defining functions.
15083         (ps-e-find-composition): Alias for function find-composition, to have a
15084         suitable function depending on Emacs version.
15085         (ps-color-device, ps-color-values, ps-face-foreground-name)
15086         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
15087         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
15088         (ps-print-ensure-fontified): Function definitions surrounded by
15089         `eval-and-compile' to avoid compilation gripes.
15090         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
15091         by symbol-value to avoid compilation gripes.
15092         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
15093         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
15095 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
15097         * startup.el (normal-top-level): Call `frame-set-background-mode'
15098         after `frame-notice-user-settings' because the latter doesn't call
15099         the former on a tty.
15101         * faces.el (frame-set-background-mode): `unspecified' &c are
15102         symbols, not strings.
15104 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
15106         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
15107         why some "light*" colors are deliberately absent from the alist.
15109         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
15110         Change colors for tty's, as suggested by Miles Bader.
15112 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
15114         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
15115         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
15116         for ISO10646-1 fonts.
15117         (x-font-name-charset-alist): Add an entry for "iso10646-1".
15119 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
15121         * faces.el (frame-set-background-mode): If a tty frame defines a
15122         background color, use that to compute the background mode, instead
15123         of always defaulting to "dark".
15125 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
15127         * comint.el (comint-write-output): New function.
15128         (comint-mode-map): Add it to the menu.
15129         Bind `C-c C-s' to comint-write-output.
15131 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
15133         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
15134         Use fancy-splash-delay.
15136 2000-10-18  Alex Schroeder  <alex@gnu.org>
15138         * progmodes/sql.el (sql-sybase-options): New option.
15139         (sql-sybase): Use it.  Add sql-database to the list of parameters
15140         provided for login.  The options -w 2048 -n are not used any more.
15142         * comint.el (comint-read-input-ring): Bugfix such that the first
15143         and the last entry of the input ring file are not lost.
15145 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15147         * ps-print.el: Internal variable changes to defcustom,
15148         make-local-hook changes to defvar.  Doc fix.
15149         (ps-print-version): New version number (6.1).
15150         (ps-setup, ps-do-despool): Code fix.
15151         (ps-printer-name): Customization fix.
15152         (ps-printer-name-option): Now is a defcustom instead of an
15153         internal variable.
15154         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
15155         (ps-print-begin-column-hook): Now are defvar instead of
15156         make-local-hook.
15158 2000-10-18  Miles Bader  <miles@gnu.org>
15160         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
15161         (comint-kill-output): Changed into an alias for `comint-delete-output',
15162         and made obsolete.
15163         (comint-mode-map): Rename references to comint-kill-output.
15165 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
15167         * diff-mode.el (diff-header-face, diff-file-header-face)
15168         (diff-changed-face): Add bold and italic attributes to tty faces.
15169         (diff-function-face): New face.
15170         (diff-font-lock-keywords): Use it.
15172 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
15174         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
15175         Remove commented-out call to force-mode-line-update.
15176         (comint-kill-output): Use `forward-line 0' instead of
15177         beginning-of-line to make sure we get past the prompt.
15179 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
15181         * diff-mode.el (diff-header-face, diff-file-header-face):
15182         Add specific setting for dark background.
15183         (diff-context-face): Renamed from diff-comment-face.
15184         Set explicitly rather than inheriting from font-lock-comment-face.
15186 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
15188         * startup.el (command-line): Move the code which sets the default
15189         TTY colors to before before-init-hook.
15191 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
15193         * jit-lock.el (jit-lock-stealth-time): Doc fix.
15195 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
15197         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
15198         extensions, for MS-DOS.
15200         * diff-mode.el (diff-header-face, diff-file-header-face)
15201         (diff-changed-face): Define tty-specific colors.
15203 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
15205         * startup.el (fancy-splash-text): Realign the text.
15207 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
15209         * font-lock.el (font-lock-comment-face): Define a separate default
15210         for dark-background tty's.
15212 2000-10-17  Miles Bader  <miles@gnu.org>
15214         * help.el (resize-temp-buffer-window): Add hack to avoid last line
15215         being obscured by whizzy mode-lines on graphics displays.
15217 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
15219         * info.el (Info-title-1-face, Info-title-2-face)
15220         (Info-title-3-face): Define colors for tty's.
15221         (info-header-node): Remove unneeded tty-specific definition.
15223 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
15225         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
15226         reverse from the frame parameters, and don't invert foreground and
15227         background colors.
15229 2000-10-16  Miles Bader  <miles@gnu.org>
15231         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
15232         string "*Info*".  Call propertized-buffer-identification to spruce
15233         up the result.
15235 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
15237         * help.el: Provide `help' for the sake of define-minor-mode
15238         which generates defcustoms with requires.
15240         * jit-lock.el (jit-lock-after-change): If we're in text that
15241         matches a multi-line font-lock pattern, make sure the whole text
15242         will be redisplayed.
15244         * emacs-lisp/authors.el (authors-add): Don't add an entry if
15245         author's name is unknown.
15247         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
15248         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
15249         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
15250         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
15251         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
15252         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
15253         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
15254         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
15255         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
15256         Add author information.
15258 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
15260         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
15261         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
15262         full-color version (using the Gimp) to eliminate dithering artifacts.
15264 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
15266         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
15268         * simple.el (syntax-flag-table, string-to-syntax): Remove.
15270 2000-10-15  Dave Love  <fx@gnu.org>
15272         * progmodes/sh-script.el: Require skeleton and comint when compiling.
15274         * pcomplete.el (pcomplete) <defgroup>: Add :version.
15276         * whitespace.el: Doc fixes.
15277         (top-level): Don't add hooks here.
15278         (whitespace-running-emacs): Deleted.
15279         (timer): Don't require.
15280         (whitespace): Add back :version conditional on xemacs test.
15281         (whitespace-spacetab-regexp, whitespace-indent-regexp)
15282         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
15283         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
15284         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
15285         Avoid specific xemacs test.
15286         (whitespace-global-mode): New option.
15287         (whitespace-global-mode): New command.
15288         (whitespace-unload-hook): New function.
15290         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
15291         (Info-fontify-node, Info-goto-node, Info-mode-menu)
15292         (Info-fontify-node): `Goto' goes to `Go to'.
15293         (Info-fontify-node): Add help-echo to xref links.
15295 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
15297         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
15299 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
15301         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
15302         Use plist-get and allow :inherit.
15304         * emacs-lisp/cl-macs.el (cl-do-arglist):
15305         Use plist-get and plist-member instead of memq.
15307         * emacs-lisp/ewoc.el (ewoc-location): New function.
15308         (ewoc-enter-after, ewoc-enter-before): Document return value.
15309         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
15310         Don't need make-local-hook any more.
15311         (cvs-addto-collection): Return the new tin.
15312         (cvs-mode-insert): Jump to the new line.
15314         * jit-lock.el (jit-lock-fontify-buffer): Remove.
15316         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
15318         * font-lock.el (font-lock-syntactically-fontified): New var.
15319         (font-lock-fontify-syntactic-keywords-region): Use it.
15320         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
15322         * diff-mode.el (diff-find-file-name): Fix regexp.
15324         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
15325         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
15327         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
15328         (sh-mode-syntax-table): Add punctuation syntax for < and >.
15329         (sh-mode): Don't make all vars local here.
15330         (sh-kw): Reformat.
15331         (sh-set-shell): Use dolist.  Don't set indent-region-function.
15332         (sh-mode-syntax-table): Use pop.
15333         (sh-remember-variable): Use push.
15334         (sh-help-string-for-variable): Use memq.
15335         (sh-safe-backward-sexp): Remove.
15336         (sh-safe-forward-sexp): Add ARG.
15337         (sh-get-indent-info, sh-prev-stmt): Use it.
15338         (sh-prev-line): Simplify by using forward-comment.
15339         (sh-this-is-a-continuation): Simplify.
15340         (sh-learn-buffer-indent): Use dolist.
15341         (sh-do-nothing): Remove.
15342         (sh-set-char-syntax, sh-set-here-doc-region):
15343         Use inhibit-modification-hooks.
15344         (sh-name-style): Use mapcar and push.
15345         (sh-load-style): Use dolist.
15346         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
15347         (sh-case, sh-while-getopts): Use propertize directly rather
15348         than sh-electric-rparen.
15350 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
15352         * textmodes/tex-mode.el: Require CL when compiling.
15353         (tex-mode-syntax-table): Init immediately.
15354         (tex-mode-map): Bind M-RET to latex-insert-item.
15355         (latex-mode): Set indent-line-function to latex-indent.
15356         (tex-common-initialization): Don't setup the syntax-table any more.
15357         (latex-insert-item): New skeleton.
15358         (tex-next-unmatched-end): Fix copy/paste braino.
15359         (latex-syntax-after, latex-skip-close-parens, latex-down-list)
15360         (latex-indent, latex-find-indent): New functions.
15361         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
15362         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
15363         (tex-compilation-parse-errors): Use with-syntax-table.
15365 2000-10-15  Miles Bader  <miles@gnu.org>
15367         * font-lock.el (font-lock-comment-face): Change dark-background,
15368         color, non-tty, default to `chocolate1'.
15370 2000-10-13  John Wiegley  <johnw@gnu.org>
15372         * eshell/esh-util.el (require): Added a missing `require' form,
15373         needed when compiling (for an ange-ftp macro definition).
15375 2000-10-13  Dave Love  <fx@gnu.org>
15377         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
15379 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
15381         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
15383         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
15384         transparent -colors 8).
15386 2000-10-13  Stephen Gildea  <gildea@stop.mail-abuse.org>
15388         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
15389         that breaks with old list format timestamps.
15390         (time-stamp-warn-inactive, time-stamp-old-format-warn)
15391         (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
15393 2000-10-13  John Wiegley  <johnw@gnu.org>
15395         * align.el, pcomplete.el, calendar/timeclock.el,
15396         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
15398         * calendar/timeclock.el (timeclock-find-discrep): A fix to some
15399         faulty math, where holiday hours were being computing as seconds.
15401 2000-10-13  John Wiegley  <johnw@gnu.org>
15403         * desktop.el (desktop-buffer-modes-to-save): Added a global for
15404         specifying what "other" kinds of buffers should be saved.
15405         This used to be hard-coded.
15406         (desktop-buffer-misc-functions): A global for specifying how
15407         auxiliary data should be determined for special buffer types.
15408         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
15409         instead of hard-coding the special buffer types.
15410         (desktop-save): Run `desktop-buffer-misc-functions' to gather
15411         auxiliary data, instead of hard-coding for Info buffers and dired.
15412         (desktop-buffer-info-misc-data): Aux function for determining Info
15413         buffer auxiliary info.
15414         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
15415         (desktop-buffer-info): Changed this function to use the info
15416         gathered above.
15417         (desktop-create-buffer): Be a little more careful about what
15418         `minor-mode' means before calling it.  This is important for some
15419         buffer types.
15421 2000-10-13  John Wiegley  <johnw@gnu.org>
15423         * eshell/esh-util.el: Added a global form which declares an
15424         autoload for `parse-time-string', if that function is not already
15425         defined, and if parse-time.el is available on the user's system.
15427         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
15428         to be aware of ange-ftp user info.
15429         (eshell-do-ls): Bind `ange-cache'.  Also, use `eshell-file-attributes'.
15430         (eshell-ls-annotate): Use `eshell-file-attributes'.
15431         (eshell-ls-file): Made the user-id printing code a bit smarter.
15433         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
15434         allow identification of alias user ids in remote directories.
15435         It's manual, but there's no other way to know when the current user
15436         on the local machine, is also the owning user on the remote machine.
15437         (fboundp): Bind `ange-cache'.
15438         (eshell-directory-files-and-attributes): Re-organized the logic a
15439         bit to use `eshell-file-attributes' instead of `file-attributes'.
15440         The former is more sensitive to directories that are read via FTP,
15441         and knows how to use ange-ftp to determine full attribute
15442         information, instead of just the name and last modtime.
15443         (eshell-current-ange-uids): Return the current user id when in a
15444         remote directory.
15445         (eshell-parse-ange-ls): Parse a full directory listing that has
15446         been returned by ange-ftp.
15447         (eshell-file-attributes): This beefed up version of
15448         `file-attributes' is only special if the user is currently in a
15449         remote directory, in which case it does a lot of work to find out
15450         what the real attributes of a file are, as they appear on the
15451         remote machine.  This makes usage of remote directories (i.e.,
15452         ange-ftp pathnames) much more useful.  You can now use Eshell as a
15453         full-fledged FTP client, with much more manipulation ability than
15454         most other clients.
15456         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
15457         variable, which means that Eshell's du should always be preferred
15458         in remote directories.
15459         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
15460         just `file-attributes'.
15461         (eshell-mvcp-template): Bind `ange-cache', to improve performance
15462         when reading remote directories.  This is an Eshell-specific
15463         variable (not part of ange-ftp).
15464         (eshell/ln): Bind `ange-cache'.
15465         (eshell/du): Added some extra logic for determining when to use
15466         Eshell's du (which is slow), and when to use the external version
15467         (which may or may not exist).
15469         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
15470         Call `eshell-interactive-process', rather than using
15471         `get-buffer-process', since backgrounded processes don't count in
15472         the context of this function's logic.
15474         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
15475         `forward-char', so that null strings are parsed correctly.
15477 2000-09-13  John Wiegley  <johnw@gnu.org>
15479         * eshell/em-pred.el (eshell-pred-file-type)
15480         (eshell-pred-file-links, eshell-pred-file-size):
15481         Use `eshell-file-attributes'.  This is more correct over ange-ftp.
15483         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
15484         that remote file globbing is more efficient.
15486         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
15487         gathering the files and attributes within a directory.
15489         * eshell/em-unix.el (eshell/cat): If any of the files passed on
15490         the command line is a special file (not a regular file, directory
15491         or symlink), always attempt to call the external version of cat.
15493 2000-09-13  John Wiegley  <johnw@gnu.org>
15495         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
15496         Eshell-friendly version of find-tag.
15498 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
15500         * image-file.el (image-file-name-extensions)
15501         (image-file-name-regexps): Add autoload cookies.
15503 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
15505         * international/mule-cmds.el (select-safe-coding-system): If FROM
15506         is string, show it in *Warning* buffer.
15508 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
15510         * startup.el (normal-top-level): Use display-popup-menus-p instead
15511         of window-system.
15512         (command-line): Use display-graphic-p instead of window-system.
15513         (command-line-1): Use display-popup-menus-p and display-mouse-p
15514         instead of window-system.
15516 2000-10-12  Sam Steingold  <sds@gnu.org>
15518         * tooltip.el (tooltip-use-echo-area): New user variable.
15519         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
15521 2000-10-12  Dave Love  <fx@gnu.org>
15523         * recentf.el: Maintainer's checkdoc fixes.
15525         * startup.el (normal-top-level-add-subdirs-to-load-path):
15526         Use character class, not ASCII when matching file names.
15527         (fancy-splash-head): Add trailing slash to URL.
15528         (command-line): Don't require XPM support for toolbar.
15530         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
15531         (cperl-invalid-face): Revert last change.
15532         (cperl-init-faces): Quote cperl-invalid-face.
15534 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
15536         * startup.el (fancy-splash-text): Remove superfluous quote.
15538 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
15540         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
15541         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
15542         (command-line-1): Don't use fancy-splash-pending-command.
15543         (fancy-splash-screens-1): Goto point-min after inserting text.
15545         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
15547         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
15548         instead of shared-lisp-mode-map.
15550 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
15552         * faces.el (header-line): Change tty-variant to use underlining.
15554         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
15555         (isearch-highlight): Restore lazy-isearch face properties at old
15556         position, and suppress them at new position.
15557         (isearch-dehighlight): Restore lazy-isearch face properties.
15558         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
15559         over the real isearch overlay, but in that case, don't give it a
15560         face property.  Use `push'.
15562 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
15564         * man.el (Man-getpage-in-background): Fix previous change.
15565         Decode the process output only when we are in multibyte mode.
15567 2000-10-11  Dave Love  <fx@gnu.org>
15569         * info.el (Info-mode-menu): Fix some help.
15570         (info-tool-bar-map): Add entry for Info-last.
15572         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
15573         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
15574         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
15575         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
15576         * toolbar/search-replace.xpm, toolbar/exit.xpm:
15577         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
15578         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
15579         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
15580         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
15581         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
15582         Reduce colour requirements to 25 overall.  (Probably wants
15583         revisiting from the originals to reduce further.)
15585 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
15587         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
15588         buffer-file-coding-system, instead of raw-text.
15589         (dehexlify-buffer): Bind coding-system-for-read to
15590         buffer-file-coding-system, instead of raw-text.
15592 2000-10-11  Sam Steingold  <sds@gnu.org>
15594         * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
15595         `underline' - fixes the bug introduced on 2000-09-21.
15597 2000-10-11  Dave Love  <fx@gnu.org>
15599         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
15600         Avoid compiler warnings.
15601         (scheme-mode): Doc fix.
15602         (scheme-font-lock-keywords-1): Match `define-syntax'.
15604 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
15606         * faces.el (frame-set-background-mode): Pay attention to saved
15607         face specs as well as default ones.  Only do anything if the
15608         bg-mode or display-type has actually changed.  Use `dolist'.
15609         (region): Make dark-background `region' face less in-your-face.
15611 2000-10-10  Sam Steingold  <sds@gnu.org>
15613         * chistory.el, ielm.el, ledit.el:
15614         * progmodes/inf-lisp.el, progmodes/scheme.el:
15615         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
15617 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
15619         * textmodes/texinfo.el: Update copyright and fix typo.
15621         * desktop.el (desktop-modes-not-to-save): New var.
15622         (desktop-save-buffer-p): Use it.
15623         Also, obey desktop-buffers-not-to-save even for non-file buffers.
15624         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
15626 2000-10-10  Dave Love  <fx@gnu.org>
15628         * toolbar/tool-bar.el (tool-bar-add-item)
15629         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
15631         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
15632         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
15633         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
15634         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
15635         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
15636         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
15637         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
15638         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
15639         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
15640         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
15641         the .xpms; probably need retouching.
15643 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
15645         * subr.el (add-to-list): Add optional argument APPEND.
15646         * battery.el (display-battery): Use `add-to-list'.
15648 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
15650         * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
15651         properties.
15652         (zone, zone-when-idle, zone-leave-me-alone)
15653         (zone-pgm-whack-chars): Use new symbol properties.
15655         * battery.el (display-battery): Doc spelling fix.
15657         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
15658         property.
15660 2000-10-09  Dave Love  <fx@gnu.org>
15662         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
15663         has been initialized before calling tool-bar-setup.
15664         (tool-bar-add-item-from-menu): Add autoload cookie.
15666 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
15668         * menu-bar.el (send-mail-item-name): New function.
15669         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
15670         of mail-user-agent in the menu.  Don't display the "Send Mail"
15671         item if mail-user-agent is nil or its value is ignore.
15672         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
15673         if read-mail-command is nil or its value is ignore.
15675         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
15677 2000-10-09  Miles Bader  <miles@gnu.org>
15679         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
15680         Correct image size.
15681         * toolbar/left_arrow.xpm: Correct image size.
15683         * jka-compr.el: Don't call `jka-compr-install' when loading (it
15684         will be done by the definition of `auto-compression-mode' if
15685         necessary.  Move code to uninstall existing file-name handler
15686         before definition of `auto-compression-mode'.
15688         * image-file.el (auto-image-file-mode): Move to the end of the
15689         file, because `define-minor-mode' actually calls the mode-function
15690         if the associated variable is non-nil, which requires that all
15691         needed functions be already defined.
15693         * mouse.el (popup-menu): Balance parens.
15695 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
15697         * mouse.el (popup-menu): Move the command call outside the loop
15698         so that popup-menu returns whatever the command returns.
15700         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
15701         (initialize-new-tags-table): Use run-hook-with-args-until-success.
15702         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
15703         (tags-table-format-functions): Renamed from tags-table-format-hooks.
15705         * vc.el (vc-version-diff): diff-switches can be a list.
15706         Use relative filenames for prettier output.
15708         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
15709         (vc-post-command-functions): Remove old-VC compatibility code.
15711         * newcomment.el (comment-indent-default): Autoload.
15713         * font-lock.el (font-lock-defaults): Make buffer-local.
15714         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
15715         (font-lock-choose-keywords):
15716         Ignore LEVEL unless KEYWORDS is a list of syms.
15717         (c-keywords, c++-keywords, objc-keywords, java-keywords):
15718         Don't wrap regexp-opt things in \(...\) unnecessarily.
15720         * jit-lock.el: Don't require font-lock any more.
15721         (jit-lock-functions): Make buffer-local.
15722         (jit-lock-saved-fontify-buffer-function): Remove.
15723         (jit-lock-mode): Remove autoload cookie.
15724         Remove font-lock specific code.
15725         (jit-lock-unregister): Don't bother handling complex hooks any more.
15726         (jit-lock-refontify): New function.
15727         (jit-lock-fontify-buffer): Use it.
15728         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
15729         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
15730         Add optional args START and END.
15731         Never call font-lock-fontify-region directly.
15732         (jit-lock-function, jit-lock-stealth-fontify): Use it.
15734         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
15736 2000-10-08  Dave Love  <fx@gnu.org>
15738         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
15740         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
15742         * play/studly.el (studlify-region, studlify-word): Add autoload
15743         cookie.
15745         * play/morse.el (morse-region, unmorse-region): Add autoload
15746         cookie.
15748         * play/spook.el (spook-phrases-file): Use expand-file-name, not
15749         concat.
15751         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
15752         insist on symbols starting with word syntax.
15753         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
15754         (eval-defun-1): Doc fix.
15755         (indent-sexp): Use nconc to build up indent-stack.
15757         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
15758         Gnus with little use.
15759         (mail-setup-hook): Add mail-abbrevs-setup to options.
15761         * recentf.el: Doc fixes.
15763         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
15764         Clean up remainder.
15766         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
15767         without timezone and (8) with timezone to enforce some whitespace.
15768         Simplify code somewhat.
15770         * options.el (list-options): Doc that you should use customize.
15772         * iswitchb.el (iswitchb-mode): Add :require.
15774         * info.el (Info-goto-node, Info-menu): Doc fix.
15775         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
15776         (info-tool-bar-map): New variable.
15777         (Info-mode): Use it.
15778         (Info-edit-map): Define all in defvar.
15779         (speedbar-attached-frame): Avoid compiler warning.
15781         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
15782         (global-map): Bind [tool-bar] to a filtered map.
15783         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
15784         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
15785         Allow PBM icons.
15786         (tool-bar-setup): Adjust calls of tool-bar-add-item.
15788         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
15789         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
15790         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
15791         icons, except up_arrow, which is left-arrow rotated.
15793         * imenu.el (imenu-add-to-menubar): Fix last change.
15795 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
15797         * generic-x.el (rul-generic-mode): Remove eval-when-compile
15798         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
15800 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
15802         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
15803         typos in doc strings.
15805         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
15806         the doc strings how to customize Font Lock faces.
15808         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
15809         computing growth when dragging the header line.
15811 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
15813         * simple.el (kill-line): Doc fix.
15815 2000-10-08  Miles Bader  <miles@gnu.org>
15817         * faces.el (secondary-selection): Make foreground visible on tty.
15819         * jka-compr.el (auto-compression-mode): Move to the end of the
15820         file, because `define-minor-mode' actually calls the mode-function
15821         if the associated variable is non-nil, which requires that all
15822         needed functions be already defined.
15823         (with-auto-compression-mode): Add autoload cookie.
15825 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
15827         * files.el (find-backup-file-name) [ms-dos]: If support for long
15828         file names is not available, behave as if version-control were set
15829         to never.
15831 2000-10-07  Dave Love  <fx@gnu.org>
15833         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
15834         (browse-url-gnome-moz): New function.
15835         (browse-url-browser-function): Use it.
15836         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
15838 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
15840         * indent.el (tab-always-indent): New var.
15841         (indent-for-tab-command): Use it.
15843         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
15844         raise an error.  This way it can still default to a sane value.
15846 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
15848         * startup.el (fancy-splash-screens): Use local rather than global map.
15849         Don't use `update-menu-bindings' any more.
15850         Get rid of assumptions about keymap representation.
15852 2000-10-06  Dave Love  <fx@gnu.org>
15854         * textmodes/fill.el (sentence-end-double-space)
15855         (sentence-end-without-period):  Doc fix.
15856         (adaptive-fill-regexp): Purecopy.
15857         (unjustify-current-line): Use line-end-position.
15858         (fill-individual-paragraphs-prefix): Use line-beginning-position.
15860         * net/eudc-vars.el (eudc): Add :version, :link.
15862         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
15864         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
15865         Fix for define-minor-mode.
15866         (function-at-point): Alias to function-called-at-point.
15868         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
15870         * simple.el (backward-word): Doc fix.
15872         * image-file.el (image-file-name-regexp): image-file-regexps ->
15873         image-file-name-regexps.
15874         (image-file-name-extensions): Add pbm.
15876 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
15878         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
15879         and add filename to the names so that diff-mode can jump to source.
15881         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
15882         (tex-font-lock-keywords, tex-font-lock-keywords-2)
15883         (tex-font-lock-keywords-1): Remove.
15884         (font-lock-turn-on-thing-lock): Use jit-lock-register.
15885         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
15886         (font-lock-default-fontify-region):
15887         Expand beg..end correctly when just following a multiline region.
15888         (font-lock-fontify-anchored-keywords):
15889         Include the anchor text as part of the multiline.
15891 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
15893         * loadup.el (toplevel): Load `loaddefs' before `help' because the
15894         latter needs the autoloaded define-minor-mode macro during the
15895         bootstrap.
15897         * startup.el (command-line): For now, activate tool-bar-mode only
15898         if XPM images are supported.
15900         * mouse.el (mouse-drag-header-line): Don't allow resizing a
15901         window by dragging a header-line at the top of the frame; that's
15902         confusing because the header-line doesn't move.
15903         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
15904         of treating the event as a list.  Some cleanup.
15906 2000-10-06  Miles Bader  <miles@gnu.org>
15908         * simple.el (display-message-or-buffer): New function.
15909         (shell-command-on-region): Use `display-message-or-buffer'.
15911         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
15912         docstring parts.
15914         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
15915         (smbclient-prompt-regexp): Add usage note to doc string.
15916         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
15917         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
15918         Use add-hook for adding the comint filter function, and only do so
15919         if it's not already in the global hook list.
15920         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
15921         to `make-local-variable'.
15922         (nslookup-font-lock-keywords): Remove prompt entry.
15923         (nslookup): Don't set the process-filter.
15924         (finger): Exit the loop correctly when the regexps list runs out.
15925         (ftp, smbclient, smbclient-list-shares):
15926         Set the real major mode immediately, not after execing.
15927         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
15929         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
15931 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
15933         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
15935         * which-func.el (which-func-format): Remove spurious space.
15936         (which-func-mode): Don't make it permanent-local.
15937         (which-func-ff-hook): Allow which-func-maxout to be nil.
15938         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
15939         (which-func-mode): Simplify.
15940         Use post-command-idle-hook rather than post-command-hook.
15941         Go through all buffers and update their state.
15942         (which-function): Also try add-log-current-defun-function.
15944         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
15945         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
15946         Update call to with-vc-properties accordingly.
15947         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
15948         (vc-revert-buffer): More careful about window selection and deletion.
15949         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
15951         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
15952         (cvs-retrieve-revision): Reuse a pre-existing buffer.
15953         (cvs-dired-action): Change the default to quickdir.
15955         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
15956         if comment-indent-function returns nil.
15957         (comment-indent-default): New function.
15958         (comment-indent-function): Use it and document the new semantics.
15960         * image-file.el: Docstring fixes.
15962         * help.el (help-xref-on-pp): Use match-string.
15963         (describe-variable): New arg BUFFER.
15964         Store the current buffer in the help-xref-stack.
15965         (temp-buffer-resize-mode): Use define-minor-mode.
15967         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
15968         consistently with its docstring.
15969         Set jit-lock-first-unfontify-pos in an idempotent way.
15970         (jit-lock-register): Autoload and add arg CONTEXTUAL.
15972 2000-10-05  Alex Schroeder  <alex@gnu.org>
15974         * sql.el (sql-mysql-options): New variable.
15975         (sql-mysql): Use it.
15977 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
15979         * image.el (image): New group.
15981         * smerge-mode.el (smerge-mine-face, smerge-other-face)
15982         (smerge-base-face, smerge-markers-face): Add dark-background variants.
15984 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
15986         * net/net-utils.el (nslookup-font-lock-keywords)
15987         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
15988         Ignore the value of wqindow-system; always define keywords
15990 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
15992         * startup.el (fancy-splash-screens): Remove the code for
15993         debugging; `(trace-to-stderr "EXITTT\n")'.
15995 2000-10-05  Miles Bader  <miles@gnu.org>
15997         * diff-mode.el (diff-goto-source): Update call to
15998         `diff-hunk-status-msg' to reflect new REV variable.
16000 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
16002         * progmodes/icon.el (icon-mode):
16003         Don't gratuitously override the default for comment-column.
16005         * vc-hooks.el (vc-mode-line): Fix interactive spec.
16007         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
16008         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
16009         (jit-lock-functions): New var.
16010         (jit-lock-function-1): Use it if non-nil.
16011         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
16012         Set the `fontified' property before doing the fontification to avoid
16013         repeatedly going through the same error.
16014         Don't turn errors into messages.
16015         (jit-lock-register, jit-lock-unregister): New functions.
16017         * dired.el (dired-mark-pop-up): Turn comment into docstring.
16018         Use with-current-buffer.
16020         * dired-aux.el (dired-do-create-files, dired-kill-tree):
16021         Turn comment into docstring.
16023         * apropos.el (apropos-mode): Use define-derived-mode.
16025 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
16027         * startup.el (fancy-splash-pending-command): New variable.
16028         (fancy-splash-pre-command): New function.
16029         (fancy-splash-screens): Rewritten.
16030         (command-line-1): If fancy-splash-pending-command is set, call it
16031         interactively.
16033 2000-10-04  Dave Love  <fx@gnu.org>
16035         * toolbar/tool-bar.el (tool-bar-setup): New function.
16036         (tool-bar-mode): Use it.
16038         * subr.el (substitute-key-definition): Doc fix.
16039         (play-sound-file): New command.
16041 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
16043         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
16044         vc-version-backup-file-name): New functions.
16046         * files.el (basic-save-buffer): Call vc-before-save before saving.
16048         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
16049         vc-cvs-stay-local-p.
16051         * vc.el (vc-revert-buffer): Handle empty diff properly.
16052         (vc-version-backup-file): New function.
16053         (vc-checkout): Create a version backup if necessary.
16054         (vc-checkin): If a version backup file exists, delete it.
16055         (vc-version-diff): Diff locally using version backups, if available.
16056         (vc-revert-file): If there's a version backup, revert locally.
16057         (vc-transfer-file): Use version backup for base version, if
16058         available.  If not, ask for confirmation whether to get it from the
16059         server.  Update mode line before check-in.
16061 2000-10-04  Dave Love  <fx@gnu.org>
16063         * toolbar/tool-bar.el (tool-bar-setup): New function.
16064         (tool-bar-mode): Use it.
16066 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
16068         * net/net-utils.el (nslookup-font-lock-keywords)
16069         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
16070         Only set if window-system is non-nil
16071         (net-utils-run-program): Returns buffer.
16072         (network-connection-reconnect): Added this function.
16074         * generic.el:
16075         Incorporates extensive cleanup and docfixes by
16076         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
16077         Uses cl compile-time macros.
16078         (generic-mode-name, generic-comment-list)
16079         (generic-keywords-list, generic-font-lock-expressions)
16080         (generic-mode-function-list, generic-mode-syntax-table):
16081         Removed variables.
16082         (generic-mode-alist): Renamed to generic-mode-list.
16083         (generic-find-file-regexp): Default changed to "^#".
16084         (generic-read-type): Uses completing read on generic-mode-list.
16085         (generic-mode-sanity-check): removed this function.
16086         (generic-add-to-auto-mode): Removed this function
16087         (generic-mode-internal): Bind mode-specific definitions
16088         into function instead of putting them in alist.
16089         (generic-mode-set-comments): Reworked extensively.
16090         (generic-mode-find-file-hook): Simplified regexp searching
16091         (generic-make-keywords-list): Omit extra pair of parens
16093         * find-lisp.el (find-lisp-find-files-internal):
16094         Make sure directory name ends with "/".
16096         * generic-x.el (apache-conf-generic-mode):
16097         Regexp now allows leading whitespace.
16098         (rc-generic-mode): Added eval-when-compile
16099         around generic-make-keywords-list.
16100         Deleted duplicate regexp
16101         (rul-generic-mode): Added eval-when-compile
16102         around generic-make-keywords-list.
16103         (etc-fstab-generic-mode): New generic mode.
16104         (rul-generic-mode): Removed one eval-when-compile
16105         which caused a max-specpdl-size exceeded error.
16107 2000-10-04  Miles Bader  <miles@gnu.org>
16109         * simple.el (minibuffer-temporary-goal-position): New variable.
16110         (next-history-element): Try to keep the position of point in the
16111         input string constant.
16113         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
16114         (dired-do-create-files): If there's only one file, pass it in as
16115         the DEFAULT arg to dired-mark-read-file-name.
16117 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
16119         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
16120         (diff-goto-source): Be smarter when choosing REVERSE or not.
16122         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
16123         (texinfo-mode-menu): Add an explicit shortcut for update all.
16125 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
16127         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
16128         factorize backend-specific code cleanly (this was essentially
16129         conceived by Stefan Monnier).
16130         (vc-unregister): Function removed.
16131         (vc-revert-file): New function.
16132         (vc-revert-buffer): Delegate some of the work to it.
16134         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
16135         default branch unconditionally.
16136         (vc-rcs-set-default-branch): New function.
16137         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
16138         (vc-rcs-checkin): If an appropriate default branch has been set,
16139         force creation of that branch.
16140         (vc-rcs-receive-file): Rewritten to contain only backend-specific
16141         code (as suggested by Stefan Monnier).
16143 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
16145         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
16146         highlighting overlay with a different face over the overlay
16147         isearch uses to highlight the current match because that can lead
16148         to bad face combinations.
16150         * loadup.el (toplevel): Load faces before isearch.
16152         * isearch.el (isearch-faces): New custom group.
16153         (isearch): New defface; was already tested for in the code.
16154         (isearch-lazy-highlight-face): Changed to defface from defcustom.
16155         (isearch-highlight): Always use face `isearch'.
16157 2000-10-02  Dave Love  <fx@gnu.org>
16159         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
16160         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
16161         comparison of opcode with operand.
16163 2000-10-03  Miles Bader  <miles@gnu.org>
16165         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
16166         buffer, since the echo area will now grow to accommodate them.
16168 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
16170         * vc-hooks.el (vc-registered): If FILE used to be registered under
16171         a certain backend, try that one first.
16173         * vc.el (vc-responsible-backend): Undo the previous change in the
16174         argument list.  Handle multiple backends correctly.
16175         (vc-find-new-backend): Function removed.
16176         (vc-register): Use vc-responsible-backend, as before.
16177         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
16179 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
16181         * startup.el (fancy-splash-head): Change message below the
16182         logo.
16184 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
16186         * diff-mode.el (diff-goto-source): Emit a status message.
16187         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
16188         (diff-test-hunk): Fix doc string.
16189         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
16190         (diff-advance-after-apply-hunk): New variable.
16191         (diff-apply-hunk): Don't return a value.
16193 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
16195         * vc.el (vc-editable-p): Minor optimization.
16196         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
16197         (vc-find-new-backend): New function split from vc-responsible-backend.
16198         (vc-register): Use it.
16199         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
16200         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
16201         (vc-default-unregister, vc-revert-buffer): Docstring fix.
16202         (vc-clear-headers): Don't use find-file.
16203         (vc-revert-buffer): Use `and' again (must have been a braino).
16204         (vc-switch-backend): Only prompt if requested.
16205         Short circuit if nothing is to be done.
16206         Don't use vc-resynch-buffer which could lose unsaved editing.
16207         (vc-default-receive-file): Update call to vc-unregister.
16208         (with-vc-file, vc-next-action-on-file):
16209         Use vc-backend rather than vc-registered.
16210         (vc-next-action-on-file): Use intern-soft.
16211         Deal with read-only *vc-diff* buffer.
16212         (vc-transfer-file): Docstring fix.
16214         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
16215         (vc-rcs-receive-file): Avoid with-vc-properties.
16216         Update call to vc-unregister.
16217         Use constant `RCS' rather than (dynamically bound) var `backend'.
16219 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
16221         * vc.el (vc-next-action-on-file): Update mode line only if file
16222         is visited.
16223         (vc-start-entry): New argument initial-contents.  Don't visit the file
16224         if it isn't already visited.  Brought documentation up-to-date.
16225         (vc-next-action, vc-register): Updated calls to vc-start-entry.
16226         (vc-checkin): New optional arg initial-contents, which is passed to
16227         vc-start-entry.
16228         (vc-finish-logentry): Make sure to bury log buffer only if there
16229         really is one.  Call `vc-resynch-buffer' on log-file, not
16230         buffer-file-name.
16231         (vc-default-comment-history, vc-default-wash-log): New functions.
16232         (vc-index-of): Removed.
16233         (vc-transfer-file): Make do without the above.
16234         (vc-default-receive-file): Call comment-history unconditionally.  Pass
16235         the resulting string to vc-checkin, instead of inserting it into the
16236         comment ring.
16238         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
16239         unconditionally.  Use the comments as initial contents of the log
16240         entry buffer.  Document the trick to force branch creation with no
16241         changes.
16243 2000-10-01  Miles Bader  <miles@gnu.org>
16245         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
16246         `recenter' with an arg to prevent redrawing the display.
16248 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
16250         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
16252         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
16254         * progmodes/c-mode.el (c-mode):
16255         Don't gratuitously override the default for comment-column.
16257         * textmodes/tex-mode.el (latex-metasection-list): New var.
16258         (latex-imenu-create-index): Use it.
16259         Move the regexp construction outside loops (and use push).
16260         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
16261         (tex-font-lock-keywords): Moved from font-lock.el.
16262         (tex-comment-indent): Remove.
16263         (tex-common-initialization): Don't set comment-indent-function.
16264         (latex-block-default): New var.
16265         (tex-latex-block): Use it to provide a default choice.
16266         Add any unknown choice to latex-block-names.
16267         Insert [...] after {...}.
16268         (tex-last-unended-begin): Simplify regexp.
16269         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
16270         (latex-forward-sexp-1, latex-forward-sexp): New functions.
16271         (latex-mode): Set forward-sexp-function.
16273         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
16274         Add regexp for @ignore ... @end ignore.
16275         (texinfo-heading-face): New face.
16276         (texinfo-font-lock-keywords): Use it.
16277         (texinfo-mode-menu): New menu.
16278         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
16279         New functions.
16280         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
16281         (texinfo-section-types-regexp, texinfo-section-level-regexp)
16282         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
16283         Remove declaration.
16284         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
16286         * delsel.el (delete-selection-mode): Use define-minor-mode.
16288         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
16290 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
16292         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
16294 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
16296         * replace.el (keep-lines-read-args): New function.
16297         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
16298         read arguments interactively.  Add parameters RSTART and REND.
16299         Operate on the active region in Transient Mark mode.
16301         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
16303         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
16304         (authors-obsolete-files-regexps): New variable.
16305         (authors-add): Don't record changes in obsolete files.
16307 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
16309         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
16311         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
16312         (comment-indent): Make sure there's a space between code and comment.
16313         Shift comments left to avoid going past fill-column.
16315 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
16317         * startup.el (startup-echo-area-message): New function.
16318         (display-startup-echo-area-message): Use it.
16319         (fancy-splash-screens): Rewritten to use keymaps and a timer.
16320         (fancy-splash-default-action): New function.
16321         (fancy-splash-screens-1): New function.
16322         (fancy-splash-head): Put a help-echo and a keymap under the image.
16324 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
16326         * diff-mode.el (diff-add-log-file-name): Remove.
16327         (diff-mode): Use add-log-buffer-file-name-function.
16329         * add-log.el (find-change-log): New arg BUFFER-FILE.
16330         (add-log-file-name): Obey add-log-file-name-function.
16331         (add-log-buffer-file-name-function): New var.
16332         (add-change-log-entry): Use it.
16334 2000-09-29  Miles Bader  <miles@gnu.org>
16336         * image-file.el (image-file-name-extensions): New variable.
16337         (image-file-name-regexps): Renamed from `image-file-regexps'.
16338         New default value is nil.  Call `auto-image-file-mode'.
16339         (image-file-name-regexp): New function.
16340         (auto-image-file-mode): New minor mode.
16341         (insert-image-file): Don't make conditional on the image-file
16342         handler being enabled.
16343         (image-file-handler): Make the call here conditional instead.
16344         (set-image-file-handler-enabled, enable-image-file-handler)
16345         (disable-image-file-handler): Functions removed.
16347         * emacs-lisp/authors.el (authors-print): Rephrase many-files
16348         string.
16350 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
16352         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
16353         it's a function from CL.
16354         (latex-imenu-create-index): Replace eval-when-compile with progn
16355         because latex-section-alist is not bound while compiling.
16357 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
16359         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
16360         (outline-mode): Use define-derived-mode.
16362         * progmodes/perl-mode.el (perl-mode):
16363         * progmodes/awk-mode.el (awk-mode):
16364         * progmodes/asm-mode.el (asm-mode):
16365         Don't gratuitously override the default for comment-column.
16367         * emacs-lisp/lisp.el (lisp-complete-symbol):
16368         Distinguish the let-binding case from the funcall case.
16369         (forward-sexp-function): New variable.
16370         (forward-sexp): Use it.
16372         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
16373         (easy-mmode-defmap): Remove the now useless autoload.
16375         * time.el (display-time-mode): Use define-minor-mode.
16377         * subr.el (add-minor-mode): Don't eval NAME.
16378         Don't depend on the presence of TOGGLE-FUN for any special behavior.
16379         Use if rather than cond.
16381         * simple.el (read-expression-map): Define more properly.
16382         (comment-indent-hook): Remove.
16383         (string-to-syntax): Bug fix.
16385         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
16386         (cvs-ediff-diff): Fix typo.
16387         (cvs-revert-if-needed): Don't bother preserving read-only.
16389         * paren.el (show-paren-mode): Use define-minor-mode.
16391         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
16392         (toggle-auto-compression): Remove.
16393         (jka-compr-build-file-regexp): Remove useless grouping.
16395         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
16396         Avoid user-reserved bindings.
16397         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
16398         (diff-header-face): Revert to grey85.
16400         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
16402         * complete.el (partial-completion-mode) <defcustom>: Remove.
16403         (partial-completion-mode): Use define-minor-mode.
16404         (PC-do-completion): Understand `completion-auto-help = delay'
16405         to mean to popup the completion buffer only the second time.
16406         (PC-include-file-all-completions, PC-include-file-all-completions)
16407         (PC-include-file-all-completions): Don't quote lambda.
16409         * comint.el (comint-mode-hook): Docstring fix.
16410         (comint-mode): Use define-derived-mode.
16411         (comint-mode-map): Remove obsolete comment.
16412         (make-comint): Minor stylistic change.
16413         (comint-insert-clicked-input): Be more careful to find the overlay.
16414         Use this-command-keys rather than hardcoding mouse-2.
16416         * font-lock.el: Replace confusing (,@ with ,
16417         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
16418         Don't use regexp-opt-depth.  Spice up the regexp for args.
16419         Don't distinguish between cmds that can take an opt arg or not.
16420         Use `append' and `prepend' rather than `keep'.
16422         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
16423         (latex-outline-regexp): New var.
16424         (latex-outline-level): New fun.
16425         (latex-section-alist): New var.
16426         (latex-imenu-create-index): Use it.  Use `push' as well.
16427         (tex-shell-map): Initialize it properly.
16428         (tex-mode): Minor stylistic change.
16429         (plain-tex-mode): Use define-derived-mode.
16430         (latex-mode): Use define-derived-mode.
16431         Construct the paragraph regexps in a more readable way.
16432         Set the buffer-local outline-{level,regexp} vars.
16433         (slitex-mode): Derive from latex-mode.
16434         (tex-common-initialization): Don't kill-all-vars anymore.
16435         Add setting for comment-add and font-lock-defaults.
16436         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
16437         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
16438         (tex-start-tex): New arg DIR (and send a chdir command for it).
16439         Also display the shell buffer and save it in tex-last-buffer-texed.
16440         (tex-region): Use expand-file-name rather than concat.
16441         Remove code made useless by changes in tex-start-tex.
16442         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
16444         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
16446 2000-09-28  Dave Love  <fx@gnu.org>
16448         * eshell/eshell.el (eshell) <defgroup>: Add :version.
16450 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
16452         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
16453         `append'.
16455 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
16457         * info.el (Info-extract-pointer): Undo last change.
16458         Instead, fix the position of the `bound' arg to re-search-backward.
16460 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
16462         * info.el (Info-extract-pointer):
16463         Widen more carefully, to avoid finding pointers in other nodes.
16464         (Info-index): Use push.
16466 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
16468         * frame.el (set-frame-font): Remove call to obsolete function
16469         frame-update-faces.
16470         (set-foreground-color, set-background-color): Likewise for
16471         frame-update-face-colors.
16473 2000-09-27  Miles Bader  <miles@gnu.org>
16475         * image-file.el: New file.
16477 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
16479         * frame.el (frame-notice-user-settings): Don't call
16480         frame-update-faces, which is a no-op now.
16482         * ediff-wind.el (ediff-control-frame-parameters): Add zero
16483         tool-bar-lines.
16485 2000-09-27  Dave Love  <fx@gnu.org>
16487         * mouse.el: Fix last change.
16489 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
16491         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
16493 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
16495         * international/quail.el (quail-help): The output message is
16496         improved.
16498 2000-09-26  Dave Love  <fx@gnu.org>
16500         * mouse.el (popup-menu): If POSITION is nil, set it using
16501         mouse-position.
16503 2000-09-25  Sam Steingold  <sds@gnu.org>
16505         * net/browse-url.el (browse-url-file-url): Check for null maps.
16507 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
16509         * frame.el (frame-notice-user-settings): Don't add a
16510         tool-bar-lines frame parameter to default-frame-alist in batch mode.
16512         * frame.el (frame-notice-user-settings):
16513         Make tool-bar-mode and default-frame-alist consistent.
16515         * toolbar/tool-bar.el (tool-bar-help): New function.
16517 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
16519         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
16520         current-load-list in top-level forms.  Else this leaks a cons cell
16521         every time a defun is called.
16523         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
16525 2000-09-25  Dave Love  <fx@gnu.org>
16527         * startup.el (fancy-splash-head): Check XPM is available.
16529         * autoinsert.el (auto-insert): Doc fix.
16530         (auto-insert-alist): Following GNU notices, don't say `copyright
16531         _by_'.  Use line-beginning-position.
16532         (auto-insert): Check buffer-file-name is non-nil before use.
16534 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
16536         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
16537         starting with `@def' or `@multitable', in addition to ones
16538         specified by the user in auto-fill-inhibit-regexp.
16540 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
16542         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
16543         rmail-dont-reply-to-names matches the empty string.
16545 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
16547         * startup.el (command-line-1, fancy-splash-text): Change the
16548         text to sound more friendly.
16550 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
16552         * progmodes/hideshow.el: Update author email address.
16553         Generally, sync w/ maintainer version 5.22.
16554         (hs-hide-all-non-comment-function): New var.
16555         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
16556         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
16557         (hs-show-region): Delete this command.
16558         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
16560 2000-09-22  Dave Love  <fx@gnu.org>
16562         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
16563         (hl-line-highlight): Specify buffer when moving overlay.
16565         * progmodes/fortran.el (fortran-mode): Locally set
16566         normal-auto-fill-function.
16567         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
16568         (fortran-mode-map): Adjust auto-fill menu entry.
16570 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
16572         * vc-rcs.el (toplevel): Require `vc' when compiling.
16574         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
16576 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
16578         * vc.el (vc-switch-backend): Signal an error if the file is not
16579         registered under the new backend.
16581         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
16582         without explicit revision number.
16584 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
16586         * diff-mode.el (diff-file-header-face): Reset to its previous value.
16587         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
16588         (diff-xor): New function.
16589         (diff-find-source-location): Use it.  Fix a stupid name clash.
16590         (diff-hunk-status-msg): New function.
16591         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
16592         (diff-test-hunk): Use diff-find-source-location.
16593         (diff-goto-source): Favor the `reverse'.
16594         (diff-hunk-text): Properly handle one-sided context diffs.
16595         (diff-apply-hunk): When done, advance to the next hunk.
16597 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
16599         * startup.el (command-line): If frame was created with a non-zero
16600         tool-bar-lines parameter, switch tool-bar-mode on.
16602         * add-log.el (change-log-date-face, change-log-name-face)
16603         (change-log-email-face, change-log-file-face)
16604         (change-log-list-face, change-log-conditionals-face)
16605         (change-log-function-face, change-log-acknowledgement-face):
16606         New faces, inheriting from font-lock faces.
16607         (change-log-font-lock-keywords): Use them.
16609 2000-09-21  Dave Love  <fx@gnu.org>
16611         * progmodes/cperl-mode.el (top-level): Clean up
16612         `eval-when-compile's and assorted defvars.
16613         (cperl-invalid-face): Don't double-quote value.  Change custom
16614         type.
16615         (cperl-mode): Set normal-auto-fill-function and don't zap
16616         auto-fill-function.
16617         (cperl-imenu--function-name-regexp-perl): Renamed from
16618         imenu-example--function-name-regexp-perl.
16619         (cperl-imenu--create-perl-index): Renamed from
16620         imenu-example--create-perl-index.
16621         (cperl-xsub-scan): Don't require cl.
16623         * msb.el (msb-mode-map): Use substitute-key-definition.
16624         (msb-mode): Use msb-mode-map.
16626 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
16628         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
16629         New functions.
16630         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
16631         (vc-switch-backend): New function.
16632         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
16633         (vc-register): Fix prompt.
16634         (vc-unregister, vc-default-unregister): New functions.
16635         (vc-version-diff): Handle empty buffer in sentinel.
16637         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
16638         (vc-rcs-state-heuristic): Use it to guess the state of files with
16639         non-strict locking.
16640         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
16641         been set with -b, but not created yet.
16642         (vc-rcs-fetch-master-state): With non-strict locking, compare file
16643         contents in order to find the state.
16644         (vc-rcs-checkin): Allow creation of branches with no changes.
16645         (vc-rcs-unregister, vc-rcs-receive-file)
16646         (vc-rcs-set-non-strict-locking): New functions.
16648         * vc-hooks.el (vc-name): Force correct computation of the value
16649         in case it is missing.
16651 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
16653         * startup.el (fancy-splash-tail): Use a different foreground
16654         color on a dark frame background.
16656 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
16658         * info.el: Use the correct capitalization when making Info-mode
16659         and Info-edit-mode `special' modes.
16661 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
16663         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
16664         (diff-mode): Add support for add-log.el.
16665         (diff-hunk-text): Use char offsets rather than line offsets.
16666         (diff-find-source-location): Replace LINE with line-offset (nil
16667         if not found) and always set POS to a meaningful position.
16668         Adapt to the new char-offsets.
16669         (diff-apply-hunk): Drop support for the unused `select' POPUP.
16670         Adapt to the new diff-find-source-location.
16671         (diff-goto-source): Adapt to the new diff-find-source-location.
16673         * add-log.el (add-log-file-name): New function (split out of
16674         add-change-log-entry).
16675         (add-change-log-entry): Use it.
16676         Call add-log-file-name-function with the changelog file name if
16677         the current buffer is not associated with any file.
16678         Avoid find-file if the selected window is dedicated.
16680         * diff-mode.el (diff-find-source-location):
16681         Move code from diff-apply-hunk.  Return buffer rather than file.
16682         (diff-apply-hunk): Use the new result from  diff-find-source-location.
16683         (diff-goto-source): Use the new diff-find-source-location.
16685 2000-09-20  Dave Love  <fx@gnu.org>
16687         * iswitchb.el: Some doc fixes.
16688         (iswitchb-mode-map): Define completely initially.  Inherit
16689         minibuffer-local-map.
16690         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
16691         fundamental-mode.
16692         (iswitchb-global-map): New variable.
16693         (iswitchb-summaries-to-end): Amalgamate regexps.
16694         (iswitchb-mode): New.
16695         (iswitchb-mode-hook): New variable.
16696         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
16697         `extensions'.
16699 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
16701         * ehelp.el (electric-help): New defgroup.
16702         (electric-help-shrink-window): New user-option.
16703         (with-electric-help): Use it.
16705         * window.el (shrink-window-if-larger-than-buffer): If face
16706         `mode-line' has a :box, and we're on a graphical frame, add 1
16707         to the needed window height.
16709         * frame.el (frame-notice-user-settings): Add a last parameter nil
16710         to a call to `append', because the last list passed to `append' is
16711         not copied, and so subsequent calls to assq-delete-all will modify
16712         default-frame-alist.
16714         * startup.el (fancy-splash-image): Change :type.
16715         (fancy-splash-head): Use an XBM image if appropriate.
16716         (command-line-1): Show splash screens in more cases.
16718         * startup.el (fancy-splash-text): Don't quote faces.
16720         * dired.el (dired-font-lock-keywords): Undo last change.
16721         (dired-readin): Bind indent-tabs-mode to nil.
16723         * startup.el (fancy-splash-head): If frame's background mode
16724         is `dark', change the black background of the image to gray.
16725         (fancy-splash-screens): Display startup echo area message.
16726         (display-startup-echo-area-message): New function.
16728 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
16730         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
16732         * info.el (info-header-node): Tweak for color ttys.
16734         * faces.el (face-valid-attribute-values): Make sure directories we
16735         search for stipples both exist and are readable before trying to
16736         search them.
16738         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
16739         in the dry-run case.
16741         * jka-compr.el (with-auto-compression-mode): New macro.
16743         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
16744         (custom-group-tag-face, custom-variable-tag-face): Use relative
16745         :height and inherit from `variable-pitch' face instead of
16746         hardwiring :family.
16747         * hi-lock.el (hi-black-hb): Likewise.
16749         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
16750         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
16751         toolbar-add-item, if image doesn't have a mask add a `:mask
16752         heuristic'.
16754 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
16756         * diff-mode.el: Docstring fixes.
16757         (diff-header-face, diff-comment-face): New faces.
16758         (diff-font-lock-keywords): Highlight a bit differently.
16759         (diff-find-source-location): Don't return SPAN any more.
16760         (diff-hunk-text): Don't bother erasing the temp buffer.
16761         (diff-find-text): Drop argument LINE.
16762         (diff-apply-hunk): Update calls to diff-find-text.
16763         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
16765         * calendar/calendar.el: Docstring fixes.
16766         (calendar-make-alist): Don't quote lambda.
16767         (calendar-star-date): Use make-local-variable.
16769 2000-09-19  Dave Love  <fx@gnu.org>
16771         * toolbar/tool-bar.el: Renamed from toolbar.el.
16772         Change `toolbar' to `tool-bar' generally in symbols.
16773         Make some items invisible in `special' major modes.
16774         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
16775         Add arg PROPS.
16777         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
16778         Add :version here.
16779         (fancy-splash-delay, fancy-splash-image): Remove :version here.
16781 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
16783         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
16785         * files.el (find-file-suppress-same-file-warnings): New user-option.
16786         (find-file-noselect): Use it.
16788         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
16789         (fancy-splash-screen): Defgroup.
16791         * add-log.el (change-log-font-lock-keywords): Match names
16792         more exactly for the case that font-lock-constant-face is
16793         underlined.
16795 2000-09-19  Richard M. Stallman  <rms@gnu.org>
16797         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
16799 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
16801         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
16803 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
16805         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
16806         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
16807         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
16808         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
16809         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
16810         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
16811         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
16812         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
16813         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
16814         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
16815         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
16816         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
16818         * startup.el (fancy-splash-text): New variable.
16819         (fancy-splash-delay, fancy-splash-image): New user-options.
16820         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
16821         (fancy-splash-screens): New functions.
16822         (command-line-1): If display has a `display' frame parameter, has
16823         colors, and we have XPM support, show more fancy splash screens.
16825 2000-09-19  Dave Love  <fx@gnu.org>
16827         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
16828         with null `help'.  Use modern backquote syntax.
16830 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
16832         * font-lock.el (font-lock-mode): Change message telling the user
16833         that ``the buffer is too big''.
16835         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
16836         for instance for the case that tab-width is 2.
16838 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
16840         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
16841         toolbar-add-item, if image doesn't have a mask add a `:mask
16842         heuristic'.
16844 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
16846         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
16847         and return a cons if it's non-nil.
16848         (diff-apply-hunk): Try to jump to the line in the source text
16849         corresponding to the position of point in the in the hunk.
16851         * info.el (Info-title-3-face, Info-title-2-face)
16852         (Info-title-1-face): Use face inheritance and relative sizes
16853         instead of hard-wiring things.
16855         * faces.el (secondary-selection): Make dark-background variant sane.
16857 2000-09-16  Andrew Innes  <andrewi@gnu.org>
16859         * makefile.w32-in (compile-files-CMD): No need to make .elc files
16860         read-only, since they aren't under VC now.
16862 2000-09-17  Dave Love  <fx@gnu.org>
16864         * tmm.el: Replace mapcar with mapc in several places.
16866         * loadhist.el (unload-feature): Maybe call elp-restore-list and
16867         ad-unadvise.
16869         * international/latin1-disp.el: New file.
16871         * calendar/cal-move.el (scroll-calendar-left)
16872         (scroll-calendar-right): Make arg optional (for active mode line).
16874         * calendar/calendar.el (calendar-mode-line-format): Make fields
16875         mouse-sensitive.
16876         (calendar-read-date, calendar-read-date, calendar-window-list):
16877         Unquote lambda.
16878         (calendar-month-name): Use aref, not sref.
16880         * view.el (minor-mode-alist): Propertize the string.
16882         * international/characters.el (standard-case-table): Add entries
16883         for Greek.
16885 2000-09-18  Miles Bader  <miles@gnu.org>
16887         * info.el (info-node, info-xref): Add dark-background variants.
16889         * faces.el (header-line): Change defaults to be less confusing
16890         when mixed with mode-lines.
16892         * info.el (Info-fontify-node): Make a few cleanups.
16893         Add extra `help-echo' and `local-map' props to node xrefs.
16894         Use header-specific faces for node-names & xrefs.
16895         (Info-use-header-line): New variable.
16896         (info-header-xref, info-header-node): New faces.
16897         (Info-setup-header-line): New function.
16898         (Info-select-node): Call Info-setup-header-line when enabled.
16899         (Info-extract-pointer): Work even if the header line is hidden.
16900         (Info-header-line): New variable.
16902 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
16904         * vms-patch.el (print-region-function): Don't quote lambda.
16906         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
16908         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
16909         (lm-get-header-re): Allow spaces between the header and the colon.
16910         (lm-header): Allow $ in non-RCS headers.
16911         (lm-header-multiline): Put the strings back into order.
16912         Stop at an empty line.  Don't require two space chars if the
16913         line is clearly not another header line.
16915         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
16916         (popup-menu-popup): Remove.
16918 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
16920         * toolbar/toolbar.el (toolbar-add-item): Use the same image
16921         specification if or if not tool-bar item contains an `:enabled'
16922         property.
16924         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
16925         current buffer has no file name.
16927 2000-09-15  Dave Love  <fx@gnu.org>
16929         * strokes.el: Sync with maintainer's current version with changes
16930         for Emacs, but avoid runtime cl and levents.
16931         (toplevel):  Change autoloads and compilation requires.
16932         (strokes-version, strokes-bug-address, strokes-lift): Values
16933         changed.
16934         (strokes-xpm-header, strokes-insinuated): New variable.
16935         (strokes): Add :link.
16936         (strokes-mode): Customized.
16937         (strokes-while-inhibiting-garbage-collector): New macro.
16938         (strokes-remassoc): Avoid remove-if.
16939         (strokes-fix-button2-command): Don't use ad-do-it.
16940         (strokes-insinuate): New function.
16941         (strokes-button-press-event-p, strokes-button-release-event-p):
16942         New functions, used instead of non-`strokes-' versions..
16943         (strokes-mouse-event-p): Rewritten.
16944         (strokes-event-closest-point): Avoid event-point.
16945         (strokes-get-grid-position): Avoid cdadr, caadr
16946         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
16947         functions.
16948         (strokes-help): Use with-output-to-temp-buffer.
16949         (strokes-window-configuration-changed-p): New function.
16950         (strokes-update-window-configuration): Use buffer-live-p,
16951         strokes-window-configuration-changed-p.
16952         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
16953         (strokes-char-face): New face.
16954         (strokes-char-table, strokes-base64-chars): New variable.
16955         (strokes-xpm-for-stroke, strokes-list-strokes)
16956         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
16957         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
16958         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16959         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
16960         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
16961         functions.
16963 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
16965         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
16967         * image.el (create-image): Doc fix.
16969         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
16970         instead of `:heuristic-mask t'.
16972 2000-09-14  Andrew Innes  <andrewi@gnu.org>
16974         * makefile.w32-in: Revert to Unix line endings.
16976 2000-09-14  Andrew Innes  <andrewi@gnu.org>
16978         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
16979         when installing.
16981         * makefile.nt (DONTCOMPILE): Fix typo.
16983         * shell.el (shell-write-history-on-exit): New function.
16984         (shell-dumb-shell-regexp): New custom variable.
16985         (shell-mode): Make shell-write-history-on-exit the process
16986         sentinel if shell name matches shell-dumb-shell-regexp.
16988         * w32-fns.el: Comment out before-init-hook function which resets
16989         source-directory based; this breaks bootstrap.
16991 2000-09-14  Dave Love  <fx@gnu.org>
16993         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
16994         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
16995         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
16996         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
16997         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
16998         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
16999         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
17000         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
17001         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
17003         * toolbar/toolbar.el: New.
17005         * subdirs.el: Add toolbar.
17007 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
17009         * indent.el (indent-for-tab-command): Doc fix.
17011 2000-09-14  Alex Schroeder  <alex@gnu.org>
17013         * ansi-color.el (ansi-colors): Doc change.
17014         (ansi-color-get-face): Simplified regexp.
17015         (ansi-color-faces-vector): Added more faces, doc change.
17016         (ansi-color-names-vector): Doc change.
17017         (ansi-color-regexp): Simplified regexp.
17018         (ansi-color-parameter-regexp): New regexp.
17019         (ansi-color-filter-apply): Doc change.
17020         (ansi-color-filter-region): Doc change.
17021         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
17022         deal with zero length parameters.
17023         (ansi-color-apply-on-region): Doc change.
17024         (ansi-color-map): Doc change.
17025         (ansi-color-map-update): Removed debugging message.
17026         (ansi-color-get-face-1): Added condition-case to trap
17027         args-out-of-range errors.
17028         (ansi-color-get-face): Doc change.
17029         (ansi-color-make-face): Removed.
17030         (ansi-color-for-shell-mode): New option.
17032 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
17034         * international/quail.el (quail-start-translation): Translate KEY
17035         if necessary even if it doesn't have any mapping in the current
17036         input method.
17037         (quail-start-conversion): Likewise.
17038         (quail-help): The output message is improved.
17040 2000-09-13  Miles Bader  <miles@gnu.org>
17042         * comint.el (comint-output-filter): Revert to using
17043         `insert-before-markers'.  Add bletcherous hack to undo damage
17044         caused by `insert-before-markers'.  Put `front-sticky' property on
17045         overlays created here so that the field code understands how the
17046         overlay works.  Use a let when making comint-last-prompt-overlay,
17047         so that the code is easier to read.
17049 2000-09-13  Dave Love  <fx@gnu.org>
17051         * wid-edit.el (widget-default-format-handler): DTRT when
17052         doc-property is a function.
17054 2000-09-12  Francesco Potorti`  <pot@gnu.org>
17056         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
17057         filed name if it's not there.
17059 2000-09-12  Dave Love  <fx@gnu.org>
17061         * simple.el (read-mail-command): Doc fix.
17062         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
17064         * vc.el (vc-dired-listing-switches): Fix :version.
17066         * vc-hooks.el: Doc fixes.
17068         * subr.el (add-minor-mode): Use toggle-fun arg.
17070         * speedbar.el: Add :version to several defcustoms.
17072         * imenu.el (imenu--truncate-items, imenu--cleanup)
17073         (imenu--generic-function): Avoid mapcar.
17074         (imenu--replace-spaces): Function removed.
17075         (imenu--completion-buffer): Use subst-char-in-string.
17076         (imenu-add-to-menubar): Use keymap inheritance.
17078 2000-09-12  Miles Bader  <miles@gnu.org>
17080         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
17081         (diff-mode-map): Bind `diff-test-hunk'.
17082         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
17084 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
17086         * bytecomp.el (byte-compile-defvar): Undo last change
17087         because it breaks '(make-variable-buffer-local (defvar ...)'
17088         which is used at least in dired.
17090 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
17092         * international/quail.el (quail-define-package): Docstring
17093         modified.
17095 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
17097         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
17098         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
17099         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
17100         docstring of "chinese-py".
17102         * international/quail.el (quail-translation-docstring): New
17103         variable.
17104         (quail-show-keyboard-layout): Docstring modified.
17105         (quail-select-current): Likewise.
17106         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
17107         infinite recursive call.
17108         (quail-help): Check quail-translation-docstring.  Format of the
17109         output changed.
17110         (quail-help-insert-keymap-description): Adjusted for the above
17111         change.
17113 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
17115         * bytecomp.el (byte-compile-defvar): Only cons onto
17116         current-load-list in top-level forms.  Else this leaks a cons cell
17117         every time a defun is called.
17119 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
17121         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
17122         Now understands non-unified diffs.  Some functionality moved into
17123         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
17124         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
17125         modify anything.  Only reposition point in the patched file if the
17126         patch succeeds.  Only pop up another window if POPUP is true.
17127         Emit a message describing what happened if successful, and at what
17128         line-offset.  Automatically detect reversed hunks and do something
17129         appropriate.
17130         (diff-hunk-text, diff-find-text): New functions.
17131         (diff-filter-lines): Function removed.
17132         (diff-test-hunk): New function.
17133         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
17135 2000-09-10  Dave Love  <fx@gnu.org>
17137         * textmodes/tildify.el: Minor doc/commentary fixes.
17138         (tildify) <defgroup>: Add :version.
17140         * faces.el (face-x-resources): Make custom type more specific.
17141         (frame-background-mode): Use mapc.
17142         (region) <defcustom>: Add :version.
17144 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
17146         * vc-sccs.el (vc-sccs-register):
17147         * vc-rcs.el (vc-rcs-register):
17148         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
17149         * vc.el (vc-register): Clear file's properties.
17151 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
17153         * faces.el (face-spec-set): Only face-spec-reset-face when
17154         ATTRS is non-nil.
17156 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
17158         * help.el (help-insert-xref-button): Fix a typo in doc string.
17160 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
17162         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
17163         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
17164         methods.
17166         * menu-bar.el (read-mail-item-name): New function.
17167         (menu-bar-tools-menu): Use it to compute and display the package
17168         used to read email.
17169         (menu-bar-tools-menu): Fix typo in GUD's help string.
17171 2000-09-07  Dave Love  <fx@gnu.org>
17173         * diff-mode.el (diff-mouse-goto-source): New function.
17175         * vc-sccs.el: Doc fixes.
17176         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
17178         * vc-rcs.el: Doc fixes.
17179         (vc-rcs-register-switches, vc-rcs-checkin-switches)
17180         (vc-rcs-checkout-switches, vc-rcs-header)
17181         (vc-rcs-master-templates): Add or change :version.
17183         * vc-cvs.el: Doc fixes.
17184         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
17185         (vc-cvs-stay-local): Add :version.
17187         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
17189 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
17191         * international/quail.el (quail-help): Fix previous change.
17193 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
17195         * faces.el (color-values): Doc fix.
17197         * faces.el (frame-set-background-mode): Use frame-parameter
17198         instead of frame-parameters.
17200         * frame.el (filtered-frame-list): Reduce consing.
17201         (frames-on-display-list): Call frame-parameter instead of
17202         frame-parameters.
17204 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
17206         * language/devan-util.el (devanagari-to-indian-region): In the
17207         loop, change the following char, not preceding char.
17209 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
17211         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
17212         instead of frame-parameters.
17214         * faces.el (set-face-attribute): Simplify by calling
17215         internal-set-lisp-face-attribute with FRAME being 0.
17217         * vc.el: Remove `Id' version control keyword.
17219 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
17221         * help.el (help-make-xrefs): Adjusted for the change of
17222         help-xref-mule-regexp.
17223         (help-insert-xref-button): New function.
17225         * international/mule-cmds.el (help-xref-mule-regexp-template):
17226         Include the pattern for character set.
17227         (leim): New group.
17229         * international/quail.el: Don't require face.
17230         (quail): New group.
17231         (quail-other-command): Dummy command to make quail-help work better.
17232         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
17233         (quail-keyboard-layout-substitution): New variable.
17234         (quail-update-keyboard-layout): New function.
17235         (quail-keyboard-layout-type): New customizable variable.
17236         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
17237         (quail-keyboard-translate): Pay attention to
17238         quail-keyboard-layout-substitution.
17239         (quail-insert-kbd-layout): New function.
17240         (quail-show-keyboard-layout): New function.
17241         (quail-get-translation): If the definition is a vector of length
17242         1, and the element is a string of length 1, return the character
17243         in that string.
17244         (quail-update-current-translations): Fix the case of
17245         relative-index out of range.
17246         (quail-build-decode-map, quail-insert-decode-map): New Functions.
17247         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
17248         Show key sequences for all available characters.
17249         (quail-help-insert-keymap-description): Don't show such verbose
17250         key bindings as quail-self-insert-command.
17252         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
17253         Format changed, and each element now have extra documentations.
17254         (tit-process-header): Delete invalid characters from TIT-PROMPT.
17255         Adjusted for the change of quail-cxterm-package-ext-info.
17257 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
17259         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
17260         requiring it leads to a recursive loading of vc.el and vc-hooks.el
17261         during bootstrap.
17263 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
17265         * vc.el: (toplevel): Don't require `dired' at run-time.
17266         (vc-dired-resynch-file): Remove autoload cookie.
17268 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
17270         * vc.el: Made several backend functions optional.
17271         (vc-default-responsible-p): New function.
17272         (vc-merge): Use RET for first version to trigger merge-news, not
17273         prefix arg.
17274         (vc-annotate): Handle backends that do not support annotation.
17275         (vc-default-merge-news): Removed.  The existence of a merge-news
17276         implementation is now checked on caller sites.
17278         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
17279         case.
17281         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
17282         special case that has been removed from the default in vc-hooks.el.
17284 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
17286         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
17288 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
17290         * vc-hooks.el: Require vc during compilation.
17291         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
17292         macro `with-vc-properties' in vc.el.
17293         (vc-file-getprop): Doc fix.
17294         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
17296         * vc.el: Require dired-aux during compilation.
17297         (vc-name-assoc-file): Moved to vc-sccs.el.
17298         (with-vc-properties): New macro.
17299         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
17300         vc-finish-steal): Use it.
17301         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
17302         to the backend-specific function is now supposed to do the checkout,
17303         too.
17304         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
17306         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
17307         set file properties; that gets done in the generic code now.
17309         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
17310         Changed parameter list, added code from vc.el that does the
17311         checkout, possibly with a double-take.
17313         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
17314         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
17315         the above under the new name.
17316         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
17317         parameter list, added checkout command.
17318         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
17319         properties; that gets done in the generic code now.
17321 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
17323         * vc.el: Docstring fixes (courtesy of checkdoc).
17325 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
17327         * vc.el (vc-checkout-writable-buffer-hook)
17328         (vc-checkout-writable-buffer): Remove.
17329         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
17330         (vc-log-mode): Make it into a clean derived major mode.
17331         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
17332         vc-log-mode if log-edit is not available.
17333         (vc-dired-mode-map): Don't set-keymap-parent yet.
17334         (vc-dired-mode): Do set-keymap-parent here.
17335         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
17337 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
17339         * faces.el (set-face-attribute, face-spec-reset-face)
17340         (face-spec-set): Avoid consing by removing calls to `apply'.
17342         * frame.el (frame-parameter): Move to C code.
17344 2000-09-05  Dave Love  <fx@gnu.org>
17346         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
17347         insert-before-markers-and-inherit.  Now checked systematically!
17349 2000-09-05  Alex Schroeder  <alex@gnu.org>
17351         * sql.el (sql-postgres): Use sql-postgres-options.
17352         (sql-postgres-options): New variable.
17354 2000-09-05  Alex Schroeder  <alex@gnu.org>
17356         * sql.el (sql-mode-menu): Work around missing variable mark-active
17357         in XEmacs.
17358         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
17359         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
17360         compatibility.
17362 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
17364         * vc.el (vc-dired-resynch-file): Add autoload cookie.
17366         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
17368         * Makefile.in (DONTCOMPILE): Fix typo in file name.
17370 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17372         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
17373         don't support anything else under SCCS yet.
17375         * vc-hooks.el: Minor doc fixes.
17377 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17379         * vc.el (vc-next-action-on-file): Do not visit the file if it's
17380         not necessary.  If verbose in state `needs-patch', do the same as
17381         under `up-to-date'.  When NOT verbose and `needs-patch', check out
17382         latest version instead of `merge-news'.
17383         (vc-next-action-dired): Don't mess with default-directory here; it
17384         breaks other parts of dired.  It is the job of the
17385         backend-specific functions to adjust it temporarily if they need it.
17386         (vc-next-action): Remove a special CVS case.
17387         (vc-clear-headers): New optional arg FILE.
17388         (vc-checkin, vc-checkout): Set properties vc-state and
17389         vc-checkout-time properly.
17390         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
17391         (vc-print-log): Use new backend function `show-log-entry'.
17392         (vc-cancel-version): Do the checks in a different order.  Added a
17393         FIXME concerning RCS-only code.
17395         * vc-rcs.el (vc-rcs-show-log-entry): New function.
17396         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
17398         * vc-cvs.el (vc-cvs-show-log-entry): New function.
17400         * vc-hooks.el (vc-default-mode-line-string): Show state
17401         `needs-patch' as a `-' too.
17403 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17405         * vc.el (vc-responsible-backend): New optional arg REGISTER.
17406         (vc-default-could-register): New function.
17407         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
17408         (vc-resynch-buffer): Call vc-dired-resynch-file.
17409         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
17410         vc-resynch-buffer instead of vc-resynch-window.
17411         (vc-next-action-dired): Don't redisplay here, that gets done as a
17412         result of the individual file operations.
17413         (vc-retrieve-snapshot): Corrected prompt order.
17415         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
17417         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
17418         as well.
17419         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
17420         hostname regexps.  Updated all callers.
17421         (vc-cvs-responsible-p): Handle directories as well.
17422         (vc-cvs-could-register): New function.
17423         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
17424         properties up-to-date.
17426         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
17427         user whether to create one.
17429 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17431         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
17432         check out a non-existing file.
17434         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
17435         workfile does not exist.
17437         * vc.el (vc-version-diff): Use `require' to check for existence of
17438         diff-mode.
17440 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17442         * vc-cvs.el (vc-cvs-registered): Use new function
17443         vc-cvs-parse-entry to do the actual work.
17445 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17447         * vc-hooks.el (vc-find-backend-function): If function doesn't
17448         exist, return nil instead of error.
17449         (vc-call-backend): Doc fix.
17451         * vc.el (vc-do-command): Doc fix.
17452         (vc-finish-logentry): When checking in from vc-dired, choose the
17453         right backend for logentry check.
17454         (vc-dired-mode-map): Inherit from dired-mode-map.
17455         (vc-dired-mode): Local value of dired-move-to-filename-regexp
17456         simplified.
17457         (vc-dired-state-info): Removed, updated caller.
17458         (vc-default-dired-state-info): Use parentheses instead of hyphens.
17459         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
17460         (vc-dired-listing-switches): New variable.
17461         (vc-directory): Use it, instead of dired-listing-switches.
17463         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
17464         (vc-cvs-dir-state): New function.
17465         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
17466         (vc-cvs-parse-entry): New function, also to be used in
17467         vc-cvs-registered.
17469 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17471         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
17472         *or* single-window-frames.
17474 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17476         * vc.el (vc-update-changelog): Split into generic part and default
17477         implementation.  Doc string adapted.
17478         (vc-default-update-changelog): New function.  Call the `rcs2log'
17479         script in exec-directory, to fix a long-standing nuisance.
17481         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
17482         simply signals an error.
17484 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17486         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
17487         control-flow more clear and to avoid running `cvs' twice.
17489         * vc.el (vc-next-action-on-file): Doc fix.
17490         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
17491         (vc-print-log): Eval `file' before constructing the continuation.
17493 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17495         * vc.el (vc-next-action-on-file): Corrected several messages.
17496         (vc-merge): Add prefix arg `merge-news'; handle it.
17498         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
17499         is not reached.  It is.
17500         (vc-cvs-merge): Set state to 'edited after merge.
17501         (vc-cvs-merge-news): Set workfile version to nil if not known.
17502         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
17504         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
17505         via stdout. (Merge from main line.)
17507 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17509         * vc.el (vc-finish-logentry): Thinko in the "same comment"
17510         detection.
17512 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17514         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
17515         against kill-all-local-variables.
17516         (vc-log-edit): Don't save vc-parent-buffer any more.
17517         (vc-last-comment-match): Initialize to an empty string.
17518         (vc-post-command-functions): New hook.
17519         (vc-do-command): Run it.
17520         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
17521         (vc-finish-logentry): Only add the comment to the ring if it's
17522         different from the last comment entered.
17523         (vc-new-comment-index): New function.
17524         (vc-previous-comment): Use it.  Make the minibuffer message
17525         slightly less terse.
17526         (vc-comment-search-reverse): Make it work forward as well.  Don't
17527         set vc-comment-ring-index if no match is found.  Use
17528         vc-new-comment-index.
17529         (vc-comment-search-forward): Use vc-comment-search-reverse.
17530         (vc-dired-mode-map): Don't inherit from dired-mode-map since
17531         define-derived-mode will do it for us.  Bind `v' to a keymap that
17532         inherits from vc-prefix-map so that we can bind `vt' without
17533         binding C-x v t.
17534         (vc-retrieve-snapshot): Parenthesis typo.
17536         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
17537         to 1.  Make sure to switch to *vc* before looking for an error
17538         message.  Use vc-parse-buffer.
17540 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17542         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
17543         and NAME.
17544         (vc-retrieve-snapshot): Split into two parts.
17545         (vc-default-retrieve-snapshot): New function.
17547         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
17548         (vc-cvs-retrieve-snapshot): New function (untested).
17549         (vc-cvs-stay-local): Default to t.
17550         (vc-cvs-remote-p): New function and property.
17551         (vc-cvs-state): Stay local only if the above is t.
17552         (vc-handle-cvs): Removed.
17553         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
17554         done via vc-handled-backends now.
17555         (vc-cvs-header): Escape Id.
17557 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17559         * vc.el (vc-do-command): Remove unused commands.
17560         (vc-version-diff): Make sure default-directory ends with a slash.
17561         Move the window commands into a vc-exec-after.
17562         (vc-print-log): Move more of the code into the `vc-exec-after'.
17564 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17566         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
17567         (vc-print-log): Search current revision from beginning of buffer.
17568         (vc-revert-buffer): Clear echo area after the diff is finished.
17569         (vc-prefix-map): Removed definition of "t" for terse display in vc
17570         dired.
17571         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
17572         definition of "vt" for terse display.
17573         (vc-dired-mode): Fix dired-move-to-filename-regexp.
17575 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17577         * vc.el (vc-exec-after): Avoid caddr.
17579 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17581         * vc.el (vc-exec-after): New function.
17582         (vc-do-command): Use it to add a termination message for async
17583         procs.
17584         (vc-checkout): Try to handle a missing-backend situation.
17585         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
17586         of a directory with a backend using async diffs.
17587         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
17588         present.
17590         * vc-sccs.el (vc-sccs-state-heuristic): Use
17591         file-ownership-preserved-p.
17593         * vc-rcs.el (vc-rcs-state-heuristic): Use
17594         file-ownership-preserved-p.
17595         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
17597 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17599         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
17600         vc-do-command.
17602         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
17603         when there are no changes.
17605 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17607         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
17609         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
17611 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17613         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
17615         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
17616         the `fset' outside of the defvar so that it works even if
17617         vc-prefix-map was already defined.
17618         (vc-setup-buffer): New function, split out of vc-do-command.
17619         (vc-do-command): Allow BUFFER to be t to mean `just use the
17620         current buffer without any fuss'.
17621         (vc-version-diff): Change the `diff' backend operation to just put
17622         the diff in the current buffer without erasing it.  Always use
17623         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
17624         shrink-window-if-larger-than-buffer.
17625         (vc-print-log): Change the `print-log' backend operation to just
17626         put the log in the current buffer without erasing it.  Protect
17627         shrink-window-if-larger-than-buffer.
17628         (vc-update-change-log): Fix setd typo.
17630         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
17631         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
17633         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
17634         (vc-rcs-diff): Insert in the current buffer and remove unused arg
17635         CMP.
17637         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
17638         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
17639         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
17641 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17643         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
17644         not possible, use vc-BACKEND-workfile-unchanged-p.
17645         (vc-default-workfile-unchanged-p): New function.  Delegates to a
17646         full vc-BACKEND-diff.
17648         * vc-hooks.el (vc-simple-command): Removed.
17650         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
17651         instead of vc-simple-command.
17652         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
17653         avoid doing a diff when opening a file.
17654         (vc-rcs-state): Added check for unlocked-changes.
17655         (vc-rcs-header): Escape Id.
17656         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
17657         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
17658         version.
17660         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
17661         (vc-sccs-diff): Remove optional arg CMP.
17662         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
17663         SCCS-specific function.
17665         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
17666         vc-simple-command.
17668 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17670         * vc.el (vc-editable-p): Renamed from vc-writable-p.
17671         (with-vc-file, vc-merge): Use vc-editable-p.
17672         (vc-do-command): Remove unused var vc-file and fix the
17673         doubly-defined `status' var.  Add a user message when starting an
17674         async command.
17675         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
17676         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
17677         Use with-current-buffer.
17678         (vc-buffer-sync): Use unless.
17679         (vc-next-action-on-file): If the file is 'edited by read-only,
17680         make it read-write instead of trying to commit.
17681         (vc-version-diff, vc-update-change-log): Use `setq
17682         default-directory' rather than `cd'.
17683         (vc-log-edit): Don't forget to set default-directory in the
17684         buffer.
17686         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
17687         (vc-sccs-state-heuristic): Use file-writable-p instead of
17688         comparing userids.
17689         (vc-sccs-checkout): Use `unless'.
17691         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
17692         of comparing userids.
17693         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
17694         Simplify the logic by eliminating unreachable code.
17695         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
17696         just do a recursive call if we need to retry.
17697         (vc-rcs-checkout): Handle the case where rcs is missing by making
17698         the buffer read-write if requested and re-signalling the error.
17700         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
17702 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17704         * vc-hooks.el (vc-handled-backends): Docstring change.
17705         (vc-ignore-vc-files): Mark obsolete.
17706         (vc-registered): Check vc-ignore-vc-files.
17707         (vc-find-file-hook, vc-file-not-found-hook): Don't check
17708         vc-ignore-vc-files.
17710         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
17712 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17714         * vc.el (vc-checkout): Don't do anything special for ange-ftp
17715         files since ange-ftp already has vc-registered return nil.
17717         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
17718         (vc-sccs-workfile-version): Use with-temp-buffer and new
17719         vc-parse-buffer and don't bother setting the property.
17720         (vc-sccs-add-triple): Use with-current-buffer and
17721         find-file-noselect.
17722         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
17724         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
17725         derives from the old vc-parse-buffer but uses the revision number
17726         rather than the date (much easier to compare robustly).
17727         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
17728         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
17729         locking-user more directly.  Check strict locking and set
17730         checkout-model appropriately.
17731         (vc-rcs-parse-locks): Remove.
17732         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
17733         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
17734         (vc-rcs-system-release): Use with-current-buffer and
17735         vc-parse-buffer.
17736         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
17738         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
17739         (vc-simple-command): Docstring fix.
17740         (vc-registered): Align the way the file-handler is called with the
17741         way the function itself works.
17742         (vc-file-owner): Remove.
17744         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
17745         extraction of fields and call to file-attributes because of a
17746         temporary bug in rcp.el.
17747         (vc-cvs-fetch-status): Use with-current-buffer.
17749 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17751         * vc.el (vc-do-command): Use file-relative-name.
17752         (vc-responsible-backend): Use vc-backend if possible.
17753         (vc-create-snapshot): Improve the `interactive' spec. Add support
17754         for branches and dispatch to backend-specific `create-snapshot'.
17755         (vc-default-create-snapshot): New function, containing the bulk of
17756         the old vc-create-snapshot.
17757         (vc-retrieve-snapshot): Improve the interactive spec.
17759         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
17760         (vc-backend-hook-functions): Remove.
17761         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
17762         (vc-backend): Reintroduce the test for `file = nil' now that I
17763         know why it was there (and added a comment to better remember).
17765         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
17766         code from vc-sccs-hooks.el.
17767         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
17768         'vc anymore.
17769         (vc-sccs-responsible-p): Use expand-file-name instead of concat
17770         and file-directory-p instead of file-exists-p.
17771         (vc-sccs-check-headers): Simplify the regexp.
17773         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
17774         from vc-rcs-hooks.el.  Don't require 'vc anymore.
17775         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
17776         file-directory-p instead of file-exists-p.
17778         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
17779         from vc-cvs-hooks.el.
17780         (proto vc-cvs-registered): Require 'vc-cvs instead of
17781         'vc-cvs-hooks.  Don't require 'vc anymore.
17782         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
17783         file-directory-p instead of file-exists-p.
17784         (vc-cvs-create-snapshot): New function, replacing
17785         vc-cvs-assign-name.
17786         (vc-cvs-assign-name): Remove.
17788 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17790         * vc-cvs.el (vc-cvs-header): New var.
17792         * vc-rcs.el (vc-rcs-exists): Remove.
17793         (vc-rcs-header): New var.
17795         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
17796         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
17797         (vc-sccs-header): New var.
17799         * vc.el (vc-do-command): Get rid of the `last' argument.
17800         (vc-header-alist): Remove, replaced by vc-X-header.
17801         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
17802         (vc-dired-hook): Use expand-file-name instead of concat.
17803         (vc-directory): Use file-name-as-directory.
17804         (vc-snapshot-precondition, vc-create-snapshot)
17805         (vc-retrieve-snapshot): Allow the command to operate on any
17806         directory.
17808         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
17809         just removing the 'WORKFILE argument or by removing the 'MASTER
17810         argument and replacing `file' with (vc-name file).
17812 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17814         * vc.el: Update Copyright and add a crude list of backend funs.
17815         (vc-writable-p): New function.
17816         (with-vc-file): Use vc-writable-p.
17817         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
17818         (vc-register): Avoid vc-name.
17819         (vc-locking-user): Remove.
17820         (vc-steal-lock): Make the `owner' arg non-optional.
17821         (vc-merge): Use vc-writable-p instead of vc-locking-user and
17822         vc-checkout-model.
17823         (vc-default-dired-state-info): Use vc-state instead of
17824         vc-locking-user and return special strings for special states.
17825         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
17826         and get rid of one of the special CVS cases.
17827         (vc-cancel-version): prettify error message with \\[...].
17828         (vc-rename-master): New function.
17829         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
17830         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
17831         the CVS special case generic.
17832         (vc-default-record-rename): Remove.
17833         (vc-file-tree-walk-internal): Only call FUNC for files that are
17834         under control of some VC backend and replace `concat' with
17835         expand-file-name.
17836         (vc-file-tree-walk): Update docstring.
17837         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
17838         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
17840         * vc-sccs.el (vc-sccs-rename-file): Renamed from
17841         vc-sccs-record-rename.  Use `find-file-noselect' rather than
17842         `find-file' and call `vc-rename-master' to do the actual move.
17843         (vc-sccs-diff): Remove unused `backend' variable.
17845         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
17846         to delay loading of vc-sccs until it is really used.
17847         (vc-sccs-master-templates): Preload.
17848         (vc-sccs-state): Update call to vc-sccs-parse-locks.
17849         (vc-sccs-project-dir): Remove (merged into
17850         vc-sccs-search-project-dir).
17851         (vc-sccs-search-project-dir): Rewrite using file name handling ops
17852         rather than `concat', make sure it is preloaded and don't bother
17853         to check that the file actually exists.
17854         (vc-sccs-parse-locks): Remove unused `file' argument, remove
17855         `locks' argument (use buffer's content instead) and eliminate n^2
17856         behavior.
17858         * vc-rcs.el: Update Copyright.
17859         (vc-rcs-rename-file): New function.
17860         (vc-rcs-diff): Remove unused `backend' variable.
17862         * vc-hooks.el: Update Copyright.
17863         (vc-backend): Don't accept a nil argument any more.
17864         (vc-up-to-date-p): Turn into a defsubst.
17865         (vc-possible-master): New function.
17866         (vc-check-master-templates): Use `vc-possible-master' and allow
17867         funs in vc-X-master-templates to return a non-existent file.
17869         * vc-cvs.el: Update Copyright.
17870         (vc-cvs-diff): Remove unused `backend' variable.
17871         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
17873         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
17875 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17877         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
17878         since it can be called from vc-rcs.el.
17879         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
17881 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17883         * vc.el (vc-version-diff): Expand file name read from the
17884         minibuffer.  Handle the case when a previous version number can't
17885         be guessed.  Give suitable messages when there were no differences
17886         found.
17887         (vc-clear-headers): Call backend-specific implementation, if one
17888         exists.
17889         (vc-cancel-version): Made error checks generic.  When done, clear
17890         headers generically, too.
17892         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
17893         from vc-clear-headers in vc.el.
17895         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
17896         correctly.
17897         (vc-rcs-latest-on-branch-p): Made second argument VERSION
17898         optional.  Handle the case when it's not there.
17900 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17902         * vc.el (vc-locking-user): Moved from vc-hooks.el.
17904 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17906         * vc-hooks.el (vc-loadup): Remove.
17907         (vc-find-backend-function): Use `require'.  Also, handle the case
17908         where vc-BACKEND-hooks.el doesn't exist.
17909         (vc-call-backend): Cleanup.
17911 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17913         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
17914         vc-rcs-grab-templates)
17915         (vc-rcs-registered): Remove.  The default function works as well.
17916         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
17917         vc-sccs-grab-templates)
17918         (vc-sccs-registered): Remove.  The default function works as well.
17920         * vc.el (vc-version-diff): Left out a vc- in call to
17921         vc-call-backend.
17922         (vc-default-dired-state-info, vc-default-record-rename)
17923         (vc-default-merge-news): Update for the new backend argument.
17925         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
17926         using the default function.
17927         (vc-call-backend): If calling the default function, pass it the
17928         backend as first argument.  Update the docstring accordingly.
17929         (vc-default-state-heuristic, vc-default-mode-line-string): Update
17930         for the new backend argument.
17931         (vc-make-backend-sym): Renamed from vc-make-backend-function.
17932         (vc-find-backend-function): Use the new name.
17933         (vc-default-registered): New function.
17935 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17937         * vc.el (vc-merge): Use vc-find-backend-function.
17939         * vc-hooks.el (vc-backend-functions): Remove.
17940         (vc-loadup): Don't setup 'vc-functions.
17941         (vc-find-backend-function): New function.
17942         (vc-call-backend): Use above fun and populate 'vc-functions
17943         lazily.
17944         (vc-backend-defines): Remove.
17946 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17948         * vc.el (vc-register): Put a FIXME note for a newly found bug.
17949         Call vc-call-backend without the leading vc-.
17950         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
17951         (vc-check-headers): Call vc-call-backend without the leading vc-.
17952         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
17953         (vc-annotate-display): Replace confusing use of `cond' with `or'.
17954         Call vc-call-backend without the leading vc-.
17956         * vc-cvs.el (tail): Provide vc-cvs.
17957         * vc-sccs.el (tail): Provide vc-sccs.
17958         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
17960         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
17961         (vc-make-backend-function, vc-call): Pass names without leading
17962         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
17963         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
17964         (vc-call-backend): Always try to load vc-X-hooks.
17965         (vc-registered): Remove vc- in call to vc-call-backend.
17967 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17969         * vc.el (vc-process-filter): New function.
17970         (vc-do-command): Setup `vc-process-filter' for the async process.
17971         (vc-maybe-resolve-conflicts): New function to reduce
17972         code-duplication.  Additionally, it puts the buffer in
17973         `smerge-mode' if applicable.
17974         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
17975         calling `merge-news'.
17976         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
17977         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
17978         interfacing to log-edit.el.
17979         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
17980         log-edit is available.
17981         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
17983 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17985         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
17986         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
17987         defvar and the initialization.
17988         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
17990         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
17991         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
17993         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
17995 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17997         * vc.el (vc-file-clear-masterprops): Removed.
17998         (vc-checkin, vc-revert-buffer): Removed calls to the above.
17999         (vc-version-diff): Use buffer-size without argument.
18000         (vc-register): Heed vc-initial-comment.
18002         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
18003         default branch.
18005         * vc-rcs.el (vc-rcs-register): Parse command output to find master
18006         file name and workfile version.
18007         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
18009         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
18010         vc-file-clear-masterprops.
18012         * vc-sccs.el (vc-sccs-checkout): Removed call to
18013         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
18014         rather than user login name.
18017 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
18019         * vc.el (vc-workfile-unchanged-p): Remove unused argument
18020         `want-differences-if-changed' and simplify.
18021         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
18022         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
18023         output (which is invalid for async vc-diff) to decide whether to
18024         do the revert silently or not.
18026 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
18028         * vc-hooks.el (vc-loadup): Load files quietly.
18029         (vc-call-backend): Oops, brain fart.
18031 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
18033         * vc-cvs.el (vc-cvs-state): Typo.
18034         (vc-cvs-merge-news): Return the status code rather than the error msg.
18036 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
18038         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
18039         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
18040         vc-state or vc-up-to-date-p.
18041         (vc-merge): Use vc-backend-defines to check whether merging is
18042         possible.  Set state to 'edited after successful merge.
18044         * vc-hooks.el (vc-locking-user): If locked by the calling user,
18045         return that name.  Redocumented.
18047 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
18049         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
18050         new `vc-state' semantics.
18051         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
18052         'vc-locking-user to the current user.
18053         (vc-merge): Inline vc-backend-merge.  Comment out code that I
18054         don't understand and hence can't adapt to the new `vc-state' and
18055         `vc-locking-user' semantics.
18056         (vc-backend-merge): Remove.
18058         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
18059         rather than 'vc-locking-user.
18061         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
18063         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
18064         (vc-state): Don't use 'reserved any more.  Just use the same
18065         convention as the one used for vc-<backend>-state where the
18066         locking user (as a string) is returned.
18067         (vc-locking-user): Update, based on the above convention. The
18068         'vc-locking-user property has disappeared.
18069         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
18071         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
18072         with a heuristic one.
18073         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
18074         (vc-cvs-checkin): Do a trivial parse to set the state in case of
18075         error.  That allows us to get to 'needs-merge even in the
18076         stay-local case.  There's still no way to detect 'needs-patch in
18077         such a setup (or to force an update for that matter).
18078         (vc-cvs-logentry-check): Remove, the default works as well.
18080 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
18082         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
18084         * vc.el (vc-do-command): kill-all-local-variables, to reset any
18085         major-mode in which the buffer might have been put earlier.  Use
18086         `remove' and `when'.  Allow `okstatus' to be `async' and use
18087         `start-process' in this case.
18088         (vc-version-diff): Handle the case where the diff looks empty
18089         because of the use of an async process.
18091 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
18093         * vc.el (vc-next-action-on-file): Removed optional parameter
18094         `simple'.  Recompute state unconditionally.
18095         (vc-default-toggle-read-only): Removed.
18097         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
18098         (vc-toggle-read-only): Undid prev change.
18100         * vc-cvs.el (vc-cvs-stay-local): Renamed from
18101         vc-cvs-simple-toggle.  Redocumented.
18102         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
18103         (vc-cvs-toggle-read-only): Removed.
18105 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
18107         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
18108         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
18109         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
18110         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
18111         still is. So maybe it should be removed.
18112         (vc-head-version, vc-find-binary): Remove.
18113         (vc-recompute-state): Move from vc-hooks.el.
18114         (vc-next-action-on-file): Add a `simple' argument to allow
18115         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
18116         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
18117         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
18118         (vc-dired-mode-map): Properly defvar it.
18119         (vc-print-log): Call log-view-mode if available.
18120         (small-temporary-file-directory): defvar instead of use boundp.
18121         (vc-merge-news): Moved to vc-cvs.el.
18122         (vc-default-merge-news): New function.
18124         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
18125         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
18126         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
18127         unknown `vc-latest-version' function.  It should probably refer to
18128         vc-workfile-version or somesuch, but it's very unclear to me and I
18129         don't have SCCS to test things.
18131         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
18132         (vc-sccs-state-heuristic): Fix typo.
18133         (vc-sccs-workfile-unchanged-p): Add missing argument.
18135         * vc-rcs.el: Require vc and vc-rcs-hooks.
18136         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
18137         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
18138         (vc-release-greater-or-equal-p): Move from vc.
18139         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
18140         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
18141         (vc-rcs-checkout): Add a missing `new-version' argument in the
18142         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
18144         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
18145         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
18146         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
18147         than the apparently unbound `workfile-version'.
18149         * vc-hooks.el (vc-master-templates): Def the obsolete var.
18150         (vc-file-prop-obarray): Use `make-vector'.
18151         (vc-backend-functions): Add new hookable functions
18152         vc-toggle-read-only, vc-record-rename and vc-merge-news.
18153         (vc-loadup): If neither backend nor default functions exist, use
18154         the backend function rather than nil.
18155         (vc-call-backend): If the function if not bound yet, try to load
18156         the non-hook file to see if it provides it.
18157         (vc-call): New macro plus use it wherever possible.
18158         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
18159         nor `vc-find-binary' since it's only called from
18160         vc-mistrust-permission which is only used once the backend is known.
18161         (vc-checkout-model): Fix parenthesis.
18162         (vc-recompute-state, vc-prefix-map): Move to vc.el.
18164         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
18165         (vc-cvs-release, vc-cvs-system-release): Remove.
18166         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
18167         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
18168         status symbols.
18169         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
18170         (vc-cvs-toggle-read-only): First cut at a function to allow a
18171         cvs-status-free vc-toggle-read-only.
18172         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
18173         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
18174         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
18175         (vc-cvs-checkout): Modify access rights directly if the user
18176         requested not to use `cvs edit'.  And refresh the mode line.
18178         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
18179         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
18181 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
18183         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
18184         workfile' that got lost when the code was extracted from vc.el.
18185         And merged the tail with the rest of the code (not possible in the
18186         old vc.el where the tail was shared among all backends).  And
18187         explicitly set the state to 'edited if `writable' is set.
18189         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
18190         (vc-cvs-state): Be careful to return the value from
18191         vc-cvs-parse-state.
18192         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
18193         property but return it instead.  Also be careful to handle a nil
18194         or "" `rev' when workfile is non-nil (it was handled properly when
18195         workfile was nil).
18197         * vc.el: Removed those pesky unnecessary `(function' quotes.
18198         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
18199         directly in the defvar.
18200         (vc-do-command): Bind inhibit-read-only so as to properly handle
18201         the case where the destination buffer has been made read-only.
18202         (vc-diff): Delegate to vc-version-diff in all cases.
18203         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
18204         (vc-annotate-mode-variables): Removed (code moved partly to
18205         defvars and partly to vc-annotate-add-menu).
18206         (vc-annotate-mode): Turned into a derived-mode.
18207         (vc-annotate-add-menu): Moved in code in
18208         vc-annotate-mode-variables.
18209         (vc-update-change-log): Use make-temp-file if available.
18211 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
18213         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
18214         `vc-checkout-model' updated to `vc-cvs-update-model'.
18216 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18218         * vc.el (vc-next-action-on-file): Added handling of state
18219         `unlocked-changes'.
18220         (vc-checkout-carefully): Is now practically obsolete, unless the
18221         above is too slow to be enabled unconditionally.
18222         (vc-update-change-log): Fixed typo.
18224         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
18226         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
18227         Now handles state `unlocked-changes'.
18228         (vc-sccs-workfile-unchanged-p): New function, to support the above.
18230         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
18232         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
18233         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
18234         `unlocked-changes'.
18235         (vc-rcs-workfile-unchanged-p): Renamed from
18236         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
18237         function yet, but supposed to become one soon.
18239         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
18240         `vc-steal-lock'.
18241         (vc-call-backend): Changed error message.
18242         (vc-state): Added description of state `unlocked-changes'.
18244 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18246         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
18247         always return t in CVS-controlled directories.
18249         * vc.el (vc-responsible-backend): New function.
18250         (vc-register): Largely rewritten.
18251         (vc-admin): Removed (implementation moved into vc-register).
18252         (vc-checkin): Redocumented.
18253         (vc-finish-logentry): If no backend defined yet (because we are in
18254         the process of registering), use the responsible backend.
18256         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
18257         Updated function lists.
18258         (vc-call-backend): Fixed typo.
18260         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
18261         New functions.
18262         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
18263         Removed query option.  Redocumented.
18265 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18267         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
18269         * vc.el: Updated callers of `vc-checkout-required' to use
18270         `vc-checkout-model'.
18272 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18274         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
18275         stuff updated to reference this function instead of the old
18276         `vc-backend-release-p'.
18278 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18280         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
18281         vc-checkout-model.  Return appropriate values.  Updated callers.
18283 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18285         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
18286         (vc-backend-revert): Function moved into `vc-revert';
18287         `vc-next-action' must be updated to accomodate this change.
18288         (vc-backend-steal): Function moved into `vc-finish-steal'.
18289         (vc-backend-logentry-check): Function moved into
18290         `vc-finish-logentry'.
18291         (vc-backend-printlog): Function moved into `vc-print-log'.
18292         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
18293         (vc-backend-assign-name): Function moved into
18294         `vc-create-snapshot'.
18296 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18298         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
18299         Rename to vc-checkout-model.  Return appropriate values.
18300         Update callers.
18302         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
18303         to vc-checkout-model.
18304         (vc-checkout-required): Rename to vc-checkout-model.
18305         Re-implement and re-comment.
18306         (vc-after-save): Use vc-checkout-model.
18308 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18310         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
18311         Update to use the vc-BACKEND-diff functions instead.
18312         `vc-diff' is now working.
18314         * vc-rcs.el (vc-rcs-logentry-check): New function.
18316         * vc-cvs.el (vc-cvs-logentry-check): New function.
18318         * vc-sccs.el (vc-sccs-diff): Function changed name from
18319         `vc-backend-diff'.  This makes `vc-diff' work.
18321         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
18322         of functions possibly implemented in a vc-BACKEND library.
18323         (vc-checkout-required): Fix bug that caused an error to be
18324         signaled during `vc-after-save'.
18326         * vc.el: Fix typo.
18327         This checkin is made with our new VC code base for the very first time.
18328         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
18330         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
18331         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
18333         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
18334         updated to `vc-uses-locking'.
18335         (vc-checkout-required): Call to backend function.
18336         `vc-checkout-required' updated to `vc-uses-locking' instead.
18338         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
18339         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
18341         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
18342         to match the split into various backends.
18343         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
18344         (vc-retrieve-snapshot): Bug fix.
18346 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18348         * vc-sccs.el (vc-sccs-release): Doc fix.
18350 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18352         * vc.el (vc-next-action-on-file): Bug found and fixed.
18353         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
18354         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
18356         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
18357         (vc-rcs-checkout): Name space cleaned up.  No more revision number
18358         crunching function names that are not prefixed with vc-rcs.
18359         (vc-rcs-checkout-model): Function added.  References to
18360         `vc-checkout-model' replaced.
18362 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18364         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
18365         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
18366         still need to be split, and implemented for RCS).
18368 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18370         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
18372         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
18373         required by the vc.el file.
18375         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
18376         required by the vc.el file.
18377         (vc-rcs-exists): Function added.
18379         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
18380         required by the vc.el file.
18382         * vc.el (vc-admin): Updated to handle selection of appropriate
18383         backend.  Current implementation is crufty and need re-thinking.
18385         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
18387 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18389         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
18390         beginning of annotate buffers correctly.
18392         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
18393         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
18394         functionality updated quite a lot to support multiple backends.
18395         Variables `vc-annotate-mode', `vc-annotate-buffers',
18396         `vc-annotate-backend' added.
18398         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
18399         `vc-annotate-difference' added to supported backend functions.
18401 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18403         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
18404         Use with-temp-file instead of /bin/sh.  Merged from mainline
18406 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18408         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
18410         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
18412         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
18414 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18416         * vc-hooks.el: vc-state-heuristic added to
18417         vc-backend-hook-functions.
18419         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
18421         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
18423         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
18424         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
18425         state to `reserved'.
18427         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
18428         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
18430 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18432         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
18433         untouched.
18435         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
18437         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
18438         if defined.  (Merged from main line, slightly adapted.)
18440         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
18441         millenium problem (merged from mainline).
18443 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18445         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
18446         part and moved the non-BACKEND stuff to vc.el.
18448         * vc.el: Split the annotate feature into a BACKEND specific part
18449         and moved it from the vc-cvs.el file to this one.
18451 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18453         * vc-hooks.el: Implement new state model.
18454         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
18455         (vc-locking-user): Simplify.  Now only needed if the file is
18456         locked by somebody else.
18457         (vc-lock-from-permissions): Remove.  Functionality is in
18458         vc-sccs-hooks.el and vc-rcs-hooks.el now.
18459         (vc-mode-line-string): New name for former vc-status.  Adapted.
18460         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
18462         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
18463         Various simplifications and adaptations all over the place.
18465         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
18466         Simplify and adapt the rest.
18468         * vc.el (vc-resynch-window): Add TODO comment: check for
18469         interaction with view mode according to recent RCS change.
18470         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
18472 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18474         * vc.el: Convert the remaining function comments to docstrings.
18476 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18478         * vc.el (vc-backend-release, vc-release-greater-or-equal)
18479         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
18480         (vc-minor-part, vc-previous-version): Functions that operate and
18481         compare revision numbers got proper documentation.  Comments added
18482         about their possible removal.
18484 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18486         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
18487         the vc-backend.el files.
18489         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
18491         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
18492         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
18493         (vc-rcs-previous-version): Functions added.
18495         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
18497         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
18499 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18501         * vc-hooks.el (vc-master-templates): Is really obsolete.
18502         Comment out the definition for now.  What is the right procedure
18503         to get rid of it?
18504         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
18505         rewritten.
18506         (vc-default-registered): Remove.
18507         (vc-check-master-templates): New function; does mostly what the
18508         above did before.
18509         (vc-locking-user): Don't rely on the backend to set the property.
18511         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
18512         Rewrite documentation.
18513         (vc-rcs-templates-grabbed): New variable.
18514         (vc-rcs-grab-templates): New function.
18515         (vc-rcs-registered): Rewrite to use above mechanism.
18517         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
18518         Rewrite documentation.
18519         (vc-sccs-templates-grabbed): New variable.
18520         (vc-sccs-grab-templates): New function.
18521         (vc-sccs-registered): Rewrite to use above mechanism.
18522         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
18523         Don't throw the result, simply return it.
18525         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
18526         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
18527         (vc-cvs-registered): Does the check itself now.  Simplify.
18529         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
18530         from main line.
18532 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18534         * vc-cvs.el (vc-cvs-diff): New function.
18536         * vc-sccs.el (vc-sccs-diff): New function.
18538         * vc-rcs.el (vc-rcs-diff): New function.
18539         (vc-rcs-checkout): Bug (typo) found and fixed.
18540         (vc-rcs-register-switches): New variable.
18542         * vc.el (vc-backend-diff): Function removed and placed in the
18543         backend files.
18545 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18547         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
18549         * vc.el (vc-backend-checkout): Function removed and replaced in
18550         the vc-backend.el files.
18552         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
18554         * vc.el (vc-backend-admin): Removed and replaced in the
18555         vc-backend.el files.
18557         * vc.el (Martin): Removed all the annotate functionality since it
18558         is CVS backend specific.
18560 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18562         * spec.txt: Added specification of vc-state.
18564         * vc-sccs-hooks.el (vc-sccs-master-properties):
18565         Remove handling of vc-latest-version and
18566         vc-your-latest-version.  What used to be vc-latest-version, is now
18567         returned as vc-workfile-version.
18568         (vc-sccs-workfile-version): Adapt.
18570 2000-09-04  Dave Love  <fx@gnu.org>
18572         * vc.el: [Merged from mainline.]
18573         (vc-dired-mode): Make the dired-move-to-filename-regexp
18574         regexp match the date, to avoid treating date as file size.
18575         Add YYYY S option to WESTERN/
18577 2000-09-04  Dave Love  <fx@gnu.org>
18579         * vc.el: Require `compile' when compiling.
18580         (vc-logentry-check-hook): New option.
18581         (vc-steal-lock): Use compose-mail.
18582         (vc-dired-mode-map): Defvar when compiling.
18583         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
18584         vc-sccs.el and renamed.  Callers changed.
18585         (vc-backend-checkout, vc-backend-logentry-check)
18586         (vc-backend-merge-news): Doc fix.
18587         (vc-default-logentry-check): New function.
18588         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
18589         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
18590         (vc-backend-merge): Doc fix.  Use backend functions.
18591         (vc-check-headers): Use backend functions.
18593         * vc-cvs.el: Require vc when compiling.
18594         (vc-cvs-register-switches): Doc fix.
18595         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
18596         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
18597         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
18598         New functions (code from vc.el).
18599         (vc-annotate-display-default): Fix interactive spec.
18600         (vc-annotate-time-span): Doc fix.
18602         * vc-rcs.el: Require vc when compiling.
18603         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
18604         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
18605         (vc-rcs-checkin): New functions (code from vc.el).
18606         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
18607         Doc fix.
18608         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
18610         * vc-sccs.el: Require vc when compiling.
18611         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
18612         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
18613         (vc-sccs-revert)
18614         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
18615         from vc.el).
18616         (vc-sccs-add-triple, vc-sccs-record-rename)
18617         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
18618         (vc-sccs-admin): Doc fix.
18620 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18622         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
18623         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
18624         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
18625         from vc.el.
18627         * vc-sccs.el (vc-admin-sccs): Added from vc.el
18629         * vc-cvs.el: Moved the annotate functionality from vc.el.
18630         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
18632 2000-09-04  Dave Love  <fx@gnu.org>
18634         * vc.el (vc-backend-release): Call vc-system-release.
18636         * vc-sccs.el (vc-sccs-system-release):
18637         Renamed from vc-sccs-backend-release.
18639         * vc-rcs.el (vc-rcs-system-release):
18640         Renamed from vc-rcs-backend-release.
18642         * vc-cvs.el (vc-cvs-system-release):
18643         Renamed from vc-cvs-backend-release.
18645 2000-09-04  Dave Love  <fx@gnu.org>
18647         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
18648         backend files.
18649         (vc-backend-release): Dispatch to backend functions.
18650         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
18651         probably needs attention.]
18653         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
18654         (vc-sccs-backend-release): New function.
18656         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
18657         (vc-cvs-backend-release): New function.
18659         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
18660         Doc fix.
18661         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
18662         (vc-default-dired-state-info): New function.
18663         (vc-dired-state-info): Dispatch to backends.
18664         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
18666         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
18667         from vc.el and renamed.
18669 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18671         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
18672         (vc-version-other-window, vc-backend-assign-name): Removed
18673         references to vc-latest-version; sometimes changed into
18674         vc-workfile-version.
18676         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
18677         vc-rcs-master-workfile-version.
18678         (vc-rcs-workfile-version): Use the above.  Don't call
18679         vc-latest-version (that was unreachable code, anyway).
18680         (vc-rcs-fetch-master-properties): Doc fix.
18682         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
18683         (vc-backend-hook-functions): Removed them from this list, too.
18684         (vc-fetch-properties): Removed.
18685         (vc-workfile-version): Doc fix.
18687         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
18688         (vc-rcs-workfile-version, vc-rcs-locking-user)
18689         (vc-rcs-uses-locking): Use it.
18691         * vc-hooks.el (vc-consult-rcs-headers):
18692         Moved into vc-rcs-hooks.el, under the name
18693         vc-rcs-consult-headers.
18695         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
18696         headers.
18697         (vc-cvs-find-master): Use this name only; correct different
18698         versions of the name.
18700         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
18701         New functions.
18702         (vc-sccs-locking-user): Use the latter.
18704         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
18705         New functions.
18707         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
18708         Moved into both
18709         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
18710         functions are implementation details of those two backends.
18712 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18714         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
18715         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
18717         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
18718         (vc-sccs-parse-locks): SCCS-specific code moved here from
18719         vc-hooks.
18721         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
18722         code moved here from vc-hooks.
18724         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
18725         into back-end specific parts and removed.  Callers not updated
18726         yet; because I guess these callers will disappear into back-end
18727         specific files anyway.
18729 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18731         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
18732         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
18733         `vc-uses-locking'.
18735         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
18736         Store yes/no in the property, and return t/nil.  Updated all
18737         callers.
18739         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
18740         vc-sccs-uses-locking.  Don't set property.
18741         (vc-sccs-locking-user): Don't set property.
18743         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
18744         vc-cvs-uses-locking.  Don't set property here; leave that to
18745         vc-hooks.
18746         (vc-cvs-locking-user): Reflect above change.  Streamlined.
18748         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
18749         vc-rcs-uses-locking.
18750         (vc-rcs-locking-user): Reflect above change.
18752 2000-09-04  Dave Love  <fx@gnu.org>
18754         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
18756         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
18758         * vc-hooks.el (vc-checkout-model): Punt to backends.
18760         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
18762         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
18764         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
18765         New functions.
18767         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
18768         New functions.
18770         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
18771         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
18773         * vc-hooks.el (vc-default-locking-user): New function.
18774         (vc-locking-user, vc-workfile-version): Punt to backends.
18776 2000-09-04  Dave Love  <fx@gnu.org>
18778         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
18779         (vc-master-workfile-version): Moved from vc-hooks.
18781         * vc-rcs-hooks.el: Fix duplicate code in last change.
18783         * vc-rcs-hooks.el: Require vc-hooks when compiling.
18784         (vc-rcs-master-templates): Improve :type.
18785         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
18786         vc-master-workfile-version): Moved from vc-hooks.
18788         * vc-sccs-hooks.el: Require vc-hooks when compiling.
18789         (vc-sccs-master-templates): Improve :type.
18790         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
18792         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
18794         * vc-cvs-hooks.el: Require vc-hooks when compiling.
18795         (vc-cvs-master-templates): Improve :type.  Use
18796         vc-cvs-find-cvs-master.
18797         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
18798         from vc-hooks.
18799         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
18801         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
18802         Moved to vc-cvs-hooks.
18804         * vc-hooks.el: Add doc strings in various places.  Simplify the
18805         minor mode setup.
18806         (vc-handled-backends): New user variable.
18807         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
18808         simplification.
18810 2000-09-04  Dave Love  <fx@gnu.org>
18812         * vc.el: Some doc fixes for autoloaded and interactive functions.
18813         Fix compilation warnings from ediff stuff.
18814         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
18816         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
18818         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
18820         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
18822 2000-09-04  Dave Love  <fx@gnu.org>
18824         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
18825         New variable.
18826         (vc-make-backend-function, vc-loadup, vc-call-backend)
18827         (vc-backend-defines): New functions.
18829         * vc-hooks.el: Various doc fixes.
18830         (vc-default-back-end, vc-follow-symlinks): Custom fix.
18831         (vc-match-substring): Function removed.  Callers changed to use
18832         match-string.
18833         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
18834         Simplify.
18836 2000-09-04  Dave Love  <fx@gnu.org>
18838         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
18839         type.
18840         (vc-sccs-project-dir, vc-search-sccs-project-dir)
18841         (vc-sccs-registered): Doc fix.
18843         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
18844         (vc-cvs-registered): Doc fix.
18846         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
18847         (vc-rcs-registered): Doc fix.
18849 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18851         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
18853         * vc-hooks.el: vc-registered has been renamed
18854         vc-default-registered.  Some functions have been moved to the
18855         backend specific files.  they all support the
18856         vc-BACKEND-registered functions.
18858 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18860         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
18862         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
18864 2000-09-04  Dave Love  <fx@gnu.org>
18866         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
18867         menu-bar-update-hook.
18869         * help.el (help-manyarg-func-alist): Add
18870         find-operation-coding-system.
18872         * wid-edit.el (widget-sexp-validate): Fix garbled code.
18874         * custom.el (custom-set-variables): Print message about errors in
18875         setting.
18877 2000-09-03  Andrew Innes  <andrewi@gnu.org>
18879         * makefile.w32-in: Change to DOS line endings.
18881 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
18883         * mouse.el (mouse-popup-menubar): Supply the prompt string for
18884         minor-mode keymaps, if they don't have one.
18886 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
18888         * eshell/esh-module.el (eval-when-compile): Don't lose if
18889         esh-module.el's file name is truncated to DOS 8+3 limits.
18891 2000-09-01  John Wiegley  <johnw@gnu.org>
18893         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
18894         predicate, which caused entries in the completion list to be
18895         doubled.
18897 2000-08-30  John Wiegley  <johnw@gnu.org>
18899         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
18900         sending to subprocesses.  Also, hook pre-command-hook if
18901         `eshell-send-direct-to-subprocesses' is non-nil.
18902         (eshell-send-direct-to-subprocesses): New config variable.  If t,
18903         subprocess input is send immediately.
18904         (eshell-toggle-direct-send): New function.
18905         (eshell-self-insert-command): New function.
18906         (eshell-intercept-commands): New function.
18907         (eshell-send-input): If direct subprocess sending is enabled,
18908         don't echo any input to the Eshell buffer.  Let the subprocess
18909         handle that.  This requires "stty echo" in bash, for example.
18911 2000-08-28  John Wiegley  <johnw@gnu.org>
18913         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
18914         completion function for Eshell's implementation of `unset'.
18916 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
18918         * info.el (Info-directory-list): Doc fix.
18920 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
18922         * filecache.el (file-cache-add-directory-using-find): Don't quote
18923         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
18925 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
18927         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
18928         coding systems.
18930 2000-08-30  Andrew Innes  <andrewi@gnu.org>
18932         * timer.el (run-with-idle-timer): Undo last change, so that timer
18933         is not activated immediately if Emacs is already idle.  Some
18934         existing code relies on this behaviour.
18936 2000-08-30  Miles Bader  <miles@gnu.org>
18938         * frame.el (set-frame-font): Do completion of font-name for
18939         interactive use.
18941 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
18943         * international/quail.el (quail-start-translation): Bind locally
18944         last-command-event, last-command, and this-command.
18945         (quail-start-conversion): Likewise.
18946         (quail-self-insert-command): Fix docstring.
18948 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
18950         * progmodes/executable.el
18951         (executable-make-buffer-file-executable-if-script-p): Check that
18952         buffer contains at least 2 characters.
18954 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
18956         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
18958 2000-08-29  Dave Love  <fx@gnu.org>
18960         * diff-mode.el (diff-mode) <defgroup>: Add :version.
18961         (diff-mode-shared-map): Bind mouse-2.
18962         (diff-imenu-generic-expression): New variable.
18963         (diff-mode): Use it.
18965         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
18966         (mouse-popup-menubar): Add minor mode menus.
18967         (popup-menu): Check for lookup-key returning number.
18969 2000-08-29  Miles Bader  <miles@gnu.org>
18971         * comint.el (comint-send-input): Create overlays using the proper
18972         front/read-advance arguments.
18974 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
18976         * ps-print.el: Even/odd pages printing.  Doc fix.
18977         (ps-print-version): New version number (6.0).
18978         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
18979         (ps-background, ps-begin-file, ps-begin-job): Code fix.
18980         (ps-print-duplex-feature): Variable eliminated.
18981         (ps-even-or-odd-pages): New variable.
18983         * progmodes/ebnf2ps.el: Doc fix.
18984         (ebnf-version): New version (3.3).
18985         (ebnf-user-arrow): Change variable customization to sexp.
18986         (ebnf-user-arrow): Function eliminated.
18987         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
18989 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
18991         * help.el (help-xref-mule-regexp): New variable.
18992         (help-make-xrefs): Handle help-xref-mule-regexp.
18994         * international/mule-cmds.el (help-xref-mule-regexp-template): New
18995         variable.
18996         (describe-input-method): Temporarily activate the specfied input
18997         method to display the information.
18998         (describe-language-environment): Hyperlinks to mule related items.
19000         * international/mule-diag.el (charset-multibyte-form-string): New
19001         function.
19002         (list-character-sets-1): Use charset-multibyte-form-string.
19003         (describe-character-set): New function.
19004         (describe-coding-system): Hyperlinks to safe character sets.
19006         * international/quail.el (quail-help): New arg PACKAGE.
19007         Hyperlinks to mule related items.
19008         (quail-help-insert-keymap-description): Use
19009         substitute-command-keys instead of describe-bindings.
19010         (quail-translation-help): Hyperlinks to mule related items.
19012 2000-08-28  John Wiegley  <johnw@gnu.org>
19014         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
19015         have a defsubst call itself.  Made `eshell-flatten-list' back into
19016         a function again.
19018         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
19019         catch, in case re-centering point at bottom messes up the display.
19020         This happens frequently in Emacs 21, due I believe to variable
19021         line heights.
19023         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
19024         to call `find-tag-interactive'.
19026         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
19027         the list of remember directories.
19029 2000-08-28  John Wiegley  <johnw@gnu.org>
19031         * align.el: Test align-region-separate to see if it's a symbol.
19033 2000-08-28  John Wiegley  <johnw@gnu.org>
19035         * eshell/esh-util.el (eshell-flatten-list): Made this function
19036         into a defsubst form.  It gets used very frequently, although
19037         calls don't occur all that often.
19039         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
19040         examining it.
19042         * eshell/esh-cmd.el (eshell-rewrite-while-command):
19043         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
19044         `eshell-protect'.
19045         (eshell-copy-handles): Created a new macro for duplicating the
19046         current set of open handles.  This is needed by the looping
19047         functions.
19048         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
19049         is not incorrectly stomped on.
19051         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
19052         declaration for pcomplete-use-paring.
19053         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
19054         value of eshell-cmpl-use-paring.
19055         * pcomplete.el (pcomplete-use-paring): New config variable, to
19056         indicate whether paring should be used.
19057         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
19058         completion alternatives that have already been used.
19060         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
19061         bound to C-c C-y, which will repeat the previous N arguments
19062         (based on prefix argument).
19063         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
19065         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
19066         if there is no *Help* buffer.  This is for XEmacs, which renames
19067         its help buffers uniquely.  TODO: Find out what the current buffer
19068         name to delete is.
19070         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
19071         first entry that correlates to a passwd/group number.  Later
19072         entries (used for group/user name aliasing to multiple IDs) are
19073         ignored.
19075         * eshell/em-xtra.el (eshell/expr):
19076         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
19077         (eshell-grep, eshell/diff, eshell/locate):
19078         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
19079         argument list, before passing it to the system command.
19081         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
19082         `find-tag' for use at final position in Eshell buffers (which
19083         otherwise triggers an error on Emacs 21).
19084         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
19085         buffer, if it is currently bound to `find-tag'.
19087         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
19088         in the list of matched Makefile names.
19089         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
19090         directory, prefer its contents to Makefile.
19092         * eshell/em-dirs.el (eshell/cd): cd commands that look up
19093         directory parts (like "cd old new", or "cd =regexp"), are now case
19094         sensitive on non-Windows/DOS platforms.
19096         * eshell/esh-mode.el (eshell-parse-command-input): When a user
19097         types RET after an open delimiter (like "), display a message
19098         indicating that Eshell is waiting for the closing delimiter.
19100         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
19101         environment variables.
19103         * eshell/em-unix.el (eshell/diff): Added logic to fail more
19104         gracefully if the user enters incorrect arguments.
19106         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
19107         Eshell buffers.
19109         * eshell/esh-var.el (eshell-interpolate-variable):
19110         * eshell/esh-mode.el (eshell-move-argument):
19111         * eshell/em-unix.el (eshell-du-sum-directory):
19112         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
19113         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
19114         (not (= ...)).
19116         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
19117         to ensure the `preserve' flag gets propagated when doing recursive
19118         directory copies.
19120 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
19122         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
19123         Don't convert \n into \0177 in memory.
19124         (eshell-read-history, eshell-write-history): Convert \n to \0177,
19125         and back again, when reading and writing.
19127 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
19129         * eshell/esh-util.el (eshell-processp): Added to relieve constant
19130         testing of `fboundp' on `processp'.
19132         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
19133         (eshell/jobs): Don't call process-list if it is not bound.
19134         (eshell-gather-process-output): Support systems where async
19135         subprocesses aren't supported.
19136         (eshell-scratch-buffer, eshell-last-sync-output-start): New
19137         variables.
19139         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
19140         eshell-do-eval returns t.
19141         (eshell-do-pipelines-synchronously): New defmacro.
19142         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
19143         when async subprocesses aren't supported.
19144         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
19145         if async subprocesses aren't supported.
19146         (eshell-resume-command): Don't assume STATUS is a string.
19148         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
19150         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
19151         (eshell-close-target, eshell-get-target): Use eshell-processp.
19152         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
19153         fix.
19154         (eshell-get-target, eshell-create-handles): Doc fix.
19156 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
19158         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
19159         criterion to include commands that output something, as long as it
19160         leaves both the command and the end-of-buffer visible when the
19161         command has exited.
19162         (eshell-review-quick-commands): Adjust the help doc string
19163         accordingly.
19165 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
19167         * locate.el (locate): Cleaned up locate command's interactive prompting
19168         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
19170         * filecache.el (file-cache-case-fold-search): New variable
19171         (file-cache-assoc-function): New variable
19172         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
19173         Use file-cache-case-fold-search variable
19174         (file-cache-add-file): Use file-cache-assoc-function
19175         (file-cache-delete-file): likewise
19176         (file-cache-directory-name): likewise
19177         (file-cache-debug-read-from-minibuffer): likewise
19179 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
19181         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
19182         (abbrev-table-name): New function.
19183         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
19184         If non-nil list local abbrev, only.
19186 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
19188         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
19189         from Gnus support code, and use special article copy buffer
19190         `(gnus-original-article-buffer)' instead.  This allows to get rid
19191         of article-hide-headers usage (which breaks in the latest Gnus
19192         version).  Thanks to Detlev Zundel.
19194 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
19196         * international/quail.el (quail-use-package): Hide "... loaded"
19197         message.
19198         (quail-start-translation, quail-start-conversion): Likewise.
19200         * international/kkc.el (kkc-region): Hide "... loaded" message.
19202 2000-08-27  Dave Love  <fx@gnu.org>
19204         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
19206 2000-08-27  Miles Bader  <miles@gnu.org>
19208         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
19210 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
19212         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
19213         'ja-dic-cnv), not (require 'skkdic-cnv).
19215 2000-08-26  Miles Bader  <miles@gnu.org>
19217         * faces.el (face-x-resources): Add entry for :inherit.
19218         * cus-face.el (custom-face-attributes): Add support for :inherit
19219         attribute.  Add support for relative face heights.
19220         (custom-face-attributes-get): Treat `nil' as being a default value
19221         for :inherit (as well as `unspecified').
19223         * faces.el (set-face-attribute): Update doc string.
19224         (face-attribute-name-alist): Add :inherit.
19225         (face-valid-attribute-values): Handle :inherit.
19226         (face-read-string): Rephrase prompt to be less confusing.
19227         Assume that DEFAULT is a string, since we must return a string.
19228         (face-read-integer): Use `format' to turn DEFAULT into an
19229         acceptable default for face-read-string.  Match NEW-VALUE against
19230         the string "unspecified", not the symbol `unspecified', since
19231         that's what face-read-string returns.
19232         (read-face-attribute): Lookup a name for old-value in valid, and
19233         use it as a default if we find one.  Treat all values from
19234         face-read-string as strings.  If the default is used, don't do any
19235         more processing on the value, just use the old value directly.
19236         (read-face-and-attribute, modify-face): Tweak prompt.
19237         (read-face-name): Don't assume prompt ends with a space.
19239         * faces.el (describe-face): Add support for :inherit attribute.
19241 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
19243         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
19244         concat doesn't accept interger.
19246         * international/kkc.el: Remove SKK from Keywords.  Require
19247         ja-dic-utl instead of skkdic-utl.
19249         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
19250         Provide ja-dic-cnv instead of skkdic-cnv.
19251         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
19252         (iso-2022-7bit-short): Add safe-charsets property.
19253         (skkdic-convert-postfix): Search Japanese chou-on character in
19254         addition to Hiragana character.
19255         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
19256         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
19257         (batch-skkdic-convert): Likewise.
19259         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
19260         Provide ja-dic-utl instead of skkdic-utl.
19261         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
19263 2000-08-24  Dave Love  <fx@gnu.org>
19265         * disp-table.el (standard-display-default): Make the test of `l'
19266         useful.
19268         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
19269         mod sample text.
19271         * international/iso-ascii.el: Make pilcrow convenient string
19272         consistent with section.
19273         (iso-ascii-display): Set up multibyte characters as well as
19274         unibyte.
19276 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
19278         * international/mule-cmds.el (reset-language-environment): Set
19279         default-process-coding-system to '(undecided . iso-latin-1), which
19280         makes process I/O almost consistent with file I/O.   Call this
19281         function when mule-cmds.el[c] is loaded.
19283 2000-08-22  Andrew Innes  <andrewi@gnu.org>
19285         * makefile.w32-in: New file.
19287 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
19289         * comint.el (comint-output-filter): Compare end of
19290         comint-last-output-overlay with the start of the newly inserted
19291         text, not the end, when deciding whether to extend it.
19292         Set saved-point's insertion type to advance after insertion.
19294         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
19295         since this is now done independently of font-lock mode.
19297 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
19299         * server.el (server-kill-new-buffers): New user option.
19300         (server-existing-buffer): New buffer-local variable.
19301         (server-visit-files): When using an existing buffer, set
19302         server-existing-buffer to t.
19303         (server-buffer-done): If server-kill-new-buffers is t, kill the
19304         buffer, unless it was already present before visiting it with
19305         Emacs server.
19307 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
19309         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
19310         even if the display doesn't support colors: some displays will
19311         support bold/underline faces.
19313 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
19315         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
19317         * startup.el (command-line): If user's init file had an error,
19318         add explanatory text to *Messages*.
19320 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
19322         * man.el (Man-getpage-in-background): Decode the process output by
19323         the system locale coding system.
19325 2000-08-20  Dave Love  <fx@gnu.org>
19327         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
19328         Don't test x-popup-menu.
19329         (function) <complete-function>: Complete only fbound symbols.
19330         <validate, value>: New.
19331         (variable) <complete-function>: Complete only bound symbols.
19332         (coding-system): Add :base-only, :complete-function, :validate,
19333         :value, :prompt-match.
19334         (widget-coding-system-prompt-value): Use read-coding-system and
19335         act on :base-only.
19336         (editable-field): Add :help-echo.
19337         (widget-push-button-gui, widget-push-button-cache)
19338         (widget-gui-action, widget-editable-list-gui): COmment out, along
19339         with uses.
19340         (widget-at): Make arg optional.
19341         (widget-echo-help): Adjust for current help-echo calling sequence.
19342         (widget-specify-field, widget-specify-button)
19343         (widget-specify-insert, widget-get-sibling, widget-image-find)
19344         (widget-convert, widget-insert, widget-leave-text)
19345         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
19346         (widget-setup, widget-field-find, widget-before-change)
19347         (widget-after-change, widget-default-complete)
19348         (widget-default-create, widget-default-delete)
19349         (widget-push-button-value-create, editable-field)
19350         (widget-field-prompt-value, widget-field-validate)
19351         (widget-choice-value-create, widget-choice-action)
19352         (widget-choice-validate, widget-checklist-add-item)
19353         (widget-radio-add-item, widget-radio-chosen)
19354         (widget-radio-value-inline, widget-editable-list-value-create)
19355         (widget-editable-list-entry-create)
19356         (widget-documentation-link-add)
19357         (widget-documentation-string-value-create)
19358         (widget-regexp-validate, widget-file-complete)
19359         (widget-sexp-validate, widget-plist-convert-widget)
19360         (widget-plist-convert-widget, widget-alist-convert-widget)
19361         (widget-alist-convert-widget, widget-color-complete): Simplify,
19362         particularly to avoid bindings which aren't optimized out.
19364         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
19365         Doc fix.
19366         (down-list, backward-up-list, up-list, kill-sexp)
19367         (backward-kill-sexp, mark-sexp): Make arg optional.
19368         (lisp-complete-symbol): Add optional arg PREDICATE.
19370         * cus-start.el: Add display-buffer-reuse-frames,
19371         file-coding-system-alist.
19373 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
19375         * startup.el (command-line): Clear realized faces after
19376         modifying TTY color mappings.
19378 2000-08-20  Miles Bader  <miles@gnu.org>
19380         * faces.el (face-attr-match-p): Don't return true if ATTRS are
19381         merely a subset of FACE's attributes.
19383 2000-08-19  Miles Bader  <miles@gnu.org>
19385         * comint.el (comint-output-filter): Save the point with a marker,
19386         not just a buffer position.
19388         * international/mule.el (set-buffer-process-coding-system): Make
19389         interactive prompt less confusing.
19391 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
19393         * hilit-chg.el: General cleanup of doc strings, comments and
19394         code formatting.
19396 2000-08-19  Miles Bader  <miles@gnu.org>
19398         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
19399         Compiler macro removed; beginning-of-line is no longer always
19400         equivalent to forward-line, in the presence of fields.
19402         * comint.el (comint-output-filter): Remove ad-hoc saving of
19403         restriction, and just use save-restriction, now that it works
19404         correctly.  Don't adjust comint-last-input-start to account for
19405         our insertion; it shouldn't have moved because we don't use
19406         insert-before-markers anymore.  Comment out call to
19407         `force-mode-line-update'; why is it here?
19409         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
19410         while checking for prompt to delete.  Use `forward-line 0'
19411         instead of beginning-of-line.
19412         (gud-filter): Temporarily widen gud comint buffer while
19413         examining output.
19415 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
19417         * progmodes/sh-script.el: Big bag of typos.
19419         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
19420         check since ispell-process is not bound when ispell is not yet loaded.
19422 2000-08-18  Dave Love  <fx@gnu.org>
19424         * image.el (find-image): Copy `spec' before using plist-put.
19426 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
19428         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
19429         `portugues'.
19431         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
19432         backward-kill-sexp, analogous to kill-sexp.
19434         * progmodes/icon.el (icon-indent-line)
19435         (icon-is-continuation-line): Handle comments specially.
19437 2000-08-17  Ken Stevens <k.stevens@ieee.org>
19439         * ispell.el: Set to standard author/maintainer/keyword fields.
19440         Fine tuning to menu map appearance and operation, and added help.
19441         Remove `start' and `end' error messages when compiling.
19442         (ispell-choices-win-default-height): Fixed comment string.
19443         (ispell-dictionary-alist-1): Fixed regexp in castellano and
19444         castellano8 dictionaries.
19445         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
19446         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
19447         dictionary, added italiano dictionary.
19448         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
19449         word character
19450         (ispell-tex-skip-alists): Added psfig support.
19451         (ispell-skip-html): Renamed from ispell-skip-sgml.
19452         (ispell-begin-skip-region-regexp, ispell-skip-region)
19453         (ispell-minor-check): Improved html skipping support to skip across
19454         code, and recognize `&' commands without propper `;' syntax;
19455         (ispell-process-line): Fix alignment error when manually
19456         correcting spelling.
19457         (ispell): Fix comment string.
19458         (ispell-add-per-file-word-list): Always put word list on new line.
19460 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
19462         * format.el (format-encode-run-method): Fix error message to say
19463         `encode' instead of `decode'.  Use save-window-excursion around
19464         shell-command-on-region as in format-decode-run-method because
19465         shell-command-on-region can display a buffer with error output.
19466         (format-decode): Don't record undo information for the decoding.
19467         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
19468         that number part of the temporary buffer name so that more than
19469         one decoding using a temporary buffer can happen safely.
19471         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
19472         of `A-z' in the regexp.
19474         * hilit-chg.el: Fix typos in commentary.
19476         * help.el (view-emacs-news): Rewritten for new naming scheme
19477         for old NEWS files.
19479         * startup.el (command-line): Pop to *Messages* in case an error
19480         is signaled while loading user-init-file.
19482 2000-08-17  Andreas Schwab  <schwab@suse.de>
19484         * files.el (insert-directory): Don't lose original file name,
19485         undoing an undocumented change.
19487 2000-08-17  Alex Schroeder  <alex@gnu.org>
19489         * sql.el (sql-magic-go): Use comint-bol.
19490         (sql-copy-column): Use comint-line-beginning-position.
19491         (comint-line-beginning-position): Define a replacement for
19492         comint-line-beginning-position if it is not fboundp.
19494 2000-08-17  Alex Schroeder  <alex@gnu.org>
19496         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
19497         it didn't have any effect anyway.
19499 2000-08-17  Alex Schroeder  <alex@gnu.org>
19501         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
19502         --pset and pager=off instead of sending \\o|cat at the beginning
19503         of the session.
19505 2000-08-17  Miles Bader  <miles@gnu.org>
19507         * progmodes/octave-inf.el: Add compatibility definition of
19508         comint-line-beginning-position.
19510 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
19512         * startup.el (normal-top-level): Look in each dir in load-path for
19513         a leim-list.el file too.  This assures of loading leim-list.el
19514         that is created at Emacs installation time even if a user have his
19515         own leim-list.el.
19517 2000-08-17  Miles Bader  <miles@gnu.org>
19519         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
19520         foreground color to black if the background is dark.
19522 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
19524         * loadhist.el (unload-feature): Typo.
19526         * finder.el (finder-compile-keywords):
19527         * cus-dep.el (custom-make-dependencies): Add local-variable settings
19528         to the generated file.
19530         * mail/mh-e.el (mh-make-local-vars):
19531         Replace make-variable-buffer-local with make-local-variable.
19533         * play/landmark.el:
19534         * options.el (Edit-options-{set,toggle,t,nil}):
19535         * mail/mailabbrev.el (mail-abbrevs-mode):
19536         * textmodes/tex-mode.el (tex-expand-files):
19537         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
19539         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
19541         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
19542         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
19543         Allow going past the last element.
19544         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
19545         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
19546         (cvs-mouse-toggle-mark): Don't move point.
19547         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
19549         * progmodes/compile.el (grep): Provide a default set of files.
19550         (next-error): Docstring fix.
19551         (compilation-find-file): Avoid find-file (fails in a dedicated window).
19553         * emacs-lisp/easy-mmode.el (define-minor-mode):
19554         Use `symbol-value' to keep the byte-compiler quiet.
19556         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
19557         (diff-find-source-location): New fun, extracted from diff-goto-source.
19558         (diff-goto-source): Use it.
19559         (diff-next-complex-hunk, diff-filter-lines): New function.
19560         (diff-apply-hunk): New command.
19562         * smerge-mode.el (smerge-mode-menu): Doc fix.
19564         * msb.el (msb-mode): Define it in terms of define-minor-mode.
19566 2000-08-16  Dave Love  <fx@gnu.org>
19568         * windmove.el (windmove) <defgroup>: Add :version.
19570         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
19571         (goto-address-fontify-p, goto-address-highlight-p)
19572         (goto-address-url-face, goto-address-url-mouse-face)
19573         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
19574         (goto-address-url-regexp): Use thing-at-point-url-regexp.
19575         (goto-address-fontify, goto-address-at-mouse): Simplify,
19576         (goto-address-at-point): browse-url-url-at-point,
19577         goto-address-find-address-at-point can return nil.
19578         (goto-address-find-address-at-point): Return nil on failure.
19580         * align.el (align) <defgroup>: Add :version.
19582         * calculator.el (calculator): Add :version.
19583         (calculator): Use two lines for calculator window if `modeline'
19584         face is boxed.
19586         * play/5x5.el: Doc fixes.
19587         (5x5) <defgroup>: Add :version.
19589         * play/fortune.el (fortune) <defgroup>: Add :version.
19590         (fortune-append): Fix error message.
19591         (fortune-from-region): Doc fix.
19593         * play/pong.el (pong): Doc fix.
19595         * play/morse.el: Keywords, commentary, autoloads.
19597 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
19599         * desktop.el (desktop-save): Don't look at symbol-value of a
19600         member of minor-mode-alist, unless it is boundp.
19602 2000-08-16  Sam Steingold  <sds@gnu.org>
19604         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
19605         `while'; use `with-current-buffer' instead of `save-excursion'.
19606         Removed unnecessary kludges now that "*Buffer List*" is excluded.
19608 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
19610         * international/ccl.el (declare-ccl-program): Docstring modified.
19611         (ccl-execute-with-args): Likewise.
19613 2000-08-16  Miles Bader  <miles@gnu.org>
19615         * progmodes/sql.el: Add compatibility definition of
19616         comint-line-beginning-position.
19618 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
19620         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
19621         'buffer-menu' property.
19622         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
19623         fails.
19624         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
19625         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
19626         wasn't killed.
19628         * buff-menu.el (list-buffers-noselect): Don't display the
19629         *Buffer List* buffer.
19631         * font-lock.el: Require jit-lock to prevent a very late
19632         `Loading jit-lock' message.
19634         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
19635         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
19636         mail address.
19638 2000-08-15  Miles Bader  <miles@gnu.org>
19640         * textmodes/ispell.el (ispell-graphic-p): New constant.
19641         (ispell-choices-win-default-height, ispell-help): Use
19642         `ispell-graphic-p' instead of `xemacsp'.
19644 2000-08-15  Dave Love  <fx@gnu.org>
19646         * simple.el: Autoload widget-convert when compiling.
19647         (mail-user-agent): Doc fix.
19649         * help.el (function-called-at-point, variable-at-point): Use
19650         with-syntax-table.
19651         (help-manyarg-func-alist): Add insert-and-inherit.
19653         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
19655         * delsel.el (delsel-unload-hook): New function.
19657         * find-file.el: Doc fixes.  Move provide to end.
19658         (ff) <defgroup>: Add :link.
19659         (ff-goto-click): Deleted.
19660         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
19661         Use mouse-set-point.
19663         * textmodes/tildify.el: Doc fixes.
19664         (tildify) <defgroup>: Add:version.
19666         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
19667         (glasses-custom-set): Use set-default, not set.
19668         (minor-mode-alist): Propertize the lighter.
19669         (glasses-mode): Provide optional arg.
19671         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
19672         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
19673         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
19674         option.  Provide :type.
19675         (cwarn-configuration): Provide :type.
19676         (cwarn-mode): Doc fix.
19678         * add-log.el (change-log-merge): Doc fix.
19679         (change-log-redate): New command.
19681         * net/browse-url.el (browse-url-filename-alist): Add a clause for
19682         Doze and Dog.
19683         (browse-url): Use dolist, not mapcar.
19684         (browse-url-at-point): Check for null url.
19685         (browse-url-event-buffer, browse-url-event-point): Functions
19686         deleted.
19687         (browse-url-at-mouse, browse-url-netscape): Simplify.
19689         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
19690         modes.
19691         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
19692         Fix previous change to mapcan.
19693         (msb--init-file-alist, msb--add-separators)
19694         (msb--make-keymap-menu): Simplify.
19695         (msb--choose-file-menu): Use copy-sequence.
19696         (msb-mode-map): Add title to keymap.
19697         (msb-unload-hook): New function.
19699         * bs.el: Fix indentation.
19700         (bs) <defgroup>: Add :links.
19701         (bs-show): Doc fix.
19702         (bs-apply-sort-faces): Don't use window-system.
19703         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
19705 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
19707         * calendar/timeclock.el (timeclock-file): Run .timelog through
19708         convert-standard-filename.
19710 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
19712         * emacs-lisp/authors.el: New file.
19714         * paren.el (show-paren-priority): New user option.
19715         (show-paren-function): Set overlay priorities to
19716         show-paren-priority.
19718 2000-08-14  Miles Bader  <miles@gnu.org>
19720         * comint.el (comint-bol): Use `forward-line 0' instead of calling
19721         beginning-of-line with inhibit-field-text-motion bound.
19723 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
19725         * calendar/timeclock.el: New file.
19727 2000-08-14  David Ponce  <david@dponce.com>
19729         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
19730         `widget-button-click'. so that one can use left mouse button to
19731         click on dialog buttons.
19733 2000-08-14  Emmanuel Briot  <briot@gnat.com>
19735         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
19736         identifiers, since XML is case sensitive
19738 2000-08-12  Miles Bader  <miles@gnu.org>
19740         * comint.el (comint-output-filter): Don't bother frobbing
19741         window-start, it doesn't seem to be necessary.
19743         * comint.el (comint-send-string, comint-send-region): Make into
19744         real functions.  Snapshot the prompt before sending.
19746 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
19748         * info.el (Info-find-emacs-command-nodes): Rewrite to use
19749         technique similar to Info-index, instead of relying on specific
19750         names of relevant Index nodes.
19751         (Info-goto-emacs-command-node): Bind Info-history to nil when
19752         going to the first node found by Info-find-emacs-command-nodes.
19754 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
19756         * menu-bar.el (menu-bar-help-menu): Add a :help string.
19758 2000-08-10  Miles Bader  <miles@gnu.org>
19760         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
19762 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
19764         * info.el (Info-file-list-for-emacs): More elements for the
19765         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
19766         and woman manuals.
19768 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
19770         * comint.el (comint-send-input): Make the newline boundary overlay
19771         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
19772         (comint-output-filter): Use `insert' instead of
19773         `insert-before-markers'.  Extend comint-last-output-overlay when
19774         necessary since we can't rely on insert-before-markers to do it.
19775         * gud.el (gud-filter): Use `with-current-buffer' instead of
19776         save-excursion when inserting the output, so that point gets
19777         updated correctly; the old method relied on a rather dodgy
19778         side-effect of comint-output-filter to avoid the effect of
19779         save-excursion.
19781 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
19783         * files.el (recover-file): Call insert-directory instead of
19784         invoking `ls' directly.
19786 2000-08-10  Miles Bader  <miles@gnu.org>
19788         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
19789         (comint-last-prompt-overlay): New variables.
19790         (comint-output-filter): Implement prompt highlighting.
19791         (comint-snapshot-last-prompt): New function.
19792         (comint-send-input): Snapshot the last prompt.
19793         Use comint-highlight-input-face.
19794         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
19795         Use defface instead of defcustom.
19796         (send-invisible, comint-send-eof): Snapshot the last prompt.
19797         (comint-delchar-or-maybe-eof): Use comint-send-eof.
19798         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
19800 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
19802         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
19803         (regexp-opt-group): Use a list of chars for `letters'.
19804         (regexp-opt-charset): `chars' is now a list of chars.
19805         Use a char-table rather than a vector so it works for multibyte chars.
19807         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
19808         Set cvs-minor-current-files to the selected fileinfo.
19809         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
19810         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
19812 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
19814         * files.el (insert-directory): Don't call access-file on
19815         directories on DOS and Windows.
19817 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
19819         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
19820         longer if necessary.
19821         (ccl-embed-code): Call ccl-embed-data to store CODE in
19822         ccl-program-vector.
19824 2000-08-09  Miles Bader  <miles@gnu.org>
19826         * comint.el (comint-output-filter): Properly handle the case where
19827         the text surrounded by comint-last-output-overlay was deleted.
19829 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
19831         * info.el (Info-insert-dir): Use Info-additional-directory-list if
19832         non-nil.
19833         (Info-file-list-for-emacs): Remove "info" from the list because
19834         that leads to trying to use the documentation from file `info'
19835         in various situations where it isn't appropriate, for instance
19836         C-h C-k C-h i.
19838         * ffap.el (ffap-read-file-or-url-internal): Handle case that
19839         DIR and/or STRING are nil.
19841         * progmodes/compile.el (compilation-setup): Make variable
19842         compilation-error-screen-columns buffer-local, as some comment
19843         in the code suggests it should be.
19845         * files.el (auto-mode-interpreter-regexp): New variable.
19846         (set-auto-mode): Use it.
19848         * indent.el (indent-for-tab-command): Doc fix.
19850         * mouse-sel.el (mouse-sel-mode): Doc fix.
19852         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
19853         labels.
19855         * help.el (print-help-return-message): When
19856         display-buffer-reuse-frames is set, let the help window been quit,
19857         instead of deleting it, which might delete a reused frame.
19859 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
19861         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
19862         rename a directory to a name that differs only by its letter case.
19864 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
19866         * international/quail.el (quail-define-rules): Handle Quail decode
19867         map correctly.  Add code for supporting annotations.
19868         (quail-install-decode-map): New function.
19869         (quail-defrule-internal): New optional arguments decode-map and
19870         props.
19871         (quail-advice): New function.
19873 2000-08-07  Sam Steingold  <sds@gnu.org>
19875         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
19876         `defconst', `define-condition', `with-slots'.
19877         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
19879 2000-08-03  Miles Bader  <miles@gnu.org>
19881         * comint.el (comint-use-prompt-regexp-instead-of-fields):
19882         New variable.
19883         (comint-prompt-regexp, comint-get-old-input): Document dependence on
19884         comint-use-prompt-regexp-instead-of-fields.
19885         (comint-send-input): Add `input' field property to stuff we send to
19886         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
19887         (comint-output-filter): Add `output' field property to process
19888         output, if comint-use-prompt-regexp-instead-of-fields is nil.
19889         (comint-replace-by-expanded-history)
19890         (comint-get-old-input-default, comint-show-output)
19891         (comint-backward-matching-input, comint-forward-matching-input)
19892         (comint-next-prompt, comint-previous-prompt):  Use field
19893         properties if comint-use-prompt-regexp-instead-of-fields is nil.
19894         (comint-line-beginning-position): New function.
19895         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
19896         (comint-replace-by-expanded-history-before-point): Use
19897         comint-line-beginning-position and line-end-position.
19898         (comint-last-output-overlay): New variable.
19899         (comint-mode): Make `comint-last-output-overlay' buffer-local.
19901         * shell.el (shell-prompt-pattern): Doc change.
19902         (shell-backward-command): Use line-beginning-position.
19904         * gud.el (gud-gdb-complete-command): Use
19905         comint-line-beginning-position.
19907         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
19908         comint-bol doesn't actually go to the beginning of the line.
19910         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
19911         if comint-use-prompt-regexp-instead-of-fields is non-nil.
19912         (try-expand-line-all-buffers): Likewise.
19914         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
19915         explicitly matching comint-prompt-regexp.
19916         (sql-copy-column): Use comint-line-beginning-position instead of
19917         explicitly matching comint-prompt-regexp.
19919         * progmodes/octave-inf.el (inferior-octave-complete): Use
19920         comint-line-beginning-position.
19922         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
19924         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
19925         looking for a prompt, use `forward-line 0' instead of
19926         `beginning-of-line', to avoid getting caught by an input field.
19928 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
19930         * files.el (shell-quote-wildcard-pattern): Make sure to return
19931         PATTERN, in the Unix case.
19933 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
19935         * play/zone.el (zone): Discard any pending input before running
19936         the randomly-chosen pgm.
19938 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
19940         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
19941         checking the existence of any multibyte characters.
19943 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
19945         * help.el (describe-mode): Test minor-mode symbol for being
19946         bound before testing its value for being nil.
19948         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
19949         `first', `second', and `third'.
19951         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
19952         (second): Make it an alias for `cadr'.
19954 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
19956         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
19957         types of display support faces now.
19959 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
19961         * pcvs.el (require): Require `cl' during compilation, only.
19963         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
19964         (toplevel): Remove `remq' and `remove' from autoloads.
19965         (cl-fake-autoloads): New variable.  If set, arrange for an error
19966         when CL functions etc. are autoloaded.
19968 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
19970         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
19972         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
19973         popped up, but the user clicks outside the menu, return an empty
19974         regexp (that causes unhighlight-regexp to have no effect).
19976         * menu-bar.el (menu-bar-games-menu): Add Zone.
19978         * hi-lock.el (toplevel): Require font-lock.
19980 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
19982         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
19983         (ebnf-8-bit-chars): New var for bug fix.
19984         (ebnf-string): Bug fix.
19986 2000-08-03  Sam Steingold  <sds@gnu.org>
19988         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
19989         instead of `buffer-string'.
19990         (require 'cl): Always, not just when compiling.
19991         `ignore-errors' in `interactive', `list*', `defun*' &c make this
19992         necessary.
19994 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
19996         * international/mule-cmds.el (select-safe-coding-system): Make
19997         the message text about selecting a safe coding system more clear.
19999 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
20001         * hi-lock.el: New file.
20003         * play/zone.el: New file.
20005         * replace.el (occur): Set tab-width in the *Occur* buffer to the
20006         value of tab-width in the original buffer.  Choose a line number
20007         format that's a multiple of the original buffer's tab width, so
20008         that lines appear right.
20010         * textmodes/ispell.el (ispell): New function, replacing an alias.
20011         Spell-check active region if in transient-mark-mode and mark
20012         is active; otherwise spell-check buffer.
20014 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
20016         * ps-mule.el: Fix a customization problem on
20017         ps-mule-font-info-database-default.
20019 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
20021         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
20022         display-mouse-p instead of window-system.
20023         (ebrowse-member-mode-map): Ditto.
20025 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
20027         * progmodes/ebnf2ps.el: Update ps-print functions call.
20028         Indentation fix.  Doc fix.
20029         (ebnf-version): New version number (3.2).
20030         (ebnf-format-color, ebnf-begin-job): Code fix.
20032 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
20034         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
20035         font lock support on window-system.
20036         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
20038         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
20039         display-color-p, if fboundp, instead of window-system.
20041 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
20043         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
20044         instead of window-system.
20046         * wid-edit.el (widget-choose): Use display-mouse-p instead of
20047         window-system.
20048         (widget-choice-mouse-down-action): Use display-popup-menus-p
20049         instead of window-system.
20051         * strokes.el (strokes-file): Run the file name through
20052         convert-standard-filename.
20053         (strokes-mode): Call display-mouse-p instead of looking at
20054         window-system.  Change the error message accordingly.
20056         * progmodes/cpp.el (toplevel): Support faces on tty's.
20058         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
20059         (lm-plot-square, lm-init-display): Don't use window-system.
20061         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
20062         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
20064         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
20065         instead of looking at window-system.
20067 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
20069         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
20070         of testing if iswitchb-prepost-hooks is bound, because the
20071         latter will always be true when invoking a recursive minibuffer
20072         from an active Iswitchb buffer.
20074 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
20076         * files.el (shell-quote-wildcard-pattern): New function.
20077         (insert-directory): Call it.  Only prepend "\" to command on Unix
20078         and GNU/Linux systems.
20080 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
20082         * eshell/esh-groups.el: Change custom :link file names
20083         from `eshell.info' to `eshell'.
20085 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
20087         * dired.el (dired-build-subdir-alist): Expand subdirectory names
20088         correctly in recursive ange-ftp listings.
20090 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
20092         * ps-print.el: Fix bug 1: if ps-font-size-internal,
20093         ps-header-font-size-internal and
20094         ps-header-title-font-size-internal variables are not set,
20095         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
20096         face text property is (foreground-color . COLOR) or
20097         `(background-color . COLOR)', ps-print crashes.  Doc fix.
20098         (ps-print-version): New version number (5.2.4).
20099         (ps-plot-region): Code fix.
20100         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
20101         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
20102         Bug fix 2.
20104 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
20106         * glasses.el (glasses-make-readable): Fix uncapitalization of
20107         identifiers like `myXMLDocument'.
20109 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
20111         * mail/mail-hist.el (mail-hist-previous-input)
20112         (mail-hist-next-input): Do the obvious code factorization.
20113         (mail-hist-retrieve-and-insert): New func, contains common
20114         code of above two.
20115         If inserting a message body, leave point at top.
20117 2000-07-28  Sam Steingold  <sds@gnu.org>
20119         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
20120         Use `<=', not `<' to compare times!
20121         (ange-ftp-ls): Remove.
20123 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
20125         * play/cookie1.el: Add explanation of how to make cookie.el
20126         compatible with strfile(1) to comment.
20128         * subr.el (remove, remq): New functions.
20130         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
20131         escape `*' in regexps.
20132         (midnight-find): Reverse order of arguments in the funcall of
20133         TEST.
20135         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
20136         and `.class'.
20138         * play/meese.el: Add Commentary section.
20140 2000-07-27  Alex Schroeder  <alex@gnu.org>
20142         * sql.el (sql-ms): Added autoload cookie.
20143         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
20144         (sql-oracle): Ditto.
20145         (sql-help): Doc change.
20147         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
20148         types and exceptions.
20150 2000-07-27  Alex Schroeder  <alex@gnu.org>
20152         * sql.el (sql-placeholder-history): New variable.
20153         (sql-query-placeholders-and-send): New function that will query
20154         the user and replace placeholders with user input.
20155         (sql-oracle): If running on NT, set comint-input-sender to
20156         sql-query-placeholders-and-send.
20158         (sql-stop): If in the SQLi buffer, insert stop notification, else
20159         present it as a message.
20161 2000-07-27  Alex Schroeder  <alex@gnu.org>
20163         * sql.el (sql-input-ring-separator): Doc change.
20164         (sql-input-ring-file-name): Doc change.
20165         (sql-interactive-mode): Use `sql-input-ring-separator' and
20166         `sql-input-ring-file-name' to set the comint-mode equivalents
20167         without making them local variables.
20168         (sql-stop): Don't bind `sql-input-ring-separator' and
20169         `sql-input-ring-file-name' dynamically to their comint-mode
20170         equivalents.
20172 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
20174         * international/mule.el (register-char-codings): New function.
20175         (make-coding-system): Handle `safe-chars' specification in the arg
20176         PROPERTY.
20178         * international/mule-cmds.el
20179         (find-coding-systems-region-subset-p): This function deleted.
20180         (sort-coding-systems-predicate): New variable.
20181         (sort-coding-systems): New function.
20182         (find-coding-systems-region): Use
20183         find-coding-systems-region-internal.
20184         (find-coding-systems-string): Use find-coding-systems-region.
20185         (find-coding-systems-for-charsets): Check
20186         char-coding-system-table.
20187         (select-safe-coding-system-accept-default-p): New variable.
20188         (select-safe-coding-system): Mostly rewritten.  New argument
20189         ACCEPT-DEFAULT-P.
20190         (select-message-coding-system): Call select-safe-coding-system
20191         with ACCEPT-DEFAULT-P arg.
20192         (reset-language-environment): Reset default-sendmail-coding-system
20193         to the default value iso-latin-1.
20194         (set-language-environment): Don't set the obsolete variable
20195         charset-origin-alist.
20197         * international/codepage.el (cp-coding-system-for-codepage-1):
20198         Give `safe-chars' property to make-coding-system.
20200         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
20201         calling select-message-coding-system twice.
20203         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
20204         instead of `safe-charsets'.
20205         (cyrillic-alternativnyj): Likewise.
20206         (ccl-encode-alternativnyj): Don't check the charset
20207         cyrillic-iso8859-5.
20209 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
20211         * composite.el (compose-chars-after): Preserve match data.
20213 2000-07-26  Sam Steingold  <sds@gnu.org>
20215         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
20216         (ange-ftp-real-file-newer-than-file-p): New function.
20217         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
20218         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
20220         * tooltip.el (tooltip-float-time): Removed (use `float-time').
20221         * midnight.el (midnight-float-time): Ditto.
20223 2000-07-26  Andreas Schwab  <schwab@suse.de>
20225         * files.el (normal-backup-enable-predicate): Correct
20226         interpretation of the return value of compare-strings.
20228 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
20230         * isearch.el (isearch-resume): New function.
20231         (isearch-done): Add something to command-history to resume
20232         the search.
20233         (isearch-yank-line, isearch-yank-word): Use
20234         buffer-substring-no-properties instead of buffer-substring.
20236         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
20237         of flyspell-mouse-map.
20239         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
20240         duplicate definition.
20241         (makefile-mode): Remove duplicate setting of local-abbrev-table.
20243         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
20244         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
20246 2000-07-25  Sam Steingold  <sds@gnu.org>
20248         * net/ange-ftp.el: Get modtime over the net.
20249         (ange-ftp-file-modtime): New function.
20250         (ange-ftp-write-region, ange-ftp-insert-file-contents)
20251         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
20252         Use it.
20253         (ange-ftp-dot-to-slash): New function.
20254         (ange-ftp-fix-name-for-vms): Use it.
20256         * midnight.el (midnight-buffer-display-time): Use
20257         `with-current-buffer'.
20259 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
20261         * find-dired.el: Update copyright notice.
20262         (find-dired): Offer to kill a running `find'.
20264         * enriched.el (enriched-face-ans): For a `foreground-color'
20265         property, return '(("x-color" COLOR))' so that COLOR will be
20266         output as a parameter of the x-color annotation.  Likewise for the
20267         `background-color' property.  In the case of normal face
20268         properties, don't return annotations for unspecified foreground
20269         and background face attributes.
20271 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
20273         * language/japan-util.el (japanese-katakana-region): Fix handling
20274         HANKAKU argument.
20276 2000-07-25  Miles Bader  <miles@gnu.org>
20278         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
20279         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
20280         constrain-to-field.
20282 2000-07-24  Andrew Innes  <andrewi@gnu.org>
20284         * timer.el (timer-activate-when-idle): Add optional parameter
20285         DONT-WAIT.  Update docstring.
20286         (run-with-idle-timer): Specify extra parameter to
20287         timer-activate-when-idle, so that timer will be activated
20288         immediately if Emacs is already idle.
20290         * w32-fns.el (w32-using-nt): Fix docstring.
20292 2000-07-24  Dave Love  <fx@gnu.org>
20294         * mouse.el (popup-menu): Set last-command-event.
20295         (mouse-major-mode-menu-prefix): Declare.
20297 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
20299         * textmodes/flyspell.el: Update to author's version 1.5d.
20301         * progmodes/hideshow.el: Update copyright notice.
20303         * vcursor.el: Set maintainer to FSF, since author cannot
20304         be reached.
20306 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
20308         * info.el (Info-goto-emacs-key-command-node): Leave a space after
20309         the prompt.
20311         * mouse.el (popup-menu): Run the keymap through indirect-function,
20312         in case it was defined with define-prefix-key.  If the menu is a
20313         list of keymaps, look up the binding of user's choice in each one
20314         of the keymaps.
20315         (mouse-popup-menubar): If the global and local menu-bar keymaps
20316         don't have a prompt string, create one and insert it into the
20317         keymap.  Don't barf if current-local-map returns nil.
20319 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
20321         * dired.el (dired-sort-R-check): Added to allow recursive listing
20322         to be undone.
20323         (dired-sort-other): Use it.
20325 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20327         * Release of cc-mode 5.27
20329 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20331         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
20332         c-beginning-of-statement-1 that caused a bad case of recursion
20333         which could consume a lot of CPU in large classes in languages
20334         that have in-expression classes (i.e. Java and Pike).
20336         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
20337         statements before top level constructs (i.e. case 6 is moved
20338         before case 5 and is now case 4) to catch in-expression
20339         classes in top level expressions correctly.
20341 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20343         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
20344         objc-method-intro. Case 4 removed and case 5I added.
20346         * cc-langs.el (c-append-paragraph-start): New variable used by
20347         c-common-init to get paragraph-start correct.
20348         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
20349         initialize paragraph-start to make it correct both with and
20350         without the javadoc special case.
20352         * cc-mode.el (java-mode): Use c-append-paragraph-start to
20353         initialize paragraph-start for javadoc markup.
20355         * cc-vars.el (c-style-variables-are-local-p): Incompatible
20356         change by defaulting this to t.  It's motivated by the
20357         confusing behavior that otherwise arise from the style system
20358         when editing both java and non-java files at the same time
20359         (see the comments about style setting in c-common-init).
20361 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20363         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
20364         similar to the one in c-fill-paragraph to check the fill
20365         prefix from the adaptive fill function for sanity.
20367 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20369         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
20370         defun block.
20372 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20374         * cc-align.el (c-lineup-multi-inher): Handle lines with
20375         leading comma nicely. Extended to handle member initializers
20376         too.
20378         * cc-engine.el: (c-beginning-of-inheritance-list,
20379         c-guess-basic-syntax): Fixed recognition of inheritance lists
20380         when the lines begins with a comma.
20382         * cc-vars.el (c-offsets-alist): Changed default for
20383         member-init-cont to c-lineup-multi-inher since it now handles
20384         member initializers and indents better for leading commas.
20386 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20388         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
20389         handling that caused class open lines to be recognized as
20390         statement-conts in some cases.
20392         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
20393         guessed by the adaptive fill function unless point is on the
20394         first line of a block comment.
20396         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
20397         when the buffer ends with a macro continuation char.
20399         * cc-engine.el (c-guess-basic-syntax): Added support for
20400         function definitions as statements in Pike.  The first
20401         statement in a lambda block is now labeled defun-block-intro
20402         instead of statement-block-intro.
20404         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
20405         so that the class surrounding point is selected, not the one
20406         innermost in the state.
20408         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
20409         recognition of switch labels having hanging multiline
20410         statements.
20412         * cc-engine.el (c-beginning-of-member-init-list): Broke out
20413         some code in c-guess-basic-syntax to a separate function.
20414         * cc-engine.el (c-just-after-func-arglist-p): Fixed
20415         recognition of member inits with multiple line arglists.
20416         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
20417         member-init-cont when the commas are in funny places.
20419 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20421         * cc-defs.el (c-auto-newline): Removed this macro since it's
20422         not used anymore.
20424         * cc-engine.el (c-looking-at-bos): New helper function.
20425         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
20426         inexpr and toplevel classes apart in Pike.
20428         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
20429         of case 9A.
20431         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
20432         constant, since "class" can introduce an in-expression class
20433         in Pike nowadays.
20435 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20437         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
20438         indentation on cpp-macro lines.
20440         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
20441         a syntax modifier like comment-intro, to make it possible to
20442         get syntactic indentation for preprocessor directives.  It's
20443         incompatible wrt to lineup functions on cpp-macro, but it has
20444         no observable effect in the 99.9% common case where cpp-macro
20445         is set to -1000.
20447 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20449         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
20450         member-init-cont when the preceding arglist is several lines.
20452 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20454         * cc-styles.el (c-style-alist): The basic offset for the BSD
20455         style corrected to 8.
20457 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20459         * cc-styles.el (c-style-alist): Adjusted the indentation of
20460         brace list openers in the gnu style.
20462 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20464         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
20466         * cc-cmds.el (c-electric-brace, c-electric-slash,
20467         c-electric-star, c-electric-semi&comma, c-electric-colon,
20468         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
20469         when c-syntactic-indentation is nil.
20471         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
20472         we were left at comments preceding the first statement when
20473         reaching the beginning of the buffer.
20475         * cc-vars.el (c-syntactic-indentation): New variable to turn
20476         off all syntactic indentation.
20478 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20480         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
20481         between the text and the block comment ender when it hangs,
20482         depending on how many there are before the fill.
20484 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20486         * cc-engine.el (c-beginning-of-closest-statement): New helper
20487         function to go back to the closest preceding statement start,
20488         which could be inside a conditional statement.
20489         * cc-engine.el (c-guess-basic-syntax): Use
20490         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
20492         * cc-engine.el (c-guess-basic-syntax): Better handling of
20493         arglist-intro, arglist-cont-nonempty and arglist-close when
20494         the arglist is nested inside parens.  Cases 7A, 7C and 7F
20495         changed.
20497         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
20498         up-to-date with javadoc 1.2.
20500 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20502         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
20503         multiline Pike type decls.
20505 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20507         * cc-cmds.el (c-indent-new-comment-line): Always break
20508         multiline comments in multiline mode, regardless of
20509         comment-multi-line.
20511 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20513         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
20514         fully::qualified::names in C++ member init lists.  Preamble in
20515         case 5D changed.
20517 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20519         * cc-langs.el (c-common-init): Handling of obsolete variables
20520         moved to c-initialize-cc-mode.  More compatible style override
20521         when using global style variables.
20522         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
20523         variables moved here.
20525         * cc-styles.el (c-make-styles-buffer-local): Flag style
20526         variable localness in c-style-variables-are-local-p to make
20527         the compatibility measure in c-common-init work well.
20529         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
20530         longer contain set-from-style.
20531         * cc-styles.el (c-initialize-builtin-style): Don't check for
20532         set-from-style on c-special-indent-hook.
20533         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
20534         copy-alist is sufficient now.
20536         * cc-styles.el (c-set-style, c-set-style-1,
20537         c-get-style-variables): Fixes to variable initialization so
20538         that duplicate entries in styles have the same effect
20539         regardless of DONT-OVERRIDE.
20541         * cc-styles.el (c-set-style-2): Fixed bug where the
20542         initialization of inheriting styles failed when the
20543         dont-override flag is set.
20545         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
20546         on this.
20548 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20550         * cc-defs.el (c-forward-comment): Removed the workaround
20551         introduced in 5.38 since it had worse side-effects.  If a line
20552         contains the string "//\"", it regarded the // as a comment
20553         start since the \ temporarily doesn't have escape syntax.
20555 2000-07-17  Emmanuel Briot  <briot@act-europe.fr>
20557         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
20558         ada-xref.el before ada-prj.el, so that the Project menu is created
20559         when ada-prj tries to add to it.
20560         (ada-activate-keys-for-case): Suppress the characters that are not
20561         part of the Ada syntax. Better compatibility with else-mode
20562         (ada-adjust-case-interactive): When auto-casing is not active,
20563         correctly insert newlines (used to insert only ^M).  Prevent the
20564         syntax table from being changed in case of an error
20565         (or '_' becomes part of a word and some commands are confused).
20566         Do nothing if ada-auto-case is nil.
20567         (ada-after-keyword-p): Ignore keywords that are also attributes
20568         (ada-batch-reformat): Update usage comment
20569         (ada-call-from-contextual-menu): New function
20570         (ada-case-read-exceptions): Reinitialize the casing exception list
20571         first to nil first, so that the casing exception file can be
20572         shared.
20573         (ada-check-defun-name): Handles "configure" keyword for gnatdist
20574         files.
20575         (ada-compile-goto-error): Fix regexp used to detect a file:line
20576         anywhere in the error message
20577         (ada-contextual-menu-last-point): New variable
20578         (ada-create-keymap): If the variable delete-key-deletes-forward is
20579         t on XEmacs, it means that DEL should delete one character
20580         forward.
20581         (ada-create-menu): Use :included instead of :visible for XEmacs.
20582         New submenu "Options".
20583         (ada-end-stmt-re): Correctly indent "select ... then abort"
20584         statements.
20585         (ada-fill-comment-paragraph): Correctly delete all leading '--'
20586         even if they don't match ada-fill-comment-prefix Fix handling of
20587         paragraphs on the first or last line of a file.
20588         (ada-format-paramlist): Fix handling of default parameter values.
20589         (ada-get-body-name): New function.
20590         (ada-get-current-indent): Optimized by searchling directly for an
20591         existing generic part or a statement outside of it.  Handle
20592         ada-indent-align-comments when indenting comments Replaced some
20593         regexps by testing directly the next character. This results in a
20594         huge speedup on some files.  New indentation scheme for renames
20595         statements.  Stop looking for the 'while' or 'for' associated with
20596         a 'loop' at the first semicolon encountered.  A "return" can also
20597         match an anonymous access subprogram declaration.
20598         (ada-get-indent-noindent): Ignore strings and comments when
20599         looking for the keywords "record" and "private".
20600         (ada-goto-matching-decl-start): When matching "if", make sure we
20601         are not in fact seeing "end if".  Ignore "when" statements except
20602         when initial keyword was "begin".  Fix handling of nested
20603         procedures.  Add a recursive call to this function to skip over
20604         other 'end' statmts.  Fix indentation for "when .. => begin"
20605         (ada-in-open-paren-p): Fix indentation for complex boolean
20606         expressions, where 'and then', 'or else' and parenthesis
20607         statements are mixed up.
20608         (ada-in-paramlist-p): Skip comments while searching for the
20609         beginning Fix handling of operator declarations.
20610         (ada-indent-align-comments): New variable
20611         (ada-indent-current): Change the syntax table only in the
20612         protected section, so that we are sure it is restored correctly.
20613         (ada-indent-on-previous-lines): Use ada-use-indent and
20614         ada-with-indent Correctly indent "select ... then"
20615         (ada-indent-region): Slight speedup.
20616         (ada-indent-renames): New variable.
20617         (ada-last-which-function-subprog, ada-last-which-function-line):
20618         New variables
20619         (ada-looking-at-semi-private): Correctly indent the 'private'
20620         keyword when it is the first word in a package declaration.
20621         (ada-loose-case-word): Stop searching if at the end of the buffer.
20622         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
20623         even if point is not initially at the end of the word.
20624         (ada-matching-decl-start-re): Add "when".
20625         (ada-mode): Add support for abbrev-mode, outline-mode and
20626         which-func-mode Override the old find-file.el entry in
20627         ff-special-constructs since it is using the obsolete
20628         ada-spec-suffix variable
20629         (ada-no-auto-case): New function
20630         (ada-scan-paramlist): When parsing the argument type, accept
20631         spaces (as in "X 'Class", generated by Rational Rose).
20632         (ada-other-file-name): No longer loads the other file.
20633         (ada-popup-menu): Save and restore the current buffer and cursor
20634         position before and after displaying the menu.
20635         (ada-search-ignore-complex-boolean): New function.
20636         (ada-uncomment-region): Emacs21 already knows how to delete
20637         comments not starting in the first column.
20638         (ada-use-indent): New variable
20639         (ada-which-function): New function.
20640         (ada-with-indent): New variable
20641         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
20642         can be batch-compiled from the command line.
20644         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
20645         Add to the menu when the file is loaded, not in ada-mode-hook.
20646         Add -toolbar to the default ddd command Switches moved from
20647         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
20648         ada-prj-default-comp-opt
20649         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
20650         Reference Manual to the menu
20651         (ada-check-current): rewritten as a call to ada-compile-current
20652         (ada-compile): Removed.
20653         (ada-compile-application, ada-compile-current, ada-check-current):
20654         Set the compilation-search-path so that compile.el automatically
20655         finds the sources in src_dir.  Automatic scrollong of the
20656         compilation buffer.  C-uC-cC-c asks for confirmation before
20657         compiling
20658         (ada-compile-current): New parameter, prj-field
20659         (ada-complete-identifier): Load the .ali file before doing
20660         processing
20661         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
20662         conform to gnatmake's behavior.
20663         (ada-find-file-in-dir): New function
20664         (ada-find-references): Set the environment variables for gnatfind
20665         (ada-find-src-file-in-dir): New function.
20666         (ada-first-non-nil): Removed
20667         (ada-gdb-application): Add support for jdb, the java debugger.
20668         (ada-get-ada-file-name): Load the original-file first if not done
20669         yet.
20670         (ada-get-all-references): Handles the new ali syntax (parent types
20671         are found between <>).
20672         (ada-initialize-runtime-library): New function
20673         (ada-mode-hook): Always load a project file when a file is opened,
20674         so that the casing exceptions are correctly read.
20675         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
20676         (ada-parse-prj-file): Use find-file-noselect instead of find-file
20677         to open the project file, since the latter does not work with
20678         speedbar Get default values before loading the prj file, or the
20679         default executable file name is wrong.  Use the absolute value of
20680         src_dir to initialize ada-search-directories and
20681         compilation-search-path,...  Add the standard runtime library to
20682         the search path for find-file.
20683         (ada-prj-default-debugger): Was missing an opening '{'
20684         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
20685         variables.
20686         (ada-prj-default-gnatmake-opt): New variable
20687         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
20688         buffers, the project file is the default one Save the windows
20689         configuration before displaying the menu.
20690         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
20691         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
20692         ...)  regexp-quote identifiers names to support operators +,
20693         -,... in regexps.
20694         (ada-remote): New function.
20695         (ada-run-application): Erase the output buffer before starting the
20696         run Support remote execution of the application.  Use
20697         call-process, or the arguments are incorrectly parsed
20698         (ada-set-default-project-file): Reread the content of the active
20699         project file, not the one from the current buffer When a project
20700         file is set as the default project, all directories are
20701         automatically associated with it.
20702         (ada-set-environment): New function
20703         (ada-treat-cmd-string): New special variable ${current}
20704         (ada-treat-cmd-string): Revised.  The substitution is now done for
20705         any ${...} substring
20706         (ada-xref-current): If no body was found, compiles the spec
20707         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
20708         compiler to get rid of command line length limitations.
20709         (ada-xref-get-project-field): New function
20710         (ada-xref-project-files): New variable
20711         (ada-xref-runtime-library-specs-path)
20712         (ada-xref-runtime-library-ali-path): New variables
20713         (ada-xref-set-default-prj-values): Default run command now does a
20714         cd to the build directory.  New field: main_unit Provide a default
20715         file name even if the current buffer has no prj file.
20717         * ada-prj.el:
20718         Rewritten to show a tabbed-dialog.
20719         (ada-prj-add-ada-menu): Remove the map and name parameters.
20720         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
20721         New function
20722         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
20723         (ada-prj-load-from-file): New function
20724         (ada-prj-save): Always save fields that depend on the current buffer
20725         (ada-prj-show-value): New function
20727         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
20728         Ada mode. This will allow us to display the Ada menu in any buffer
20729         we want (for project items).
20730         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
20731         number of spaces in the header.
20733 2000-07-24  Dave Love  <fx@gnu.org>
20735         * ediff-init.el (ediff-region-help-echo): Bind face-help.
20737 2000-07-23  Noah Friedman  <friedman@splode.com>
20739         * type-break.el (type-break): perform autosave.
20740         Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
20741         (type-break-do-query): Cancel query schedule while performing
20742         actual query, to avoid possibility of a second query being made
20743         while first one is already in progress.
20744         (type-break-time-stamp-format): New variable.
20745         (type-break-time-stamp): New function.
20746         (type-break-time-warning): Use it.
20747         (type-break-keystroke-warning): Use it.
20748         (type-break-noninteractive-query): Use it.
20750         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
20751         cookie.
20752         Use add-minor-mode to set minor-mode-alist, if available.
20753         (eldoc-echo-area-use-multiline-p): New user option.
20754         (eldoc-echo-area-multiline-supported-p): New variable.
20755         (eldoc-docstring-format-sym-doc): Use them.
20756         (eldoc-mode): If not using idle timers, append to local post and
20757         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
20758         (eldoc-display-message-no-interference-p): Don't interfere with
20759         edebug.
20760         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
20761         (eldoc-function-arglist): New function.
20762         (eldoc-function-argstring): Use it.
20764         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
20765         auto save directory exists before calling directory-files.
20767 2000-07-23  Dave Love  <fx@gnu.org>
20769         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
20770         ^o, ^u.
20772 2000-07-21  Dave Love  <fx@gnu.org>
20774         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
20775         now passed to the function.  It now works properly.
20777         * smerge-mode.el (smerge-mode-menu): Fill it out.
20779 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
20781         * info-look.el (info-lookup): If *info* is shown in another frame
20782         on the same display, select that frame, instead of switching to
20783         the Info buffer in another window of the selected frame.
20785         * simple.el (universal-argument-map): Bind numeric keypad keys
20786         kp-0 to kp-9 and kp-subtract.
20787         (digit-argument): Handle these keys.
20789 2000-07-20  Dave Love  <fx@gnu.org>
20791         * net/goto-addr.el (goto-address-fontify): Don't bother with
20792         buffer-modified and read-only stuff -- irrelevant with overlays.
20793         Put an extra property on the overlays and use it to clean up in
20794         case goto-address is re-run.
20796 2000-07-19  Richard M. Stallman  <rms@gnu.org>
20798         * timer.el (run-with-idle-timer): Doc fix.
20800         * mail/mail-utils.el (mail-strip-quoted-names):
20801         Handle case where <...> appears inside "...".
20802         Use replace-match to edit the string more simply.
20803         (rmail-dont-reply-to): Cope with an unmatched ".
20805 2000-07-19  Dave Love  <fx@gnu.org>
20807         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
20808         implementation.
20810         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
20811         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
20812         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
20814 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
20816         * textmodes/refer.el: Correct maintainer's email address.
20818         * progmodes/hideif.el: Correct author's email address.
20819         Fix typo in comment.
20821         * xml.el: New file.
20823         * mail/mailheader.el: Correct author's mail address.
20825         * gnus/parse-time.el: Correct author's mail address.
20827 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
20829         * comint.el (comint-highlight-input, comint-highlight-face):
20830         New user options.
20831         (comint-input-ring-file-name): Change custom type.
20832         (comint-mode-map): Bind mouse-2.
20833         (comint-insert-clicked-input): New function.
20834         (comint-send-input): Handle input highlighting.
20836 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
20838         * mouse.el (popup-menu): New function.
20839         (mouse-major-mode-menu): Use it.
20841 2000-07-18  Dave Love  <fx@gnu.org>
20843         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
20844         improvements.
20846 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
20848         * faces.el (face-font-selection-order)
20849         (face-font-family-alternatives): Add custom type.
20851 2000-07-18  Dave Love  <fx@gnu.org>
20853         * cus-edit.el (custom-variable-reset-saved)
20854         (custom-variable-reset-standard): Remove unused bindings.
20856         * rect.el (open-rectangle-line): Remove unused let.
20858         * hl-line.el (hl-line-highlight): Check hl-line-mode.
20860 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
20862         * cdl.el: Fix `Maintainer' keyword.
20864         * play/pong.el: Add author's email address.
20866 2000-07-17  Sam Steingold  <sds@gnu.org>
20868         * files.el (insert-directory): Call `split-string' instead of
20869         re-implementing it.
20871 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
20873         * mail/vms-pmail.el: Change maintainer to FSF.
20875         * net/goto-addr.el: Change maintainer to FSF.
20877         * info.el (Info-title-face-alist): Removed.
20879 2000-07-18  David Ponce  <david@dponce.com>
20881         * recentf.el (recentf-open-files): New command that works like
20882         `recentf-open-more-files', but shows the whole list of files (not just
20883         those omitted from the menu). Useful if you don't use a menu-bar!
20884         (recentf-open-more-files) Modified to use `recentf-open-files'.
20886         (recentf-open-files, recentf-open-more-files)
20887         (recentf-edit-list): Dialogs use `recentf-dialog-mode'
20889         (recentf-dialog-mode): New mode for dialogs. You can now just type
20890         "q" to cancel the dialogs.
20892 2000-07-18  David Ponce  <david@dponce.com>
20894         * recentf.el: This is a major update of recentf.el. It adds new
20895         features to better organize the recentf menu and "More..." buffer.
20897         Using new provided menu filtering functions you can now organize the
20898         recent files list:
20900         - by major modes
20901         - by directories
20902         - by user defined rules
20904         Finally, with the new `recentf-filter-changer' customizable filter you
20905         can define a ring of filters and dynamically (via the menu) cycle on
20906         each menu organization in the ring (a la msb).
20908 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
20910         * eshell/eshell.el (eshell): Replace links to eshell.info with
20911         links to eshell, to avoid problems on systems where the manual is
20912         installed as `eshell'.
20913         * eshell/esh-cmd.el (eshell-cmd): Ditto.
20914         * eshell/em-smart.el (eshell-smart): Ditto.
20915         * eshell/em-banner.el (eshell-banner): Ditto.
20916         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
20918         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
20919         same-file check in the MS-DOS version (it does support inodes).
20921         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
20923         * eshell/eshell.el (eshell-directory-name):
20924         Run default directory name through convert-standard-filename.
20926 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
20928         * international/mule-cmds.el (select-safe-coding-system):
20929         Fix typo in the comment.
20931         * language/european.el (compound-text):
20932         Force katakana-jisx0201 to be designated to G1.
20934         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
20935         Don't translate some national variant characters of latin-jisx0201.
20936         (x-ctext): Force katakana-jisx0201 to be designated to G1.
20938         * international/kkc.el (kkc-after-update-conversion-functions):
20939         New variable.
20940         (kkc-update-conversion): Run functions in it at the tail.
20942 2000-07-16  John Wiegley  <johnw@gnu.org>
20944         * lisp/align.el (align-newline-and-indent):
20945         Adding new function.  for auto-aligning blocks of code on RET.
20946         (align-region): Fixed badly formatted minibuffer message.
20948 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
20950         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
20951         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
20952         the conversion list at first if appropriate.
20953         (kkc-next): Don't update kkc-next-count here.
20954         (kkc-prev): Don't update kkc-prev-count here.
20955         (kkc-show-conversion-list-update): Fix setting up of conversion
20956         list message.
20958 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
20960         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
20962 2000-07-16  Dave Love  <fx@gnu.org>
20964         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
20965         function to be more specific.
20967         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
20968         non-string help-echo.
20969         (widget-types-convert-widget): Defsubst it.
20970         (widget-echo-help): Try to cope with a help-echo function of two
20971         possible sorts.
20973 2000-07-15  Jason Rumney  <jasonr@gnu.org>
20975         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
20976         Declare as obsolete.
20978         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
20980 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
20982         * hilit-chg.el: Fix typo.
20984 2000-07-14  Dave Love  <fx@gnu.org>
20986         * info.el (Info-mode-menu): Fix use of :help, :enable.
20988 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
20990         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
20992 2000-07-13  Dave Love  <fx@gnu.org>
20994         * emacs-lisp/easymenu.el: Doc fixes.
20995         (easy-menu-remove): Defalias to ignore.
20997         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
20998         Call throw correctly.
21000 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
21002         * faces.el (frame-background-mode): Doc fix.
21004         * simple.el (eval-expression-print-length): Change custom type to
21005         allow entering nil as value.
21007 2000-07-13  Dave Love  <fx@gnu.org>
21009         * progmodes/fortran.el (fortran-imenu-generic-expression):
21010         Change definition layout.
21011         (fortran-mode-menu): Reinstate customize entries.
21013         * cus-edit.el (custom-group-menu-create, customize-menu-create):
21014         Use :filter, per old XEmacs code.
21016 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
21018         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
21019         event when deciding what to send to the terminal.
21021 2000-07-12  Dave Love  <fx@gnu.org>
21023         * cus-start.el: Add optional version as 4th element of specs and
21024         use it for several things new in v21.  Remove load-path.  Fix type
21025         of line-number-display-limit.
21027 2000-07-11  Dave Love  <fx@gnu.org>
21029         * progmodes/fortran.el: Don't require easymenu.
21030         Use repeat counts in various regexps.
21031         (fortran-mode-syntax-table): Defvar directly.
21032         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
21033         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
21034         Use defvar, not defconst.
21035         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
21036         (fortran-mode): Set fortran-comment-line-start-skip,
21037         fortran-comment-line-start-skip, dabbrev-case-fold-search.
21038         (fortran-comment-indent): Use defsubst.
21039         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
21040         Use fortran-comment-indent, not fortran-comment-indent-function.
21041         (fortran-comment-region, fortran-electric-line-number): Simplify.
21042         (fortran-auto-fill): New function.
21043         (fortran-do-auto-fill): Deleted.
21044         (fortran-find-comment-start-skip):
21045         Check for non-null comment-start-skip.
21046         (fortran-auto-fill-mode, fortran-fill-statement):
21047         Use fortran-auto-fill.
21048         (fortran-fill): Use fortran-auto-fill.  Check for null
21049         comment-start-skip.  Simplify final clause and use end-of-line finally.
21051         * widget.el (widget-plist-member): New alias.
21053 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
21055         * eshell/esh-module.el (toplevel): Reference
21056         byte-compile-current-file only if it is bound.
21058 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
21060         * dired.el: Don't require `dired-aux'.
21062 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
21064         * dired-aux.el (dired-show-file-type): New function.
21065         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
21066         (dired-show-file-type): Add autoload.
21068 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
21070         * international/mule-diag.el (describe-font): Adjusted for the
21071         change of fontset-info.
21072         (print-fontset): Likewise.
21074 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
21076         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
21078 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
21080         * bindings.el: Bind `[delete]' to delete-char.
21082         * dired.el (dired-find-alternate-file): New function.
21083         (dired-mode-map): Bind `a' to dired-find-alternate-file.
21084         (toplevel): Require dired-aux when compiling.
21085         (dired-buffers): Move defvar within file to avoid compiler warning.
21087         * info.el (Info-last-search): Variable removed.
21088         (Info-search-history): New variable.
21089         (Info-search): New Info-search-history.
21091         * battery.el, info-look.el: Change author's mail address.
21093 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
21095         * mail/rmail.el (rmail-clear-headers): Don't throw an error
21096         if rmail-ignored-headers is nil.
21097         (rmail-retry-failure): Bind rmail-ignored-headers and
21098         rmail-displayed-headers to nil.
21100 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
21102         * lpr.el (lpr-page-header-switches): Add `-h' switch.
21103         (print-region-1): Don't hard code `-h' here.
21105         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
21107 2000-07-01  Francesco Potorti`  <pot@gnu.org>
21109         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
21110         exim can use "your message" instead of "the message".
21112 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
21114         * facemenu.el: Docstrings fixes.
21115         (facemenu-get-face): Don't use internal-find-face.
21116         (facemenu-iterate): Rename arg to match the docstring.
21118         * newcomment.el (uncomment-region): Be more careful when skipping
21119         backwards over `=' not to bump into BOBP.
21121 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
21123         * ediff-diff.el (ediff-wordify): Use syntax table.
21124         * ediff-init.el (ediff-has-face-support-p): Use
21125         ediff-color-display-p.
21126         (ediff-color-display-p): Use display-color-p, changed to defun
21127         from defsubst.
21128         Got rid of special cases for NeXT and OS/2.
21129         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
21130         face.
21132 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
21134         * emacs-lisp/lucid.el: Require CL.
21135         (copy-tree, remprop): Remove, it's provided by CL.
21136         (map-keymap): Define in terms of cl-map-keymap.
21137         (extent-property, set-extent-end-glyph): New functions.
21139         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
21141 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
21143         * Makefile.in (DONTCOMPILE): Add comment that the name may
21144         not be changed without changing the make-dist script.
21146         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
21147         (cl-mapc): Use mapc instead of cl-old-mapc.
21149 2000-07-05  Andrew Innes  <andrewi@gnu.org>
21151         * makefile.nt: Add support for `bootstrap' and related targets.
21153 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
21155         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
21156         (easy-menu-do-define): Use `menu-item' format.
21157         Handle case where easy-menu-create-menu returns a symbol.
21158         Manually call the potential top-level filter in the function binding.
21159         (easy-menu-filter-return): New arg NAME.
21160         Convert to a keymap if MENU is an XEmacs menu.
21161         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
21162         (easy-menu-converted-items-table, easy-menu-convert-item):
21163         New var and fun to memoize easy-menu-convert-item-1.
21164         (easy-menu-do-add-item): Use it.
21165         (easy-menu-create-menu): Use easy-menu-convert-item.
21166         Wrap easy-menu-filter-return around any :filter specification.
21167         Don't convert the menu if a filter was specified.
21168         Tell easy-menu-make-symbol not to check for MENU being an expression.
21169         (easy-menu-make-symbol): New arg NOEXP.
21171 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
21173         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
21174         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
21175         (eval-defun): If called with prefix arg, instrument code for
21176         Edebug.
21178         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
21179         similar to that of eval-defun.
21181 2000-07-04  Dave Love  <fx@gnu.org>
21183         * hl-line.el (hl-line-overlay): Make it permanent-local.
21185         * calendar/todo-mode.el: Replaced with a working version, based on
21186         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
21188 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
21190         * paths.el (prune-directory-list): New function.
21191         (Info-default-directory-list): Rewritten to more methodically
21192         enumerate a big list of possible info directories (based on the
21193         list used by the standalone info reader).
21195         * info.el (info-initialize): Use prune-directory-list to remove
21196         non-existent directories from Info-directory-list.
21198         * paths.el (Info-default-directory-list): Try a list of possible
21199         info-directories instead of a single one.  Add the possible
21200         info directory "/usr/share/info".
21202         * woman.el (woman-man.conf-path): Explicitly include the debian
21203         man-db config file "/etc/manpath.config".
21204         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
21205         are present in `manpath.config'.
21206         (woman-manpath): Include "/usr/share/man".
21208 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
21210         * frame.el (blink-cursor-mode): Don't hide cursor initially.
21212         * startup.el (command-line): Initialize blink-cursor based
21213         on window-system.
21215         * frame.el (blink-cursor): Default to nil if not running under
21216         a window-system.
21218         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
21219         (face-x-resources): Remove duplicate entry for :font.
21221         * textmodes/refer.el (refer-find-entry-internal): Use some-window
21222         instead of cycling through windows with next-window.
21224         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
21225         of cycling through windows with next-window.
21227         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
21228         of cycling through windows with next-window.
21230         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
21231         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
21232         instead of cycling through windows with next-window.
21234         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
21235         instead of cycling through windows with next-window.
21237         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
21238         of cycling through windows with next-window.
21240         * terminal.el (te-process-output): Use walk-windows instead of
21241         cycling through windows with next-window.
21243         * server.el (server-switch-buffer): Use some-window instead of
21244         cycling through windows with next-window.
21246         * window.el (some-window): New function.
21247         (walk-windows): Remove reference to walk-windows-start.
21249         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
21251 2000-07-03  Richard Stallman  <rms@gnu.org>
21253         * window.el (walk-windows): Guarantee termination by keeping a list
21254         of all the windows already handled.
21256 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
21258         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
21259         window-system.
21261         * man.el (Man-notify-when-ready): Don't use window-system.  If
21262         Man-notify-method is newframe, and the display is not
21263         multi-frame, select the frame created for the man page.
21264         (Man-init-defvars): Doc fix.
21266 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
21268         * faces.el (region): Change background color for light background.
21270         * ediff-wind.el (ediff-setup-control-frame): Remove :box
21271         attribute from mode-line face of Ediff control frame.
21273         * replace.el (query-replace-map): Bind `e' like `E'.
21275 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
21277         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
21278         Change name to "Select All".
21280         * dos-fns.el (convert-standard-filename): Fix last change.
21282 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
21284         * help.el (describe-variable): Don't insert a second `'s' in front
21285         of the string `value is shown below'.  Since the syntax-table is
21286         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
21287         an existing `'s', so that this won't be deleted.
21289         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
21290         * pcmpl-unix.el: New files.
21292 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
21294         * wid-edit.el (widget-member): Use the new plist-member.
21296 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
21298         * replace.el (perform-replace): Undo change of 2000-04-04.
21299         Instead, move backward 1 character at the end of the loop when
21300         necessary.
21302         * faces.el (fringe): Change face for different backgrounds.
21304         * eshell/esh-module.el (toplevel): Load defgroup's differently;
21305         patch from John.
21307         * eshell/*.el: Change spelling of the Free Software Foundation.
21309         * eshell/esh-toggle.el: Removed.
21311         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
21313         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
21314         interactively.
21316 2000-06-26  Alex Schroeder  <alex@gnu.org>
21318         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
21319         `define-key'; instead of checking `(emacs-version)' check for
21320         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
21321         for `;' and `o' which might be electric.
21323         (sql-electric-stuff): New user option.
21324         (sql-magic-go): New function which uses `sql-electric-stuff'.
21325         (sql-magic-semicolon): New function which uses
21326         `sql-electric-stuff'.
21328         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
21329         is not fboundp.
21331         (sql-oracle-options): New variable.
21332         (sql-oracle): Use it.
21334         (sql-imenu-generic-expression): Doc change.
21335         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
21336         is used.
21338         (sql-informix): Added command line parameter "-" to force
21339         sql-informix-program to use stdout.
21341 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
21343         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
21344         (cp864-decode-table): Doc fix.
21345         (cp720-decode-table): New variable, supports the Arabic OEM
21346         codepage used by Windows.
21347         (cp737-decode-table): New, Greek OEM codepage used by Windows.
21349 2000-06-23  Dave Love  <fx@gnu.org>
21351         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
21352         (font-lock-fontify-anchored-keywords): Use
21353         line-beginning-position.
21354         (global-font-lock-mode): Use mapc.
21356 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
21358         * eshell/esh-module.el: Require CL when compiling.
21360 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
21362         * comint.el (comint-substitute-in-file-name): Call replace-match
21363         with second and third arg t.
21365         * cus-edit.el (custom-button-face, custom-button-pressed-face):
21366         Specify foreground color.
21368         * faces.el (tool-bar, mode-line, header-line): Specify foreground
21369         color.
21371         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
21373         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
21374         cddr instead of cdddr.
21376         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
21377         instead of copy-list.
21379         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
21380         of copy-list.
21382         * subdirs.el: Add eshell subdirectory.
21384         * eshell: New subdirectory containing the Eshell package.
21386         * pcomplete.el: New file.
21388 2000-06-23  Paul Eggert  <eggert@twinsun.com>
21390         * mail/mailpost.el (post-mail-send-it): Make sure file has
21391         proper permissions from birth.
21393         * files.el (basic-save-buffer-2): When temporarily setting
21394         file modes, set them to current modes plus 0200, not to 0777.
21396         * emerge.el (emerge-make-temp-file): Make sure file has proper
21397         permissions from birth.
21399 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
21401         * files.el (make-backup-file-name-1): On DOS/Windows, run the
21402         backup file name through convert-standard-filename.
21404         * dos-fns.el (convert-standard-filename): Convert leading
21405         directories as well.  When long file names are supported, convert
21406         characters that are invalid in Windows file names.
21408 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
21410         * ps-print.el: Fix bug: if ^L is the very first buffer character,
21411         ps-print crashes.  New feature: page selection for printing.  Create
21412         raw-text-unix coding system for XEmacs.  Doc fix.
21413         (ps-print-version): New version number (5.2.3).
21414         (ps-plot-region): Bug fix.
21415         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
21416         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
21417         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
21418         funs.
21419         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
21420         (ps-last-page): New vars.
21422 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
21424         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
21425         empty option string.
21427 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
21429         * man.el (man): Doc fix.
21431 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
21433         * international/mule-cmds.el (set-language-info-alist): Docstring
21434         fixed.
21436 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
21438         * version.el (emacs-version): Use ISO date format.
21440         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
21441         instead of `M-backspace'.
21443         * simple.el (turn-off-auto-fill): New function.
21445 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
21447         * jit-lock.el (with-buffer-prepared-for-jit-lock):
21448         Renamed from with-buffer-prepared-for-font-lock and use
21449         inhibit-modification-hooks rather than setting *-change-functions.
21450         Update all functions to use the new name.
21451         (jit-lock-first-unfontify-pos): New semantics (and doc).
21452         (jit-lock-mode): Make non-interactive.
21453         Don't automatically turn on font-lock.
21454         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
21455         Always use jit-lock-after-change.
21456         Remove and restore font-lock-after-change-function.
21457         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
21458         (jit-lock-after-unfontify-buffer): Remove.
21459         (jit-lock-stealth-fontify):
21460         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
21461         (jit-lock-after-change): Set the `fontified' text-prop to nil.
21463 2000-06-20  Sam Steingold  <sds@gnu.org>
21465         * emacs-lisp/cl-indent.el (toplevel): Indent
21466         `print-unreadable-object' properly.  Untabify.
21468 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
21470         * textmodes/reftex.el (reftex-find-citation-regexp-format):
21471         Support for bibentry.
21472         (reftex-compile-variables): Fixed problem with end of section-re.
21474         * texmodes/reftex-dcr.el (reftex-view-crossref,
21475         reftex-view-crossref-from-bibtex):
21476         Deal with changed `reftex-find-citation-regexp-format'.
21477         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
21478         Replaced `remprop' with `put'.
21479         (reftex-view-crossref, reftex-view-crossref-when-idle):
21480         Support for bibentry.
21482         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21483         New entry for bibentry package.
21485         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
21486         Regexp also matches "\nobibliography".
21488         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
21489         Call `reftex-ensure-write-access' before doing anything.
21490         (reftex-ensure-write-access): New function.
21492 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
21494         * progmodes/idlwave.el: File re-installed (update to version 4.2)
21496         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
21498         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
21500         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
21503 2000-06-20  Dave Love  <fx@gnu.org>
21505         * faces.el (frame-background-mode): Use set-default, not set, in
21506         setter.
21507         (frame-update-faces, frame-update-face-colors): Define with
21508         defalias.
21510         * enriched.el (enriched-decode-foreground)
21511         (enriched-decode-background): Don't use internal-find-face.
21513         * apropos.el: Doc fixes.
21515         * cus-edit.el (customize-changed-options): Check arg.
21516         (customize-version-lessp): Don't require decimal point.
21518         * custom.el (defcustom, defgroup): Doc fix.
21520         * newcomment.el (comment) <defgroup>: Add :version.
21521         (comment-multi-line): Doc fix.
21523         * emulation/mlsupport.el (define-hooked-local-abbrev,
21524         define-hooked-global-abbrev): Fix, using define-abbrev.
21526 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
21528         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
21529         the whole buffer.
21531 2000-06-19  Dave Love  <fx@gnu.org>
21533         * menu-bar.el (menu-bar-options-save): New function.
21534         (menu-bar-options-menu): Use it.
21535         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
21536         Simplify.
21538 2000-06-19  Andreas Schwab  <schwab@suse.de>
21540         * progmodes/etags.el (tags-query-replace): Put new parameters
21541         START and END at the end, for backward compatibility.
21543 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
21545         * international/codepage.el:
21546         (cp-coding-system-for-codepage-1): Delete special codes for
21547         generating xxx-dos coding system because now a CCL based coding
21548         system can handle EOL conversion by default.
21550         * international/mule.el (make-coding-system): Generate subsidiary
21551         coding systems for EOL handling variants even for a CCL based
21552         coding system.
21554 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
21556         * international/isearch-x.el (isearch-minibuffer-input-method)
21557         (isearch-minibuffer-input-method-function): These variables
21558         deleted.
21559         (isearch-with-input-method): Don't use the above variables.
21560         (isearch-process-search-multibyte-characters): Likewise.  Call
21561         read-string with the arg INHERIT-INPUT-METHOD t.
21563 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
21565         * font-lock.el (font-lock-after-fontify-buffer)
21566         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
21568         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
21569         Use consistent make-local-variable style for font-lock-fontified.
21570         (jit-lock-fontify-buffer):
21571         Don't bother checking for font-lock-mode and jit-lock-mode.
21573         * time.el: Remove trailing ^M that prevent CVS-merging.
21575 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
21577         * Makefile.in (distclean): New target.
21579 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
21581         * Makefile.in (srcdir): Define for update-subdirs.
21583 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
21585         * find-lisp.el: New file.
21587 2000-06-16  Andrew Innes  <andrewi@gnu.org>
21589         * time.el (display-time-mail-function): New variable, to allow
21590         external packages to indicate when new mail is available.
21591         (display-time-update): Use it.
21593 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
21595         * international/mule.el (mule-version): Change version name to
21596         SAKAKI.  AOI has already been used by Meadow.
21598         * international/quail.el (quail-show-guidance-buf): To find the
21599         bottom window (but minibuffer), pay attention to the height of
21600         minibuffer.
21602 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
21604         * arc-mode.el (archive-mode-map): Use the new menu-item format for
21605         menu-bar menus.  Add help strings.  Don't remove the Edit menu
21606         from the menu bar, as the menu bar has enough space now.
21608         * Makefile.in (SHELL): Make sure /bin/sh is used.
21610         * woman.el (woman-man-buffer): Fix bold and underlined CJK
21611         characters, which use series of two ^H characters instead of one.
21613 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
21615         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
21616         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
21617         functions.
21618         (Info-find-node-2): Try a case-sensitive search first, then
21619         do a case-insensitive search.
21621         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
21622         tutorials.
21624         * complete.el (PC-env-vars-alist): New variable.
21625         (PC-complete-as-file-name): New function.
21626         (partial-completion-mode): Initialize PC-env-vars-alist from
21627         process-environment.
21628         (PC-do-completion): Handle completion of env vars.
21630         * info.el (Info-set-mode-line): Show file name in mode line,
21631         use `*Info*' instead of `Info:'.
21633         * startup.el (command-line-1): Change copyright messages to year
21634         2000.
21636 2000-06-15  Dave Love  <fx@gnu.org>
21638         * net/goto-addr.el (goto-address-fontify): Use keymap property,
21639         not local-map.
21641 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
21643         * international/mule.el (set-buffer-file-coding-system): Almost
21644         rewritten to handle `undecided' as no-op.
21646 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
21648         * Makefile.in: New file.
21650         * Makefile: Removed.
21652         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
21653         (goto-address-highlight-keymap): Bind C-c RET.
21655 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
21657         * mail/sendmail.el (sendmail-send-it): The temporary buffer
21658         inherits buffer-file-coding-system of the current buffer.
21660         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
21661         0.  Give correct argument to set-auto-coding-function.
21662         (tar-expunge): For goto-char, use (point-min), not 0.
21663         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
21664         (tar-subfile-save-buffer): Likewize.
21666         * international/mule.el
21667         (after-insert-file-set-buffer-file-coding-system): Call
21668         set-buffer-file-coding-system with the arg FORCE t.
21670 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
21672         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
21673         nil.  Contemporary sendmails issue an X-Authentication-Warning if
21674         the sender is set with `-f'.
21676 2000-06-13  Dave Love  <fx@gnu.org>
21678         * help.el (describe-function-1): Kluge around cases of functions
21679         fset to subrs whose doc doesn't match their symbol-name.
21681         * image.el (insert-image): Default STRING to a space.
21683         * info.el Doc fixes.
21684         (Info-build-node-completions): Match Ref tags.
21686 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
21688         * frame.el (display-multi-frame-p, display-multi-font-p): New
21689         defaliases for display-graphic-p.
21691         * hl-line.el: Fixed a typo in commentary.
21693 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
21695         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
21696         fixed.
21698 2000-06-12  Dave Love  <fx@gnu.org>
21700         * image.el (insert-image): Save a little consing.
21702 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
21704         * language/tibet-util.el: Convert all tibetan-1-column characters
21705         to the corresponding tibetan characters.
21706         (tibetan-add-components): Delete code for the special treatment of
21707         'a chung.
21709         * language/tibetan.el (tibetan-composable-pattern): Fix previous
21710         change.
21711         (tibetan-vowel-transcription-alist): More rules added.
21712         (tibetan-composite-vowel-alist): New variable.
21713         (tibetan-precomposition-rule-alist): More rules added.
21715 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
21717         * startup.el (command-line): Only call menu-bar-mode if interactive.
21719         * thingatpt.el (toplevel symbol-properties):
21720         * textmodes/makeinfo.el (makeinfo-compile):
21721         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
21722         * progmodes/hideif.el (hif-compress-define-list)
21723         (hide-ifdef-use-define-alist):
21724         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
21725         (ange-ftp-vms-add-file-entry):
21726         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
21727         * man.el (Man-build-man-command):
21728         * mail/rnewspost.el (news-reply-header-hook):
21729         * info.el (Info-insert-dir):
21730         * emulation/mlconvert.el (backward-word, forward-word, setq):
21731         * emacs-lisp/gulp.el (gulp-send-requests):
21732         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
21733         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
21734         (byte-optimize-apply, end of file):
21735         * emacs-lisp/advice.el (ad-advice-class-completion-table)
21736         (ad-make-freeze-definition):
21737         * startup.el (command-line, command-line-1): Don't quote lambdas.
21739         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
21740         (cvs-cleanup-removed): New function.
21741         (cvs-cleanup-functions): New var.
21742         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
21743         some flexibility in specifying additional entries to auto-cleanup.
21744         (cvs-quickdir): New function.
21745         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
21746         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
21747         (cvs-mode-find-file): Check that we are on a filename or dirname
21748         when invoked through a mouse-click.
21749         (cvs-full-path): Remove.
21750         (cvs-dired-action): Re-introduced.
21751         (cvs-dired-noselect): Use it.
21752         (vc-post-command-functions): use this new hook if available.
21754         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
21755         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
21756         (cvs-filename-map, cvs-dirname-map): Remove.
21757         (cvs-default-action): Remove.
21758         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
21759         if the arg is really a keymap.
21760         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
21761         Don't hardcode the mapping from state (aka type) to face, but check
21762         the var cvs-fi-<type>-face instead.
21763         (cvs-fileinfo-from-entries): New function.
21765         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
21766         Docstring fix.
21767         (cvs-find-file-and-jump): Change default to be safer.
21768         (cvs-mode-diff-map): Define it as a function as well.
21769         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
21770         Bind mouse-2 in this global map rather than with text-properties.
21772         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
21773         file to resolve the ambiguity between C(conflict) and C(need-merge).
21775 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
21777         * international/mule.el (set-buffer-file-coding-system): If
21778         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
21779         unconditionally.
21781 2000-06-12  Dave Love  <fx@gnu.org>
21783         * wid-edit.el (widget-specify-button): Really suppress the face if
21784         required.
21786 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
21788         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
21790 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
21792         * imenu.el (imenu-generic-expression): Docstring fix.
21794         * composite.el (composition-function-table): Move the `put'
21795         below the autoload cookie so we can load the file before loaddefs.
21797         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
21799         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
21800         Handle easy-mmode-define-global-mode.
21801         For complex macros like define-minor-mode that can generate
21802         several autoload entries, try to autoload entries in the
21803         macroexpanded code.
21805         * emacs-lisp/easy-mmode.el (define-minor-mode):
21806         If KEYMAP is a symbol, just use it.
21807         Use byte-compile-current-file and load-file-name to infer the
21808         proper :require to pass to defcustom.
21809         Wrap the hook var into `progn' so as not to autoload it.
21810         Add a :autoload-end cookie.
21811         Be more careful about the evaluation of KEYMAP.
21812         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
21813         (define-derived-mode): Move define-abbrev-table outside of defvar.
21815 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
21817         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
21818         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
21819         (backup-compiled-files): Ignore errors during `tar'.
21820         (bootstrap): Make autoloads before elc files.
21822 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
21824         * international/mule.el (set-buffer-file-coding-system): If one of
21825         undecided-XXX is specified, change only EOL conversion.
21827         * international/mule-conf.el (unix): New alias for the coding
21828         system undecided-unix.
21830 2000-06-09  Dave Love  <fx@gnu.org>
21832         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
21834         * progmodes/executable.el: Byte compile dynamic.
21835         (executable-insert): Change custom type.
21836         (executable-find): Add autoload cookie.
21837         (executable-make-buffer-file-executable-if-script-p): New
21838         function.  After Noah Friedman.
21840         * files.el (after-save-hook): Customize, with
21841         executable-make-buffer-file-executable-if-script-p as an option.
21843 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
21845         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
21846         "tib24p-mule.bdf" for Tibetan.
21848         * composite.el (decompose-composite-char): Declare it as obsolete.
21850         * man.el (Man-fontify-manpage): Pay attention to underline and
21851         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
21853 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
21855         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
21856         Set maintainer to FSF since author isn't reachable.
21858 2000-06-08  Dave Love  <fx@gnu.org>
21860         * international/mule-cmds.el (select-safe-coding-system): If
21861         DEFAULT-CODING-SYSTEM is not specified, also check the most
21862         preferred coding-system if buffer-file-coding-system is
21863         `undecided'.  From Handa.
21865 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
21867         * international/mule.el
21868         (after-insert-file-set-buffer-file-coding-system): If the buffer
21869         size is greater than INSERTED, judget that we are not visiting.
21871 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
21873         * whitespace.el (defgroup whitespace): Comment out `:version'.
21874         XEmacs 20.4 has problems defining the group with this present.
21875         We'll have this commented out till get resolve the problem.
21877 2000-06-07  John Wiegley  <johnw@gnu.org>
21879         * align.el (align-dq-string-modes, align-sq-string-modes)
21880         (align-open-comment-modes): Add pyhton-mode.
21881         (align-rules-list): Use get-text-property instead of
21882         text-properties-at.
21883         (align-rules-list): Add python-assignment.
21884         (align-rules-list): Change perl-comma-delimiter to
21885         basic-comma-delimiter.  Use if for Perl modes and python-mode.
21886         (align-rules-list): Add python-chain-logic and
21887         basic-line-continuation.
21889 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
21891         * apropos.el (apropos-mode-hook): New user variable.
21892         (apropos-mode): Run apropos-mode-hook.
21894 2000-06-07  David Ponce  <david@dponce.com>
21896         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
21897         commands.  Require `wid-edit' at run-time.
21899 2000-06-07  David Ponce  <david@dponce.com>
21901         * recentf.el: Added some "Commentary".
21902         (recentf-open-more-files, recentf-edit-list): Minor changes to
21903         move the point at the top of the file list.  This behaviour is
21904         consistent with the menu one when the list contains a lot of
21905         files.
21906         (recentf-cleanup): Now displays the number of items removed from
21907         the list.
21908         (recentf-relative-filter) New menu filter to show filenames
21909         relative to `default-directory'.
21911 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
21913         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
21914         with/without giving an error if PostScript printer doesn't have this
21915         kind of page size.  Zebra Stripe continues or restarts on next page.
21916         Manual/automatic paper feeding.  Switch or not the header.
21917         (ps-print-version): New version number (5.2.2).
21918         (ps-windows-system): Include emx as a Windows system.
21919         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
21920         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
21921         (ps-background-text): Code fix.
21922         (ps-error-handler-message, ps-user-defined-prologue)
21923         (ps-print-prologue-header, ps-printer-name)
21924         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
21925         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
21926         (ps-use-face-background): Customization fix.
21927         (ps-n-up-database): Data fix.
21928         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
21929         (ps-switch-header): New vars.
21930         (ps-xemacs-color-name, ps-face-foreground-name)
21931         (ps-face-background-name, ps-boolean-constant): New funs.
21933 2000-06-07  Dave Love  <fx@gnu.org>
21935         * allout.el: New version from Manheimer.
21937 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
21939         * textmodes/fill.el (fill-find-break-point): Check the validity of
21940         charset.
21942 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
21944         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
21945         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
21946         Call display-color-p and display-mouse-p instead of looking at
21947         window-system.
21949 2000-06-06  Dave Love  <fx@gnu.org>
21951         * image.el (find-image): Doc fix.  Return nil if image not found.
21952         (put-image, insert-image): Make STRING arg optional.
21954 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
21956         * language/vietnamese.el: Remove eval-when-compile.
21957         (viet-viscii-nonascii-translation-table): Define it as a
21958         translation table made from viet-viscii-decode-table.
21959         (viet-viscii-encode-table): Define it as a translation table made
21960         from the reverse map of above.
21961         (viet-vscii-nonascii-translation-table): Define it as a
21962         translation table made from viet-vscii-decode-table.
21963         (viet-vscii-encode-table): Define it as a translation table made
21964         from the reverse map of above.
21965         (ccl-decode-viscii): Use translate-character.
21966         (ccl-encode-viscii, ccl-encode-viscii-font)
21967         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
21968         Likewize.
21970         * language/cyrillic.el: Remove eval-when-compile.
21971         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
21972         translation table made from cyrillic-koi8-r-decode-table.
21973         (cyrillic-koi8-r-encode-table): Define it as a translation table
21974         made from the reverse map of above.
21975         (ccl-decode-koi8): Use translate-character.
21976         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
21977         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
21978         a translation table made from cyrillic-alternativnyj-decode-table.
21979         (cyrillic-alternativnyj-encode-table): Define it as a translation
21980         table made from the reverse map of above.
21981         (ccl-decode-alternativnyj): Use translate-character.
21982         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
21983         Likewize
21985         * international/mule-diag.el (non-iso-charset-alist): Specify
21986         translation table symbol instead of translation table itself.
21987         (list-block-of-chars): CHARSET may be a translation table symbol.
21989         * international/mule.el (make-coding-system): If CODING-SYSTEM
21990         already exists, override it.
21992         * international/fontset.el: Use family `proportional' for Tibetan
21993         fonts.
21995         * international/ccl.el (ccl-compile-translate-character): Don't
21996         check if Rrr has property translation-table.
21997         (ccl-compile-map-multiple): Modified to avoid compiler warning.
21999 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
22001         * info.el: Bind case-fold-search to t when searching in case
22002         a user sets it to nil in a hook.
22004 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
22006         * autoarg.el (autoarg-mode, autoarg-kp-mode):
22007         * hl-line.el (hl-line-mode): Use the new :global key argument.
22009         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
22010         (tar-clip-time-string): Prepend a space.
22011         (tar-grind-file-mode): Construct a string rather than modifying one.
22012         (tar-header-block-summarize): Fix docstring.
22013         Use `format' rather than an error-prone set of copy-loops.
22015         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
22016         (diff-goto-source, diff-unified->context, diff-context->unified)
22017         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
22018         understand the format output by the `-p' argument to diff.
22020         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
22021         (sh-re-done): Use defconst.
22022         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
22023         (sh-help-string-for-variable, sh-guess-basic-offset):
22024         Don't quote lambdas.
22025         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
22026         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
22028         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
22029         (mh-letter-mode): Derive from text-mode.
22030         This implicitly means that it now calls kill-all-local-variables.
22031         Also remove the Emacs-18 compatibility code.
22033         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
22034         Make use of symbol-property doc-string-elt.
22035         Use memq rather than a sequence of eq.
22036         (doc-string-elt): Fix the wrong or missing previously unused values.
22037         (autoload-print-form): New function extracted from
22038         generate-file-autoloads to allow recursion when handling progn
22039         so that defvar's and defun's docstrings are properly printed.
22040         (generate-file-autoloads): Use it.
22042         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
22043         Use find-file-hooks in the minor-mode function.
22044         Be careful not to loop indefinitely in the post-command-hook function.
22046 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
22048         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
22049         tty's.
22050         * ediff-diff.el (ediff-exec-process): Use --binary for fine
22051         differences whenever appropriate.
22052         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
22053         * viper.el (find-file, find-file-other-window): Get viper to do
22054         wildcards.
22056 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
22058         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
22059         (jit-lock-fontify-buffer): New function for JIT refontification.
22060         (jit-lock-mode): Fix docstring.
22061         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
22062         Remove jit-lock-after-change from the _local_ hook.
22063         (jit-lock-function-1): Fix docstring.
22065         * info.el (Info-on-current-buffer): Initialize info.
22067         * newcomment.el (comment-indent): Ignore comment-indent-hook.
22069         * progmodes/tcl.el (tcl-indent-for-comment):
22070         Ignore comment-indent-hook.
22072         * emacs-lisp/easy-mmode.el: Require CL during compilation.
22073         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
22074         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
22075         and improve to use the lighter to guess the capitalization.
22076         (define-minor-mode): Inline code from easy-mmode-define-toggle.
22077         Add keyword arguments to specify global-ness or the custom group.
22078         Add local-map and help-echo properties to the lighter.
22079         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
22080         (easy-mmode-define-global-mode): New macro.
22082 2000-06-02  Dave Love  <fx@gnu.org>
22084         * wid-edit.el: byte-compile-dynamic since we typically don't use
22085         all the widgets.  Don't require cl or widget.  Remove
22086         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
22087         (widget-read-event): Removed.  Callers changed to use read-event.
22088         (widget-button-release-event-p): Renamed from
22089         button-release-event-p.
22090         (widget-field-add-space, widget-field-use-before-change):
22091         Uncustomize.
22092         (widget-specify-field): Use keymap property, not local-map.
22093         (widget-specify-button): Obey :suppress-face.
22094         (widget-specify-insert): Use modern backquote syntax.
22095         (widget-image-directory): Renamed from widget-glyph-directory.
22096         (widget-image-enable): Renamed from widget-glyph-enable.
22097         (widget-image-find): Replaces widget-glyph-find.
22098         (widget-button-pressed-face): Move defvar.
22099         (widget-image-insert): Replaces widget-glyph-insert.
22100         (widget-convert): Use keywordp.
22101         (widget-leave-text, widget-children-value-delete): Use mapc.
22102         (widget-keymap): Remove XEmacs stuff.
22103         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
22104         (widget-button-click): Don't set point at the click, but re-centre
22105         if we scroll out of window.  Rewritten for images v. glyphs &c.
22106         (widget-tabable-at): Use POS arg, not point.
22107         (widget-beginning-of-line, widget-end-of-line)
22108         (widget-item-value-create, widget-sublist, widget-princ-to-string)
22109         (widget-sexp-prompt-value, widget-echo-help): Simplify.
22110         (widget-default-create): Use widget-image-insert; some rewriting.
22111         (widget-visibility-value-create)
22112         (widget-push-button-value-create, widget-toggle-value-create): Use
22113         widget-image-insert.
22114         (checkbox): Create on and off images dynamically.
22115         (documentation-link): Change :help-echo.
22116         (widget-documentation-link-echo-help): Remove.
22118 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
22120         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
22122         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
22123         (easy-mmode-define-toggle, define-minor-mode): Use it.
22124         (easy-mmode-define-keymap): Docstring fix.
22125         (define-derived-mode): Default PARENT to fundamental-mode.
22126         Add the derived-mode-parent symbol-property.
22127         (easy-mmode-derived-mode-p): New function.
22129 2000-06-02  Dave Love  <fx@gnu.org>
22131         * files.el (convert-standard-filename): Doc fix.
22132         (normal-backup-enable-predicate): New function.
22133         (backup-enable-predicate): Use it to replace the lambda form.
22135         * calendar/todo-mode.el: [This needs more work on the outline
22136         stuff.]  Doc fixes.
22137         (todo) <defgroup>: Add :version.
22138         (todo-add-category): Don't use pushnew.
22139         (todo-cmd-raise): Fix typo.
22140         (todo-top-priorities): Change temp buffer name.
22141         (todo-category-alist): Avoid redundant lambda.
22142         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
22143         Use outline-next-heading.
22145         * autoarg.el: Rewritten to use define-minor-mode.
22146         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
22147         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
22149 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
22151         * isearch.el (isearch-other-meta-char): Fix previous change.
22153 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
22155         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
22156         (log-edit-done): Only add the comment to the ring if it's different
22157         from the last comment entered.
22159         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
22161 2000-06-01  Dave Love  <fx@gnu.org>
22163         * hl-line.el: Rewritten using define-minor-mode.
22165         * help.el (describe-function-1): Distinguish special form from
22166         builtin function.  Sanity-check presence of arglist for builtins.
22168 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
22170         * international/characters.el: Fix syntax/category setting of
22171         Tibetan characters.
22173         * language/tibet-util.el (tibetan-add-components): Fixes for new
22174         encoding of Tibetan characters.
22175         (tibetan-decompose-precomposition-alist): New variable.
22176         (tibetan-decompose-region): Convert precomposed characters to
22177         non-precomposed characters.
22178         (tibetan-decompose-string): Likewise.
22179         (tibetan-composition-function): Fix args to
22180         thibetan-compose-string.
22182         * language/tibetan.el (tibetan-composable-pattern): More
22183         characters included.
22184         (tibetan-consonant-transcription-alist): Rule for "R" added.
22185         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
22186         "+R" added.
22187         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
22189         * language/lao-util.el (lao-composition-function): Fix args to
22190         compose-string.
22192         * language/thai-util.el (thai-composition-function): Fix args to
22193         compose-string.
22195         * isearch.el (isearch-update): Set disable-point-adjustment to t
22196         to prevent the point moving to the end of a composition when a
22197         part of a composition is searched.
22198         (isearch-other-meta-char): If the key invoking this command can be
22199         mapped by function-key-map to a printing char, call
22200         isearch-process-search-char directly.
22202 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
22204         * emacs-lisp/bytecomp.el:
22205         * frame.el:
22206         * international/mule-cmds.el:
22207         * international/mule-util.el:
22208         * international/mule.el:
22209         * mouse.el:
22210         * subr.el:
22211         * faces.el: Update calls to make-obsolete with a WHEN argument.
22213         * byte-run.el (make-obsolete, make-obsolete-variable):
22214         Add an optional WHEN argument and change the format of the
22215         symbol-property information.
22216         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
22217         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
22218         new obsolete-symbol-property format and print WHEN if it is provided.
22220 2000-05-31  Dave Love  <fx@gnu.org>
22222         * loadhist.el (loadhist-hook-functions): Remove
22223         before-change-function, after-change-function.
22224         (unload-feature): Deal with symbols which are both bound and
22225         fbound.
22227         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
22228         before-change-function, after-change-function.
22230         * simple.el (newline): Don't bind before-change-function,
22231         after-change-function.
22233 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
22235         * whitespace.el (whitespace-rescan-timer-time): Update interval
22236         set to 600 seconds (10 minutes) instead of 60 seconds since
22237         a large number of whitespace buffers causes emacs to `freeze'
22238         for a considerable amount of time.
22240         * whitespace.el: Updated email address
22242 2000-05-31  Dave Love  <fx@gnu.org>
22244         * add-log.el (change-log-font-lock-keywords) <function>: Add
22245         pattern for function of change.
22246         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
22247         acknowledgements patterns.
22249 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
22251         * isearch.el (isearch-printing-char): If keyboard coding system is
22252         being used, call isearch-process-search-multibyte-characters.
22254         * international/isearch-x.el: Mostly rewritten.
22256         * international/quail.el (quail-start-conversion): Don't include
22257         unhandled events in the returned events, but set them in
22258         unread-command-events.  Exit if all inputs are deleted.
22260 2000-05-30  Jason Rumney  <jasonr@gnu.org>
22262         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
22264         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
22265         Reenable code to create initial fontsets.
22266         Use set-fontset-font in place of put-charset-property.
22268 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
22270         * progmodes/perl-mode.el (perl-indent-line): When looking for a
22271         label, ensure that the first colon isn't followed by another.
22273         * paths.el (Info-default-directory-list): Doc fix.
22275         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
22276         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
22277         send a query containing USER only, not USER@HOST.
22279         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
22280         and rmail-msgend to compute the restriction at the end, instead of
22281         computing it.
22283 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
22285         * dabbrev.el (dabbrev-expand): Don't display messages in the
22286         echo area if the minibuffer window is active.
22288         * jit-lock.el (jit-lock-mode): Add after change function to
22289         local hook.
22291 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
22293         * antlr-mode.el: New commands: hide/unhide actions,
22294         upcase/downcase literals.
22295         (antlr-tiny-action-length): New user option.
22296         (antlr-hide-actions): New command.  Suggested by
22297         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
22298         (antlr-mode-map): New binding [C-c C-v].
22299         (antlr-mode-menu): New entries.
22300         (antlr-downcase-literals): New command.
22301         (antlr-upcase-literals): Ditto.
22303         * antlr-mode.el: Minor changes: indendation, mode-name.
22304         (antlr-indent-line): Indent cpp directive at column 0.
22305         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
22307         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
22308         (antlr-font-lock-additional-keywords): Workaround for intentional
22309         bug in XEmacs version of font-lock.
22310         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
22311         be used by a smarter version of `buffers-menu-grouping-function'.
22313 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
22315         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
22316         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
22318 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
22320         * international/encoded-kb.el
22321         (encoded-kbd-iso2022-designation-map): Pay attention to that
22322         charset-iso-final-char return -1 for eight-bit-control and
22323         eight-bit-graphic.
22325 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
22327         * speedbar.el (speedbar-use-images, speedbar-update-flag)
22328         (speedbar-easymenu-definition-base): Use display-graphic-p where
22329         available, instead of window-system.
22331 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
22333         * international/codepage.el (cp-coding-system-for-codepage-1): Add
22334         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
22335         coding systems.
22337 2000-05-26  Dave Love  <fx@gnu.org>
22339         * disp-table.el (standard-display-underline): Don't use
22340         internal-find-face.
22342         * mail/reporter.el: Maintainer change.  Doc fixes.
22343         (reporter-version): Deleted.
22345         * emacs-lisp/elp.el: Maintainer change.
22346         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
22348 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
22350         * add-log.el (add-change-log-entry): Merge the current entry with the
22351         previous one if the previous one is empty.
22353 2000-05-26  Dave Love  <fx@gnu.org>
22355         * loadhist.el (unload-feature): Fix interactive spec [from
22356         lijnzaad@ebi.ac.uk].
22358         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
22359         subr-arity to check primitives.
22360         (byte-compile-flush-pending, byte-compile-file-form-progn)
22361         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
22362         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
22363         mapcar.
22365 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
22367         * international/fontset.el: Set family names of non-latin charsets
22368         in default fontset to "*".
22370         * international/mule-diag.el (print-fontset): Combine family part
22371         and registry part of the fontname by "-*-" instead of "-".
22373         * international/mule-cmds.el (encode-coding-char): Make strings
22374         multibyte before calling encode-coding-string.
22376 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
22378         * derived.el: Fix keywords.
22379         (define-derived-mode): Only define if needed.
22381         * simple.el (fill-comment, comment-column, comment-start)
22382         (comment-start-skip, comment-end, comment-indent-function)
22383         (block-comment-start, block-comment-end, indent-for-comment)
22384         (set-comment-column, kill-comment, comment-padding, comment-region)
22385         (comment-multi-line, indent-new-comment-line): Remove.
22387         * bindings.el (esc-map): Change ; to comment-dwim and use the new
22388         function names for comment operations.
22390         * newcomment.el: Add abundant autoload cookies.
22391         (comment-style): Don't depend on runtime data at compile-time.
22392         (comment-indent-hook): Remove.
22393         (comment-indent): Check if comment-indent-hook is bound.
22394         (comment-region): Docstring fix.
22396 2000-05-25  Dave Love  <fx@gnu.org>
22398         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
22399         byte-code-function-p.
22401         * mail/rmailsum.el: Add provide.
22403         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
22405         * smerge-mode.el (smerge-diff-switches): Don't use list* in
22406         defcustom.
22408 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
22410         * ediff-diff.el (ediff-exec-process): delete --binary option from
22411         non-buffer ediff jobs.
22413 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
22415         * hilit-chg.el (highlight-changes-mode): Ask about color or
22416         grayscale support, not about window-system.
22418         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
22419         window-system.
22420         (ffap-highlight): Always default to t.
22422         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
22423         display-popup-menus-p instead of looking at window-system.
22425         * disp-table.el (standard-display-g1, standard-display-graphic):
22426         Only refuse to use string glyphs on X and MS-Windows.
22428         * avoid.el: Remove window-system from commentary, suggest to use
22429         display-*-p instead.
22431         * apropos.el (apropos-print): Use display-mouse-p instead of
22432         window-system.
22434 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
22436         * international/codepage.el (cp-decoding-vector-for-codepage):
22437         Fill up unsupported characters with their own codes.  From Kenichi
22438         Handa.
22440 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
22442         * international/mule-diag.el (describe-char-after): Use
22443         display-graphic-p instead of window-system, so that this function
22444         works on MS-DOS.
22446 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
22448         * international/codepage.el (cp-make-coding-systems-for-codepage):
22449         Remove the eight-bit-graphic and eight-bit-control charsets from
22450         the list of charsets which we convert into `?'.
22452 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
22454         * international/mule-conf.el: Specify CHARSET-ID explicitely for
22455         private charsets.
22456         (mule-unicode-0100-24ff, japanese-jisx0213-1,
22457         japanese-jisx0213-2): New charsets.
22459         * international/fontset.el: Setup default fontset for new charsets.
22461 2000-05-24  Dave Love  <fx@gnu.org>
22463         * info.el (Info-find-node-2): Restructure [following "Vadim
22464         S. Solomin" <sovs@uic.nnov.ru>].
22466         * icomplete.el: Fix header for Finder.
22468 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
22470         * rmailout.el (rmail-output-to-rmail-file): Added optional param
22471         STAY.
22473         * rmail.el (rmail-automatic-folder-directives): New user variable.
22474         (rmail-show-message): Add call to `rmail-auto-file' during
22475         display.
22476         (rmail-auto-file): New function.
22478 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
22480         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
22481         account.
22482         (ediff-test-utility,ediff-diff-mandatory-option)
22483         (ediff-reset-diff-options): Utilities for proper initialization of
22484         ediff-diff-options and ediff-diff3-options on Windows.
22486         * ediff-init.el (ediff-merge-filename-prefix): New customizable
22487         variable.
22489         * ediff-mult.el (ediff-filegroup-action): Use
22490         ediff-merge-filename-prefix.
22492 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
22494         * viper-ex.el (ex-write): Set selective display to nil.
22496 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
22498         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
22499         aliases for hebrew-iso-8bit.
22501 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
22503         * woman.el: New version from Francis J. Wright
22504         <F.J.Wright@Maths.QMW.ac.uk>.
22505         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
22506         names in environment variables regardless of the path separator.
22507         (woman-topic-all-completions-1): Don't call file-name-directory-p
22508         on all files, since woman-file-regexp already filters out any
22509         directories.
22511 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
22513         * international/quail.el (quail-start-translation): Don't change
22514         modified-p of the current buffer.
22515         (quail-start-conversion): Likewise.
22517         * international/kkc.el (kkc-region): Don't change modified-p of
22518         the current buffer.
22520         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
22521         conform to RFC1468.
22522         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
22524 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
22526         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
22527         (speedbar-insert-button): Invisible text property fix.
22528         (speedbar-directory-plus): Renamed from speedbar-directory-+
22529         (speedbar-directory-minus): Renamed from speedbar-directory--
22530         (speedbar-page-plus): Renamed from speedbar-file-+
22531         (speedbar-page-minus): Renamed from speedbar-file--
22532         (speedbar-page): Renamed from speedbar-file-
22533         (speedbar-tag): Renamed from speedbar-tag-
22534         (speedbar-tag-plus): Renamed from speedbar-tag-+
22535         (speedbar-tag-minus): Renamed from speedbar-tag--
22536         (speedbar-expand-image-button-alist): Use above renames.
22538         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
22539         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
22540         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
22541         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
22542         * sb-pg.xpm: Renamed from sb-file.xpm
22543         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
22544         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
22546 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
22548         * international/quail.el (quail-show-guidance-buf): Set
22549         current-input-method of the guidance buffer to the name of the
22550         curren input method.
22552 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
22554         * progmodes/compile.el (compile-internal): Style typo.
22556         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
22557         quote vars and functions in the docstring.
22559         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
22561         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
22562         Don't quote lambdas.
22564         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
22566 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
22568         * startup.el (command-line): Determine source file of compiled
22569         user init file differently.  Warn if compiled user init file
22570         is older than its source file.
22572         * ffap.el (ffap-url-regexp): Add `https'.
22574 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
22576         * files.el (make-backup-file-name-1): Replace slashes with `!'
22577         rather than `|' (which is not allowed on Windows).  Replace the
22578         drive letters with a string "drive_X".
22580 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
22582         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
22584         * files.el (interpreter-mode-alist): Add `bash2'.
22586 2000-05-22  Dave Love  <fx@gnu.org>
22588         * loadhist.el (feature-symbols, file-provides, file-requires): Use
22589         mapc.
22590         (feature-file): Avoid calling symbol-name.  Doc fix.
22591         (file-set-intersect, file-dependents): Use dolist, not mapcar.
22592         (loadhist-hook-functions): Add mouse-position-function.
22593         (unload-feature): Change uses of mapcar.
22595         * files.el (parse-colon-path): Doc fix.
22596         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
22597         (set-auto-mode): Use mapc.
22599         * complete.el (PC-look-for-include-file): Use :alnum: character
22600         class.
22601         (partial-completion-mode): Add autoload cookie.
22603 2000-05-22  Sam Steingold  <sds@gnu.org>
22605         * info.el (Info-fontify-node): Fixed the call to
22606         `add-text-properties' (bug introduced on 2000-05-18).
22608 2000-05-22  Dave Love  <fx@gnu.org>
22610         * bindings.el: Remove debug-ignored-errors set in other files.
22612         * progmodes/etags.el: Add to debug-ignored-errors.
22613         (visit-tags-table-buffer): Clear out buffers holding old tables
22614         when making a new list.
22615         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
22616         mapc.
22618         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
22619         quote keywords.
22620         (cmpl-string-case-type): Use character classes.
22622         * comint.el:
22623         * textmodes/ispell.el:
22624         * imenu.el:
22625         * mail/mh-e.el:
22626         * progmodes/compile.el: Add to debug-ignored-errors.
22628         * dabbrev.el: Add to debug-ignored-errors.
22629         (dabbrev-completion): Use mapc.
22631 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
22633         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
22634         (woman-mapcan, woman-parse-man.conf)
22635         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
22636         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
22637         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
22638         path syntax better.
22639         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
22640         (woman-manpath): Call woman-parse-man.conf.
22641         (woman-emulation): New defcustom, defaults to nroff.
22642         (woman-font-support): New defconst.
22643         (woman-use-symbol-font): New defcustom.
22644         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
22645         "Emulation".
22646         Many functions: Doc fix.
22648 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
22650         * international/quail.el (quail-simple-translation-keymap): Map
22651         128..255 to quail-self-insert-command.
22652         (quail-keyboard-layout-alist): Add definition for "pc102-de".
22654 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
22656         * help.el (help-manyarg-func-alist): Typo.
22658         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
22659         intervals which makes it heaps simpler.
22661         * newcomment.el (comment-region-internal): Go back to BEG after quoting
22662         the nested comment markers.
22664         * subr.el (remove-hook): Don't turn the hook's value into a list.
22666 2000-05-21  Dave Love  <fx@gnu.org>
22668         * edmacro.el (edmacro-parse-keys): Return vector if any elements
22669         are invalid characters.
22671         * international/mule-util.el (detect-coding-with-priority): Use
22672         mapc.  Remove redundant lambda.
22674         * international/mule-diag.el (list-non-iso-charset-chars)
22675         (describe-fontset): Remove redundant lambda.
22677         * emulation/crisp.el (brief-mode): New alias.
22679         * emacs-lisp/ring.el (ring-elements): New function.
22681         * emacs-lisp/easymenu.el (easy-menu-create-menu)
22682         (easy-menu-do-add-item): Use keywordp.
22684         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
22686         * replace.el: Doc and error message fixes.
22687         (replace-highlight): Use facep, not internal-find-face.
22689 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
22691         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
22693         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
22694         (log-edit-insert-changelog): Drop `:' as well.
22696         * log-view.el: Fix file description.
22697         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
22698         available.
22699         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
22700         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
22702         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
22703         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
22704         Print a status message if the toggle is called interactively.
22705         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
22706         for global minor modes and use `defcustom' for them.
22707         Use add-minor-mode.
22708         (easy-mmode-define-derived-mode): Remove.
22709         (define-derived-mode): Fancier default docstring.
22710         (easy-mmode-define-navigation): Signal an error rather than (ding).
22712         * newcomment.el (comment-styles): New `box-multi'.
22713         (comment-normalize-vars): Better default for comment-continue to
22714         avoid whitespace-only continuations.
22715         (comment-search-forward): Always move even in the no-syntax case.
22716         (comment-padright): Only obey N if it's only obeyed for padleft.
22717         (comment-make-extra-lines): Better handling of empty continuations.
22718         Use `=' for the filler if comment-start has only one character.
22719         (uncomment-region): Try handling the special `=' filler.
22720         (comment-region): Allow LINES even if MULTI is nil.
22721         (comment-box): Choose box style based on comment-style.
22723 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
22725         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
22726         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
22728 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
22730         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
22731         and insert, not subst-char-in-region.
22733         * international/mule-diag.el (list-character-sets-1): Handle
22734         charsets eight-bit-control and eight-bit-graphic.
22735         (list-iso-charset-chars): Likewise.
22736         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
22737         charactes as is.  Use indent-to to align characters.
22739         * international/mule-cmds.el (find-multibyte-characters): Never
22740         exclude charsets eight-bit-control and eight-bit-graphic.
22742 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
22744         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
22745         Don't quote lambdas.
22747         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
22749 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
22751         * gud.el (gud-jdb-directories): Doc fix.
22753 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
22755         * newcomment.el: New file.
22757 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
22759         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
22761 2000-05-18  Andreas Schwab  <schwab@suse.de>
22763         * dired.el (dired-between-files): Also skip lines beginning with
22764         `used'.
22766 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
22768         * msb.el (msb-menu-cond): Add choice `user'.
22770 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
22772         * ps-print.el: Compatibility, customization and doc fix.
22773         (ps-printer-name-option): Replace defconst by defvar.
22774         (ps-postscript-code-directory): XEmacs compatibility.
22775         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
22776         fix.
22777         (ps-user-defined-prologue, ps-print-prologue-header)
22778         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
22779         compatibility and code fix.
22780         (ps-print-background-image, ps-print-background-text):
22781         Customization fix.
22782         (ps-line-number-start, ps-n-up-on): New vars.
22784 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
22786         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
22787         the indent-comment function to just return the appropriate indent.
22789 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
22791         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
22792         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
22793         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
22795 2000-05-18  Dave Love  <fx@gnu.org>
22797         * info.el (Info-fontify-node): Add intangible property as well as
22798         invisible.
22800         * calendar/appt.el (appt-make-list): Match all lines of entry.
22801         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
22803 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
22805         * international/mule-diag.el (describe-char-after): Call
22806         internal-char-font, not char-font.  If internal-char-font returns
22807         nil, display "-- none --".
22809 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
22811         * image.el (image-type-available-p): Don't reference image-types
22812         if it isn't bound.
22814 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
22816         * autoarg.el (autoarg-mode): Typo in the :set argument.
22818 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
22820         * startup.el (command-line-1): Don't signal an error if the
22821         directory for auto-save-list files does not yet exist.
22823 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
22825         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
22827 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
22829         * subr.el (remove-hook): `setq' hook-value, not `set'.
22831 2000-05-16  Sam Steingold  <sds@gnu.org>
22833         * info.el (debug-ignored-errors): More errors to ignore.
22835 2000-05-16  Dave Love  <fx@gnu.org>
22837         * cus-edit.el: Don't require cl or easymenu.
22838         (custom-variable-prompt): Test standard-value property, not
22839         user-variable-p.
22841 2000-05-16  Sam Steingold  <sds@gnu.org>
22843         * subr.el (add-hook): `setq' hook-value, not `set'.
22845 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
22847         * startup.el (command-line-1): Mention the FAQ in the startup
22848         message.
22850         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
22852         * progmodes/compile.el (compilation-parse-errors): Collect
22853         `nomessage' regexps last.
22855         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
22857         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
22858         to the function name.
22860 2000-05-15  Dave Love  <fx@gnu.org>
22862         * speedbar.el (speedbar-recenter): Typo.
22863         (speedbar-expand-line): Make arg optional.
22864         (speedbar-mode): Avoid a compiler warning.
22866 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
22868         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
22869         user-specified option string is empty.
22871         * mouse.el (mouse-yank-at-click): Doc fix.
22873 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
22875         * term/internal.el (IT-character-translations): More updates of
22876         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
22877         documents.
22879 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
22881         * env.el (getenv): New function, interactively callable.
22882         (setenv, getenv): Remove autoload cookies.
22884         * loadup.el: Load `env'.
22886         * progmodes/f90.el: Change author's mail address.
22888 2000-05-14  Dave Love  <fx@gnu.org>
22890         * mail/rmail.el (rmail-show-message-hook): Customize and offer
22891         goto-addr as an option.
22893         * help.el (help-xref-stack): Doc fix.
22894         (help-xref-following): New variable.
22895         (help-make-xrefs): Use it.
22896         (help-xref-go-back): Use position information from stack element.
22897         (help-follow): Make position in stack element a pair.  Use
22898         help-xref-following.
22900         * autoarg.el: New file.
22902         * faces.el: Declare more functions obsolete.
22904         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
22905         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
22906         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
22907         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
22908         Remove all the setup-...-environment functions.
22910 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
22912         * speedbar.el: Updated the commentary section.  xemacs20p now uses
22913         >= when detecting.  Require `defimage' safely.
22914         (speedbar-easymenu-definition-base): Add toggle for images.
22915         (speedbar-easymenu-definition-special): Add flush cache & expand.
22916         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
22917         (speedbar-reconfigure-keymaps-hook): New variable.
22918         (speedbar-frame-parameters): Updated documentation.
22919         (speedbar-use-imenu-flag): Updated custom tag
22920         (speedbar-dynamic-tags-function-list): New variable.
22921         (speedbar-tag-hierarchy-method): Updated doc & custom.
22922         (speedbar-indentation-width, speedbar-indentation-width) New
22923         variables.
22924         (speedbar-hide-button-brackets-flag): Customizable.
22925         (speedbar-vc-indicator): Doc update.
22926         (speedbar-ignored-path-expressions): Updated default value.
22927         (speedbar-supported-extension-expressions): Updated default value.
22928         (speedbar-syntax-table): Remove {} paren status.
22929         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
22930         as "+".  Added overlay aliases.
22931         (speedbar-mode): Use `speedbar-mode-line-update' instead of
22932         `force-mode-line-update'.
22933         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
22934         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
22935         `mouse-set-point'
22936         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
22937         (speedbar-item-info-tag-helper): Revamped to handle a wider range
22938         of arbitrary text, and new helper functions.
22939         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
22940         filename finder.
22941         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
22942         (speedbar-directory-buttons): Update path search/expansion.
22943         (speedbar-make-tag-line): Pay attention to
22944         `speedbar-indentation-width'.  Use more care w/ invisible
22945         properties.
22946         (speedbar-change-expand-button-char): Call
22947         `speedbar-insert-image-button-maybe'.
22948         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
22949         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
22950         (speedbar-trim-words-tag-hierarchy)
22951         (speedbar-simple-group-tag-hierarchy): New functions
22952         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
22953         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
22954         functions.
22955         (speedbar-mouse-set-point): New function
22956         (speedbar-power-click): Updated documentation.
22957         (speedbar-line-token, speedbar-goto-this-file): Handle more types
22958         of tag prefix text.
22959         (speedbar-expand-line, speedbar-contract-line): Make more robust
22960         to strange text.
22961         (speedbar-expand-line): Takes universal argument to flush the
22962         cache.
22963         (speedbar-flush-expand-line): New function.
22964         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
22965         Use new generator insertion method.
22966         (speedbar-fetch-dynamic-tags): New function.
22967         (speedbar-fetch-dynamic-imenu): Removed code now handled in
22968         `speedbar-fetch-dynamic-imenu'.
22969         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
22970         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
22971         "Revert Buffer" menu items.
22972         (speedbar-buffer-buttons-engine): Be smarter when creating a
22973         filename tag (for expansion purposes.).
22974         (speedbar-highlight-one-tag-line,
22975         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
22976         (speedbar-recenter): New functions.
22977         (defimage-speedbar): Image loading abstraction.
22978         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
22979         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
22980         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
22981         (speedbar-tag-type, speedbar-tag-mail): New images.
22982         (speedbar-expand-image-button-alist): New variable.
22983         (speedbar-insert-image-button-maybe): Insert an image over some
22984         buttons.
22986 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
22988         * international/mule-cmds.el (encode-coding-char): An ASCII
22989         character is always encodable.
22991         * international/mule-conf.el: Add more information in descriptions
22992         of character sets.
22994         * international/mule-diag.el (describe-char-after): New function.
22995         (describe-font-internal): Adjusted for the change of font-info.
22996         (describe-font): Likewise.
22997         (print-fontset): Rewritten for the new fontset implementation.
22998         (describe-fontset): Include fontset alias names in completion.
22999         (list-fontsets): Adjusted for the change of print-fontset.
23001         * simple.el (what-cursor-position): If DETAIL is non-nil, call
23002         describe-char-after instead of displaying the detail in the echo
23003         area.
23004         (syntax-code-table): Format changed.
23005         (string-to-syntax): Adjusted for the above change.
23007 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
23009         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
23011 2000-05-12  Dave Love  <fx@gnu.org>
23013         * calendar/todo-mode.el: Remove some compatibility stuff and CL
23014         dependence.  Use line-{beginning,end}-position, not
23015         point-at{b,e}ol.  Some doc fixes.
23016         (todo-position): New function.  Fix callers of position to use it.
23017         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
23019 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
23021         * time.el (display-time-mail-icon): Use `:ascent center'.
23023         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
23024         handling FTP security extensions.
23026 2000-05-11  Dave Love  <fx@gnu.org>
23028         * calendar/todo-mode.el: New file.
23030 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
23032         * comint.el (comint-read-input-ring): Move reference to
23033         comint-input-ring-size outside of the save-excursion.  It was
23034         causing the default value to be the only one ever seen.
23036         * font-lock.el: Update copyright.  Remove Simon Marshall's email
23037         address on request from him.
23039         * subr.el (substitute-key-definition): Add comment describing
23040         the meaning of PREFIX.
23042 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
23044         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
23046         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
23047         (add-minor-mode): Don't make the variable buffer-local and add a
23048         reference to define-minor-mode in the docstring.
23050         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
23051         HEADER/FOOTER and fix bug with trailing empty directory.
23052         (cvs-append-to-ignore): Use vc-editable-p if available.
23053         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
23054         (vc-do-command): Tweak advice to handle the new VC.
23056         * log-view.el (log-view-goto-rev): New function for the new VC.
23057         (log-view-minor-wrap): Use mark-active.
23059         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
23060         (log-edit-changelog-full-paragraphs): New var.
23061         (log-edit-insert-changelog): Remove a lonely leading `* file'.
23062         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
23063         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
23064         (log-edit-changelog-ours-p, log-edit-changelog-entries)
23065         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
23066         Replace the `cvs' prefix with `log-edit'.
23068         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
23070         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
23071         (diff-font-lock-defaults): Explicitly turn off multiline.
23072         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
23073         (diff-ediff-patch): Fix call to ediff-patch-file.
23074         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
23075         Handle comments.
23077         * frame.el (automatic-hscrolling): Typo.
23079         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
23081 2000-05-09  Sam Steingold  <sds@goems.com>
23083         * apropos.el (apropos-print): use `describe-face' instead of
23084         `customize-face-other-window'.
23086 2000-05-09  Dave Love  <fx@gnu.org>
23088         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
23090         * help.el (describe-variable): Have customize button pop the
23091         help-xref stack when invoked.
23092         (help-xref-symbol-regexp): Add `face'.
23093         (help-make-xrefs): Check for quoted face names and adapt regexp
23094         submatch numbers to cope.
23095         (help-xref-interned): Maybe insert face doc too.  Separate
23096         sections with a line of hyphens.
23098         * faces.el:  Some doc fixes.  Declare some functions obsolete.
23099         (describe-face): Add customize button.  Return the help
23100         text.  Fix prompt.
23102 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
23104         * term/internal.el (IT-character-translations): Fix last change.
23106 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
23108         * woman.el: New file
23109         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
23111 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
23113         * term/internal.el (IT-character-translations): Update ASCII
23114         simulations for greek-iso8859-7, add latin-iso8859-14 and
23115         latin-iso8859-15.
23117         * international/mule-cmds.el (set-language-info-alist): Call
23118         define-prefix-command with 3 arguments, to make the map suitable
23119         for a menu.
23121 2000-05-07  Dave Love  <fx@gnu.org>
23123         * time.el: Small doc fixes from Pavel Jan\e,Bm\e(Bk ml.
23125 2000-05-05  Dave Love  <fx@gnu.org>
23127         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
23128         list in doc string.  Don't quote keyword symbols.
23129         * emacs-lisp/cl.el: Likewise
23130         * emacs-lisp/cl-seq.el: Likewise
23132 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
23134         * abbrev.el (abbrev-mode): Make ARG optional.
23136 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
23138         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
23140         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
23142         * subr.el (substitute-key-definition): Clarify documentation.
23144 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
23146         * glasses.el (glasses-convert-to-unreadable): Use
23147         `glasses-separator' instead of the hard-wired "_".
23148         (glasses-mode): Call `glasses-make-unreadable' only in a single
23149         place.
23151 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
23153         * term/internal.el (cjk-codepages-alist): Add associations for
23154         Chinese and Korean codepages.  Remove FIXME comment.
23156 2000-05-03  Dave Love  <fx@gnu.org>
23158         * time.el (display-time-mail-face, display-time-use-mail-icon):
23159         New option.
23160         (display-time-mail-icon): New variable.
23161         (display-time-string-forms): Use the above.  Fix the local-map.
23163 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
23165         * replace.el (query-replace-map): Add binding for `E'.
23166         (query-replace-help): Extend help text.
23167         (perform-replace): Allow editing the replacement string.
23169         * make-mode.el (makefile-mode-abbrev-table): New variable.
23170         (makefile-mode): Set local abbrev table to
23171         makefile-mode-abbrev-table.
23172         (makefile-font-lock-keywords): Fontify includes and conditionals.
23174         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
23175         set TOGGLE's value.
23177         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
23178         mail-interactive-insert-alias.
23179         (mail-abbrev-complete-alias): New command.
23180         (mail-mode-map): Bind it to `M-TAB'.
23182 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
23184         * language/lao-util.el (lao-compose-region): New function.
23186 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
23188         * files.el (recover-session): Make directories as necessary
23189         if they don't exist yet.
23191         * calendar/cal-french.el
23192         (french-calendar-multibyte-special-days-array)
23193         (french-calendar-special-days-array): Change French text.
23194         (calendar-french-date-string): Change output.
23195         (calendar-goto-french-date): Likewise.
23197 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
23199         * wid-edit.el (widget-default-active): Obey `:always-active'.
23200         (widget-documentation-string-value-create): Set `:always-active'.
23202 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
23204         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
23205         default prefix to `~/_emacs.d/auto-save.list/_s'.
23206         (normal-top-level): Create the directory for auto-save files, if
23207         it doesn't already exist (in the ms-dos case only).
23209 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
23211         * international/mule-cmds.el (set-language-environment): Don't
23212         concat an integer (dos-codepage), use format instead.
23214 2000-05-02  Dave Love  <fx@gnu.org>
23216         * help.el (help-xref-on-pp): Check for constant symbols.
23218 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
23220         * startup.el (normal-top-level): Put a condition-case around
23221         the code loading subdirs.el.
23223 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
23225         * ps-print.el: Upside-down and face background color printing,
23226         line number step, doc fix.
23227         (ps-print-version): New version number (5.2).
23228         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
23229         (ps-face-attribute-list, ps-plot-with-face): Code fix.
23230         (ps-spool-config): Var fix.
23231         (ps-printer-name-option): Const fix.
23232         (ps-print-upside-down, ps-use-face-background)
23233         (ps-line-number-step): New vars.
23234         (ps-window-system, ps-lp-system): New consts.
23235         (ps-face-background): New fun.
23237 2000-04-28  Richard Stallman  <rms@gnu.org>
23239         * files.el (make-auto-save-file-name):
23240         Apply auto-save-file-name-transforms to visited file name
23241         before generating auto save file name.
23242         (auto-save-file-name-transforms): New variable.
23244         * files.el (backup-enable-predicate):
23245         Correctly test for a file under a temporary directory.
23247 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
23249         * subr.el (add-minor-mode): Rewritten.
23251 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
23253         * mail/sendmail.el (sendmail-send-it): Set
23254         buffer-file-coding-system to the selected coding system for MIME
23255         header.
23257 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
23259         * dired.el (dired-move-to-filename-regexp): Allow format where
23260         YYYY is followed by two spaces.
23262         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
23263         in the second character class of the regexp.
23265         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
23266         mh-etc, too.
23268         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
23269         nil.
23271         * subr.el (add-minor-mode): Use `set' instead of `setq'.
23273         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
23274         argument.
23276 2000-04-27  Sen Nagata <sen@eccosys.com>
23278         * emacs-lisp/crm.el (crm-completion-table): New variable.
23279         (crm-collection-fn, crm-test-completion)
23280         (completing-read-multiple): Use it.
23282 2000-04-27  Dave Love  <fx@gnu.org>
23284         * help.el (locate-library): Use mapc.
23285         (help-manyarg-func-alist): Add call-process-region.
23287 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
23289         * subr.el (add-minor-mode): Make argument MAP optional.
23291         * desktop.el (desktop-save): Save list of minor modes.
23292         (desktop-create-buffer): Restore minor modes.
23293         (desktop-minor-mode-table): New user-option.
23295         * subr.el (add-minor-mode): New function.
23297         * image.el (find-image): New function.
23298         (defimage): Rewritten to find image at load time.
23300         * startup.el (normal-top-level-add-to-load-path): Handle
23301         case that the default directory is not in load-path.
23303         * help.el: Old patch from Stefan Monnier.
23304         (help-xref-on-pp): New function.
23305         (describe-variable): Use it to display xrefs in a symbol's value.
23307 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
23309         * cus-edit.el (custom-face): Fix parenthesis.
23311 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
23313         * mail/rmail.el (rmail-expunge): When there are no deleted
23314         messages, do nothing.
23316 2000-04-26  Dave Love  <fx@gnu.org>
23318         * international/mule-cmds.el (locale-translation-file-name):
23319         Defvar to nil.
23320         (set-locale-environment): Set it here (at runtime).
23322 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
23324         * replace.el (perform-replace): Add parameters START and END.  Use
23325         them instead of the check for a region in Transient Mark mode.
23326         (query-replace-read-args): Return two more list elements for the
23327         start and end of the region in Transient Mark mode.
23328         (query-replace, query-replace-regexp, query-replace-regexp-eval)
23329         (map-query-replace-regexp, replace-string, replace-regexp): Add
23330         optional last arguments START and END and pass them to
23331         perform-replace.
23333         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
23334         form with additional arguments for perform-replace.
23336         * progmodes/etags.el (tags-query-replace): Add parameters START
23337         and END.  Construct a form with additional arguments for
23338         perform-replace.
23340         * simple.el (shell-command): Set default directory for "*Shell
23341         Command Output" buffer.
23343         * language/european.el (iso-latin-4): Fix typo.
23345         * emacs-lisp/crm.el: New file.
23347 2000-04-24  Dave Love  <fx@gnu.org>
23349         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
23350         (Custom-reset-saved, Custom-reset-standard)
23351         (custom-group-value-create, custom-group-set, custom-group-save)
23352         (custom-group-reset-current, custom-group-reset-saved)
23353         (custom-group-reset-standard): Use mapc.
23354         (custom-buffer-create-internal): Disable undo when creating items.
23355         Use mapc.
23356         (custom-face): Avoid redundant lambda.
23358 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
23360         * startup.el (auto-save-list-file-prefix): Set default to
23361         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
23363 2000-04-24  Sam Steingold  <sds@gnu.org>
23365         * time-stamp.el (time-stamp-string-preprocess): Always convert
23366         `field-result' to a string.
23368 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
23370         * frame.el (scrolling): New group.
23371         (automatic-hscrolling): New user-option.
23373         * startup.el (command-line-x-option-alist): Add `-lsp' and
23374         `--line-spacing'.
23376 2000-04-19  Dave Love  <fx@gnu.org>
23378         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
23379         (cl-mapc): Rename from mapc.  Fix the funcall.
23381 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
23383         * simple.el (clone-indirect-buffer-other-window): New command.
23384         (clone-indirect-buffer): Add optional arg NORECROD.
23385         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
23387         * help.el (resize-temp-buffer-window): Use count-screen-lines.
23389         * window.el (count-screen-lines): New function.
23390         (shrink-window-if-larger-than-buffer): Use count-screen-lines
23391         instead of window-buffer-height.
23393         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
23394         non-existing variable comint-input-sentinel.
23395         (inferior-lisp-args-to-list): Removed.
23396         (inferior-lisp): Use split-string instead of
23397         inferior-lisp-args-to-list.
23399         * hexl.el (hexl-insert-hex-string): New command.
23401         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
23402         instead of concat.
23404 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
23406         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
23407         at the start of an existing but empty folder.
23409 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
23411         * ps-mule.el: Customization fix, doc fix.
23412         (ps-multibyte-buffer): Customization fix.
23414 2000-04-17  Richard M. Stallman  <rms@gnu.org>
23416         * subr.el (read-passwd): Use read-char-exclusive.
23418 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
23420         * textmodes/texinfo.el (texinfo-insert-@email)
23421         (texinfo-insert-@emph, texinfo-insert-@quotation)
23422         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
23423         (texinfo-mode-map): Add key bindings for them.
23425         * files.el (basic-save-buffer-2): Use a template with `$'
23426         instead of `#' for VMS.
23428         * simple.el (clone-indirect-buffer): New function.
23430 2000-04-16  Stephen Eglen  <stephen@gnu.org>
23432         * iswitchb.el (iswitchb-case): New function.  If the user input
23433         contains any upper-case characters, the search is made
23434         case-sensitive.
23436 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
23438         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
23439         comment-end.
23440         (texinfo-font-lock-syntactic-keywords): New var.
23441         (texinfo-font-lock-keywords): Remove comment regexp.
23442         (texinfo-insert-block): New function.
23443         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
23444         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
23445         and font-lock-defaults.  Use regexp-opt for outline-regexp.
23446         (texinfo-environments): New var.
23447         (texinfo-environment-regexp): Use regexp-opt and
23448         texinfo-environments.
23450         * textmodes/ispell.el (ispell-menu-map-needed): Check that
23451         ispell-process is bound since this might be eval'd before ispell
23452         is loaded.
23453         (ispell-message): Use a tiny bit less magic and a bit more hard
23454         data to figure out what kind of sc-cite-regexp to use.
23456         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
23458         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
23459         (insert-cyclic-diary-entry): Unquote the lambda.
23461         * gud.el (gud-jdb-build-source-files-list): Fix typo.
23463         * files.el (backup-enable-predicate): Unquote the lambda.
23465         * cus-edit.el (custom-face, face): Unquote the lambda.
23467 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
23469         * ps-print.el: Check for line-beginning-position definition.
23471         * ps-print.el: Fix counting lines in a region.
23472         (ps-print-version): New version number (5.1.5).
23473         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
23474         (ps-printing-region): Fun code fix.
23476 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
23478         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
23479         to file-directory-p.
23481 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
23483         * gud.el (gud-jdb-build-source-files-list): Check that directory
23484         exists before calling directory-files.
23486 2000-04-13  Dave Love  <fx@gnu.org>
23488         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
23489         syntax.
23491         * emacs-lisp/cl-specs.el: Remove when, unless.
23493         * emacs-lisp/cl-extra.el: Don't quote keywords.
23494         (cl-old-mapc): New variable.
23495         (mapc): Use it.
23496         (cl-map-intervals): Use with-current-buffer.  Don't check for
23497         next-property-change.
23498         (cl-map-overlays): Use with-current-buffer.
23499         (cl-expt): Remove.
23500         (copy-tree, remprop): Define unconditionally.
23502         * emacs-lisp/cl-compat.el (keywordp): Remove.
23504         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
23505         to use keywordp.
23506         (edebug-spec): Enable keywordp.
23508         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
23509         string-lessp.
23511         * cus-start.el: Use keywordp.
23513 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
23515         * diary-lib.el (include-other-diary-files): Fix the fix of
23516         2000-02-18 by doing a save-excursion.
23518 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
23520         * ps-print.el: Customization fix, doc fix.
23521         (ps-print-version): New version number (5.1.4).
23522         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
23523         (ps-print-preprint): Adjust code.
23524         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
23525         (ps-print-prologue-header, ps-print-control-characters)
23526         (ps-spool-config): Customization fix.
23528 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
23530         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
23531         converted to the new menu-item format, names silightly changed,
23532         help strings added.
23534         Support for spelling without async subprocesses:
23536         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
23537         (ispell-session-buffer): New variables.
23538         (ispell-start-process, ispell-process-status,
23539         ispell-accept-output, ispell-send-string): New functions, for
23540         Ispell invocation when async subprocesses aren't supported.
23541         (ispell-word, ispell-pdict-save, ispell-command-loop,
23542         ispell-process-line, ispell-buffer-local-parsing): Replace calls
23543         to process-send-string with calls to ispell-send-string, and
23544         accept-process-output with ispell-accept-output.
23545         (ispell-init-process): Call ispell-process-status instead of
23546         process-status with.
23547         (ispell-init-process): Call ispell-start-process.  Call
23548         ispell-accept-output and ispell-send-string.  Don't call
23549         process-kill-without-query and kill-process if they are unbound.
23550         (ispell-async-processp): New function.
23552 2000-04-12  Dave Love  <fx@gnu.org>
23554         * info.el: Add debug-ignored-errors.
23555         (Info-mode-menu): Add some items.
23556         (Info-directory): Add autoload cookie.
23558         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
23559         Modify `truncate-lines'.  Make `describe-language-environment'
23560         always visible and add help.  Modify `describe-key' help.  Invoke
23561         Info-directory from `info'.  New entry `emacs-manual'.
23563 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
23565         * progmodes/ebrowse.el (ebrowse-tree-mode):
23566         Use propertized-buffer-identification.
23567         (ebrowse-update-member-buffer-mode-line): Likewise.
23568         (ebrowse--mode-strings): Removed.
23569         (ebrowse--mode-line-props): Removed.
23571         * files.el (auto-mode-alist): Add `EBROWSE'.
23573         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
23574         space before testing for end of buffer.
23575         (ebrowse-load): Removed.
23576         (ebrowse-revert-tree-buffer-from-file): Rewritten.
23577         (ebrowse-create-tree-buffer): Rewritten.
23578         (ebrowse-tree-mode): Read tree from buffer.
23580         * progmodes/ebrowse-ffh.el: Removed.
23582 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
23584         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
23586 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
23588         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
23589         at the wrong place.
23591 2000-04-09  Dave Love  <fx@gnu.org>
23593         * files.el (backup-enable-predicate):
23594         Use temporary-file-directory, small-temporary-file-directory.
23595         (make-backup-file-name-function, backup-directory-alist): New vars.
23596         (make-backup-file-name-1): New function.
23597         (make-backup-file-name): Use it.
23598         (find-backup-file-name): Likewise.  Use format for clarity, not concat.
23599         (file-newest-backup): Use make-backup-file-name.
23601 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
23603         * progmodes/ebrowse-ffh.el: New file.
23605         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
23606         Moved to ebrowse-ffh.el.
23607         (ebrowse-load): Add autoload.
23609         * finder.el (finder-commentary): Add autoload cookie.
23611         * mail/rfc2368.el: Correct author's email address.
23613         * progmodes/ebrowse.el: New file.
23615         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
23616         item help string.
23617         (easy-menu-do-add-item): Ditto.
23618         (easy-menu-define): Extend doc string.
23620         * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
23621         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
23622         (jit-lock-function, jit-lock-stealth-fontify): Don't use
23623         with-buffer-unmodified.
23625 2000-04-08  Dave Love  <fx@gnu.org>
23627         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
23628         unless, when.
23630 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
23632         * viper-util.el (viper-put-on-search-overlay): New subroutine.
23633         (viper-flash-search-pattern): No operation when using Emacs
23634         doesn't support face.
23635         Use `viper-put-on-search-overlay'.
23637 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
23639         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
23640         like C-r.
23642         * progmodes/make-mode.el: Some doc fixes.
23643         (makefile-mode-abbrev-table): New variable.
23644         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
23645         (makefile-font-lock-keywords): Fontify includes and conditionals.
23646         (toplevel): Require `dabbrev' and `add-log' when compiling.
23648         * replace.el (perform-replace): Don't move forward one char
23649         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
23650         to do that because it leaves point 1 position after the last
23651         replacement, after everything has been replaced.
23653         * jit-lock.el (with-buffer-unmodified): New macro.
23654         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
23655         modified state.
23656         (jit-lock-function-1): Extracted from jit-lock-function; not
23657         preserving buffer's modified state.
23658         (jit-lock-function, jit-lock-stealth-fontify):
23659         Call jit-lock-function-1.
23661         * mail/rfc2368.el: Remove supernumerary copyright line.
23663 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
23665         * glasses.el: Provide facilities for inserting space before left
23666         parentheses and uncapitalization of identifiers.
23667         (glasses-mode): Try to remove old overlays in all cases.
23669 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
23671         * progmodes/compile.el (compile-internal): Display the compilation
23672         buffer in a different frame, if it's already displayed there.
23674         * mail/rfc2368.el: New file.
23676         * simple.el (sendmail-user-agent-compose): Recognize a `body'
23677         header and insert its value as mail body.
23679         * subr.el (member-ignore-case): New function.
23681         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
23682         (dabbrev--find-expansion): Ignore buffers matching a regexp
23683         from dabbrev-ignored-regexps.
23685         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
23686         to extensions handled by gzip.
23688 2000-04-03  Richard M. Stallman  <rms@gnu.org>
23690         * files.el (insert-directory): List the total free space
23691         along with the used space.
23693         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
23694         line is followed by one that matches CITATION-REGEXP, end the
23695         paragraph.
23697 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
23699         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
23700         (rmail-make-basic-summary-line): Use that option.
23702 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
23704         * international/mule-cmds.el (encoded-string-description):
23705         Rewritten.   Try pretty description for ISO 2022 escape sequences
23706         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
23707         for hexadecimal format.
23709 2000-04-01  Dave Love  <fx@gnu.org>
23711         * cpp.el: Change customization group to `c' from `C'.
23713         * vcursor.el (vcursor-move): Use display-color-p.
23715         * international/mule-util.el: Provide mule-utils.
23716         (string-to-sequence): Simplify and speed up.
23718         * international/mule.el (make-coding-system): Purecopy doc-string.
23720         * international/mule-cmds.el: Various menu changes.
23721         (describe-specified-language-support): Handle `Default'.
23722         (set-language-info): Purecopy `info'.
23724 2000-03-31  Andrew Innes  <andrewi@gnu.org>
23726         * vc.el (vc-backend-diff): Return the correct status if we had to
23727         retry the rcsdiff command without the --brief option.
23729 2000-03-31  Dave Love  <fx@gnu.org>
23731         * help.el (help-manyarg-func-alist): Correct several omissions.
23733         * add-log.el: Don't require cl, fortran.
23734         (add-log-current-defun-function): Doc fix.
23735         (change-log-version-number-regexp-list): Remove SCCS part.  Doc fix.
23736         (change-log-version-rcs): Function deleted.
23737         (change-log-version-number-search): Doc fix.
23738         Use vc-workfile-version. Avoid CL dolist.
23739         (add-change-log-entry): Just call add-log-current-defun to get
23740         defun.  Simplify somewhat.
23741         (change-log-get-method-definition-1): Likewise.
23742         (add-log-current-defun): Return nil if calling
23743         add-log-current-defun-function does so.  Move Fortran stuff to
23744         fortran.el.  Return string without properties.
23746         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
23747         and :alpha: char classes.
23749         * mail/supercite.el: Defvar curline when compiling.
23750         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
23751         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
23752         rather than a-zA-Z0-9 to allow non-ASCII characters.
23754 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
23756         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
23758         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
23759         Re-enable new code.
23761         * lpr.el (print-region-1): Use -d to specify printer name for
23762         systems `usg-unix-v*, `dgux', `hpux', `irix'.
23764 2000-03-31  Dave Love  <fx@gnu.org>
23766         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
23767         Look for function definition in symbol's function value slot first
23768         instead of first consulting byte-compile-function-environment.
23770 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
23772         * language/european.el ("Polish"): New language environment.
23773         (setup-polish-environment): New function.
23775 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
23777         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
23778         Disable new code.
23780         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
23781         trying to `load' the symbol of an autoload instead of the file
23782         recorded in the autoload.  Fix error messages.
23784 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
23786         * ps-print.el: PostScript programming fix for ghostview, doc fix.
23787         (ps-print-version): New version number (5.1.3).
23788         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
23789         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
23790         (ps-generate-postscript-with-faces): Code fix.
23791         (ps-color-values): XEmacs compatibility.
23792         (ps-print-background-image, ps-print-background-text, ps-printer-name)
23793         (ps-default-fg, ps-default-bg): Adjust customization.
23794         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
23795         (ps-color-scale): Renaming old ps-color-value fun.
23796         (ps-print-headers): Replace ps-print-header group to avoid conflict
23797         with ps-print-header variable.
23798         (ps-print-miscellany): New group.
23799         (ps-format-color, ps-rgb-color): New funs.
23800         (ps-default-foreground): New var.
23801         (ps-printer-name-option): New const.
23803 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
23805         * net/net-utils.el:
23806         (network-connection-host, network-connection-service): New variables
23807         (network-connection-mode): New mode, derived from comint-mode
23808         (network-connection-mode-setup): New function, saves host and
23809         service information in local variables.
23811         * lisp/locate.el:
23812         (locate-word-at-point): Added this function
23813         (locate): Default to using locate-word-at-point as input
23814         Run dired-mode-hook
23816 2000-03-29  Dave Love  <fx@gnu.org>
23818         * calendar/appt.el: Doc fixes.
23819         (appt-check): Convert min-to-app to a string before passing to
23820         appt-disp-window-function or concat.
23821         (appt-delete-window): Remove test for frame-root-window.
23822         (appt-select-lowest-window, appt-convert-time): Simplify.
23824         * emacs-lisp/bytecomp.el: Doc fixes.
23825         (byte-compile-file-form-autoload):
23826         Update byte-compile-function-environment.
23828 2000-03-29  Andreas Schwab  <schwab@suse.de>
23830         * emacs-lisp/autoload.el: Also print defsubst doc string specially.
23832         * dired.el (dired-insert-directory): If dired-free-space-program
23833         failed just delete its output.
23835 2000-03-29  Dave Love  <fx@gnu.org>
23837         * international/iso-cvt.el: Move provide to end.  Doc fixes.
23838         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
23839         (iso-iso2sgml, iso-sgml2iso): New functions.
23840         (iso-cvt-define-menu): Fix some entries and use backquote for
23841         clarity.
23843         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
23845 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
23847         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
23848         ISO-DATE.  If non-nil, return date in ISO 8601 format.
23850 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
23852         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
23853         if it ever becomes used.
23854         (log-edit-mode-hook): Default to vc-log-mode-hook.
23855         (log-edit-mode): Fix the docstring.
23857         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
23858         the code.
23860 2000-03-26  Dave Love  <fx@gnu.org>
23862         * net/browse-url.el (browse-url): Re-fix case of
23863         browse-url-browser-function being an alist.
23864         (browse-url): Add :link to defgroup.
23866         * files.el: Doc fixes.
23867         (file-truename): Include `[' in wildcard characters.
23868         (automount-dir-prefix): Customize.
23869         (find-file-wildcards): Add :version.
23870         (find-file-noselect): Simplify a mapcar call.
23872         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
23873         compatible with inf-lisp version.
23874         (eval-defun-1): Fix custom-declare-variable case.
23876 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
23878         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
23880 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
23882         * Makefile (COMPILE_FIRST): New macro.
23883         (compile-files): Compile files from COMPILE_FIRST first.
23885         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
23887         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
23888         matching open parenthesis in column 0 to defun-prompt-regexp
23889         only if open-paren-in-column-0-is-defun-start is set.
23891         * sun-curs.el: Require CL at compile-time only.
23893         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
23894         instead of copy-list which is a function from CL.
23895         (msb--choose-menu, msb--mode-menu-cond)
23896         (msb--create-buffer-menu-2): Use dolist instead of mapc.
23897         (msb--init-file-alist): Use mapcar instead of mapcan.
23898         (msb--aggregate-alist): Use mapcar instead of mapcan.
23899         Fix `(' in column 0 in doc string.
23900         (msb--add-separators): Use mapcar instead of mapcan.
23902         * cus-dep.el: Require CL at compile-time only.
23904 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
23906         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
23907         (byte-compile-warnings): New warning `noruntime'.
23908         (byte-compile-constants, byte-compile-variables): Fix docstring.
23909         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
23910         execute `eval-whenc-compile's body.
23911         (byte-compile-unresolved-functions): Fix docstring.
23912         (byte-compile-eval): New function.
23913         (byte-compile-callargs-warn): Check if the function will be available
23914         at runtime (via property `byte-compile-noruntime').
23915         (byte-compile-print-syms): New function.
23916         (byte-compile-warn-about-unresolved-functions): Also warn about
23917         `noruntime' functions (and use `byte-compile-print-syms').
23918         (byte-compile-file): Capitalize the message.
23920 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
23922         * mail/rmail.el (rmail-confirm-expunge): New user-option.
23923         (rmail-expunge): Ask for confirmation depending on the setting
23924         of rmail-confirm-expunge.
23926 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
23928         * Makefile (bootstrap-clean): If $(emacs) exists, build
23929         loaddefs.el first.  A loaddefs.el that's not up-to-date might
23930         cause a bootstrap failure because things don't autoload as expected.
23932 2000-03-23  Dave Love  <fx@gnu.org>
23934         * net/browse-url.el: Restore previous use of
23935         browse-url-maybe-new-window.
23937 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
23939         * ps-print.el: Skip banner page fix.
23940         (ps-print-version): New version number (5.1.2).
23941         (ps-begin-file, ps-end-file, ps-generate): Code fix.
23943 2000-03-23  Dave Pearson  <davep@davep.org>
23945         * net/quickurl.el Changed the type of parameter passed to the
23946         function defined by `quickurl-format-function'. Before only the
23947         text of the URL was passed. Now the whole URL structure is passed
23948         and the function is responsible for extracting the parts it requires.
23949         Changed the default of `quickurl-format-function' accordingly.
23950         (quickurl-insert): Changed the `funcall' of
23951         `quickurl-format-function' to match the above change.
23952         (quickurl-list-insert): Changed the `url' case so that it makes
23953         use of `quickurl-format-function', previous to this the format was
23954         hard wired.
23956 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
23958         * startup.el: Change some spellings for the X Window System.
23960 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
23962         * progmodes/make-mode.el (makefile-warn-suspicious-lines):
23963         Clean up the code and the regexp and make sure the cursor is
23964         temporarily moved to the suspicious line while querying the user.
23966 2000-03-22  Jason Rumney  <jasonr@gnu.org>
23968         * w32-fns.el (w32-charset-info-alist): Initialize.
23970 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
23972         * ps-print.el: N-up last page fix.
23973         (ps-print-version): New version number (5.1.1).
23974         (ps-end-file, ps-end-job, ps-generate): Code fix.
23976 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
23978         * files.el (find-file-run-dired): Update docstring.
23979         (find-directory-functions): New hook.
23980         (find-file-noselect): Run find-directory-functions rather than
23981         calling dired directly.
23983         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
23985         * pcvs.el: Add a minimal leading commentary.
23986         (cvs-make-cvs-buffer): Change the header part by removing the startup
23987         message and adding a `Module' entry.  Also replace the FOOTER and
23988         HEADER special fileinfos with the new support in ewoc for updating
23989         its own footer and header.
23990         (cvs-update-header): Update to use the header/footer of the ewoc.
23991         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
23992         (cvs-is-within-p): New function.
23993         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
23994         to only examine some subset of the buffers.
23996         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
23997         `format' instead of our own ad-hoc functions.
23998         Remove HEADER and FOOTER cases, now handled in the EWOC.
23999         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
24001         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
24002         output to avoid scaring the user.
24003         (cvs-parse-table): Catch message for non-up-to-date commits.
24005         * pcvs-defs.el (cvs-startup-message): Remove.
24006         (cvs-global-menu): New autoloaded menu.
24008         * pcvs-util.el (cvs-string-fill): Remove.
24010         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
24011         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
24012         PP part of it and also make it work for footers and headers.
24013         (ewoc-create): Drop POS and BUFFER arguments.
24014         Use the DLL's dummy node to store the end-of-footer position.
24015         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
24016         (ewoc-refresh): Remove unused `header' variable.
24017         (ewoc-(get|set)-hf): New functions.
24019         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
24020         log-view-*-(message|file) and use easy-mmode-define-navigation.
24021         (log-view-message-re): Match SCCS format as well.
24022         And match the revision line rather than the dashed separator line.
24023         (log-view-mode): Use the new define-derived-mode.
24024         (log-view-current-tag): Fill in with an actual implementation.
24026         * cvs-status.el (cvs-status-(prev|next)): Rename from
24027         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
24028         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
24029         to let the output "breathe" a little more (more readable).
24030         (cvs-status-mode): Use the new define-derived-mode.
24032         * smerge-mode.el (smerge-auto-leave): New function and variable.
24033         (smerge-basic-map): Rename from smerge-basic-keymap.
24034         Change the bindings for smerge-diff-*.
24035         (smerge-*-map): Use easy-mmode-defmap.
24036         (smerge-(next|prev)): Use easy-mmode-define-navigation.
24037         (smerge-keep-*): Use smerge-auto-leave.
24039 2000-03-21  Jason Rumney  <jasonr@gnu.org>
24041         * cus-edit.el (custom-button-face): Use 3D look for w32.
24042         (custom-button-pressed-face): Likewise.
24044 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
24046         * progmodes/etags.el (tags-case-fold-search): New user-option.
24047         (tags-loop-eval): New function.  Bind case-fold-search around eval
24048         depending on the value of tags-case-fold-search.
24049         (tags-loop-continue): Use tags-loop-eval.
24050         (find-tag-in-order): Bind case-fold-search depending on the value
24051         of tags-case-fold-search.
24053 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
24055         * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
24056         (diff-end-of-hunk): Return the end position for use in
24057         `easy-mmode-define-navigation'.
24058         (diff-recenter): Remove.
24059         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
24060         of `easy-mmode-define-navigation'.
24061         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
24062         previous renaming) and fix to use new names.
24063         (diff-merge-strings): Use \n as separator: simpler, faster.
24064         (diff-mode): Use `define-derived-mode'.
24066         * derived.el (define-derived-mode): Don't autoload anymore.
24067         Prefer the macro-only version provided by easy-mmode.el.
24069         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
24070         `easy-mmode-define-derived-mode'.  Use `combine-run-hooks'.
24071         (easy-mmode-define-navigation): New macro.
24073         * subr.el (combine-run-hooks): New function.
24075 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
24077         * term/x-win.el: Fontsets related initialization is simplified.
24079         * international/mule-diag.el (describe-font): Don't refer to
24080         global-fontset-alist, instead call font-list.
24081         (describe-fontset, list-fontsets, mule-diag): Likewise.
24082         (print-fontset): Adjusted for the change of fontset implementation.
24084         * international/fontset.el (x-charset-registries): Variable removed,
24085         instead the corresponding data is stored in the default fontset.
24086         (register-alternate-fontnames): Function removed.
24087         (resolved-ascii-font): Variable removed.
24088         (x-compose-font-name): Ignore the second argument REDOCE.
24089         (x-complement-fontset-spec): Complement only an ASCII font and
24090         element for those charsets than can use that ASCII font.
24091         (generate-fontset-menu): Don't refer to global-fontset-alist,
24092         instead call fontset-list.
24093         (uninstantiated-fontset-alist): Variable removed.
24094         (x-style-funcs-alist): Likewise.
24095         (fontset-default-styles): Likewise.
24096         (x-modify-font-name): Function removed.
24097         (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
24098         (create-fontset-from-ascii-font): Docsting adjusted for the above
24099         change.
24100         (instantiate-fontset, resolve-fontset-name): Functions removed.
24101         (fontset-list): Now implemented by C code.
24103         * faces.el (read-face-font): Fix TABLE arg to completing-read.
24104         (describe-face): Include `font' attribute in the description.
24106 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
24108         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
24110 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
24112         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
24113         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
24114         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
24116         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
24117         about behavior of set-buffer-modified-p wrt redisplay.
24119 2000-03-19  Richard M. Stallman  <rms@gnu.org>
24121         * view.el (view-mode-disable): Kill local binding of view-read-only.
24123 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
24125         * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
24126         is a string, convert it to a syntax cell using string-to-syntax.
24128         * simple.el (syntax-code-table, syntax-flag-table): New variables.
24129         (string-to-syntax): New function.
24131         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
24132         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
24133         try to use passive ftp mode.
24135 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
24137         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
24139         * simple.el (append-to-buffer): Update point of windows after
24140         insertion.
24142         * abbrev.el (inverse-add-abbrev): Identify word by first moving
24143         forward then moving backward.  Reindent.
24145         * frame.el (other-frame): Call x-focus-frame only if
24146         focus-follows-mouse is off.
24148 2000-03-17  Dave Love  <fx@gnu.org>
24150         * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
24152 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
24154         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
24155         regexp for labels cannot span several lines.
24157         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
24158         `(setq :<key> ':<key>)' to the macro expansion.
24160 2000-03-16  Dave Love  <fx@gnu.org>
24162         * progmodes/f90.el (f90): Put custom group under `languages', not
24163         `fortran'.
24164         (f90-mode-hook): Customize.
24165         (f90-mode): Set add-log-current-defun-function.
24166         (f90-current-defun): New function.
24168 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
24170         * cus-edit.el (custom-variable-tag-face): Handle case that
24171         default face's height is not a number.
24172         (custom-face-tag-face, custom-group-tag-face-1)
24173         (custom-group-tag-face): Ditto.
24174         (custom-group-tag-face-1): Add :group.
24176         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
24178 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
24180         * pcvs-defs.el (toplevel): Remove autoload cookie for form
24181         requiring easymenu.
24183 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
24185         * ps-print.el: PostScript user-defined prologue, PostScript error
24186         handler, doc fix.
24187         (ps-print-version): New version number (5.1).
24188         (ps-user-defined-prologue, ps-error-handler-message)
24189         (ps-print-prologue-0, ps-error-handler-alist): New vars.
24190         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
24191         (ps-insert-string): New function.
24193 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
24195         * international/ccl.el (ccl-compile-expression): Don't generate
24196         invalid self-assignment code.
24198 2000-03-14  Dave Love  <fx@gnu.org>
24200         * subr.el (replace-regexp-in-string): Renamed from
24201         replace-regexps-in-string.  Doc fix.
24203 2000-03-12  Dave Love  <fx@gnu.org>
24205         * cus-edit.el: Doc fixes.
24206         (customize-set-variable, customize-save-variable): Rename args for doc.
24207         (custom-variable-tag-face, custom-face-tag-face)
24208         (custom-group-tag-face-1, custom-group-tag-face): Modify from
24209         style which user identify as hyperlink.
24210         (hook): Don't add undefined functions to the hook.
24211         (debug-ignored-errors): Transfer message from bindings.el.
24213 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
24215         * recentf.el (recentf-keep-non-readable-files-p):
24216         Remove double/nested definition.
24218 2000-03-12  Dave Love  <fx@gnu.org>
24220         * facemenu.el (facemenu-get-face): Use display-color-p.
24221         * enriched.el (enriched-decode-foreground): Likewise.
24222         (enriched-decode-background): Likewise.
24223         * isearch.el (isearch-highlight): Likewise.
24224         * info-look.el (info-lookup): Likewise.
24225         * simple.el (completion-setup-function): Likewise.
24227         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
24228         :options.
24230         * bindings.el (mode-line-format): Fix line-number and
24231         column-number items.  Add help-echo for the background.
24232         (mode-line-mule-info): Modify help-echo.
24234         * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
24236         * files.el (load-file): Allow completion to .elc.
24238         * man.el: Doc fixes.
24239         (Man-init-defvars): Use display-color-p to set fontification.
24241         * play/hanoi.el (hanoi-internal): Don't use oddp.
24243 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
24245         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
24247         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
24249 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
24251         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
24252         Fix comment.
24254 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
24256         * font-lock.el (font-lock-keywords): Fix the doc now that
24257         regexp-opt-depth is unnecessary.
24258         (save-buffer-state): Set an edebug spec.
24259         (font-lock-fontify-anchored-keywords): Properly handle the case when
24260         the matcher goes past the limit.
24262         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
24263         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
24265         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
24266         dll.el and cookie.el (from Elib) with heavy renaming and other
24267         massaging.
24269         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
24270         Autoload the functions used.
24271         (easy-mmode-define-syntax): Fix CL typo.
24272         (easy-mmode-define-derived-mode): Improve the docstring generation.
24274 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
24276         * textmodes/texinfo.el (texinfo-version): Variable and function
24277         removed.
24279 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
24281         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
24282         allow more flexibility.
24283         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
24284         (easy-mmode-defmap, easy-mmode-defsyntax)
24285         (easy-mmode-define-derived-mode): New macros.
24287 2000-03-09  Didier Verna  <didier@xemacs.org>
24289         * rect.el (replace-rectangle): New function.
24291 2000-03-09  Dave Love  <fx@gnu.org>
24293         * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
24294         (fortran-comment-line-start-skip): Don't match cpp stuff.
24295         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
24296         (fortran-mode-map): Remove over-eager custom-menu-create for now.
24297         (fortran-mode): Don't set fortran-comment-line-start-skip,
24298         fortran-comment-line-start here.  Set comment-start,
24299         add-log-current-defun.
24300         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
24301         (fortran-current-defun): New function.
24303 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
24305         * emacs-lisp/re-builder.el: New file.
24307         * mouse.el (mouse-drag-region): Don't run up-event handler
24308         if hscroll has changed.
24310         * octave-mod.el (octave-font-lock-keywords): To font-lock the
24311         builtin operators, use `font-lock-builtin-face' for Emacs and
24312         `font-lock-preprocessor-face' otherwise.
24314         * font-lock.el (lisp-font-lock-keywords-1): Highlight
24315         `(defun (setf foo)' differently.
24317 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
24319         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
24320         (regexp-opt): Update comment and adapt the code the new meaning of
24321         the `paren' argument of regex-opt-group for shy-groups.
24322         (regexp-opt-depth): Handle shy groups as well as backslashed
24323         backslashes.
24324         (regexp-opt-group): Turn the leading comment into a docstring.
24325         Allow `paren' to be a string (the string to use to open a group).
24326         Remove open-presuf and close-presuf.  Instead of checking for `all
24327         one-char' and then later on check for `several one-char', handle
24328         both cases close together.  Also apply a more generic algorithm
24329         for suffixes (the mirror image of the algorithm used for
24330         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
24331         (regexp-opt-try-suffix): Removed.
24333         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
24334         from comint-mode-map, so we can just inherit from it.  Also, move
24335         the initialization into the `defvar' since there's no docstring
24336         anyway and it's fairly short.
24337         (inferior-scheme-mode): Define it as derived-mode: the code is
24338         shorter and this way we inherit from comint-mode-map rather than
24339         copying it.
24341         * subr.el (replace-regexps-in-string): Properly handle the case
24342         where we match an empty string.
24344         * comint.el (comint-exec-1): Add the current-dir to the exec-path
24345         when the command has a directory component (such as "./testml").
24346         Also fix a typo in the comment.
24348 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
24350         * Makefile (compile-files): Compile files one by one because
24351         that's the only way to ensure a clean compilation environment for
24352         each individual file.
24354         * frame.el (other-frame): Call x-focus-frame.
24356 2000-03-07  Dave Love  <fx@gnu.org>
24358         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
24359         :require to defcustom.
24361         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
24363         * files.el (auto-mode-alist): Add configure.in.
24365         * progmodes/autoconf.el: New file.
24367 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
24369         * mail/mh-e.el: Change maintainer to `none'.
24371         * recentf.el (recentf-keep-non-readable-files-p): Quote args
24372         to remove-hook and add-hook.
24374 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
24376         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
24377         it as the default.
24378         (mail-send): Test mail-send-nonascii also for the new `mime' value.
24379         (sendmail-send-it): Conditionally add MIME headers specifying the
24380         used character set.
24382 2000-03-07  Dave Love  <fx@gnu.org>
24384         * winner.el: Fix keywords, autoload cookies.
24385         Split eval-when-compile form to avoid compilation failure.
24387 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
24389         * international/mule.el: Modify comment about coding system
24390         property `coding-category'.
24391         (make-coding-system): New argument EOL-TYPE.  Pay attention to
24392         coding-category property of PROPERTIES.
24394         * international/mule-conf.el (coding-category-utf-8)
24395         (coding-category-utf-16-be, coding-category-utf-16-le): New coding
24396         categories.  Include them in the argument for set-coding-priority.
24398         * international/mule-cmds.el (reset-language-environment):
24399         Include coding-category-utf-8, coding-category-utf-16-be, and
24400         coding-category-utf-16-le in the argument for set-coding-priority.
24401         (reset-language-environment): Initialize coding-category-utf-8,
24402         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
24404 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
24406         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
24407         code abstracted out of `bookmark-jump-noselect'.  Now tries info
24408         extensions as well as compression extensions.
24409         (bookmark-jump-noselect): Use above new func.
24411 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
24413         * strokes.el: Change maintainer's mail address.
24415 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
24417         * international/mule-diag.el (list-character-sets): Make help-echo
24418         string by substitute-command-keys.
24419         (list-character-sets): Likewise.
24420         (sort-listed-character-sets): Call help-setup-xref.
24422 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
24424         * time.el (display-time-mail-file): Add `none' to the list of choices.
24426 2000-03-01  Dave Love  <fx@gnu.org>
24428         * help.el (help-xref-go-back): Don't try to set position.
24430         * international/mule-diag.el (list-character-sets):
24431         Call help-setup-xref.  Add help-echo to xrefs.
24432         (list-character-sets-1): Add help-echo to xrefs.
24434 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
24436         * frame.el (blink-cursor-mode): Switch cursor on when turning
24437         the mode off.
24439         * add-log.el (add-log-current-defun): Add support for
24440         Autoconf mode.
24442         * mail/rmail.el (rmail-quit-hook): New variable.
24444 2000-03-01  Dave Love  <fx@gnu.org>
24446         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
24448         * help.el (help-xref-button): Add help-echo arg.
24449         (describe-function-1, describe-variable, help-make-xrefs): Use it.
24451         * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
24453         * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
24455 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
24457         * image.el (defimage): Look for image files in load-path.
24459         * frame.el (busy-cursor-delay-seconds): Change type to `number'.
24461 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
24463         * recentf.el (recentf): Added version tag to the defgroup of recentf.
24465 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
24467         * recentf.el (recentf-cleanup): Changed to remove excluded file too.
24468         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
24469         action to select/unselect a file.
24470         (recentf-edit-list): Code cleanup and improvement.
24471         (recentf-open-more-files-action): `recentf-open-more-files' button
24472         widget action to open a file.
24473         (recentf-open-more-files): No more use standard completion but widgets.
24474         (recentf-more-collection): Deleted.
24475         (recentf-more-history): Deleted.
24476         (recentf-setup-more-completion): Deleted.
24478 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
24480         * recentf.el (recentf-mode): No more needs that Emacs is running
24481         under a window-system.
24483 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
24485         * recentf.el (recentf-edit-list): New command to edit the recent
24486         list which allow the user to remove files.
24487         (recentf-edit-selected-items): New global variable, used by
24488         `recentf-edit-list' to hold the list of files to be removed from
24489         the recent list.
24490         (recentf-make-menu-items): Updated to display a "Edit list..."
24491         menu item.  Minor code cleanup.
24493 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
24495         * recentf.el (recentf-open-more-files): New command to open files
24496         that are not displayed in the menu.
24497         (recentf-more-collection): New global variable holding the set of
24498         permissible completions used by `recentf-open-more-files'.
24499         (recentf-more-history): New global variable holding the history list
24500         used by `recentf-open-more-files' completion.
24501         (recentf-setup-more-completion): New function to setup completion for
24502         `recentf-open-more-files'.
24503         (recentf-make-menu-items): Updated to display a "More..." menu item.
24505 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
24507         * recentf.el (recentf-menu-action): Doc fixed.
24509 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
24511         * recentf.el (recentf-menu-filter): Doc updated.
24512         (recentf-update-menu-hook): Allow menu filters to force menu update.
24513         (recentf-make-menu-items): New menu filter handling.
24514         (recentf-make-menu-item): New helper function.
24515         (recentf-menu-elements): New menu handling function.
24516         (recentf-sort-ascending): Updated to new menu filter handling.
24517         (recentf-sort-descending): Updated to new menu filter handling.
24518         (recentf-sort-basenames-ascending): New menu filter function.
24519         (recentf-sort-basenames-descending): New menu filter function.
24520         (recentf-show-basenames): New menu filter function.
24521         (recentf-show-basenames-ascending): New menu filter function.
24522         (recentf-show-basenames-descending): New menu filter function.
24524 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
24526         * diary-lib.el (list-diary-entries): Don't try to go forward at
24527         the end of the buffer.
24529 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
24531         * international/mule-diag.el (list-character-sets):
24532         Completely rewritten.
24533         (sort-listed-character-sets): New function.
24534         (list-character-sets-1): Completely rewritten.
24535         (list-character-sets-2): New function.
24536         (non-iso-charset-alist): New variable.
24537         (decode-codepage-char): New function.
24538         (charset-history): New variable.
24539         (read-charset) (list-block-of-chars)
24540         (list-iso-charset-chars)
24541         (list-non-iso-charset-chars)
24542         (list-charset-chars): New functions.
24543         (mule-diag): Call list-character-sets-2, not list-character-sets-2.
24544         (dump-charsets): Likewise.
24546 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
24548         * dired-x.el (dired-filename-at-point): Add `@' to valid
24549         file name characters.
24550         (dired-filename-at-point): Handle ange-ftp file names.
24552         * frame.el (frame-notice-user-settings): Use assq-delete-all
24553         instead of assoc-delete-all.
24554         (frame-notice-user-settings): Ditto.
24556         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
24557         Don't copy alist.
24559 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
24561         * calculator.el (calculator-use-menu): New option.
24562         (calculator-initial-bindings): Changed some bindings to work as macros.
24563         (calculator-forced-input): Removed.
24564         (calculator-restart-other-mode): New variable.
24565         (calculator-mode-map): Set up menu.
24567 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
24569         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
24571 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
24573         * viper-cmd.el (viper-envelop-ESC-key): Add the option to
24574         translate all ESC key sequences.
24575         (viper-goto-mark-subr): Restore markers for files for which
24576         they were saved.
24577         * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
24578         * viper-util.el (viper-set-replace-overlay-glyphs)
24579         (viper-set-replace-overlay): Always check if the replacement
24580         overlay is live.
24581         * viper.el (viper-vi-state-mode-list): Add major modes.
24582         * ediff-wind.el: Minor comment changes.
24583         * ediff.el: Copyright notice date fix.
24585 2000-02-27  Jason Rumney  <jasonr@gnu.org>
24587         * faces.el (face-font-family-alternatives): Add arial to helv.
24588         (mode-line, header-line, tool-bar): Same default as x for w32.
24589         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
24590         face-font-family-alternatives from working.
24591         * term/w32-win.el (mouse-set-font): Do not build fontset from
24592         chosen font.
24594 2000-02-25  Sam Steingold  <sds@goems.com>
24596         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
24597         properly.
24599 2000-02-25  Richard M. Stallman  <rms@gnu.org>
24601         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
24603 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
24605         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
24607         * frame.el (busy-cursor-delay-seconds): New option.
24609 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
24611         * frame.el (show-cursor-in-non-selected-windows): New option.
24613 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
24615         * diary-lib.el (include-other-diary-files): Undo the selective
24616         display in any included file and don't kill it.
24618 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
24620         * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
24621         Menu items converted to (menu-item format, help strings added.
24622         [downcase, upcase]: Don't enable on MS-DOS.
24623         [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
24624         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
24626 2000-02-23  Dave Love  <fx@gnu.org>
24628         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
24629         (backward-kill-word): Revert addition of * to interactive spec --
24630         it's a feature.
24632         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
24633         (backward-kill-sentence, kill-sentence): Likewise.
24635         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
24636         scratch buffer name.
24637         (gud-format-command): Use int-to-string in ?l case.  Simplify slightly.
24639         * term/w32-win.el (internal-face-interactive): Update prompt for
24640         new read-face-name.
24642         * mail/footnote.el (footnote): Add :version to defgroup.
24643         (footnote-section-tag-regexp): Customize.
24644         (footnote-start-tag, footnote-end-tag): New option.
24645         (footnote-latin-regexp): New variable.
24646         (Footnote-latin): New function.
24647         (footnote-style-alist): Add element for latin style.
24648         (footnote-style): Moved.
24649         (Footnote-goto-footnote): Use eq to test arg.
24651         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
24653         * emacs-lisp/byte-opt.el: Change old backquote syntax.
24654         (byte-compile-trueconstp): Include keywords.
24655         (byte-optimize-quote, byte-optimize-lapcode):
24656         Use byte-compile-const-symbol-p.
24657         (byte-optimize-char-before): New optimization.
24659         * emacs-lisp/bytecomp.el: Change old backquote syntax.
24660         (byte-compile-const-symbol-p): New function.
24661         (byte-compile-constp, byte-compile-out-toplevel)
24662         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
24663         Use it.
24665         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
24667 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
24669         * international/encoded-kb.el: Be sure to update minor-mode-alist
24670         and minor-mode-map-alist.
24671         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
24672         codes SS2 and SS3 correctly.
24673         (encoded-kbd-self-insert-ccl): New function.
24674         (encoded-kbd-setup-keymap): New function.
24675         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
24676         by calling encoded-kbd-setup-keymap.
24678         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
24679         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
24681 2000-02-22  Dave Love  <fx@gnu.org>
24683         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
24684         (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
24685         (lisp-mode-syntax-table): Set up for #|...|# comments.
24686         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
24687         classes.  Match `defface'.
24688         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
24689         (eval-defun-1): Fix for defcustom.
24690         (lisp-indent-region): Doc fix.
24692         * subr.el (when, unless, split-string): Doc fix.
24693         (read-passwd): Move call of clear-this-command-keys to the right place.
24694         (replace-regexps-in-string): New function.
24696 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
24698         * help.el (describe-variable): Set syntax table to
24699         emacs-lisp-mode-syntax-table when moving forward over the
24700         symbol's name.
24702 2000-02-22  Dave Love  <fx@gnu.org>
24704         * xt-mouse.el: Doc fixes.
24705         (xterm-mouse-position-function): New function, replacing advice of
24706         mouse-position.
24707         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
24709         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
24711 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
24713         * format.el (format-annotate-single-property-change):
24714         Handle properties with dotted-list values.
24715         (format-proper-list-p): New function.
24717         * enriched.el (enriched-face-ans): Handle '(foreground-color
24718         . COLOR) and (background-color . COLOR).
24720 2000-02-20  Dave Love  <fx@gnu.org>
24722         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
24723         and assignments to it.
24724         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
24725         current local map.
24726         (make-flyspell-overlay): Use it.
24727         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
24729         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
24730         (lm-get-header-re): Defun, not defsubst.
24731         (lm-get-package-name): Defun, not defsubst.  Simplify.
24732         (lm-version): Doc fix.  Simplify.
24733         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
24734         (lm-crack-address, lm-last-modified-date, lm-commentary)
24735         (lm-verify, lm-synopsis): Simplify.
24736         (lm-report-bug): Require emacsbug.  Use compose-mail.
24738 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
24740         * dired.el (dired-mode): Call propertized-buffer-identification
24741         to set mode-line-buffer-identification to something having
24742         the right text properties.
24744         * bindings.el (propertized-buffer-identification): New function.
24746 2000-02-20  Dave Love  <fx@gnu.org>
24748         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
24749         check for t-mouse too.
24751         * cus-start.el: Make echo-keystrokes `number'.
24753 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
24755         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
24756         Don't call ring-empty-p unless tags-location-ring is bound.
24757         From Noah Friedman <friedman@splode.com>.
24759 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
24761         * progmodes/hideshow.el (hs-flag-region): No longer use
24762         `intangible' overlay property.
24764         (hs-toggle-hiding): New command.
24765         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
24767         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
24768         Fix omission bug: Run `hs-minor-mode-hook' for both activation
24769         and deactivation.
24771 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
24773         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
24775 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
24777         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
24779         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
24780         of `*' to handle `(* ... *)' comments.
24782 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
24784         * faces.el (list-faces-display): Use display-mouse-p instead of
24785         window-system.
24787         * menu-bar.el (global-map): Menu-bar items converted to the new
24788         format (menu-item..., rearranged for better CUA compliance, and
24789         their names changed for better clarity.  Help strings added.
24791         * international/mule-cmds.el (mule-menu-keymap)
24792         (describe-language-environment-map, set-coding-system-map)
24793         (setup-language-environment-map): Convert to new (menu-item...
24794         form, add help strings.  Change names of menu items for better clarity.
24795         "Mule" menu-bar item removed (it's now in the "Options" submenu).
24797 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
24799         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
24800         within the code.
24802 2000-02-16  Dave Love  <fx@gnu.org>
24804         * faces.el: Don't require custom.  Add more specific :groups to
24805         various deffaces.
24806         (set-face-attribute): Purecopy args.
24807         (read-face-name): Default to name at point and use it in prompt.
24808         Remove colon from arg in all callers.
24809         (list-faces-display): Hyperlink to face descriptions and customize
24810         buffers.
24812 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
24814         * wid-edit.el (widget-match-inline): An atom never matches a list.
24816 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
24818         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
24819         at ':' characters by call to split-string.
24821 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
24823         * textmodes/bibtex.el: Added RCS version identification.
24825 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
24827         * textmodes/bibtex.el: Some temporary comments removed.
24828         (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
24829         (bibtex-field-const): Allow capital letters.
24830         (bibtex-start-of-string): Deleted because unused.
24832         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
24833         use the term 'reference' to describe a bibtex entry as a whole.
24834         Further, reference keys are no longer called 'labels'.
24835         (bibtex-keys): Renamed to bibtex-reference-keys.
24836         (bibtex-reformat-previous-labels): Renamed to
24837         bibtex-reformat-previous-reference-keys.
24838         (bibtex-reference-type): Renamed to bibtex-entry-type.
24839         (bibtex-reference-head): Renamed to bibtex-entry-head.
24840         (bibtex-reference-maybe-empty-head): Renamed to
24841         bibtex-entry-maybe-empty-head.
24842         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
24843         (bibtex-search-reference): Renamed to bibtex-search-entry.
24844         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
24845         bibtex-enclosing-entry-maybe-empty-head.
24846         (bibtex-entry-field-alist, bibtex-entry-head)
24847         (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
24848         (bibtex-map-entries, bibtex-search-entry)
24849         (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
24850         (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
24851         (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
24852         (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
24853         (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
24854         (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
24855         (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
24857 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
24859         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
24860         comment.
24861         (bibtex-format-field-delimiters): New function, functionality
24862         extracted from bibtex-format-entry.
24863         (bibtex-autokey-get-yearfield-digits): New function, functionality
24864         extracted from bibtex-autokey-get-yearfield.
24866         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
24867         entries in order to avoid stack overflow in the regexp matcher if
24868         field contents become large.
24869         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
24870         (bibtex-field-string-part-not-braced)
24871         (bibtex-field-string-part-no-inner-braces)
24872         (bibtex-field-string-part-1-inner-brace)
24873         (bibtex-field-string-part-2-inner-braces)
24874         (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
24875         (bibtex-field-string-quoted, bibtex-field-string)
24876         (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
24877         (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
24878         (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
24879         Deleted as parsing is now performed by the following functions.
24880         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
24881         (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
24882         (bibtex-parse-field-string, bibtex-search-forward-field-string)
24883         (bibtex-parse-association, bibtex-field-name-for-parsing)
24884         (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
24885         (bibtex-search-forward-field, bibtex-search-backward-field)
24886         (bibtex-start-of-field, bibtex-end-of-field)
24887         (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
24888         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
24889         (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
24890         (bibtex-parse-string, bibtex-search-forward-string)
24891         (bibtex-search-backward-string, bibtex-start-of-string)
24892         (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
24893         (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
24894         (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
24895         entries.  Instead of reporting the results of the parsing by
24896         match-beginning or match-end, these functions return data structures
24897         that hold the corresponding positions.
24898         (bibtex-enclosing-field): Changed to also report field boundaries by
24899         return values rather than by match-beginning or match-end.
24900         The following functions have been adapted to use the new
24901         parsing functions.
24902         (bibtex-skip-to-valid-entry, bibtex-search-reference)
24903         (bibtex-enclosing-field, bibtex-format-entry)
24904         (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
24905         (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
24906         (bibtex-print-help-message, bibtex-end-of-entry)
24907         (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
24908         (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
24909         (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
24910         Use the new method for parsing.
24911         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
24912         (bibtex-map-entries, bibtex-flash-head)
24913         (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
24914         (bibtex-autokey-change, bibtex-autokey-get-namefield)
24915         (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
24916         (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
24917         (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
24918         (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
24919         (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
24920         order to make the new binding of case-fold-search immediately visible.
24922 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
24924         * textmodes/bibtex.el: Copyright notice is up to date.
24925         Added constant 'bibtex-maintainer-salutation.
24927         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
24928         than make-temp-name, use match-string-no-properties and eliminate
24929         a quadratic behavior when building bibtex-strings.
24931         * bibtex.el (bibtex-reference-key): Accept string entries whose
24932         reference key contains upper case letters.
24934 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
24936         * bibtex.el (bibtex-reference-head): Allow entries to start with
24937         a new line.
24939 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
24941         * bibtex.el: Hiding of entry bodies is not longer provided by
24942         bibtex.el directly.  Instead the hideshow package can be used.
24943         Added a special bibtex entry to hs-special-modes-alist.
24944         (bibtex-hs-forward-sexp): Added for hideshow.el.
24946 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
24948         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
24949         proceedings entry type (for cross referencing). Thanks to Wagner
24950         Toledo Correa for the suggestion.
24952         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
24954 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
24956         * international/characters.el: Setup case table for Vietnamese.
24958 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
24960         * uniquify.el (toplevel): Require CL at compile time.
24961         (uniquify-push): Removed.
24963         * shadowfile.el (shadow-when): Removed.
24965         * tempo.el (tempo-dolist, tempo-mapc): Removed.
24966         (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
24968         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
24969         regexp for paragraph-start.
24971         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
24972         commas as well.
24974 2000-02-10  Dave Love  <fx@gnu.org>
24976         * wid-edit.el: (widgets) [defgroup]: Remove url link.
24977         (widget-color-choice-list, widget-color-history, widget-mouse-help):
24978         Deleted.
24979         (widget-specify-field, widget-specify-button): Don't use
24980         widget-mouse-help as help-echo property.
24981         (default): Use #'ignore for :validate and :mouse-down-action.
24982         (checkbox): Add help-echo.
24983         (widget-sexp-validate): Rewritten to clarify error messages.
24984         (character): Use char-valid-p in :match function.
24985         (widget-color-complete): Use facemenu-color-alist.
24986         (widget-color-action): Use facemenu-read-color.
24988         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
24989         set up `caar' &c that we now have.
24991 2000-02-09  Ray Blaak  <blaak@gnu.org>
24993         * delphi.el: Make resourcestring a declaration region, like const
24994         and var.
24996 2000-02-09  Dave Love  <fx@gnu.org>
24998         * bindings.el (mode-line-input-method-map): New variable.
24999         (mode-line-mule-info): Use it; fix last change.
25000         (mode-line-mode-menu): Move definition.
25001         (mode-line-mouse-sensitive-p): Deleted.
25002         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
25003         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top level.
25005         * startup.el (command-line-1): Don't call
25006         make-mode-line-mouse-sensitive.
25008 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
25010         * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
25011         before rmail-toggle-header, because the former toggles headers.
25013 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
25015         * diff-mode.el (diff-kill-junk): New interactive function.
25016         (diff-reverse-direction): Use delete-and-extract-region.
25017         (diff-post-command-hook): Restrict the area so that the hook also works
25018         outside of any diff hunk.  This is necessary for the minor-mode.
25019         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
25020         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
25022         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
25023         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
25024         so that it can be used more easily in <foo>-mode-hook.  Also make sure
25025         to avoid duplicate entries.
25026         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
25027         (font-lock-remove-keywords): Just as was done for `add', allow it to
25028         work even if font-lock-mode is nil.  Also make sure we don't modify
25029         any pre-existing list by forcing a copy-sequence.  Finally rename
25030         `major-mode' to `mode'.
25031         (font-lock-fontify-syntactic-anchored-keywords)
25032         (font-lock-fontify-anchored-keywords)
25033         (font-lock-fontify-keywords-region): Use line-end-position.
25034         Don't make `font-lock-multiline' local (it's now done in
25035         font-lock-set-defaults).
25036         (font-lock-set-defaults): Make `font-lock-multiline' local.
25037         Move the `font-lock-fontified' creation to inside the `unless'.
25039 2000-02-06  Andrew Innes  <andrewi@gnu.org>
25041         * term/w32-win.el (x-handle-args): Comment out call to message,
25042         which occurs before window system is initialized.
25044         * makefile.nt: Add support for recompiling lisp code.
25046 2000-02-04  Dave Love  <fx@gnu.org>
25048         * bindings.el (mode-line-mule-info): Fix/extend last change.
25050         * completion.el: Replace completion-dolist with dolist.
25052         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
25054 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
25056         * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
25057         environment names before they go into the section regexp.
25059         * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
25060         char class in regexp.
25062         * textmodes/reftex-parse.el (reftex-with-special-syntax):
25063         Bind `case-fold-search' to nil.
25065         * progmodes/idlwave.el (idlwave-template):
25066         Respect `idlwave-abbrev-change-case'.
25067         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
25068         (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
25069         (idlwave-while): Respect `idlwave-reserved-word-upcase'.
25070         (idlwave-rw-case): New function.
25071         (idlwave-statement-match): Fixed problem with assignment regexp.
25072         (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
25073         (idlwave-surround): New argument LENGTH to support padding of
25074         operators longer than 1 char.
25076         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
25077         idlwave-shell-expression-overlay.  Implemented printing of
25078         expressions on higher levels of the calling stack.
25079         (idlwave-shell-display-level-in-calling-stack): Restore stack level.
25080         (idlwave-retrieve-expression-from-level): New function.
25081         (idlwave-shell-last-calling-stack): Variable removed.
25082         (idlwave-shell-reset): Argument action reversed (`visible' to
25083         `hidden').  Also remove stop-line overlay.
25084         (idlwave-shell-calling-stack-routine): New variable.
25085         (idlwave-shell-parse-stack-and-display): Messages now display
25086         negative level numbers.
25087         (idlwave-shell-mode): Set `modeline-format'.
25088         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
25089         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
25090         (idlwave-shell-print-expression-function): New option.
25092         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
25093         (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
25094         `tool-bar' instead of `toolbar'.
25096 2000-02-02  Dave Love  <fx@gnu.org>
25098         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
25099         emacs-lisp-mode-hook.  Don't check for defalias being defined.
25101         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
25102         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
25103         Use the new builtins directly.
25105         * whitespace.el (whitespace): Add :version to defgroup.
25107         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
25108         Doc fix.
25110         * thingatpt.el (sexp-at-point, symbol-at-point)
25111         (number-at-point, list-at-point): Add autoload cookie.
25113         * recentf.el (recentf): Add :version to defgroup.
25115         * quickurl.el (quickurl): Add :version to defgroup.
25117         * elide-head.el (elide-head): Use point-marker more.
25119         * bs.el (bs): Add :version to defgroup.
25121         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
25123         * progmodes/delphi.el (delphi): Add :version to defgroup.
25125 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
25127         * ange-ftp.el (ange-ftp-write-region): Handle case that
25128         succeeding process operation sets a different coding system.
25130         * calculator.el: New file.
25132 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
25134         * frame.el (frames-on-display-list, framep-on-display): New functions.
25135         (display-mouse-p, display-popup-menus-p, display-graphic-p)
25136         (display-selections-p, display-screens, display-pixel-width)
25137         (display-pixel-height, display-mm-width, display-mm-height)
25138         (display-backing-store, display-save-under, display-planes)
25139         (display-color-cells, display-visual-class): New functions.
25141         * term/tty-colors.el (tty-color-gray-shades): New function.
25143         * faces.el (display-color-p): Use framep-on-display.
25144         (display-grayscale-p): New function.
25146 2000-01-31  Dave Love  <fx@gnu.org>
25148         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
25149         (create-fontset-from-x-resource): Don't concat integers.
25151 2000-01-31  Inge Frick  <inge@nada.kth.se>
25153         * view.el: Some changes in documentation.  Removed some trailing
25154         whitespace. Changed some parameter names to agree with documentation.
25155         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
25156         window is not deleted.  Modifies change 1998-04-26.
25158 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
25160         * windmove.el: New file.
25162         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
25163         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
25164         progmodes/ebnf-yac.el: Update copyright and license info.
25166         * jit-lock.el (jit-lock-function): Widen before calculating
25167         end position.
25168         (jit-lock-stealth-chunk-start): Rewritten.
25170         * info.el (Info-title-face-alist): Removed.
25171         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
25172         (Info-fontify-node): Use these faces.
25174 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
25176         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
25177         (cl-macro-list1): Recognize `&allow-other-keys' instead of
25178         `&allow-other-keywords'.
25180         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
25181         the list of directories scanned heuristically.
25183         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
25185 2000-01-30  Jason Rumney  <jasonr@gnu.org>
25187         * w32-fns.el: Define w32-tty-standard-colors.
25189         * startup.el (command-line): Use w32-tty-standard-colors when in
25190         w32 console mode.
25192 2000-01-30  Dave Love  <fx@gnu.org>
25194         * jka-compr.el (jka-compr-load): Fix up load-history.
25196         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
25198         * emacs-lisp/cl-macs.el: Revert previous change.
25200 2000-01-29  Dave Love  <fx@gnu.org>
25202         * facemenu.el: Purecopy various strings.
25204         * timezone.el (timezone-fix-time): Window against 69 for two-digit
25205         years.  Deal with three-digit years.
25207         * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
25208         Use defconst, purecopy.
25209         (help-back-label): Purecopy it.
25211 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
25213         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
25214         variable. If non-nil, order the buffer list according to the
25215         currently selected frame.
25216         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
25217         non-nil, pass the selected frame to function buffer-list.
25219 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
25221         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
25223 2000-01-28  Dave Love  <fx@gnu.org>
25225         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
25227         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
25228         Don't use lisp-indent-hook property.
25229         (cl-abs): Remove.
25231         * subr.el: Move out indent and edebug specs for when and unless.
25233         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
25234         when, unless.
25236         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
25237         unless, when.
25239 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
25241         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
25242         `collecting' as synonym for `collect'.
25244         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
25245         for the case it contains spaces.
25247         * simple.el (what-cursor-position): Change formatting of messages.
25249         * frame.el (delete-other-frames): New function.
25250         (toplevel): Bind it to C-x 5 1.
25252         * sort.el (sort-numeric-base): New option.
25253         (sort-numeric-fields): If number starts with `0' or `0[xX[',
25254         interpret it as octal or hexadecimal.  Use sort-numeric-base
25255         as default base.
25257         * progmodes/glasses.el: New file.
25259 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
25261         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
25262         userids differently.
25264         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
25265         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
25266         progmodes/ebnf-yac.el: New files.
25268 2000-01-26  Dave Love  <fx@gnu.org>
25270         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
25271         on a function with an empty body.  [From Eric Ludlam.]
25273 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
25275         * vc.el (vc-version-diff): Make sure file name is expanded.
25277 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
25279         * scroll-bar.el (scroll-bar-timer): Variable removed.
25280         (scroll-bar-toolkit-scroll): Don't use a timer.
25282 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
25284         * language/thai-util.el (thai-composition-function):
25285         Delete superfluous `a'.
25287 2000-01-24  Dave Love  <fx@gnu.org>
25289         * fortran.el (fortran-mode): Use beginning-of-defun-function,
25290         end-of-defun-function.
25292         * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
25294 2000-01-22  Jason Rumney  <jasonr@gnu.org>
25296         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
25297         conflicts with new face support.
25299 2000-01-22  Richard M. Stallman  <rms@gnu.org>
25301         * replace.el (query-replace): Rename last arg to DELIMITED.
25302         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
25303         (query-replace-regexp): Likewise.
25305 2000-01-20  Richard M. Stallman  <rms@gnu.org>
25307         * subr.el (with-syntax-table): Use make-symbol, not gensym.
25309         * emacs-lisp/lisp.el (beginning-of-defun-function):
25310         Variable renamed from beginning-of-defun.
25311         Do not call make-variable-buffer-local.
25312         (beginning-of-defun-raw): Use new variable name; doc fix.
25313         (beginning-of-defun): Doc fix.
25314         (end-of-defun-function): Variable renamed from end-of-defun.
25315         Do not call make-variable-buffer-local.
25316         (end-of-defun): Use new variable name; doc fix.
25318         * subr.el (dolist, dotimes): Copied from cl-macs.el
25319         and made to work.
25321         * mail/undigest.el (rmail-digest-end-regexps):
25322         Variable replaces rmail-digest-end-regexp.
25323         Allows multiple regexps for detecting the end line.
25324         (undigestify-rmail-message): Corresponding changes.
25326 2000-01-19  Dave Love  <fx@gnu.org>
25328         * files.el (user-init-file): Don't declare here -- is primitive.
25330         * startup.el (command-line): Check for compiled user-init-file and
25331         set to uncompiled version if necessary.
25333 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
25335         * mail/undigest.el (rmail-digest-end-regexp): New user option.
25336         (undigestify-rmail-message): Use it.
25338         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
25340 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
25342         * tmm.el (tmm-goto-completions): Adapt to prompt being part
25343         of mini-buffer.
25345 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
25347         * emacs-lisp/copyright.el (copyright-update): Removed the
25348         requirement for a trailing space from `copyright-regexp', to
25349         support copyrights with owner specified on a separate line..
25351         * align.el: New file.
25353         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
25355         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
25357 2000-01-13  Dave Love  <fx@gnu.org>
25359         * ph.el: Removed.  (Obsoleted by EUDC.)
25361 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
25363         * net/eudc.el (toplevel): Remove autoloaded code installing
25364         menu with easymenu, because that causes build problems.
25366         * frame.el (frame-notice-user-settings): New variable.
25367         (frame-notice-user-settings): Don't modify frame parameters
25368         if called a second time.
25370 2000-01-13  Richard M. Stallman  <rms@gnu.org>
25372         * frame.el (frame-notice-user-settings):
25373         Notice default-frame-parameters even for non-window frames.
25375 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
25377         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
25378         for Emacs.
25379         (eudc-bob-can-display-inline-images): Extend for Emacs.
25380         (eudc-bob-toggle-inline-display): Ditto.
25381         (eudc-bob-display-jpeg): Ditto.
25383 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
25385         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
25386         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
25387         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
25389         * add-log.el (add-change-log-entry): Fix error trying an
25390         `(insert nil)'.
25392         * subdirs.el: Add `net' directory.
25394         * net: New directory.
25396         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
25397         eval-last-sexp.  Don't bind debug-on-error here.
25398         (eval-last-sexp): New function.  Bind debug-on-error if
25399         eval-expression-debug-on-error is non-nil.
25400         (eval-defun-2, eval-defun): Likewise.
25402         * simple.el (eval-expression): Don't bind debug-on-error if
25403         eval-expression-debug-on-error is nil.  Detect changed
25404         debug-on-error, and propagate new value to global binding, if
25405         eval-expression-debug-on-error is non-nil,
25406         (eval-expression-debug-on-error): Change doc string.
25408 2000-01-11  Richard M. Stallman  <rms@gnu.org>
25410         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
25412         * emacs-lisp/lisp-mode.el (with-syntax-table):
25413         Set up lisp-indent-function property.
25415         * subr.el (with-syntax-table): Moved from simple.el.
25417         * simple.el (with-syntax-table): Moved to subr.el.
25419 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
25421         * tmm.el (tmm-shortcut): Delete region after prompt instead
25422         of erasing buffer.
25424         * textmodes/fill.el (fill-common-string-prefix): New function.
25425         (fill-context-prefix): Use the longest common prefix of first
25426         and second line fill prefix, if there is one.
25428 2000-01-11  Richard M. Stallman  <rms@gnu.org>
25430         * array.el (array-mode): Don't use make-variable-buffer-local.
25431         Use make-local-variable for `truncate-lines'.
25433 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
25435         * add-log.el (add-log-current-defun): Handle user-defined
25436         add-log-current-function returning nil,
25438         * add-log.el (add-change-log-entry): Insert version number
25439         if having found a current function
25441         * add-log.el (add-log-current-defun):
25442         Call `add-log-current-defun-function'.  Try matches at level 0 and
25443         level 1.  Strip whitespace from defun found.
25445 2000-01-10  John Wiegley  <johnw@gnu.org>
25447         * allout.el (isearch-done/outline-provisions): Added `edit'
25448         argument to correspond with the current definition of `isearch-done'.
25450 2000-01-10  Dave Love  <fx@gnu.org>
25452         * elide-head.el (elide-head): Use point-marker, not point.
25454 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
25456         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
25457         before and after the year 2000.
25459         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
25460         Add ispell- prefix.
25462 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
25464         * ispell.el:  Only define dictionaries in menus when they exist.
25465         (version18p): New variable.
25466         (version20p): New variable.
25467         (xemacsp): New variable.
25468         (ispell-choices-win-default-height): Fix for XEmacs visibility.
25469         (ispell-dictionary-alist1): Added Brasileiro dictionary.
25470         (ispell-dictionary-alist6): Russian command lines no longer accept
25471         run-together words.
25472         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
25473         (ispell-dictionary-alist): Add koi8-r to customize definition.
25474         (check-ispell-version): Added documentation string.  Return library
25475         path when called non-interactively.
25476         (ispell-menu-map-needed): Uses new variables.
25477         (ispell-library-path): New variable.
25478         (ispell-decode-string): XEmacs fix for bogus variable bindings.
25479         (ispell-word): Improved documentation string.  Test for valid
25480         character mappings.  Correctly check typed in word changes that can
25481         result in single words split into multiple words.
25482         Return replacement word.
25483         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
25484         replace in recursive query replace mode.  Help message for
25485         recursive edit mode.
25486         (ispell-show-choices): Protect against bad framepop bindings.
25487         (ispell-help): Fix to work with XEmacs.
25488         (ispell-highlight-spelling-error): Use new variables.
25489         (ispell-overlay-window): Fix to work with XEmacs.
25490         (ispell-parse-output): Passed and returns location information
25491         tracking spelling corrections.  Doesn't recheck same word on
25492         current line.
25493         (ispell-init-process): Protect against bogus XEmacs variable binding.
25494         Fix call to single argument in sleep-for.  Use new variables.
25495         (ispell-region): Passed and returns location information tracking
25496         spelling corrections.  Doesn't check same word on current line.
25497         Improved documentation string.  Doesn't resend a line already
25498         checked to the ispell process - fixes bug in LaTeX parsing.
25499         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
25500         (ispell-skip-region): No longer skips <TT> in SGML.
25501         (ispell-process-line): Tracks location information with spelling
25502         corrections.  Added documentation string.  Accounts for words
25503         already accepted on this line.  Don't allow query-replace on line
25504         starting with math characters.  Doesn't resend a line already sent
25505         to ispell process.  Fixes alignment error bug.
25507 2000-01-10  Richard M. Stallman  <rms@gnu.org>
25509         * dired-x.el (dired-guess-shell-alist-default):
25510         Suggest xloadimage, which is free, not xv, which isn't.
25512         * ange-ftp.el (ange-ftp-file-name-nondirectory):
25513         Don't ever include the host name or user name in the value.
25515 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
25517         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
25518         of a real newline.
25520 2000-01-09  Stephen Eglen  <stephen@gnu.org>
25522         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
25523         for .png files.
25525 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
25527         * cus-edit.el (custom-hook-convert-widget): Fix comment.
25529 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
25531         * progmodes/cperl-mode.el: Replace ^F with ^L.
25533         * sendmail.el (toplevel): Provide `sendmail' when compiling before
25534         `require'ing rmail and mailalias to prevent infinite recursion.
25536 2000-01-08  Dave Love  <fx@gnu.org>
25538         * emacs-lisp/backquote.el: Remove inappropriate customization
25539         (allowing custom.el to use backquote).
25541 2000-01-07  Dave Love  <fx@gnu.org>
25543         * add-log.el (add-log-debugging): Deleted.
25544         (add-change-log-entry): Treat a backup FILE-NAME as its parent
25545         file.  Remove debugging code.
25546         (change-log-get-method-definition, change-log-name): Add doc.
25547         (change-log-sortable-date-at): New function.
25548         (change-log-merge): New command.
25550         * time.el (display-time-string-forms): Make the Mail string active.
25551         (display-time-update): Provide help-echo for load average.
25553         * bindings.el (make-mode-line-mouse2-map): New function.
25554         (mode-line-modified): Use it and simplify.
25555         (mode-line-mule-info): Provide help-echo info.
25556         (minor-mode-alist): Activate the strings.
25557         (make-mode-line-mouse-sensitive): Simplify for
25558         mode-line-buffer-identification.
25560 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
25562         * play/pong.el: New file.
25564 2000-01-06  Dave Love  <fx@gnu.org>
25566         * array.el: Assorted cleanups for compiler warnings, doc strings,
25567         `array-' prefix for symbols.
25569 2000-01-05  Dave Love  <fx@gnu.org>
25571         * textmodes/outline.el (outline-mode-menu-bar-map):
25572         Add outline-headers-as-kill.
25573         (outline-mode): Define imenu-generic-expression.
25574         (outline-headers-as-kill): New command.
25576         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
25577         from paragraph-start.
25578         (paragraph-indent-minor-mode): New command.
25580         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
25581         M-C-e, M-C-h, C-j, C-xnd, TAB.
25582         (fortran-mode): Set beginning-of-defun, end-of-defun.
25583         (fortran-column-ruler): Simplify.
25584         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
25585         (fortran-with-subprogram-narrowing): Likewise.
25586         (fortran-indent-subprogram): Call mark-defun.
25587         (fortran-check-for-matching-do): Change narrowing.
25589         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
25590         (cl-lucid-hash-tag): Delete.
25591         (cl-hash-table-p): Correct test for native table.
25592         (cl-hash-table-count): Use hash-table-count.
25594         * browse-url.el (browse-url): Fix case of
25595         browse-url-browser-function being an alist.
25597 2000-01-05  Carsten Dominik  <cd@gnu.org>
25599         * textmodes/reftex-vars.el (reftex-parse-file-extension)
25600         (reftex-index-phrase-file-extension): New options.
25602         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
25603         Use new option `reftex-index-phrase-file-extension'.
25605         * textmodes/reftex.el (reftex-access-parse-file): Use new option
25606         `reftex-parse-file-extension'.
25608 2000-01-05  Dave Love  <fx@gnu.org>
25610         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
25611         (beginning-of-defun-raw): Use it.
25612         (end-of-defun): New variable.
25613         (end-of-defun): Use it.
25614         (check-parens): New command.
25616 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
25618         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
25619         (hs-show-block): Don't use `mapcar' when not accumulating.
25621         Fix buglet in local variables initialization.
25623 2000-01-05  Andreas Schwab  <schwab@suse.de>
25625         * hscroll.el (hscroll): Doc fix.
25627 2000-01-05  Carsten Dominik  <cd@gnu.org>
25629         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
25630         Require idlw-toolbar.
25632         * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
25633         file idlw-rinfo.el.
25634         (idlwave-customize): Load must read file idlw-shell.el.
25635         (idlwave-create-customize-menu): Load must read file idlw-shell.el.
25637 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
25639         * progmodes/idlw-shell.el: Also provide idlwave-shell
25640         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
25641         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
25643         * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
25644         both reftex-dcr and reftex-vcr.
25646         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
25648 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
25650         * ps-print.el: PostScript code now is in separate files, doc fix.
25651         (ps-print-version): New version number (5.0.3).
25652         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
25653         local.
25654         (ps-spool-config): Initialization fix.
25655         (ps-print-prologue-1, ps-print-prologue-2)
25656         (ps-print-duplex-feature): PostScript code moved to separated file.
25657         (ps-background-image): Little code reformating.
25658         (ps-begin-file, ps-begin-job): Fix code.
25659         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
25660         (ps-prologue-file): New fun.
25662 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
25664         * ps-vars.el: Eliminated.
25666         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
25667         `;;;###autoload'.
25669         * ps-print.el: ps-vars eliminated, doc fix.
25670         (ps-print-version): New version number (5.0.2).
25671         (ps-spool-config): Initialization fix.
25672         (ps-print-customize): New fun.
25674 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
25676         * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
25678 2000-01-04  Dave Love  <fx@gnu.org>
25680         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
25681         menu items.
25683 2000-01-03  Dave Love  <fx@gnu.org>
25685         * elide-head.el (elide-head) [defgroup]: Add :version.
25687         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
25688         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
25689         Use `cl-hash-table-p', not `hash-table-p'.
25690         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
25692 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
25694         * faces.el (face-read-integer, read-face-attribute)
25695         (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
25697 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
25699         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
25700         at comment end, and re-insert them after filling.
25702 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
25704         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
25705         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
25706         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
25708 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
25710         * term/x-win.el (xw-defined-colors): Call color-supported-p,
25711         the new name of face-color-supported-p.
25713         * term/w32-win.el (xw-defined-colors): Likewise.
25715 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
25717         * simple.el (completion-setup-function): Count completion-size
25718         from minibuffer-prompt-end, not from point-min.
25720 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
25722         * faces.el (read-face-attribute, defined-colors, color-defined-p):
25723         Pass the frame to tty-color-* functions.
25724         (display-color-p, frame-set-background-mode): Pass the frame to
25725         tty-display-color-p.
25727         * term/tty-colors.el (tty-defined-color-alist): Renamed from
25728         tty-color-alist.
25729         (tty-color-alist, tty-modify-color-alist): New functions.
25730         (tty-color-define,  tty-color-clear, tty-color-approximate)
25731         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
25732         optional parameter FRAME.
25734 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
25736         * image.el (create-image, defimage): Don't assume image data is
25737         a string.
25739         * image.el (defimage): Handle specifications containing :data
25740         instead of :file.
25741         (image-type-from-data): New function.
25742         (image-type-from-file-header): Use it.
25743         (create-image): Add parameter DATA-P.
25745 See ChangeLog.8 for earlier changes.
25747 ;; Local Variables:
25748 ;; coding: iso-2022-7bit
25749 ;; End:
25751     Copyright (C) 2000, 2001 Free Software Foundation, Inc.
25752   Copying and distribution of this file, with or without modification,
25753   are permitted provided the copyright notice and this notice are preserved.