(gamegrid-set-font, gamegrid-setup-face)
[emacs.git] / lisp / ChangeLog
blob95a29ae4926c9ead982b74b73c382cf0fe2b691c
1 2002-03-03  Richard M. Stallman  <rms@gnu.org>
3         * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
5         * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face) 
6         (gamegrid-make-mono-tty-face): Fix usage of condition-case.
8 2002-03-03  Thien-Thi Nguyen  <ttn@gnu.org>
10         * calendar/diary-lib.el (list-diary-entries): Use
11         `buffer-substring' instead of `buffer-substring-no-properties' to
12         support enriched mode.
14 2002-03-02  Richard M. Stallman  <rms@gnu.org>
16         * find-dired.el (find-grep-dired): Call shell-quote-argument.
17         Specify the -e option.
18         Rename arg to `regexp'.
20 2002-03-02  Milan Zamazal  <pdm@zamazal.org>
22         * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
24 2002-03-02  Miles Bader  <miles@gnu.org>
26         * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
27         event-modifiers before looking up in `mouse-wheel-scroll-amount'.
28         If there's no applicable modifiers entry in the alist in
29         `mouse-wheel-scroll-amount', fall back to the default, not to
30         nil (which causes full screen scrolls).
32 2002-03-01  Andreas Schwab  <schwab@suse.de>
34         * textmodes/texnfo-upd.el (texinfo-start-menu-description): Remove
35         extra paren in regexp.
37 2002-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
39         * mouse.el (mouse-show-mark): Use display-mouse-p, not
40         display-graphic-p, to decide whether to move point or use the
41         highlighting.
43 2002-02-28  Colin Walters  <walters@verbum.org>
45         * eshell/esh-var.el (eshell-parse-variable-ref): Use
46         `make-temp-file'.
48         * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
49         `temporary-file-directory'; we now do that in
50         `calc-graph-file-cache'.
51         (calc-temp-file-name): Use `make-temp-file'.
53 2002-02-28  Richard M. Stallman  <rms@gnu.org>
55         * font-lock.el (java-font-lock-extra-types):
56         Match java.net.URL, etc.
58 2002-02-28  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
60         * hexl.el (hexl-options): Doc fix.
61         Update Commentary section.
63         * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
64         Doc fixes.
66 2002-02-28  Andre Spiegel  <spiegel@gnu.org>
68         * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
69         the user to do that first.
70         (vc-update): New function.
72         * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
73         which calls vc-update.  Use the term "Base Version" instead of
74         "Last Version" for the entries "Revert" and "Compare".
76 2002-02-28  Kim F. Storm  <storm@cua.dk>
78         * simple.el (shell-command-on-region): Report non-zero exit
79         status in mode line instead of buffer.
81 2002-02-27  Richard M. Stallman  <rms@gnu.org>
83         * comint.el (comint-preoutput-filter-functions): Doc fix.
84         (comint-output-filter-functions, comint-input-filter-functions)
85         (comint-redirect-filter-functions): Likewise.
87         (comint-redirect-preoutput-filter): Do the local-hook
88         handling of t when running comint-redirect-filter-functions.
89         (comint-output-filter): Likewise for comint-preoutput-filter-functions.
91 2002-02-26  Richard M. Stallman  <rms@gnu.org>
93         * paths.el (remote-shell-program): Add doc string.
95 2002-02-26  Colin Walters  <walters@debian.org>
97         * ibuf-ext.el (sorter mode-name): New.
98         (ibuffer-do-occur): Don't quote ibuffer-marked-char.
100         * calc/calc-ext.el (calc-scroll-left): Call scroll-left
101         interactively, so they do something.
102         (calc-scroll-right): Ditto.
104 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
106         * international/mule.el (ctext-pre-write-conversion): Handle the
107         case when FROM is a string, and when we are called from
108         build_annotations_2.
110 2002-02-26  Richard M. Stallman  <rms@gnu.org>
112         * rect.el (clear-rectangle-line): Reindent to the same column
113         that move-to-column reached when it tried to go to endcol.
115         * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
117 2002-02-26  Ivar Rummelhoff  <ivarru@math.uio.no>
119         * winner.el (winner-boring-buffers, winner-set): A window which
120         displays a buffer whose name is in the list
121         `winner-boring-buffers', will no longer be restored by
122         `winner-undo'.
123         (winner-sorted-window-list): Used to improve comparison between
124         window configurations.
125         (winner-win-data): Simplified and moved.
126         (winner-conf): Simplified (now uses `winner-win-data').
127         (winner-change-fun, winner-save-old-configurations)
128         (winner-save-(un)conditionally, winner-redo): Changes made while in
129         the minibuffer will be ignored.  (Such changes are undone upon
130         exit for the minibuffer, anyway.)
131         (winner-set-conf): Preserve selected window whenever possible.
132         (winner-make-point-alist): Simplified.
133         (winner-mode, winner-save-unconditionally): Save current window
134         configuration on entering minibuffer.
135         (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
136         since it does not change the overall behavior of Emacs.
138 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
140         * international/mule-conf.el (compound-text): Renamed back from
141         compound-text-no-extensions.
142         (ctext-no-compositions): Remove the mime-charset property.
143         (compound-text-with-extensions): Renamed from compound-text.
144         (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
146 2002-02-26  Juanma Barranquero  <lektu@terra.es>
148         * faces.el (list-faces-display): Fix typo.
150 2002-02-25  Richard M. Stallman  <rms@gnu.org>
152         * frame.el (focus-follows-mouse): Doc fix.
154 2002-02-26  Miles Bader  <miles@gnu.org>
156         * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
157         to `define-key', since it no longer accepts the latter.
159 2002-02-25  Jason Rumney  <jasonr@gnu.org>
161         * term/w32-win.el (mouse-wheel-scroll-line): Use car of
162         mouse-wheel-scroll-amount.
164         * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
165         mwheel.el.
167         * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
169 2002-02-25  Andre Spiegel  <spiegel@gnu.org>
171         * vc.el (vc-diff-switches-list): Fix prev change, making the macro
172         consistent with the others that take a backend name as a symbol.
174         * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
176 2002-02-25  Kim F. Storm  <no-spam@cua.dk>
178         * comint.el (comint-replace-by-expanded-filename): Do nothing if
179         comint-match-partial-filename returns nil.
181         * shell.el (shell-pcomplete-setup-done): New variable.
182         (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
183         (shell-pcomplete-reverse): Ditto.
185 2002-02-25  Per Abrahamsen  <abraham@dina.kvl.dk>
187         * ps-print.el (ps-print-printer): Added `lpr' customize group
188         member.
190 2002-02-25  Juanma Barranquero  <lektu@terra.es>
192         * subr.el (save-match-data): Doc fix.
194         * ielm.el (ielm-prompt): Allow customization; make it read-only.
196 2002-02-25  Kim F. Storm  <storm@cua.dk>
198         * shell.el (shell-mode-map): Add "Complete" header so completion
199         menu is shown on the menu bar in shell mode.
201 2002-02-25  Stefan Monnier  <monnier@cs.yale.edu>
203         * ielm.el (ielm-match-data): New var.
204         (inferior-emacs-lisp-mode): Make it buffer-local.
205         (ielm-eval-input): Use it to preserve match-data between inputs.
207 2002-02-24  Juanma Barranquero  <lektu@terra.es>
209         * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
211 2002-02-24  Per Abrahamsen  <abraham@dina.kvl.dk>
213         * cus-edit.el (custom-unlispify-remove-prefixes): Add to
214         `custom-buffer' customize group.
216 2002-02-23  Kim F. Storm  <storm@cua.dk>
218         * help.el (where-is): Use remap-command.
220         * help-fns.el (describe-function-1): Use remap-command.
222         * subr.el (global-set-key, local-set-key): Undo 2002-02-06
223         change (no longer accept a symbol for the KEY argument).
225 2002-02-23  Colin Walters  <walters@debian.org>
227         * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
228         * calc/calcalg2.el (math-solve-get-sign): Ditto.
230         * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
231         in generated function.
233         * ibuf-ext.el (ibuffer-old-time): Change to hours.
234         (ibuffer-mark-old-buffers): Handle it.
236         * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
237         (toplevel): Bind them.
238         (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
239         not necessary now that we use pcomplete.
241         * comint.el: Document how use new pcomplete completion facility.
243 2002-02-23  Richard M. Stallman  <rms@gnu.org>
245         * mail/rmailsum.el (rmail-summary-output): Properly advance
246         to next message, by calling rmail-summary-goto-msg.
248         * net/browse-url.el (browse-url-galeon): Specify --existing
249         for an existing window.  Use --noraise rather than --no-raise.
250         Don't use -x.
252 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
254         * progmodes/etags.el (find-tag-noselect, find-tag)
255         (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
256         Fix a typo in doc strings.
258 2002-02-20  Deepak Goel  <deego@glue.umd.edu>
260         * play/snake.el (snake-velocity-queue, snake-update-velocity)
261         (snake-final-x-velocity, snake-final-y-velocity):
262         New variable and functions.  Store user's keypresses
263         into a queue and pop from the queue each subsequent turn.
264         (snake-update-game, snake-move-left)
265         (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
266         (snake-start-game): Use that queue.
267         (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
268         (snake-use-color-flag): Likewise.
269         (snake-mode): Rename uses of those variables.
271 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
273         Support for ICCCM  Extended Segments in X selections:
275         * international/mule-conf.el (ctext-no-compositions): New coding
276         system.
277         (compount-text-no-extensions): Renamed from compound-text.
278         (x-ctext-no-extensions, ctext-no-extensions): Aliases for
279         compound-text-no-extensions.
280         (compound-text): Redefined using post-read and pre-write conversions.
282         * international/mule.el (non-standard-icccm-encodings-alist)
283         (non-standard-designations-alist): New variables.
284         (ctext-post-read-conversion, ctext-pre-write-conversion):
285         New functions.
287 2002-02-21  Andre Spiegel  <spiegel@gnu.org>
289         Patch by Jonathan Kamens <jik@kamens.brookline.ma.us>.
291         * vc.el (vc-default-init-version): Update documentation to
292         indicate that the backend can override the default init version.
293         (vc-register): Use the backend init-version function, if it
294         exists, to determine the initial version of a file.
295         (vc-diff-switches-list): Don't symbol-quote backend, since it's
296         already a symbol.  Don't fail if vc-BACKEND-diff-switches isn't bound.
298         * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
299         not version-controlled.  This is necessary, e.g., if the file has
300         just been reverted, and thus was previously under version control
301         but isn't any longer.
302         (vc-find-file-hook): Likewise.
304 2002-02-21  Andre Spiegel  <spiegel@gnu.org>
306         Patch by Martin.Lorentzson@telia.com.
308         * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
309         (vc-cvs-sticky-tag-display): New variable.
310         (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
311         (vc-cvs-checkin): If the input revision is a valid symbolic tag
312         name, we create it as a branch, commit and switch to it.
313         (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
314         (vc-cvs-valid-symbolic-tag-name-p): New function.
315         (vc-cvs-parse-sticky-tag): New function.
316         (vc-cvs-parse-entry): Added parsing of sticky tags.
318 2002-02-21  Per Abrahamsen  <abraham@dina.kvl.dk>
320         * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
321         nil, and then explicitly set the standard-value to t.
323 2002-02-20  Sam Steingold  <sds@gnu.org>
325         * textmodes/flyspell.el (flyspell-mode): Autoload the variable
326         since it is used in the menu bar.
328 2002-02-20  Richard M. Stallman  <rms@gnu.org>
330         * simple.el (shell-command-on-region): Display the exit status
331         when a command fails.
333         * subr.el (add-hook): Doc fix.
335         * frame.el (other-frame): Doc fix.
337         * simple.el (yank): Clear `field' property.
339 2002-02-20  Tom Tromey  <tromey@cachet>
341         * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
342         natural paragraph boundaries.  Don't fail at beginning of buffer.
344 2002-02-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
346         * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
347         call the argument "arg" to match plain next-line and
348         previous-line.  From Kevin Ryde <user42@zip.com.au>.
350 2002-02-19  Sam Steingold  <sds@gnu.org>
352         * mwheel.el (mouse-wheel-scroll-amount): Can specify different
353         scroll amounts for different modifiers now.
354         (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
355         format properly.
356         (mouse-wheel-mode): Ditto.
358 2002-02-19  Eli Zaretskii  <eliz@is.elta.co.il>
360         * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
361         around function body.
363         * net/browse-url.el (browse-url-maybe-new-window): Reverse the
364         sense of the comparison, to match the doc strings of functions
365         that use this macro.
367 2002-02-19  Per Abrahamsen  <abraham@dina.kvl.dk>
369         * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
371         * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
372         * menu-bar.el (menu-bar-mode): Ditto.
374 2002-02-18  Andreas Schwab  <schwab@suse.de>
376         * replace.el (query-replace-regexp-eval): Doc fix.
378 2002-02-18  Colin Walters  <walters@verbum.org>
380         * calc/calcalg2.el (math-solve-get-int): Convert return value from
381         `math-get-from-counter' to a string before calling `concat' on it.
383         * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
384         (calc-public-autoloads): Obsolete; remove.
385         (calc-private-autoloads): Ditto.
386         (calc-add-autoloads): Ditto.
388         * calc/calc-macs.el (calc-with-default-simplification): Use &rest
389         for body.
391 2002-02-17  Jason Rumney  <jasonr@gnu.org>
393         * w32-win.el (x-option-alist, x-long-option-alist)
394         (x-switch-definitions): Remove, use command-line-x-option-alist
395         instead to be consistent with X.
396         (x-handle-initial-switch): New function.
398 2002-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
400         * faces.el (mode-line-inactive, header-line): Add the :inherit
401         attribute for the tty case.
403 2002-02-17  stanislav shalunov  <shalunov@internet2.edu>
405         * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
406         invoked from Rmail with full headers displayed.
408 2002-02-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
410         * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
411         when repeated.
412         * textmodes/paragraphs.el (mark-paragraph): Ditto.
414 2002-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
416         * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
417         (menu-bar-tools-menu): Removed speedbar.
419         * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
420         and `flyspell-mode' entries.
422         * textmodes/flyspell.el (flyspell): Add to ispell group.
424 2002-02-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
426         * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
427         repeated.
428         (mark-defun): Mark more if repeated.
430 2002-02-17  Colin Walters  <walters@verbum.org>
432         * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
434         * ibuffer.el (ibuffer-truncate-lines): New option.
435           (ibuffer-mode):  Use it.
437 2002-02-17  Kim F. Storm  <storm@cua.dk>
439         * cus-start.el: Add mouse-highlight.
441 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
443         * Makefile.in (DONTCOMPILE): Remove cus-start.el.
445         * cus-start.el: Add automatic-hscroll-margin and
446         automatic-hscroll-step.
448 2002-02-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
450         * cus-start.el (x-autoselect-window): Allow customization.
452         * eshell/em-alias.el (eshell-alias-initialize): Do not use
453         make-local-hook.
455         * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
457         * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
459         * eshell/em-glob.el (eshell-glob-initialize): Likewise.
461         * eshell/em-hist.el (eshell-hist-initialize): Likewise.
463         * eshell/em-pred.el (eshell-pred-initialize): Likewise.
465         * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
467         * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
469         * eshell/em-smart.el (eshell-smart-initialize): Likewise.
471         * eshell/em-unix.el (eshell-unix-initialize): Likewise.
473         * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
475         * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
477         * eshell/esh-io.el (eshell-io-initialize): Likewise.
479         * eshell/esh-mode.el (eshell-mode): Likewise.
481         * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
483         * eshell/esh-var.el (eshell-var-initialize): Likewise.
485         * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
487         * progmodes/idlwave.el (idlwave-mode): Likewise.
489         * textmodes/reftex-sel.el (reftex-select-label-mode)
490         (reftex-select-bib-mode): Likewise.
492 2002-02-16  John Wiegley  <johnw@gnu.org>
494         * eshell/em-hist.el (eshell-hist-initialize): When in the
495         minibuffer, use the global value of `eshell-history-ring', and
496         never save it to disk, or ask to save it to disk.  This allows
497         users of session.el to control whether its global state should be
498         persisted or not.
499         (eshell-add-command-to-history): Don't write Eshell's history out
500         to disk, let the governing mode control that upon exit.
502 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
504         * eshell/eshell.el (eshell-command): Before reading from the
505         minibuffer, add eshell-add-command-to-history to
506         minibuffer-exit-hook, and remove it after read-from-minibuffer
507         returns.
509         * eshell/em-hist.el (eshell-add-input-to-history): New function,
510         with most of the code from eshell-add-to-history.
511         (eshell-add-command-to-history): New function, to record in
512         eshell-history the commands run via eshell-command.
513         (eshell-add-to-history): Call eshell-add-command-to-history to do
514         most of the work.
516 2002-02-16  John Wiegley  <johnw@gnu.org>
518         * eshell/esh-ext.el (eshell-external-command): Added a fix for
519         XEmacs' new dired.el, which adds a global entry in the
520         `file-name-handler-alist'.
522 2002-02-16  John Wiegley  <johnw@gnu.org>
524         * align.el (align-region): Added a missing name argument.
526 2002-02-16  John Wiegley  <johnw@gnu.org>
528         * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
529         after the #! of a shell interpretor specification.
531 2002-02-15  Richard M. Stallman  <rms@gnu.org>
533         * help.el (describe-key-briefly): Make output in INSERT case
534         look just like what is displayed in the normal case.
536 2002-02-15  Andreas Schwab  <schwab@suse.de>
538         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Require
539         non-letter after specials.
541 2002-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
543         * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
545 2002-02-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
547         * simple.el (mark-word): Mark more if repeated.
548         * textmodes/paragraphs.el (mark-paragraph): Ditto.
549         (mark-end-of-sentence): Ditto.
551 2002-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
553         * wid-edit.el (widgetp): Made it more robust.
555 2002-02-14  Per Abrahamsen  <abraham@dina.kvl.dk>
557         * facemenu.el (describe-text-done): New function.
558         (describe-text-mode-map): New variable.
559         (describe-text-mode-hook): New option.
560         (describe-text-mode): New function.
561         (describe-text-widget): New function.
562         (describe-text-sexp): New function.
563         (describe-text-properties): New function.
564         (describe-text-category): New command.
565         (describe-text-at): New command.
566         (facemenu-menu): Replace `list-text-properties-at' with
567         `describe-text-at' in the menu.
569         * wid-edit.el (widgetp): New function.
570         * wid-edit.el (widget-keymap, widget-insert, widget-setup):
571         Autoloaded.
573         * emacs-lisp/pp.el (pp-to-string): Autoloaded.
575         * wid-browse.el: Removed version and x-url keywords.
577 2002-02-13  Kim F. Storm  <storm@cua.dk>
579         * cus-start.el (mode-line-in-non-selected-windows):
580         Allow customization.
582 2002-02-13  Richard M. Stallman  <rms@gnu.org>
584         * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
585         Tell bibtex-parse-keys to output no progress messages.
587         * international/mule-diag.el (list-input-methods):
588         Use help-input-method, not describe-input-method, for button type.
590         * register.el (describe-register-1): Access register contents here.
592         * textmodes/text-mode.el (text-mode-hook-identify):
593         Restore previous definition.  Add to text-mode-hook again.
595         * mail/mailabbrev.el (define-mail-abbrev): Define as system abbrev.
596         (mail-abbrev-in-expansion-header-p): Copy the code of mail-header-end
597         to avoid needing sendmail.el at run time.
599         * bindings.el (mode-line-minor-mode-keymap): Definition moved up.
600         Initialization moved up too.
601         (mode-line-modes): Use :propertize.
602         (mode-line-mode-menu-keymap): Var deleted.
603         (mode-line-copied-mode-name): Var deleted.
604         (mode-line-mode-name): Function deleted.
605         (mode-line-mode-menu): Each item now shows its mode line lighter.
606         (minor-mode-alist): Don't call propertize here.
608 2002-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
610         * progmodes/pascal.el (pascal-imenu-generic-expression):
611         Add menu-title and fix parentheses.
613 2002-02-12  Per Abrahamsen  <abraham@dina.kvl.dk>
615         * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
616         (menu-bar-options-menu): Don't set default value for `truncate-lines'.
618 2002-02-12  Per Abrahamsen  <abraham@dina.kvl.dk>
620         * menu-bar.el (menu-bar-options-save): Only save
621         `current-language-environment' and `default-input-method' when
622         marked as customized.
624         * international/mule-cmds.el
625         (setup-specified-language-environment):
626         Mark `current-language-environment' as customized.
627         (set-input-method): Mark `default-input-method' as customized when
628         called interactively.
629         (toggle-input-method): Ditto.
631 2002-02-11  Colin Walters  <walters@verbum.org>
633         * ibuffer.el (ibuffer-switch-format): Supply required argument for
634         `ibuffer-current-formats'.
636 2002-02-11  Miles Bader  <miles@gnu.org>
638         * faces.el (mode-line-inactive): Add dark-background variant.
640 2002-02-11  Per Abrahamsen  <abraham@dina.kvl.dk>
642         * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
643         * menu-bar.el (menu-bar-mode): Ditto.
644         * cus-edit.el (customize-mark-to-save): Always save variables
645         without a standard value.
647         * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
648         (menu-bar-options-save): Ditto.
649         (menu-bar-showhide-menu): Ditto.
650         (menu-bar-options-menu): Ditto.
651         (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
652         (menu-bar-scroll-bar-none): Remove.
653         (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
654         expressions instead.
656         * cus-edit.el (customize-set-value): Return value.
657         (customize-set-variable): Ditto.
658         (customize-save-variable): Ditto.
659         (customize-set-variable): Load dependencies before setting value.
660         (custom-load-symbol): Autoload it.
661         (customize-mark-as-set): New function.
663 2002-02-11  Eli Zaretskii  <eliz@is.elta.co.il>
665         * cus-start.el: Don't warn about "x-*" symbols when building a
666         non-GUI version.
668 2002-02-11  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
670         * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
671         Doc fix.
672         (strokes-help): Do not use doubled with-output-to-temp-buffer.
673         Fix the help string.
674         (strokes-prompt-user-save-strokes): Fix typo.
675         (strokes-list-strokes): Use proper exit-action argument for
676         view-buffer.  Update copyright notice.
678         * international/mule-diag.el: Various doc and message fixes.
679         (non-iso-charset-alist): Add mac-roman.  Don't add entries for
680         codepages already present.
681         (list-block-of-chars): Display space for null entries in
682         translation table.  Display tab specially.
683         (list-non-iso-charset-chars): Check for null charsets.  Use pop
684         for clarity.  Don't break 8-bit sets into sections between ranges.
685         (list-charset-chars): Avoid indent-tabs-mode.
686         (describe-char-after): Maybe use the text property for syntax
687         table information.  Maybe report char-code-property-table info.
688         Maybe report character's unicode.  Tweak printing of list info.
689         (list-input-methods): Add xref buttons.
690         (dump-charsets, dump-codings): Deleted (obsolete).
691         From Dave Love <fx@gnu.org>.
693 2002-02-10  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
695         * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
697 2002-02-10  Michael Kifer  <kifer@cs.stonybrook.edu>
699         * viper-util.el (viper-read-key-sequence): Fix so it'll read
700         fast key sequences in emacs native mode
701         (viper-events-to-keys): Delete.
703         * viper.el (describe-key, describe-key-briefly): Get rid of
704         viper-events-to-keys.
706         * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
708         * ediff-wind.el (ediff-setup-control-frame):
709         Use ediff-has-gutter-support.
711         * ediff-util.el (ediff-dispose-of-variant-according-to-user):
712         check if buff is alive.
714         * ediff.el: Typo in comment.
716 2002-02-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
718         * menu-bar.el (menu-bar-options-save): Take care of
719         line-number-mode and column-number-mode variables.
720         (menu-bar-showhide-menu): New menu-items "Show Line Number" and
721         "Show Column Number" in "Show/Hide" menu.
723 2002-02-09  Richard M. Stallman  <rms@gnu.org>
725         * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
727 2002-02-09  Kim F. Storm  <storm@cua.dk>
729         * faces.el (mode-line-inactive): New face for mode-line for
730         non-selected windows.
731         (mode-line): Doc fix: Only used for selected window.
733 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
735         * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
736         name to "Insert Diary Entry".
738 2002-02-08  Stefan Monnier  <monnier@cs.yale.edu>
740         * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
741         (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
743 2002-02-08  Richard M. Stallman  <rms@gnu.org>
745         * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
747 2002-02-08  Andreas Schwab  <schwab@suse.de>
749         * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
750         of point-min.
752 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
754         * net/ange-ftp.el (ange-ftp-process-handle-line)
755         (ange-ftp-set-xfer-size): If the file's size is a float, divide
756         by 1024 instead of using ash.
758         * international/mule-cmds.el (select-safe-coding-system):
759         State the buffer's name in the message popped in the *Warning* buffer,
760         and make sure the offending buffer is displayed.
762 2002-02-07  Markus Rost  <rost@math.ohio-state.edu>
764         * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
766 2002-02-07  Richard M. Stallman  <rms@gnu.org>
768         * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
770         * register.el (list-registers): New command.
771         (describe-register-1): New subroutine, taken out of view-register.
773         * emacs-lisp/copyright.el (copyright-regexp):
774         Delete the unibyte copyright symbol; it's redundant.
775         Fix a spazz in the multibyte encoding here.
777 2002-02-07  Dave Love  <fx@gnu.org>
779         * language/cyril-util.el (cyrillic-encode-koi8-r-char)
780         (cyrillic-encode-alternativnyj-char): Get translation tables from
781         symbol properties, not as variables.
782         (standard-display-cyrillic-translit): Include unicodes.
784 2002-02-06  Kim F. Storm  <storm@cua.dk>
786         * help.el (where-is): Report remapped commands.
788         * help-fns.el (describe-function-1): Ditto.
790         * subr.el (global-set-key, local-set-key): Accept a symbol for the
791         KEY argument (like define-key).
793 2002-02-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
795         * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
797 2002-02-06  Richard M. Stallman  <rms@gnu.org>
799         * mail/mailabbrev.el: Require sendmail only at compile time.
800         (mail-mode-header-syntax-table): Var deleted.
801         (mail-abbrev-syntax-table): Init to nil, will compute when needed.
802         (sendmail-pre-abbrev-expand-hook): Only temporarily change
803         local-abbrev-table and the syntax table.
804         Compute mail-abbrev-syntax-table if that has not been done.
806         * progmodes/compile.el (grep-compute-defaults): Definition moved up.
808         * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
809         (debugger-frame-number): Figure out the offset directly.
810         (debugger-setup-buffer): Don't use debugger-frame-offset.
811         (debugger-frame, debugger-frame-clear): Likewise.
812         (debugger-jump): Don't alter debugger-frame-offset.
814         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
815         Replace foo-p as var name with foo-flag, not foo-p-flag.
817         * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
818         (highlight-changes-passive-string): Default to -Chg.
819         (highlight-changes-global-modes): Doc fix.
821         * dired.el (dired-get-filename): Add /: when appropriate
822         to avoid taking a local name as remote.
824         * files.el (file-name-non-special): Add special handling for
825         file-name-sans-versions, file-name-completion, and
826         file-name-all-completions.
828         * isearch.el (isearch-update): Don't update display in kbd macro.
829         (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
831         * subr.el (force-mode-line-update): Doc fix.
833         * subr.el (atomic-change-group, prepare-change-group)
834         (activate-change-group, accept-change-group, cancel-change-group):
835         New functions.
837         * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
838         (transpose-subr-1): Use atomic-change-group.
840         * subr.el (add-minor-mode): Include the mode's lighter string
841         in the minor mode menu item name.
843         * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
844         rmail-count-screen-lines starting from (point-min).
846         * startup.el (use-fancy-splash-screens-p): Need 19 lines,
847         beyond the image height, to use the fancy splash screen.
849         * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
850         (text-mode): Set text-mode-variant here.
852 2002-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
854         * play/pong.el (pong-height): Don't use height that exceeds the
855         frame height.
856         (pong-border-options): Make the border colors slightly more bright.
858         * play/gamegrid.el (gamegrid-display-type): Treat any
859         color-capable display as color-x, if display-color-p is fboundp.
860         (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
861         (gamegrid-make-color-tty-face): Use the value of color, not the
862         symbol itself.  Don't call gamegrid-color.
864 2002-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
866         * gud.el (gud-refresh): Call recenter only after we are sure we
867         are in the right window.
869 2002-02-05  Per Abrahamsen  <abraham@dina.kvl.dk>
871         * cus-edit.el (customize-mark-to-save): New function.
872         * menu-bar.el (menu-bar-options-save): Rewrote.
874 2002-02-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
876         * cus-start.el (x-use-underline-position-properties):
877         Allow customization.
879 2002-02-04  Simon Josefsson  <jas@extundo.com>
881         * dired.el (dired-load-hook, dired-mode-hook)
882         (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
884 2002-02-03  Colin Walters  <walters@verbum.org>
886         * ibuf-ext.el (ibuffer-filter-format-alist)
887         (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
888         New variables.
889         * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
890         is now the Emacs CVS tree.
891         (ibuffer-formats): Doc fix.
892         (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
893         (ibuffer-current-format): Use them.
894         (ibuffer-recompile-formats, ibuffer-check-formats)
895         (ibuffer-switch-format, ibuffer-update-title):
896         Add support for ibuffer-filter-format-alist.
897         (define-ibuffer-column process): Remove unncessary consing.
899         * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
900         for a summary column.
902 2002-02-03  Andreas Schwab  <schwab@suse.de>
904         * window.el (save-selected-window): Move macro before first use.
905         (balance-windows): Fix misplaced parenthesis.
907 2002-02-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
909         * calculator.el (calculator-displayers): Doc fixes.
911 2002-02-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
913         * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
914         (menu-bar-options-save): Save also the value of `display-time-mode'.
915         (showhide-date-time): New function.
916         (menu-bar-showhide-menu): New menu-item "Date and time".
918 2002-02-03  Eli Zaretskii  <eliz@is.elta.co.il>
920         * mail/rmail.el (rmail): Use find-buffer-visiting instead of
921         get-file-buffer to check for rmail buffer existence.
923         * term.el (term-emulate-terminal): Extract proper command string
924         which is supplied to term-command-hook.
926 2002-02-03  Richard M. Stallman  <rms@gnu.org>
928         * international/quail.el (quail-help): Don't call help-setup-xref.
930         * international/mule-cmds.el (describe-input-method):
931         Call help-setup-xref here.
932         (describe-current-input-method): Doc fix.
934         * novice.el (disabled-command-hook): Clarify output text.
935         Indent the paragraph from the command's doc string.
937         * dabbrev.el (dabbrev--goto-start-of-abbrev):
938         Exit loop on beginning of field rather than bobp.
940 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
942         * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
943         the message text into the *mail* buffer, and restore the pruned
944         state after that.
946         * mail/rmail.el (rmail-redecode-body): Prune the headers before
947         looking for X-Coding-System header, and restore the pruned state
948         before returning.
950 2002-02-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
952         * cus-edit.el (customize-save-variable): Fix typo in prompt.
954         These changes integrate new version of flyspell.el from its
955         maintainer, Manuel Serrano:
957         * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
958         (flyspell-mode-on, flyspell-notify-misspell)
959         (flyspell-small-region, flyspell-external-point-words)
960         (flyspell-large-region): Use it
961         (flyspell-before-incorrect-word-string)
962         (flyspell-after-incorrect-word-string): New user options.
963         (make-flyspell-overlay): Use them.
964         (flyspell-version): New function.
965         (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
966         definitions to use :weight.
967         (flyspell-insert-function): New user option.
968         (flyspell-auto-correct-word, flyspell-correct-word)
969         (flyspell-xemacs-correct): Use it.
970         (flyspell-define-abbrev): New function.
971         (flyspell-auto-correct-word, flyspell-correct-word)
972         (flyspell-xemacs-correct): Use it.
973         (make-flyspell-overlay): Use `evaporate' property.
974         (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
975         (flyspell-emacs-popup): Use `session' instead of `accept'.
976         (flyspell-auto-correct-previous-pos): New variable.
977         (flyspell-auto-correct-previous-hook)
978         (flyspell-auto-correct-previous-word): New functions.
980 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
982         * novice.el (enable-command): If Emacs was invoked as "emacs -q",
983         don't alter the user's ~/.emacs.
984         (disable-command): If user-init-file is nil or does not exist,
985         default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
986         But don't alter the init file if Emacs was invoked as "emacs -q"
988 2002-02-01  Stefan Monnier  <monnier@cs.yale.edu>
990         * mail/sendmail.el (mail-mode): Undo half of last change.
992         * indent.el (indent-for-tab-command): Remove spurious code.
994         * hi-lock.el (hi-lock-find-patterns): Save restriction.
996 2002-02-01  Eli Zaretskii  <eliz@is.elta.co.il>
998         * calendar/time-date.el: Moved from lisp/gnus.
1000         * calendar/parse-time.el: Ditto.
1002 2002-01-31  Richard M. Stallman  <rms@gnu.org>
1004         * international/iso-acc.el (iso-languages): Fix ", " in French.
1006         * cus-start.el (history-length): Specify customization for it.
1008         * emacs-lisp/debug.el (debugger-setup-buffer):
1009         When an eval-buffer frame was reading from a buffer,
1010         insert indication of the buffer position.
1011         (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
1012         (debugger-frame-clear, debugger-frame): Error on non-frame line.
1014         * simple.el (shell-command-on-region): Err if no mark
1015         before reading the command string.
1017         * hl-line.el (hl-line-highlight, hl-line-unhighlight):
1018         Definitions moved down after hl-line-mode var's definition.
1020         * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
1021         (hilit-chg-set-face-on-change): Rename arg.
1022         (hilit-chg-make-ov): Detect error earlier.
1024         * ediff-hook.el: Delete autoload cookies.
1026         * comint.el (comint-scroll-show-maximum-output): Default is t.
1028         * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
1029         (batch-byte-compile-if-not-done): New function.
1031         * Makefile.in (compile): New target.
1032         (compile-always): Renamed from compile-files.
1033         (compile-after-backup): Renamed from compile.
1034         (bootstrap): Depend on compile-always, not compile-files.
1036         * emulation/pc-select.el (pc-select-save-and-set-mode):
1037         Properly use MODE-VAR.
1039 2002-01-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1041         * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
1042         Version" to "About Emacs".
1043         (menu-bar-options-save): Add `default-frame-alist'
1044         to saved variables.
1045         (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
1046         of the variable `scroll-bar-mode'.
1048         * startup.el (normal-splash-screen, display-splash-screen):
1049         New functions (separated from command-line-1).
1050         (command-line-1): Use them.
1052 2002-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
1054         * calendar/calendar.el (generate-calendar-month): Doc fix.
1056 2002-01-27  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1058         * time.el (display-time-mail-directory): New option.
1059         (display-time-mail-function): Update doc-string.
1060         (display-time-mail-icon): Use XPM image when available.
1061         (display-time-string-forms): Use more descriptive text as
1062         help-echo property.
1063         (display-time-mail-check-directory): New function.
1064         (display-time-update): Use it.
1066         * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
1067         Quote `window-system'.
1069         * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
1070         Add Keywords header.  Update Commentary section.
1071         Update copyright notice.
1073         * menu-bar.el (menu-bar-scroll-bar-right)
1074         (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
1075         (showhide-menu-bar): New functions.
1076         (menu-bar-showhide-menu): New submenu "Show/Hide".
1077         (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
1078         "Show/Hide".
1079         Update copyright notice.
1081 2002-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
1083         * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
1085 2002-01-26  Evgeny Roubinchtein  <evgenyr@cs.washington.edu>
1087         * pc-select.el (pc-selection-mode-hook)
1088         (pc-select-saved-settings-alist, pc-select-map)
1089         (pc-select-saved-global-map, pc-select-key-bindings-alist)
1090         (pc-select-default-key-bindings, pc-select-extra-key-bindings)
1091         (pc-select-meta-moves-sexps-key-bindings)
1092         (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
1093         New variables.
1094         (pc-select-define-keys, pc-select-restore-keys): New functions.
1095         (pc-select-add-to-alist, pc-select-save-and-set-var)
1096         (pc-select-save-and-set-mode, pc-select-restore-var)
1097         (pc-select-restore-mode): New macros.
1098         (pc-selection-mode): Completely rewrote the body of the function;
1099         the main goal was to make pc-selection-mode "turn-off"-able, like
1100         other minor modes.  Use define-minore-mode instead of just a
1101         defun.  Store the key bindings into four alists:
1102         pc-select-default-key-bindings, pc-select-extra-key-bindings,
1103         pc-select-meta-moves-sexps-key-bindings, and
1104         pc-select-tty-key-bindings; then have the pc-select-define-keys
1105         function walk those alists instead of calling define-key
1106         repeatedly.  When the mode is turned on, set the
1107         keybindings in global-map and remember the old keybindings; when
1108         the mode is turned off, restore the previously-saved keybindings.
1109         (pc-selection-mode defcustom): Reflect the fact that the mode is
1110         now "turn-off"-able.
1112 2002-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
1114         * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
1115         returns t, don't treat that as an error.
1117 2002-01-25  Jason Rumney  <jasonr@gnu.org>
1119         * faces.el (face-font-registry-alternatives) [windows-nt]:
1120         Add ms-oemlatin as an alternative for iso8859-1.
1122 2002-01-25  Stefan Monnier  <monnier@cs.yale.edu>
1124         * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
1125         args and the absence of an entry.  Don't add -f each time.
1127 2002-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
1129         * emacs-lisp/cl-seq.el (mismatch): Doc fix.
1131         Support for more than 8 colors on character terminals:
1133         * term/rxvt.el: New file.
1135         * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
1137         * term/xterm.el (xterm-standard-colors): New variable.
1138         (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
1139         (xterm-rxvt-set-background-mode): New functions.
1140         (toplevel): Call xterm-register-default-colors,
1141         xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
1142         Add support for more keys from xterm's terminfo entry.
1144         * facemenu.el (list-colors-display): If the argument is nil, don't
1145         show more colors that the number returned by display-color-cells.
1147         * term/pc-win.el (msdos-color-values): Reverse the order of the
1148         colors, since tty-color-define now preserves the registration order.
1150         * w32-fns.el (w32-tty-standard-colors): Reverse the order.
1152         * term/tty-colors.el (tty-standard-colors): Reverse the order.
1153         (tty-register-default-colors): New function; code moved from
1154         startup.el's command-line.
1155         (tty-modify-color-alist): Use nconc instead of cons, to preserve
1156         the order the colors where registered.
1158         * frame.el (display-color-cells): Use tty-display-color-cells.
1160         * startup.el (command-line): Call tty-register-default-colors.
1162 2002-01-25  Richard M. Stallman  <rms@gnu.org>
1164         * subr.el (remove): Doc fix.
1166 2002-01-24  Richard M. Stallman  <rms@gnu.org>
1168         * progmodes/compile.el (compilation-handle-exit):
1169         Add a compilation-handle-exit property to the "finished" message.
1170         (compilation-parse-errors): Stop parsing when that property is seen.
1172         * subr.el (substring-no-properties): New function.
1173         (copy-without-properties): Function deleted.
1175         * term/x-win.el (x-handle-geometry): Put sizes on both
1176         initial-frame-alist and default-frame-alist.
1178         * cus-edit.el (custom-save-all): Bind file-precious-flag to t
1179         for saving .emacs.
1181         * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
1183         * calendar/calendar.el (generate-calendar-month): Doc fix.
1185 2002-01-23  Richard M. Stallman  <rms@gnu.org>
1187         * play/tetris.el (tetris): New defgroup.
1188         (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
1189         (tetris-default-tick-period): Convert to defcustom.
1190         Added * in docstring to indicate user variable.
1191         (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
1192         (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
1193         (tetris-buffer-height, tetris-width, tetris-height)
1194         (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
1196 2002-01-22  Stefan Monnier  <monnier@cs.yale.edu>
1198         * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
1199         and is already matched by adaptive-fill-regexp.
1201 2002-01-22  Richard M. Stallman  <rms@gnu.org>
1203         * bindings.el (mode-line-copied-mode-name): New variable.
1204         (mode-line-mode-name): Don't modify mode-name itself!
1205         Instead, make a copy and reuse it.
1207         * subr.el (copy-without-properties): New function.
1209         * progmodes/sh-script.el (sh-set-shell): Doc fix.
1211         * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
1212         slash if DIR is just slash.
1214         * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
1216 2002-01-21  Richard M. Stallman  <rms@gnu.org>
1218         * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
1220         * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
1221         Move defvar up.
1223         * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
1225         * ibuffer.el: Don't require ibuf-ext at load time.
1226         (ibuffer): Require ibuf-ext here.
1228 2002-01-21  Francesco Potorti`  <pot@gnu.org>
1230         * generic-x.el (apache-conf-generic-mode): Highlight the first
1231         word in a line even if preceded by blanks.
1233 2002-01-21  Richard M. Stallman  <rms@gnu.org>
1235         * window.el (window-body-height): Handle minibuffer window specially.
1236         Otherwise, don't return less than 1.
1238 2002-01-20  Thomas Dorner  <Thomas.Dorner@start.de>
1240         * ange-ftp.el: Added support for BS2000, and for raw ftp
1241         login commands (needed in some circumstances).
1242         (ange-ftp-raw-login): New custom var.
1243         (ange-ftp-normal-login): Perform login with raw ftp commands, if
1244         ange-ftp-raw-login is set and account password is needed.
1245         (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
1246         (ange-ftp-bs2000-filename-pubset-regexp)
1247         (ange-ftp-bs2000-filename-username-regexp)
1248         (ange-ftp-bs2000-filename-prefix-regexp)
1249         (ange-ftp-bs2000-name-template): New consts.
1250         (ange-ftp-bs2000-short-filename-regexp)
1251         (ange-ftp-bs2000-fix-name-regexp-reverse)
1252         (ange-ftp-bs2000-fix-name-regexp): New consts.
1253         (ange-ftp-bs2000-special-prefix): New custom var.
1254         (ange-ftp-fix-name-for-bs2000)
1255         (ange-ftp-fix-dir-name-for-bs2000): New funs.
1256         (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
1257         (ange-ftp-bs2000-posix-hook-installed): New vars.
1258         (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
1259         (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
1260         (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
1261         (ange-ftp-bs2000-filename-regexp): New const.
1262         (ange-ftp-bs2000-additional-pubsets): New custom var.
1263         (ange-ftp-bs2000-cd-to-posix): New fun.
1265 2002-01-20  Colin Walters  <walters@verbum.org>
1267         * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
1268         with `byte-compile-dynamic'.
1269         (ibuffer-default-directory, toplevel): Doc files.
1271 2002-01-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1273         * tempo.el (tempo-define-template): Doc fix.
1275         * scroll-bar.el (scroll-bar-mode): Make argument optional.
1277 2002-01-20  Jason Rumney  <jasonr@gnu.org>
1279         * w32-vars.el: New file.
1281         * loadup.el [windows-nt]: Load it.
1283         * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
1284         and make them defcustoms.
1286         * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
1288 2002-01-19  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1290         * language/tibet-util.el (tibetan-decompose-region)
1291         (tibetan-decompose-string): Fix typo in docstring.
1293         * ruler-mode.el (ruler-mode): New keyword.  Fix :version.
1295 2002-01-18  Richard M. Stallman  <rms@gnu.org>
1297         * comint.el (comint-redirect-send-command-to-process):
1298         Restore previous current buffer.
1300         * window.el (window-body-height): New function.
1302 2002-01-18  Zoltan Kemenczy  <kemenczy@rogers.com>
1304         * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
1305         "Finish Function" menu map entries for jdb mode.
1306         (gud-jdb-use-classpath): New customization variable.
1307         (gud-jdb-command-name): Add customization.
1308         (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
1309         (gud-jdb-classpath-string): New variable.
1310         (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
1311         (gud-jdb-build-source-files-list): Likewise.
1312         (gud-jdb-massage-args): Record any command argument classpath
1313         string in `gud-jdb-classpath-string'.
1314         (gud-jdb-lowest-stack-level): New function, finds bottom of current
1315         java call stack in jdb output.
1316         (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
1317         (gud-jdb-parse-classpath-string): New functions.
1318         (gud-jdb-marker-filter): Search/detect classpath information in
1319         jdb's output.  marker regexp updated to match oldjdb and jdb output
1320         formats.  Expand search for source files to include new/old methods
1321         using new functions above.  Do not allow `gud-marker-acc' to grow
1322         without bound.
1323         (jdb): Set classpath information (if available) as jdb is started.
1324         Change `gud-break' and `gud-remove'
1325         to use new %c ("class") escape in format strings.  Add
1326         `gud-finish', `gud-up', `gud-down' command string functions, and
1327         add them to the local menu map.  Update `comint-prompt-regexp' for
1328         jdb and oldjdb.  If attaching to an already running java VM and
1329         configured to use classpath, send command to query for classpath,
1330         else use previous method for finding and parsing java
1331         sources.  Set `gud-jdb-find-source' function accordingly.
1332         (gud-mode): Doc fix.
1333         (gud-format-command): Add support for new %c ("class") escape.
1334         (gud-find-class): New function in support of %c escape.
1336 2002-01-17  Richard M. Stallman  <rms@gnu.org>
1338         * ibuf-ext.el: Enable byte-compile-dynamic.
1340 2002-01-17  Jason Rumney  <jasonr@gnu.org>
1342         * term/w32-win.el: Restore conditional require of fontset.
1344 2002-01-16  Richard M. Stallman  <rms@gnu.org>
1346         * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
1347         more or less.
1348         (mouse-drag-region): New function.  For a click in the echo area,
1349         show *Messages*.
1351         * ibuf-ext.el: Delete the autoloads for functions defined with
1352         ibuffer-specific commands.
1354         * help.el (describe-distribution): Really call view-file.
1356         * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
1357         (ange-ftp-get-process): Pass that arg.
1359         * comint.el (comint-simple-send): Fix previous change.
1361         * net/telnet.el (telnet-simple-send): Fix previous change.
1363         * progmodes/sql.el (sql-escape-newlines-and-send)
1364         (sql-query-placeholders-and-send): Fix previous change.
1366 2002-01-16  Colin Walters  <walters@verbum.org>
1368         * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
1369         URL, Compatibility headers.  Update copyright notice.
1370         * ibuf-macs.el (toplevel): Require `cl' when compiling.
1372 2002-01-16  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
1374         * startup.el (command-line): Set EOL mnemonics for the Mac.
1376 2002-01-16  Andreas Schwab  <schwab@suse.de>
1378         * mail/feedmail.el (feedmail): Fix :link spec.
1380 2002-01-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1382         * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
1383         2 ldapsearch.
1385         * net/eudc.el: New maintainer.  Change author's address.
1386         (eudc-pre-select-window-configuration, eudc-insertion-marker):
1387         Variables removed.
1388         (eudc-insert-selected): Function removed.
1389         (eudc-select): Reimplemented.
1390         (eudc-expand-inline): Delete the strings only after its expansion
1391         is chosen not before.
1393         * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
1394         Minor coding style fixes.
1396         * net/eudcb-ldap.el: New maintainer.  Change author's address.
1397         (eudc-attribute-display-method-alist): Display mail with
1398         eudc-display-mail.
1400         * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
1401         * net/eudc-vars.el: New maintainer.  Change author's address.
1403         * net/eudc-bob.el: New maintainer.  Change author's address.
1404         (eudc-bob-mail-keymap): New keymap for e-mail addresses.
1405         (eudc-display-mail): New function.
1406         (eudc-bob-play-sound-at-point): Remove XEmacs case.
1408 2002-01-15  Richard M. Stallman  <rms@gnu.org>
1410         * emacs-lisp/autoload.el (make-autoload):
1411         Don't handle define-ibuffer-column, define-ibuffer-filter,
1412         define-ibuffer-sorter, and define-ibuffer-op.
1414 2002-01-14  Richard M. Stallman  <rms@gnu.org>
1416         * calendar/calendar.el (diary-date-forms): Doc fix.
1418 2002-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
1420         * startup.el (command-line): Register the default tty colors even
1421         if the terminal doesn't seem to support colors.
1422         <tty-long-option-alist>: New option --color.
1423         (tty-handle-args): Parse the --color arg.
1425         * term/tty-colors.el (tty-color-mode-alist): New variable.
1427 2002-01-14  Stefan Monnier  <monnier@cs.yale.edu>
1429         * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
1430         (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
1431         Use it.
1432         (ange-ftp-hook-function): Preserve match-data.
1433         (ange-ftp-insert-directory): Typo.
1434         (ange-ftp-shell-command): Check if regexp matched.
1436 2002-01-13  Richard M. Stallman  <rms@gnu.org>
1438         * international/mule-cmds.el: help-map bindings moved to help.el.
1440         * help.el (view-echo-area-messages): New function.
1441         (help-map): Add `e' binding.  Delete obsolete `d' binding.
1442         Change old Info bindings C-f, C-k and C-i to F, K, S.
1443         Move view-emacs-FAQ from F to C-f.
1444         Move view-emacs-problems from P to C-e.
1445         Bindings moved here from mule-cmds.el.
1446         C-l binding for describe-language-environment deleted
1447         (help-for-help): Update for all these changes.
1449         * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
1451 2002-01-13  Dave Love  <fx@gnu.org>
1453         * emacs-lisp/copyright.el: Doc fixes.
1454         (copyright-regexp): Add Latin-9 copyright sign.
1455         Match comment delimiters in year lists.
1456         (copyright-current-year): Initialize to load-time year.
1458 2002-01-13  Andreas Schwab  <schwab@suse.de>
1460         * dired-aux.el (dired-do-shell-command): Doc fix.
1462 2002-01-13  Jan Djarv  <Jan.Djarv@mbox200.swipnet.se>
1464         * startup.el (command-line-x-option-alist): New options "-fs",
1465         "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
1467         * term/x-win.el (x-handle-initial-switch): New function.
1469 2002-01-13  Colin Walters  <walters@debian.org>
1471         * emacs-lisp/autoload.el (make-autoload): Handle
1472         define-ibuffer-column, define-ibuffer-filter,
1473         define-ibuffer-sorter, and define-ibuffer-op.
1475         * emacs-lisp/lisp-mode.el (toplevel): Ditto.
1477         * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
1479 2002-01-12  Richard M. Stallman  <rms@gnu.org>
1481         * net/browse-url.el (browse-url-grail):
1482         Use browse-url-maybe-new-window.
1484         * net/telnet.el (telnet-simple-send): Handle
1485         comint-input-sender-no-newline like comint-simple-send.
1487         * progmodes/sql.el (sql-query-placeholders-and-send): Handle
1488         comint-input-sender-no-newline like comint-simple-send.
1489         (sql-escape-newlines-and-send): Likewise.
1491         * comint.el (comint-input-sender): Doc fix.
1492         (comint-input-sender-no-newline): New variable.
1493         (comint-simple-send): If comint-input-sender-no-newline,
1494         don't output newline, but maybe send eof.
1495         (comint-send-input): New arg NO-NEWLINE.
1496         (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
1498 2002-01-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1500         * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent
1501         delaying when executing keyboard macros.
1503 2002-01-12  Richard M. Stallman  <rms@gnu.org>
1505         * simple.el (line-move): If we can't move enough lines,
1506         go to beginning or end of line.
1508         * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
1509         and proper window.
1511         * help.el (describe-mode): Call help-setup-xref in the help buffer.
1512         Switch buffers only after calling `help-buffer'.
1514         * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
1515         only when they are surrounded by whitespace.
1516         Use dired-mark-separator when adding one file name to a command.
1517         (dired-do-shell-command): Verify that * is surrounded by whitespace.
1518         Ask for confirmation if * or ? is not surrounded by whitespace.
1519         (dired-bunch-files): Re-reverse the partial file list when it is used.
1521 2002-01-12  Richard M. Stallman  <rms@gnu.org>
1523         * comint.el (comint-dynamic-list-completions): Repeating the command
1524         after displaying a completion list scrolls the list.
1526 2002-01-12  Eli Zaretskii  <eliz@is.elta.co.il>
1528         * files.el (find-file-noselect): Don't consider a buffer as
1529         visiting a file literally if it is in hexl-mode.
1531         * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
1533 2002-01-11  Richard M. Stallman  <rms@gnu.org>
1535         * startup.el (initial-scratch-message): Fix custom type, add group.
1537         * mail/rmail.el (rmail-decode-babyl-format): Disable undo
1538         around the decode-coding-region call.
1540         * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
1541         after displaying a completion list scrolls the list.
1543 2002-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
1545         * version.el (emacs-version): Bump to 21.2.50.
1547 2002-01-10  Thien-Thi Nguyen  <ttn@giblet.glug.org>
1549         * play/zone.el (zone-timeout): New var.
1550         (zone-hiding-modeline): New macro.
1551         (zone-call): New func.
1553         (zone): Init `modeline-hidden-level' symbol property.
1554         Use `zone-call' instead of `funcall'.
1556         (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
1558         (zone-pgm-stress): Use `zone-hiding-modeline'.
1560         (zone-pgm-stress-destress): New zone program.
1562 2002-01-10  Eli Zaretskii  <eliz@is.elta.co.il>
1564         * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
1566 2002-01-09  Richard M. Stallman  <rms@gnu.org>
1568         * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
1570 2002-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>
1572         * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
1573         flyspell-mouse-map.
1575 2002-01-08  Richard M. Stallman  <rms@gnu.org>
1577         * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
1579         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
1581         * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
1583 2002-01-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1585         * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
1586         Do not use make-local-hook.
1588 2002-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
1590         * international/quail.el (quail-start-translation)
1591         (quail-start-conversion): Bind last-command-event, last-command,
1592         and this-command in the first let.  This fixes the change from
1593         2000-08-30.
1595 2002-01-08  Michael Kifer  <kifer@cs.stonybrook.edu>
1597         * ediff-hook.el: Add an autoload cookie.
1599 2002-01-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1601         * net/eudcb-ph.el, net/ldap.el: New maintainer.  New e-mail
1602         address of the author.
1604 2002-01-08  Richard M. Stallman  <rms@gnu.org>
1606         * replace.el (occur-mode-goto-occurrence-other-window): New command.
1607         (occur-mode-map): Bind `o' to that.
1609 2002-01-07  Michael Kifer  <kifer@cs.stonybrook.edu>
1611         * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
1612         new macro that replaces viper-emacs-p and viper-xemacs-p in many
1613         cases. Used to reduce the number of warnings.
1615         * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
1616         (viper-standard-value): Move here from viper.el.
1617         (viper-set-unread-command-events): Move to viper-util.el
1618         (viper-check-minibuffer-overlay): Make sure
1619         viper-minibuffer-overlay is moved to cover the entire input field.
1621         * viper-util.el:  use viper-cond-compile-for-xemacs-or-emacs.
1622         (viper-read-key-sequence, viper-set-unread-command-events)
1623         (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
1625         * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
1627         * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
1629         * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
1631         * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
1632         (viper-event-vector-p): Move to viper-util.el
1634         * viper.el (viper-standard-value): Move to viper-cmd.el.
1635         Use viper-cond-compile-for-xemacs-or-emacs.
1637         * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1639         * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1641         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
1642         New macro designed to be used in many places where ediff-emacs-p or
1643         ediff-xemacs-p was previously used.  Reduces the number of warnings.
1644         Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
1645         of ediff-xemacs-p.
1646         (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
1647         (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
1648         (ediff-whitespace-diff-region-p, ediff-get-region-contents):
1649         Move to ediff-util.el.
1650         (ediff-event-key): Moved here.
1652         * ediff-merge.el: Got rid of unreferenced variables.
1654         * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1656         * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1657         (ediff-cleanup-mess): Improve the way windows are set up after
1658         quitting ediff.
1659         (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
1660         (ediff-dispose-of-variant-according-to-user): New function
1661         designed to be smarter and also understands indirect buffers.
1662         (ediff-highlight-diff-in-one-buffer)
1663         (ediff-unhighlight-diff-in-one-buffer)
1664         (ediff-unhighlight-diffs-totally-in-one-buffer)
1665         (ediff-highlight-diff, ediff-highlight-diff)
1666         (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
1667         (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
1668         (ediff-get-region-contents, ediff-make-current-diff-overlay):
1669         Moved here.
1670         (ediff-format-bindings-of): New function by Hannu Koivisto
1671         <azure@iki.fi>.
1672         (ediff-setup): Make sure the merge buffer is always widened and
1673         modifiable.
1674         (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
1675         result of a merge into a file visited by another buffer.
1676         (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
1677         is visited by another buffer and ask to save/delete that buffer.
1678         (ediff-verify-file-merge-buffer): New function to do the above.
1680         * ediff-vers.el: Load ediff-init.el at compile time.
1682         * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1684         * ediff.el (ediff-windows, ediff-regions-wordwise)
1685         (ediff-regions-linewise): Use indirect buffers to improve
1686         robustness and make it possible to compare regions of the same
1687         buffer (even overlapping regions).
1688         (ediff-clone-buffer-for-region-comparison)
1689         (ediff-clone-buffer-for-window-comparison): New functions.
1690         (ediff-files-internal): Refuse to compare identical files.
1691         (ediff-regions-internal): Get rid of the warning about comparing
1692         regions of the same buffer.
1694         * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
1695         Plus the following fixes courtesy of Dave Love: Doc fixes.
1696         (ediff-word-1): Use word class and move - to the
1697         front per regexp documentation.
1698         (ediff-wordify): Bind forward-word-function outside loop.
1699         (ediff-copy-to-buffer): Use insert-buffer-substring rather than
1700         consing buffer contents.
1701         (ediff-goto-word): Move syntax table setting outside loop.
1703 2002-01-07  Richard M. Stallman  <rms@gnu.org>
1705         * dired.el (dired-copy-filename-as-kill): Call kill-append
1706         if following a kill command.
1708         * help-fns.el (describe-variable, describe-function):
1709         Do save-excursion.
1711 2002-01-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1713         * net/ldap.el (ldap-search-internal): Skip error message from
1714         ldapsearch.  Allow listing attribute names only.  Do not open
1715         non-existent files.
1717         * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
1718         call non-existent function.
1720         * net/eudc.el (top-level): Revert previous change.
1722         * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
1723         variables to prevent warning from byte-compiler.
1725         * net/eudc.el (top-level): Use eudc-xemacs-p instead of
1726         string-match on emacs-version again.
1728         * enriched.el (enriched-make-annotation): Fix the change from
1729         2002-01-05.
1730         (enriched-handle-display-prop): Return proper values.
1732         * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use
1733         proper attribute name labeledUri instead of deprecated labeledUrl.
1735 2002-01-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1737         * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
1738         editing an empty hotlist.
1740         * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
1741         Use buffer-string instead of buffer-substring for the whole
1742         buffer.
1744         * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
1745         not free.
1747         * net/eudc-bob.el (eudc-bob-can-display-inline-images)
1748         (eudc-bob-display-jpeg): Use fboundp instead of boundp.
1749         (eudc-bob-save-object): Make the buffer unibyte.
1750         (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
1751         object to external program.
1753 2002-01-05  Andre Spiegel  <spiegel@gnu.org>
1755         * vc.el (vc-branch-part): Return nil if there's no `.'
1756         (vc-default-previous-version): Renamed from vc-previous-version.
1757         New args BACKEND and FILE.  Return nil for revision numbers
1758         without a `.'
1759         (vc-version-diff): Call vc-BACKEND-previous-version.
1760         (vc-steal-lock): Steal lock before composing mail, so that no mail
1761         is sent when the stealing goes wrong.  And we'll actually see the
1762         error in that case now.
1763         (vc-finish-steal): Removed.
1765         * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
1766         the lock, so that we see expanded headers.
1767         (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p,
1768         vc-rcs-minor-part, vc-rcs-previous-version): Removed.  These are
1769         available from vc.el.  Updated all callers.
1771 2002-01-05  Richard M. Stallman  <rms@gnu.org>
1773         * enriched.el (enriched-make-annotation): Doc fix.
1775         * format.el (format-replace-strings, format-subtract-regions)
1776         (format-annotate-region, format-annotate-location)
1777         (format-annotate-atomic-property-change)
1778         (format-annotate-single-property-change): Doc fixes.
1780 2002-01-05  Jason Rumney  <jasonr@gnu.org>
1782         * term/w32-win.el: Require fontset unconditionally.
1783         (w32-handle-scroll-bar-event): Remove.
1785 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1787         * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
1788         copyrights to be updated.
1790 2002-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
1792         * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
1793         2001-10-24.
1795         * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
1797 2002-01-04  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1799         * net/ldap.el (ldap-host-parameters-alist): Remove duplicated
1800         entry.
1801         (ldap-ignore-attribute-codings): Change the default value to allow
1802         encoding/decoding of attributes.
1803         (ldap-coding-system): Use UTF-8 as the coding-system.  Doc fix.
1805 2002-01-03  Richard M. Stallman  <rms@gnu.org>
1807         * files.el (basic-save-buffer): Undo previous change.
1809         * calendar/diary-lib.el (diary-block): Doc fix.
1811         * custom.el (defcustom): Fix syntax of previous change.
1813 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
1815         * custom.el (defcustom): Documented :tag, :link and :load.
1817 2002-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
1819         * mail/sendmail.el (mail-recover-1): New function.
1820         (mail-recover): Switch to the *mail* buffer right away.  Use
1821         buffer-auto-save-file-name instead of calling
1822         make-auto-save-file-name.  Call dired-noselect instead of invoking
1823         `ls' directly.  Bind coding-system-for-read to emacs-mule-unix
1824         before reading the auto-save file.  If the buffer's auto-save file
1825         does not exist, call mail-recover-1 to allow recovery from past
1826         auto-saved drafts.
1828 2002-01-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1830         * time.el (display-time-load-average-threshold): Fix defcustom
1831         (add type and group).
1833         * net/ange-ftp.el (ange-ftp-shell-command): Remove port
1834         specification from the hostname.
1836 2002-01-02  Richard M. Stallman  <rms@gnu.org>
1838         * facemenu.el (facemenu-active-faces):
1839         Use face-attributes-as-vector, not face-attributes-vector.
1841 2002-01-02  Chris Hanson  <cph@aarau.ai.mit.edu>
1843         * xscheme.el: Eleven years of updates on a private copy.
1845         Extensive changes to support multiple xscheme buffers:
1846         (run-scheme): Break up into new functions to facilitate starting
1847         processes in other buffers.
1848         (xscheme-start, xscheme-read-command-line): New functions.
1849         (start-scheme, select-scheme)
1850         (default-xscheme-runlight)
1851         (global-set-scheme-interaction-buffer)
1852         (local-set-scheme-interaction-buffer)
1853         (local-clear-scheme-interaction-buffer)
1854         (exit-scheme-interaction-mode)
1855         (verify-xscheme-buffer): New functions.
1856         (xscheme-process-name, xscheme-buffer-name)
1857         (xscheme-runlight): New internal vars.
1858         (default-xscheme-runlight): New const.
1859         (xscheme-start-process): Add args for the process/buffer names.
1860         (reset-scheme): Pass process/buffer names.
1861         (scheme-interaction-mode): Initialize new local vars.
1862         (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
1863         (xscheme-select-process-buffer, xscheme-process-buffer)
1864         (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
1865         (xscheme-goto-output-point, xscheme-write-message-1): Use new
1866         var xscheme-process-name.
1867         (xscheme-start-process): Initialize xscheme-process-name and
1868         xscheme-buffer-name in the process buffer.  Pass buffer name to
1869         xscheme-modeline-initialize.
1870         (xscheme-modeline-initialize): Add argument to specify buffer name
1871         for mode-line vars.
1872         (xscheme-process-sentinel): Make sure sentinel is run in the
1873         process buffer so it sees its local vars.
1874         (xscheme-process-filter-initialize, xscheme-set-runlight): More
1875         elaborate logic to handle multiple-buffer mode lines.
1877         (xscheme-enter-input-wait): Re-enable control-G handler upon
1878         entering input wait.
1880         (scheme-interaction-mode): Add arg to preserve local vars.
1881         (xscheme-enter-interaction-mode)
1882         (xscheme-enter-debugger-mode): Preserve local vars.
1883         (xscheme-start-process): Clobber local vars.
1885         (scheme-interaction-mode-commands): Allow end user to add commands
1886         to scheme-interaction-mode keymap.
1887         (scheme-interaction-mode-commands-alist): New variable.
1889         (xscheme-send-string): Don't use insert-before-markers.
1891         Implement a per-buffer kill ring:
1892         (xscheme-insert-expression)
1893         (xscheme-rotate-yank-pointer, xscheme-yank)
1894         (xscheme-yank-pop, xscheme-yank-push): New functions.
1895         (xscheme-expressions-ring)
1896         (xscheme-expressions-ring-yank-pointer)
1897         (xscheme-expressions-ring-max): New variables.
1898         (xscheme-send-string-1): Call xscheme-insert-expression to save
1899         expression in ring.
1900         (xscheme-yank-previous-send): Now an alias for xscheme-yank.
1901         (xscheme-previous-send): Deleted variable.
1903         (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed,
1904         xscheme-send-control-g-interrupt): Use process-send-string rather
1905         than send-string.
1907         (xscheme-send-region): Insert a newline after an expression that
1908         is submitted in the interaction buffer, for consistency with
1909         recent changes to Edwin.
1911         (xscheme-delete-output): New function mimics comint-delete-output.
1912         (xscheme-last-input-end): New internal variable.
1913         (xscheme-process-filter-output): Update xscheme-last-input-end.
1915         (xscheme-send-control-g-interrupt): Make sure that
1916         xscheme-control-g-disabled-p is looked up in the right buffer.
1918         (xscheme-enable-control-g): Clear C-g message if visible.
1919         (xscheme-control-g-message-string): New internal var.
1920         (xscheme-send-control-g-interrupt): Use new var.
1922         (xscheme-send-control-g-interrupt, xscheme-send-interrupt): Delay
1923         after sending interrupt in order to work around race condition.
1925         (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
1926         (xscheme-send-char): Use xscheme-send-char rather than send-string
1927         to send single char.
1929         (xscheme-process-filter, xscheme-process-filter-alist): Add
1930         support for evaluating expressions outside of the call-excursion.
1931         (xscheme-process-filter:string-action-noexcursion): New func.
1933         (xscheme-write-value): Change output string to match that used by
1934         Edwin.
1936         (xscheme-coerce-prompt): Don't write a space after a command
1937         prompt.  The PROMPT-FOR-COMMAND- procedures will take care of this
1938         for us.
1940         (reset-scheme): Delete process after killing it.
1942 2002-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
1944         * bindings.el (function-key-map): Don't bind shifted keypad
1945         numeric keys.
1947 2002-01-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1949         * enriched.el (enriched-handle-display-prop): Remove unused
1950         variables.
1951         (enriched-mode): Doc fix.
1953 2002-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
1955         * international/ucs-tables.el (ucs-8859-8-alist): Comment away
1956         Hebrew points.
1958 2002-01-01  Richard M. Stallman  <rms@gnu.org>
1960         * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
1962 2001-12-31  Richard M. Stallman  <rms@gnu.org>
1964         * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
1965         * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
1966         * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
1967         * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
1968         * progmodes/cperl-mode.el, progmodes/idlwave.el:
1969         * progmodes/sh-script.el, progmodes/vhdl-mode.el:
1970         Adapt face definitions to use :weight and :slant.
1972         * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
1974         * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
1976         * font-lock.el (initializing from font-lock-face-attributes):
1977         Use :weight and :slant, not :bold and :italic.
1979 2001-12-31  Per Abrahamsen  <abraham@dina.kvl.dk>
1981         * cus-edit.el (custom-face-edit-fix-value): New function.
1982         (custom-face-edit): Use it, to convert :italic and :bold to new forms.
1984 2001-12-30  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1986         * progmodes/octave-mod.el (octave-abbrev-table):
1987         * progmodes/idlwave.el (idlwave-mode-abbrev-table):
1988         * progmodes/fortran.el (fortran-mode-abbrev-table):
1989         * progmodes/f90.el (f90-mode-abbrev-table):
1990         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
1991         * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
1992         predefined abbrevs as "system" abbrevs.
1994 2001-12-30  Richard M. Stallman  <rms@gnu.org>
1996         * info.el (Info-fontify-node): For a **** underline line, put the
1997         invisible and intangible props on the following newline, but not
1998         on the previous newline or the last char of the previous line.
2000         * faces.el (face-set-after-frame-default): Don't change `default' face.
2002         * faces.el (minibuffer-prompt): Adopt some default colors.
2004         * replace.el (query-replace-read-args): Immediate error if read-only.
2006         * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
2007         Display the output buffer in a more intelligent way.
2009 2001-12-30  Eli Zaretskii  <eliz@is.elta.co.il>
2011         * ls-lisp.el (insert-directory): Modify the "total" line wording,
2012         in accordance with files.el's insert-directory.
2014 2001-12-29  Richard M. Stallman  <rms@gnu.org>
2016         * files.el (basic-save-buffer): If a before-write hook displays
2017         an echo area message, pause before calling basic-save-buffer-1.
2019 2001-12-29  Markus Rost  <rost@math.ohio-state.edu>
2021         * textmodes/reftex-global.el (reftex-query-replace-document)
2022         (reftex-change-label): Doc fix.
2024         * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
2026         * progmodes/etags.el (tags-query-replace): Doc fix.
2028 2001-12-29  Richard M. Stallman  <rms@gnu.org>
2030         * progmodes/compile.el (compile-internal): Fix previous change.
2032 2001-12-28  Richard M. Stallman  <rms@gnu.org>
2034         * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
2035         shrink the windows above as necessary to get space.
2036         (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
2038         * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
2039         This fixes a bug that treated all files as directories.
2040         (ange-ftp-insert-directory): Explicitly follow symlinks.
2042         * international/iso-transl.el (iso-transl-char-map) Eliminate the
2043         alias symbols--put the translated sequences here directly.
2045         * progmodes/cc-mode.el (c-mode-abbrev-table)
2046         (c++-mode-abbrev-table, objc-mode-abbrev-table)
2047         (java-mode-abbrev-table, pike-mode-abbrev-table):
2048         Mark all the predefined abbrevs as "system" abbrevs.
2050         * mail/sendmail.el (mail-envelope-from): Fix custom type.
2051         (sendmail-send-it): Check mail-specify-envelope-from
2052         and mail-envelope-from in the mail buffer at start.
2054 2001-12-28  Simon Josefsson  <jas@extundo.com>
2056         * mail/sendmail.el (mail-envelope-from): Fix :type.
2057         (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
2059 2001-12-28  Richard M. Stallman  <rms@gnu.org>
2061         * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
2063         * simple.el (line-move-invisible): New subroutine.
2064         (line-move-to-column): New subroutine--smarter about advancing over
2065         invisible parts of a line, or lines, but only as long as hpos grows.
2066         (line-move-finish): New subroutine: repeatedly processes desired
2067         column, intangibility, and fields.
2068         (line-move): Use those subroutines.
2069         When moving lines downward, skip invisible text first rather than last.
2071 2001-12-27  Richard M. Stallman  <rms@gnu.org>
2073         * international/mule-diag.el (describe-char-after):
2074         Describe the text properties of the char after point.
2076         * help.el (describe-key): Doc fix.
2078 2001-12-26  Markus Rost  <rost@math.ohio-state.edu>
2080         * find-dired.el (find-dired-sentinel): Precede exit message by
2081         two spaces, to match the regexp in dired-between-files.
2083 2001-12-28  Miles Bader  <miles@gnu.org>
2085         * wid-edit.el (widget-toggle-value-create): Don't eval actual
2086         images (which are lists too).
2088 2001-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
2090         * language/european.el: Fix the doc string of "Latin-5" language
2091         environment.
2093 2001-12-26  Richard M. Stallman  <rms@gnu.org>
2095         * textmodes/flyspell.el (flyspell-mode-map): New keymap,
2096         defined as before 2001-11-09.
2097         (add-minor-mode call): Specify the keymap.
2099         * progmodes/compile.el (compile-internal):
2100         Set TERM variable in process-environment.
2102 2001-12-25  Richard M. Stallman  <rms@gnu.org>
2104         * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
2105         the buffer.
2107         * startup.el (command-line): Convert command line args
2108         to Emacs internal representation using locale-coding-system.
2110 2001-12-25  Eli Zaretskii  <eliz@is.elta.co.il>
2112         * international/fontset.el: Don't require ind-util when compiling.
2114 2001-12-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2116         * emulation/tpu-edt.el (tpu-reset-screen-size): Use
2117         set-frame-height and set-frame-width instead of set-screen-height
2118         and set-screen-width.
2120         * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
2121         of obsolete set-screen-width.
2123         * locate.el (locate): Remove dot at the end of error argument.
2125         * emerge.el (emerge-show-file-name): Use frame-height instead of
2126         obsolete screen-height.
2128         * mail/mh-utils.el (mh-show-msg): Likewise.
2129         (mh-handle-process-error): Use frame-width instead of obsolete
2130         screen-width.
2132 2001-12-25  Richard M. Stallman  <rms@gnu.org>
2134         * window.el (balance-windows): Use new PRESERVE-BEFORE arg
2135         to enlarge-window.  Use save-selected-window.  Don't try
2136         to resize windows that end at the bottom "level".
2137         Retry changing the sizes until the windows get the desired sizes.
2138         Discount the minibuffer when computing total height available.
2140         * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
2141         (debugger-make-xrefs): Only make a button for the first symbol
2142         on any line.
2144 2001-12-24  Eli Zaretskii  <eliz@is.elta.co.il>
2146         * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
2147         Call IT-setup-unicode-display here instead of adding it to
2148         dos-codepage-setup-hook, so that Unicode display tables are set
2149         before dos-codepage-setup-hook runs.
2151 2001-12-24  Richard M. Stallman  <rms@gnu.org>
2153         * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
2154         (nslookup-mode-abbrev-table): Don't define it.
2155         (smbclient-mode-abbrev-table): Don't define it.
2156         (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
2157         (nslookup-mode, smbclient-mode): Likewise.
2158         (network-connection-service-abbrev-alist): Variable deleted.
2159         (network-connection-mode-setup): Don't set up abbrev table.
2161         * faces.el (minibuffer-prompt): New face.
2162         (minibuffer-prompt-properties): Add `face' property.
2164         * replace.el (occur-mode-display-occurrence): New function.
2165         (occur-mode-map): Bind C-o to it.
2167 2001-12-24  Michael Kifer  <kifer@cs.sunysb.edu>
2169         * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
2170         (viper-special-read-and-insert-char): Make C-m work right in the r
2171         comand.
2172         (viper-buffer-search-enable): Fixed format string.
2174         * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
2175         instead of viper-info-on-file.
2176         (ex-set-visited-file-name): New function.
2178         * viper.el (viper-emacs-state-mode-list): Added mail-mode.
2180         * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
2181         action argument.
2183         * ediff-init.el: Fixed some doc strings.
2185         * ediff-util.el (ediff-after-quit-hook-internal): New variable.
2186         Got rid of make-local-hook.
2188         * ediff-wind.el (ediff-setup-control-frame): Got rid of
2189         make-local-hook.
2191 2001-12-23  Richard M. Stallman  <rms@gnu.org>
2193         * term/x-win.el (x-handle-geometry): Put height and width
2194         on default-frame-alist, left and top on initial-frame-alist.
2195         * term/w32-win.el (x-handle-geometry): Likewise.
2197         * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
2199         * play/yow.el (yow): Use an arg to distinguish interactive calls,
2200         not interactive-p.
2202 2001-12-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2204         * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove
2205         mocklisp entries.
2207         * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
2208         Lisp.  Obsoleted.
2210         * emulation/mlconvert.el: File removed.
2212         * emulation/mlsupport.el: Moved to obsolete.
2214         * obsolete/mlsupport.el: Moved there from lisp/emulation.
2216         * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
2218         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove
2219         mocklisp case.
2221         * help-fns.el (describe-function-1): Remove mocklisp function
2222         case.
2224 2001-12-22  Miles Bader  <miles@gnu.org>
2226         * textmodes/refill.el (refill-mode): Don't barf when redundantly
2227         turning refill-mode off.
2229 2001-12-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2231         * time.el (display-time-load-average-threshold): New variable.
2232         (display-time-update): Use it.
2234         These changes allow cycling through past 1, 5 and 15 minutes
2235         load-average displayed in the mode-line.
2237         * time.el (display-time-default-load-average): New customizable option.
2238         (display-time-load-average): New variable.
2239         (display-time-cycle-load-average): New function.
2240         (display-time-update): Use them.
2242 2001-12-21  Richard M. Stallman  <rms@gnu.org>
2244         * apropos.el (apropos-print): SPACING is now nil or a separator string.
2245         (apropos-documentation, apropos-value): Pass a suitable string.
2247 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
2249         * dired.el (dired-free-space-program, dired-free-space-args):
2250         Aliases for back-compatibility.
2252         * info.el (Info-select-node): If Info-use-header-line is nil, set
2253         header-line-format to nil.
2254         (Info-fontify-node): Don't put a keymap text property on the
2255         heading if we are not going to display the header line.  Remove
2256         any such text properties left over from past visits to this node.
2258         * ls-lisp.el (insert-directory): Insert the amount of free disk
2259         space, like files.el's insert-directory does.
2261         * files.el (directory-free-space-program): Mention
2262         file-system-info in the doc string.
2263         (get-free-disk-space): New function; code moved from
2264         insert-directory.
2265         (insert-directory): Call get-free-disk-space to get the amount of
2266         free space.
2268 2001-12-21  Richard M. Stallman  <rms@gnu.org>
2270         * help.el (view-order-manuals, view-emacs-news, describe-copying)
2271         (describe-distribution, describe-project): Use view-file.
2273         * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
2275         * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
2277         * emacs-lisp/easy-mmode.el (define-minor-mode):
2278         Make no arg by default in an interactive call,
2279         so that repeating the command toggles again.
2281         * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
2283 2001-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
2285         * antlr-mode.el: More sophisticated indentation of cpp directive.
2286         (antlr-indent-at-bol-alist): New user option.
2287         (antlr-indent-line): Use it.
2288         (antlr-indent-style): New user option.
2289         (antlr-mode): Use it.
2290         (antlr-indent-item-regexp): Customize.
2292         * antlr-mode.el: Syntax highlighting changes.
2293         (antlr-font-lock-literal-regexp): New user option.
2294         (antlr-font-lock-syntax-face): New face used for :, |, ....
2295         (antlr-font-lock-default-face): New face.
2296         (antlr-font-lock-additional-keywords): Use them.
2298         * antlr-mode.el: New command to insert options -- variables.
2299         (antlr-mode-map): New binding [C-c C-o].
2300         (antlr-mode-menu): New submenus.
2301         (antlr-options-use-submenus): New user option.
2302         (antlr-tool-version): New user option.
2303         (antlr-options-auto-colon): New user option.
2304         (antlr-options-style): New user option.
2305         (antlr-options-push-mark): New user option.
2306         (antlr-options-assign-string): New user option.
2307         (antlr-options-headings): New variable.
2309         * antlr-mode.el: New command to insert options -- specific.
2310         (antlr-options-alists): New variable.
2311         (antlr-read-value): New function.
2312         (antlr-read-boolean): New function.
2313         (antlr-language-option-extra): New function.
2314         (antlr-language-limit-n-regexp): Change default to higher LIMIT.
2315         (antlr-c++-mode-extra): New function.
2316         (antlr-grammar-tokens): New function.
2317         (antlr-imenu-create-index-function): New optional argument.
2319         * antlr-mode.el: New command to insert options -- functions.
2320         (antlr-insert-option): New command.
2321         (antlr-insert-option-interactive): New function.
2322         (antlr-options-menu-filter): New function.
2323         (antlr-option-kind): New function.
2324         (antlr-scan-lists): New alias.
2325         (antlr-scan-lists-internal): New function.
2326         (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
2327         (antlr-option-level): New function.
2328         (antlr-syntactic-grammar-depth): New function.
2329         (antlr-option-location): New function.
2330         (antlr-insert-option-do): New function.
2331         (antlr-option-spec): New function.
2332         (antlr-version-string): New function.
2333         (antlr-insert-option-existing): New function.
2334         (antlr-insert-option-space): New function.
2335         (antlr-insert-option-area): New function.
2337         * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
2338         with narrowing.  Menu change.  Miscellaneous.
2339         (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
2340         (antlr-mode-map): New bindings for characters in ":;|&(){}".
2341         (antlr-electric-character): New command.
2342         (antlr-class-header-regexp): New variable.
2343         (antlr-font-lock-additional-keywords): Use it.
2344         (antlr-imenu-create-index-function): Use it.
2345         (antlr-file-dependencies): Use it.
2346         (antlr-indent-line): Also works with restrictions.
2347         (antlr-indent-command): Interactive spec - changes the buffer.
2348         (antlr-language-for-option): Deletia.
2349         (antlr-language-option): New function, defined instead.
2350         (antlr-mode): Use it.
2351 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
2353         * jka-compr.el (jka-compr-partial-uncompress): Use null-device
2354         instead of a literal /dev/null.
2356         * Makefile.in (distclean): Remove Makefile in the build
2357         directory, not in the source directory.
2359 2001-12-21  Simon Josefsson  <jas@extundo.com>.
2361         * mail/smtpmail.el (smtpmail-send-queued-mail): Use
2362         with-temp-buffer instead of find-file-noselect, and bind
2363         coding-system-for-read to no-conversion when reading the queued
2364         messages.  (Simon's code modified slightly by Eli Zaretskii.)
2366 2001-12-20  Werner Lemberg  <wl@gnu.org>
2368         * international/mule-diag.el (describe-coding-system,
2369         print-coding-system-briefly): Make printed output have a similar
2370         format as describe-character-set.
2372 2001-12-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2374         * play/blackbox.el (bb-member): Remove, use member instead.
2375         (bb-delete): Remove, use delete instead.
2376         Update copyright notice.  Defvar for bb-board, bb-x, bb-y,
2377         bb-score, bb-detour-count and bb-balls-placed.
2378         Propertize results of rays.
2380 2001-12-19  Karl Fogel  <kfogel@red-bean.com>
2382         * isearch.el (isearch-forward, isearch-edit-string): Make doc
2383         strings mention keybinding for `isearch-yank-word-or-char',
2384         rather than `isearch-yank-word', since the former is bound now
2385         and the latter is not.
2386         (isearch-yank-word-or-char): Fix formatting.
2388 2001-12-19  Werner Lemberg  <wl@gnu.org>
2390         * language/czech.el, language/european.el, language/slovak.el: More
2391         fixes for language info doc strings.
2393 2001-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
2395         * loadup.el: Add "language" to the load-path.
2397 2001-12-19  Richard M. Stallman  <rms@gnu.org>
2399         * international/mule-cmds.el (describe-language-environment):
2400         Fix calls to help-xref-button.
2402 2001-12-19  Miles Bader  <miles@gnu.org>
2404         * international/fontset.el: Require `ind-util' when compiling.
2406 2001-12-18  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2408         * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
2409         instead of decompose-composite-char.
2411 2001-12-18  Richard M. Stallman  <rms@gnu.org>
2413         * simple.el (eval-expression-print-level)
2414         (eval-expression-print-length): Doc fixes.
2416         * international/mule-diag.el (describe-character-set):
2417         Fix the arg to help-xref-button.
2419         * files.el (directory-free-space-program): New variable.
2420         (directory-free-space-args): New variable.
2421         (insert-directory): Use those two variables for getting free space.
2422         Use file-system-info instead, if that is defined.
2424         * dired.el (dired-free-space-program): Variable deleted.
2425         (dired-free-space-args): Variable deleted.
2426         (dired-insert-directory): Don't try to determine free space.
2428         * files.el (font-lock-defaults): Add risky-local-variables prop.
2429         (hack-one-local-variable): Treat various font-lock variables as risky.
2431 2001-12-18  Werner Lemberg  <wl@gnu.org>
2433         * language/chinese.el, language/cyrillic.el:
2434         * language/czech.el, language/european.el, language/greek.el:
2435         * language/hebrew.el, language/indian.el, language/japanese.el:
2436         * language/korean.el, language/lao.el, language/slovak.el:
2437         * language/thai.el, language/tibetan.el, language/vietnamese.el:
2438         Improve documentation strings of coding systems and language infos.
2440 2001-12-18  Werner LEMBERG  <wl@gnu.org>
2442         Add support for EUC-TW decoding/encoding.
2444         * language/china-util.el (big5-to-flat-code, flat-code-to-big5,
2445         euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
2446         New auxiliary functions to build `big5-to-cns'.
2447         (big5-to-cns): New translation alist.
2449         * language/chinese.el: Added new coding system `euc-tw' and its
2450         alias `euc-taiwan'.
2451         Updated language `Chinese-CNS' to include euc-tw encoding also.
2452         (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
2453         euc-tw.
2455 2001-12-18  Dave Love  <fx@gnu.org>
2457         * loadup.el: Add language/utf-8-lang, language/georgian.
2459         * image-file.el (image-file-name-extensions): Add pnm.  Doc fix.
2460         (image-file-name-regexps): Doc fix.
2462         * server.el (server-unload-hook): New function.
2464         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
2465         (lm-crack-copyright): Cope with multi-line copyright `lines'.
2467         * simple.el (newline): Doc fix.
2468         (eval-expression-print-level, eval-expression-print-length): Doc
2469         fix.  Amend :type.
2470         (next-line, previous-line): Make arg optional.
2471         (newline): Doc fix.
2473         * Makefile.in (DONTCOMPILE): Add various language files.
2475         * international/quail.el (quail-input-string-to-events): Don't use
2476         string-to-list.
2478         * progmodes/f90.el (f90-break-line): Avoid infinite recursion
2479         calling `newline'.
2481 2001-12-17  Richard M. Stallman  <rms@gnu.org>
2483         * comint.el (comint-dynamic-list-input-ring-select): New function.
2484         Switches back to the old window configuration.
2485         (comint-dynamic-list-input-ring): Bind RET to that function.
2486         (comint-dynamic-list-input-ring-window-conf): New variable.
2488 2001-12-17  Werner Lemberg  <wl@gnu.org>
2490         * international/mule-conf.el: Improve documentation strings of
2491         character sets.
2493 2001-12-16  Richard M. Stallman  <rms@gnu.org>
2495         * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
2496         (dired-mode-map): Bind w to dired-copy-filename-as-kill.
2498         * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
2500         * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
2501         Add a DESCRIPTION for the makefile item.
2503         * find-file.el (ff-other-file-name): New function.
2505 2001-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
2507         * international/quail.el (quail-input-string-to-events): Fix last
2508         change.
2510 2001-12-16  Richard M. Stallman  <rms@gnu.org>
2512         * isearch.el (isearch-edit-string): When we set isearch-string
2513         to the default, also set isearch-message.
2515         * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
2517         * startup.el (command-line-1): Display startup screen
2518         even if there are command line args.
2519         Add a note about how to go to editing your files.
2520         (fancy-splash-head): Add a note about how to go to your files.
2521         (fancy-splash-outer-buffer): New variable.
2522         (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
2524         * subr.el (with-temp-message): At the end, always discard
2525         the temp message, even by clearing the echo area.
2527         * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
2529 2001-12-16  Stefan Monnier  <monnier@cs.yale.edu>
2531         * log-view.el (log-view-message-re, log-view-current-tag):
2532         Recognize Subversion's log output format.
2534         * international/fontset.el: Build the list L at compile time.
2536         * language/ind-util.el (mapthread): Make a closure.
2538 2001-12-15  Richard M. Stallman  <rms@gnu.org>
2540         * isearch.el (isearch-start-hscroll): New variable.
2541         (isearch-mode): Set isearch-start-hscroll.
2542         (isearch-update): Restore original hscrolling if possible.
2544         * isearch.el (isearch-edit-string):
2545         Treat isearch-yank-word-or-char specially, like isearch-yank-word.
2547         * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
2548         (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
2549         rather than regexp search and (2) copying text properties
2550         already set up on text unchanged from the previous backtrace.
2552         * case-table.el (set-case-syntax-pair):
2553         Detect invalid calls and signal an error.
2555 2001-12-15  Richard M. Stallman  <rms@gnu.org>
2557         * language/ind-util.el (range): Function deleted.
2558         (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
2559         All calls changed.
2561         * language/devan-util.el (devanagari-range): Renamed from `range'.
2562         All calls changed.
2563         (devanagari-regexp-of-hashtbl-keys):
2564         Renamed from `regexp-of-hashtbl-keys'.  All calls changed.
2566 2001-12-15  Dave Love  <fx@gnu.org>
2568         * language/ind-util.el: Don't require cl.
2569         (indian-glyph-char, indian-glyph-max-char)
2570         (indian-char-glyph): Moved from indian.el
2571         (indian--puthash-char, mapthread): Don't quote lambda.
2572         (indian--map): New function.
2573         (indian--puthash-v, indian--puthash-c, indian--puthash-m)
2574         (indian--puthash-cv): Use it.
2576         * language/indian.el (indian-glyph-char, indian-glyph-max-char)
2577         (indian-char-glyph): Moved to ind-util.el
2579         * language/devan-util.el (devanagari-post-read-conversion):
2580         New function.
2582         * language/georgian.el: New file.
2584         * international/mule-cmds.el (locale-language-names): Add various
2585         entries.  Remove utf-8 special case.
2586         (locale-charset-language-names, locale-preferred-coding-systems):
2587         Add utf-8 case.
2588         (set-language-environment): Process required-features earlier.
2590         * international/quail.el (quail-keyboard-layout-alist):
2591         Add pc105-uk.
2592         (quail-keyboard-layout-type): Fix :type.
2593         (quail-choose-completion-string): Simplify.
2594         (quail-update-leim-list-file): Don't get fooled by commented-out code.
2595         (quail-input-string-to-events): Run events through
2596         translation-table-for-input.
2598         * international/mule-conf.el (translation-table-for-input):
2599         New variable.
2600         (latin-iso8859-14): Amend description.
2601         (file-coding-system-alist): Add entry for utf-8.
2603         * language/utf-8-lang.el: New file.
2605         * international/code-pages.el: New file.
2607         * language/hebrew.el ("Windows-1255"): New language.
2609         * language/european.el ("Welsh", "Latin-7", "Lithuanian")
2610         ("Latvian"): New languages.
2612 2001-12-14  Stefan Monnier  <monnier@cs.yale.edu>
2614         * xml.el: Use setq rather than (set 'foo bar).
2615         Use push+nreverse rather than append.
2616         (xml-node-name, xml-node-attributes, xml-node-children):
2617         Use defsubst rather than macros.
2618         (xml-parse-region): Handle a nil return value from xml-parse-tag.
2619         (xml-parse-tag): Don't skip white space.  Return nil for a comment.
2620         Concat the two strings surrounding a comment into a single string.
2622         * newcomment.el (comment-indent): Jump to the middle of empty comments.
2624 2001-12-14  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2626         * select.el (xselect-convert-to-class, xselect-convert-to-name):
2627         Document.
2629 2001-12-14  Andre Spiegel  <spiegel@gnu.org>
2631         * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
2632         Return nil if FILE is not registered.
2633         (vc-check-master-templates, vc-default-make-version-backups-p):
2634         Doc fix.
2636 2001-12-13  David Ponce  <david@dponce.com>
2638         * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
2639         (ruler-mode-left-fringe-cols): New macro.
2640         (ruler-mode-right-fringe-cols): New macro.
2641         (ruler-mode-left-scroll-bar-cols): New macro.
2642         (ruler-mode-right-scroll-bar-cols): New macro.
2643         (ruler-mode-ruler): Use above new macros.
2645 2001-12-13  Richard M. Stallman  <rms@gnu.org>
2647         * files.el (set-auto-mode): Fix previous change.
2649 2001-12-13  Stefan Monnier  <monnier@cs.yale.edu>
2651         * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
2652         (easy-menu-do-define, easy-menu-convert-item-1)
2653         (easy-menu-define-key-intern, easy-menu-get-map): Use it.
2654         (easy-menu-return-item): Only return nil if there is no binding.
2656 2001-12-13  Rajesh Vaidheeswarran  <rv@gnu.org>
2658         * whitespace.el (whitespace-version): 3.2
2659         * whitespace.el (whitespace-force-mode-line-update): Replace with
2660         `whitespace-mode-line-update', which is an alias to the correct
2661         function in various emacsen.
2662         * whitespace.el (whitespace-{un,}highlight-the-space):
2663         Add colorized highlighting of the bogus whitespaces in a buffer/file,
2664         using the `whitespace-highlight-face' if
2665         `whitespace-display-spaces-in-color' is set.
2667 2001-12-13  Eli Zaretskii  <eliz@is.elta.co.il>
2669         * international/mule.el (set-auto-coding): Don't search for
2670         "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
2672 2001-12-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2674         * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
2676         * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
2678         * mail/rmailsum.el (rmail-summary-mode): Likewise.
2680 2001-12-13  Richard M. Stallman  <rms@gnu.org>
2682         * simple.el (undo): Always set this-command to `undo',
2683         so that the next undo after an error will not begin redoing.
2685         * simple.el (shell-command): Doc fix.
2686         (shell-command-on-region): If there is output an an error,
2687         add "...Shell command failed" to the output.
2689 2001-12-13  David Ponce  <david@dponce.com>
2691         * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
2692         (ruler-mode-left-fringe-cols): Function replaced by more efficient
2693         implementation `ruler-mode-extra-left-cols'.
2694         (ruler-mode-ruler): Use above new function.  Take into account
2695         that the fringe areas can now be resized.
2697 2001-12-12  Richard M. Stallman  <rms@gnu.org>
2699         * international/characters.el (Unicode): Comment out
2700         the specifications for kelvin and angstrom signs.
2702         * international/mule.el (make-translation-table-from-vector):
2703         Allow null elements in VEC.
2705         * international/ucs-tables.el (unify-8859-on-encoding-mode)
2706         (unify-8859-on-decoding-mode): Swap the code in their bodies.
2707         Add :version.
2709 2001-12-11  Richard M. Stallman  <rms@gnu.org>
2711         * derived.el (derived-mode-p): Function moved to subr.el.
2713         * subr.el (derived-mode-p): Moved here from derived.el.
2715         * international/mule.el (set-auto-coding): Use set-auto-mode-1.
2717         * files.el (set-auto-mode-1): New subroutine, broken out of
2718         set-auto-mode.
2719         (set-auto-mode, hack-local-variables-prop-line): Use that.
2721 2001-12-11  Dave Love  <fx@gnu.org>
2723         * language/thai-util.el, language/thai.el: Add Unicode equivalents.
2725         * language/european.el: Remove autoload cookies.  Fix registration
2726         of diacritic composition function.
2728 2001-12-11  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2730         * calendar/todo-mode.el: Require time-stamp.
2732         * net/zone-mode.el (zone-mode): Don't use make-local-hook.
2734 2001-12-11  Richard M. Stallman  <rms@gnu.org>
2736         * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
2738         * textmodes/ispell.el (ispell-buffer-local-parsing):
2739         Match xml like sgml.
2741         * emacs-lisp/advice.el (ad-compile-function):
2742         Byte compile the function under another (uninterned) name.
2744         * gud.el (gdb): Define and bind gud-jump.
2746         * font-lock.el (font-lock-mode):
2747         Put our function at the end of after-change-functions.
2749         * ediff-diff.el (ediff-cmp-options): Doc fix.
2751         * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
2753 2001-12-10  Richard M. Stallman  <rms@gnu.org>
2755         * isearch.el (isearch-yank-word-or-char): New function.
2756         (isearch-mode-map): Bind C-w to that.
2758         * menu-bar.el (menu-bar-mode): Make arg optional.
2760         * simple.el (line-move): Cope if next-single-property-change
2761         or previous-single-property-change returns nil.
2763         * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
2764         Don't use interactive-p; instead, pass the proper args
2765         in (interactive...).  Clean up most of the trouble-report strings.
2767 2001-12-10  Eli Zaretskii  <eliz@is.elta.co.il>
2769         * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
2770         enqueued messages literally.
2772 2001-12-10  Noah Friedman  <friedman@splode.com>
2774         * battery.el (battery-insert-file-contents): Obsolete function
2775         removed.
2776         (battery-read-function): Obsolete function removed.
2777         (battery-linux-proc-apm): Use insert-file-contents.
2779 2001-12-07  Stephen Eglen  <stephen@gnu.org>
2781         * iswitchb.el (iswitchb-visit-buffer):
2782         Use `select-frame-set-input-focus'--needed when window manager
2783         uses "click to focus" policy.
2785 2001-12-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2787         * COPYING: Moved back.
2789 2001-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
2791         * term/internal.el (IT-character-translations): Add entries for
2792         more points.
2794         * international/characters.el: Resurrect the Hebrew category
2795         settings for all Hebrew characters removed by the last change.
2796         Add code for setting the Hebrew category of the Unicode Hebrew
2797         characters.  Set syntax entries for Hebrew punctuation characters.
2799         * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
2800         points and directional formatting control characters.
2802 2001-12-07  Dave Love  <fx@gnu.org>
2804         * language/lao-util.el: Add Unicode equivalents for rules.
2805         (lao-post-read-conversion): New function.
2807         * language/lao.el: Add Unicode equivalents.
2808         (lao): Add post-read conversion.
2810         * international/latin1-disp.el: Fix some 8-bit-graphic characters.
2811         Use iso2022 encoding.
2812         (latin1-char-displayable-p): Doc fix.
2813         (latin1-display-ucs-per-lynx): New option.
2814         (latin1-display-ucs-per-lynx): New command.
2815         (latin1-display-reset): Special-case arabic.
2816         (ucs-tables): Require.
2817         (latin1-display-sets, latin1-display-setup): Add arabic.
2818         (latin1-display) <variable>: Use function latin1-display.
2819         (latin1-display) <function>: Add mule-unicode stuff.
2820         (latin1-display-check-font): Don't lose if `info' is nil.
2822         * international/iso-transl.el: Insert Latin-1 characters, not
2823         unibyte codes.
2825         * language/european.el (diacritic-composition-pattern): New constant.
2826         (diacritic-compose-region, diacritic-compose-string)
2827         (diacritic-compose-buffer, diacritic-post-read-conversion)
2828         (diacritic-composition-function): New functions.
2830         * international/utf-8.el (ucs-mule-to-mule-unicode):
2831         New translation table.
2832         (ccl-encode-mule-utf-8): Use it.
2833         (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
2834         (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
2835         (utf-8-subst-table): New variable.
2836         (utf-8-compose-scripts): New option.
2837         (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
2839         * international/ucs-tables.el, international/utf-8-subst.el:
2840         New files.
2842         * international/characters.el: Don't set word syntax (the default)
2843         explicitly.  Add a diacritic category.  Add info for Unicode
2844         equivalents of characters in various Mule charsets and for extra
2845         Unicode characters.  Don't define specific categories for
2846         Indian/Devanagari, since they aren't used.
2848 2001-12-06  Richard M. Stallman  <rms@gnu.org>
2850         * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
2851         (set-justification-left, set-justification-right): Doc fix.
2853         * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
2854         (bug-f90-mode): Variable deleted.
2856 2001-12-06  Stefan Monnier  <monnier@cs.yale.edu>
2858         * indent.el (indent-line-function): Default is indent-relative again.
2860 2001-12-07  Miles Bader  <miles@gnu.org>
2862         * progmodes/compile.el (compilation-error-regexp-alist):
2863         Added regexps for RXP.
2865 2001-12-05  Eli Zaretskii  <eliz@is.elta.co.il>
2867         * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
2868         Add shift-assignment operators to those highlighted, and highlight
2869         the whole operator rather than just the "=".
2871 2001-12-04  Juanma Barranquero  <lektu@terra.es>
2873         * files.el (save-abbrevs, save-some-buffers): Don't ask the user
2874         before saving abbrevs if `save-abbrevs' has the value `silently'.
2876 2001-12-04  Andreas Schwab  <schwab@suse.de>
2878         * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
2880 2001-12-04  Colin Walters  <walters@debian.org>
2882         * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
2883         for `defmacro*' forms.
2885         * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
2886         `defmacro*'.
2888 2001-12-03  Stefan Monnier  <monnier@cs.yale.edu>
2890         * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
2892 2001-12-02  Richard M. Stallman  <rms@gnu.org>
2894         * files.el (insert-directory): If the df output does not look right,
2895         don't try to use it.  Other cleanups in overall code structure.
2897 2001-12-02  Stefan Monnier  <monnier@cs.yale.edu>
2899         * textmodes/outline.el (outline-mode-prefix-map):
2900         Add bindings for outline-promote and outline-demote.
2901         (outline-minor-mode-menu-bar-map): New var.
2902         (outline-minor-mode): Use it.
2903         (outline-heading-alist): New var (renamed from outline-level-heading).
2904         (outline-level): Use it.
2905         (outline-insert-heading, outline-promote, outline-demote):
2906         Update to use outline-heading-alist.
2908         * disp-table.el (standard-display-european):
2909         Simplify since the function is not interactive any more.
2910         Don't set the existing buffers to unibyte.
2912         * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
2914         * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
2916         * reveal.el (reveal-mode): Fix reveal-mode's lighter.
2918         * shell.el (shell): Use shell-file-name.
2919         Pop to buffer before calling comint to set COLUMNS properly.
2921         * emacs-lisp/cl.el (svref): New alias.
2923         * progmodes/antlr-mode.el (antlr-c-common-init):
2924         Don't inhibit adaptive-fill-mode any more.
2926         * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
2928         * progmodes/etags.el (tags-with-face): Use make-symbol.
2929         (tags-search, tags-query-replace): Use backquotes.
2931         * textmodes/picture.el (picture-mode-map): Don't use defconst
2932         for a variable.
2934 2001-12-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2936         * textmodes/reftex-index.el (reftex-index-mode):
2937         Remove make-local-hook.
2939         * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
2941 2001-12-02  Kim F. Storm  <storm@cua.dk>
2943         * isearch.el (isearch-resume-enabled): New variable.
2944         (isearch-done): Use that variable.
2946 2001-12-01  Richard M. Stallman  <rms@gnu.org>
2948         * wid-edit.el (widget-button-click): Don't move point permanently:
2949         Avoid mouse-set-point--instead select the window,
2950         then do save-excursion, then move point.
2951         Specify the buffer for get-char-property.
2952         Don't use `@' in interactive.
2954         * indent.el (indent-line-function):
2955         Default is indent-to-left-margin again.
2957         * replace.el (query-replace-read-args): Display message
2958         if FROM contains `\n' or `\t'.
2960 2001-12-01  Stefan Monnier  <monnier@cs.yale.edu>
2962         * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
2964         * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
2966         * emacs-lisp/regexp-opt.el (regexp-opt):
2967         Bind completion-regexp-list to nil.
2969         * progmodes/hideif.el (hif-nexttoken): Move to before first def.
2971 2001-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
2973         * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
2974         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
2975         Update maintainer.
2977 2001-11-30  Stefan Monnier  <monnier@cs.yale.edu>
2979         * mail/smtpmail.el: Use with-current-buffer.
2980         (message-make-date, message-make-message-id): Autoload when needed.
2981         (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
2982         headers when missing.
2984         * international/encoded-kb.el (encoded-kbd-mode):
2985         Use define-minor-mode.
2987         * enriched.el (enriched-mode): Use define-minor-mode.
2988         Use dolist and pop and push.
2990         * info.el (Info-find-node-2): Don't call info-insert-file-contents
2991         with the `visit' argument.
2992         (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
2994         * progmodes/hideif.el (hide-ifdef-mode): Only modify
2995         `change-major-mode-hook' locally.  Reset invisibility spec.
2997         * man.el (Man-build-section-alist): Remove last Man-match-substring.
2999 2001-11-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3001         * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
3002         Clarify error message.
3004 2001-11-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3006         * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
3008 2001-11-30  Andre Spiegel  <spiegel@gnu.org>
3010         * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
3011         don't just return it.
3013 2001-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
3015         * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
3016         (menu-bar-read-emacs-man, search-emacs-glossary)
3017         (emacs-index-search, elisp-index-search): New functions.
3018         (apropso-documentation, apropos, apropos-value, apropos-variable)
3019         (apropos-commands): Modify menu item names and help text.
3020         (elisp-index-search, emacs-index-search, emacs-glossary):
3021         New menu items.
3022         (menu-bar-manuals-menu): Move the Ordering Manuals item to a
3023         submenu.
3024         (info-elisp, info-elintro): New menu items.
3025         (apropos): Modify the menu item name.
3027 2001-11-30  Stefan Monnier  <monnier@cs.yale.edu>
3029         * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
3031         * textmodes/outline.el (outline-promote, outline-demote): Typo.
3033         * man.el (man-follow-mouse): New function.
3034         (Man-mode-map): Bind mouse-2 to it.
3035         (Man-match-substring): Remove.  Replace with `match-string'.
3036         (man): Use the `default-value' argument to `read-string'.
3037         (Man-fontify-manpage): Add mouse-face to cross references.
3039         * emacs-lisp/cl-macs.el (shiftf): Fix more.  Simplify.
3041 2001-11-29  Stefan Monnier  <monnier@cs.yale.edu>
3043         * emacs-lisp/crm.el (completing-read-multiple): Better preserve
3044         the value of require-match in minibuffer-completion-confirm.
3045         Use crm-local-completion-map.
3047         * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
3048         (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
3049         (cl-make-type-test): Use char-valid-p for `character'.
3051         * info.el (Info-complete-next-re, Info-complete-cache): New vars.
3052         (Info-complete-menu-item): Rewrite.  Add the ability to search
3053         several sequential nodes.  Add a simple caching mechanism.
3054         (Info-goto-index): New function extracted from Info-index.
3055         (Info-index): Use it.  Add completion to the interactive spec.
3056         (Info-menu-update): Simplify call to `Info-complete-menu-item'.
3058 2001-11-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3060         * COPYING: Removed.
3062 2001-11-29  Dave Love  <fx@gnu.org>
3064         * progmodes/fortran.el: Fontify rewind, backspace.  Doc fixes.
3065         (fortran-window-create, fortran-window-create-momentarily):
3066         Rewrite, moving error condition.
3067         (fortran-beginning-do, fortran-beginning-if): Fix regexps.
3068         (fortran-mode-syntax-table): Revert last change.
3070         * international/mule.el: Doc fixes.
3071         (map-charset-chars): New function.
3072         (register-char-codings): Use it to cope with generic chars in
3073         safe-chars.
3075 2001-11-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3077         * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
3079         * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
3081         * play/studly.el (studlify-word, studlify-region)
3082         (studlify-buffer): Fix doc-string.
3083         (studlify-buffer): Add autoload cookie.
3085 2001-11-28  Stefan Monnier  <monnier@cs.yale.edu>
3087         * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
3088         (outline-up-heading-all): Remove.
3089         (hide-sublevels): Move to end-of-heading before calling flag-region.
3090         (outline-copy-overlay, outline-discard-overlays): Remove.
3091         (outline-flag-region): Use `remove-overlays'.
3092         Don't move to end-of-heading.
3093         (outline-next-visible-heading, outline-back-to-heading)
3094         (outline-on-heading-p): Use outline-invisible-p.
3095         (outline-font-lock-level): Use outline-up-heading's new arg.
3096         (outline-minor-mode): Simplify.
3097         (outline-map-tree, outline-reveal-toggle-invisible): New funs.
3098         (outline): Put a `reveal-toggle-invisible' property.
3099         (outline-level-heading): New var.
3100         (outline-insert-heading, outline-promote, outline-demote)
3101         (outline-toggle-children): New commands.
3103         * progmodes/hideif.el (hif-end-of-line): New function.
3104         (hide-ifdef-mode): Set line-move-ignore-invisible.
3105         (hide-ifdef-region-internal): New function.
3106         (hide-ifdef-region): Use it.
3107         (hif-defined): Return an integer.
3108         (hif-infix-to-prefix): Remove.
3109         (hif-tokenize): Parse from the buffer rather than from a string.
3110         Correctly tokenize integers.  Use forward-comment.
3111         (hif-expr): Use hif-or.
3112         (hif-term): Use hif-and.
3113         (hif-factor): Use hif-not.  Handle numbers properly.
3114         Don't require parenthesis around `defined's argument.
3115         (hif-and, hif-or, hif-not): New funs.
3116         (hif-canonicalize): Pass a region to hif-tokenize.  Use hif-not.
3117         (hif-hide-line): Don't hide the \n before the line.
3118         (hif-possibly-hide): Correctly handle numeric evaluation results.
3120         * progmodes/make-mode.el: Use line-(end|beginning)-position.
3121         (makefile-mode): Set indent-line-function.
3122         (makefile-browser-insert-continuation): Use with-current-buffer.
3123         (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
3125 2001-11-28  Karl Fogel  <kfogel@red-bean.com>
3127         * isearch.el (isearch-yank-internal): New helper function.
3128         (isearch-yank-char): New function.
3129         (isearch-yank-word, isearch-yank-line): Rewrite to use
3130         isearch-yank-internal.
3132 2001-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
3134         * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
3135         aren't supported.  Print a message to that effect if invoked.
3137 2001-11-27  Stephen Eglen  <stephen@gnu.org>
3139         * locate.el (locate): Put point at first matching file rather
3140         than top of buffer.
3142 2001-11-27  Stefan Monnier  <monnier@cs.yale.edu>
3144         * reveal.el: New file.
3146         * progmodes/hideif.el: Misc cleanup.
3147         (hide-ifdef-mode-submap): Put the def in the defvar.
3148         Use substitute-key-definition.
3149         (hide-ifdef-mode): Use define-minor-mode.
3150         (hif-outline-flag-region): Remove.
3151         (hif-show-all): Define in terms of hif-show-ifdef-region.
3152         (hif-after-revert-function): Rename from hif-before-revert-function.
3153         (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
3154         (hif-tokenize): Use with-syntax-table.
3155         (hif-make-range): Use `else' also for `else-p'.
3156         (hif-range-else-p): Remove.
3157         (hif-find-range): Simplify.
3158         (hif-hide-line): Don't bother preserving buffer-modified-p.
3159         (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
3160         Don't use selective-display and inhibit-read-only.
3162         * subr.el (copy-overlay, remove-overlays): New funs.
3164         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
3166 2001-11-27  Sam Steingold  <sds@gnu.org>
3168         * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
3169         * lazy-lock.el, mouse-sel.el, mail/feedmail.el
3170         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
3171         * obsolete/c-mode.el, obsolete/cplus-md.el
3172         * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
3173         * term/sun-mouse.el, textmodes/artist.el:
3174         Converted backquote to the new style.
3175         * mouse.el, reposition.el: Likewise (in comments).
3176         * expand.el: Likewise (in a string).
3178 2001-11-27  Richard M. Stallman  <rms@gnu.org>
3180         * cus-edit.el (custom-load-symbol): Don't always load locate-library.
3182 2001-11-26  Richard M. Stallman  <rms@gnu.org>
3184         * wid-edit.el (widget-toggle-value-create): On graphic terminal,
3185         if :on-glyph or :off-glyph is a list, eval it and store it back.
3186         (checkbox): Quote the values for :on-glyph and :off-glyph.
3188         * cus-start.el (recursive-load-depth-limit): Delete item.
3190 2001-11-26  Stefan Monnier  <monnier@cs.yale.edu>
3192         * help-fns.el (describe-categories, help-describe-category-set): New.
3193         describe-categories moved here from src/category.c.
3195 2001-11-26  Sam Steingold  <sds@gnu.org>
3197         * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
3198         arguments to `insert' are strings.
3200 2001-11-26  Richard M. Stallman  <rms@gnu.org>
3202         * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
3204 2001-11-26  Eli Zaretskii  <eliz@is.elta.co.il>
3206         * international/mule-diag.el: Require help-fns instead of
3207         help-funs.
3209         * help-fns.el: Renamed from help-funs.el.
3211         * startup.el (command-line-1): Don't try to call process-list if
3212         it is not fboundp.
3214 2001-11-26  Sam Steingold  <sds@gnu.org>
3216         * frame.el (show-trailing-whitespace): Remove :set argument (the
3217         value was essentially identical to the defalt).
3219 2001-11-26  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3221         * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
3223         * icomplete.el (icomplete-minibuffer-setup): Likewise.
3225         * hilit-chg.el (hilit-chg-set): Likewise.
3227         * speedbar.el (speedbar-mode): Likewise.
3229         * calendar/calendar.el (calendar-mode): Likewise.
3231         * play/yow.el (psychoanalyze-pinhead): Use insert instead of
3232         insert-string.
3234         * play/gamegrid.el (gamegrid-init-buffer): Likewise.
3236         * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
3238         * term/sun-mouse.el (sun-yank-selection): Likewise.
3240         * textmodes/bib-mode.el (return-key-bib): Likewise.
3242         * calendar/appt.el (appt-disp-window): Likewise.
3244         * calendar/diary-lib.el (list-diary-entries): Likewise.
3246         * array.el (array-reconfigure-rows): Likewise.
3248         * filecache.el (file-cache-minibuffer-complete): Likewise.
3250         * obsolete/cplus-md.el (fill-c++-comment): Likewise.
3252         * strokes.el (strokes-prompt-user-save-strokes): Likewise.
3254         * allout.el (outline-version, outline-open-topic)
3255         (outline-rebullet-heading, outline-insert-listified)
3256         (outline-latex-verbatim-quote-curr-line)
3257         (outline-latexify-one-item, outlineify-sticky): Likewise.
3259         * vc.el (vc-next-action-on-file): Likewise.
3260         (vc-dired-mode): Remove make-local-hook.
3262 2001-11-26  Andre Spiegel  <spiegel@gnu.org>
3264         * vc.el (vc-find-version): New function.
3265         (vc-version-other-window): Redefined in terms of the above.
3267         * log-view.el (log-view-find-version): New function.
3268         (log-view-mode-map): Bind it to `f'.
3270 2001-11-26  Gerd Moellmann  <gerd@gnu.org>
3272         * language/devan-util.el (dev-char-glyph): Escape `"' in
3273         string literals.
3274         (dev-glyph-glyph, dev-glyph-glyph-2)
3275         (devanagari-compose-syllable-region): Likewise.
3277 2001-11-26  Richard M. Stallman  <rms@gnu.org>
3279         * window.el (save-selected-window): No error if saved window is dead.
3281         * help-funs.el (describe-syntax): Put (interactive) after doc string.
3283 2001-11-26  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3285         * international/quail.el (quail-help): Require help-mode in
3286         top-level instead.
3288         * iswitchb.el (iswitchb-exhibit): Use insert instead of
3289         insert-string.
3291         * icomplete.el (icomplete-exhibit): Likewise.
3293 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
3295         * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
3296         (diff-hunk-kill): Simplify.
3297         (diff-post-command-hook): Only apply to a single hunk.
3298         (diff-hunk-text): Make `char-offset' non-optional.
3299         (diff-find-text): Return a cons cell.
3300         (diff-find-approx-text): New fun.
3301         (diff-find-source-location): Use it.
3302         (diff-apply-hunk, diff-test-hunk, diff-goto-source):
3303         Adapt to new retval of diff-find-text.
3305         * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
3306         rather than integer- representation of dates.
3308         * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
3310         * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
3311         (syntax-after): New fun.
3313         * help-funs.el (describe-syntax): New fun.
3315         * font-lock.el (font-lock-cache-state, font-lock-cache-position)
3316         (font-lock-ppss-stats, font-lock-ppss): Remove.
3317         (font-lock-fontify-syntactically-region): Remove tuning code.
3318         (font-lock-compile-keywords): Fix off-by-one bug.
3319         (font-lock-set-defaults): Don't set removed vars.
3320         (c-keywords): Add `inline'.
3321         (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
3323         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3324         Set syntax-begin-function.
3325         (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
3326         (lisp-interaction-mode): Don't set local-abbrev-table any more.
3327         (lisp-mode-auto-fill): Use syntax-ppss and obey
3328         comment-auto-fill-only-comments.
3329         (lisp-fill-paragraph): Use syntax-ppss.
3331 2001-11-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
3333         * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
3334         version of rmail-enable-mime.
3335         (rmail-forward): Use it.
3337 2001-11-25  Richard M. Stallman  <rms@gnu.org>
3339         * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
3341         * international/quail.el (quail-keyboard-layout-button):
3342         Define button type.
3343         (quail-keyboard-customize-button): Likewise.
3344         (quail-help): Use those button types.  Require `help-mode'.
3345         Avoid altering the argument `package'.
3347         * help-mode.el (help-function, help-variable, help-face)
3348         (help-coding-system, help-input-method, help-character-set):
3349         Define each button type with its own explicit define-button-type.
3351         * language/devan-util.el: Comment out parts of the file
3352         which apparently are garbled.
3354 2001-11-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3356         * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
3357         insert-string.
3359 2001-11-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3361         * play/snake.el (snake-mode): Remove make-local-hook.
3363         * play/tetris.el (tetris-mode): Likewise.
3365         * play/decipher.el (decipher-mode): Likewise.
3367         * tmm.el (tmm-add-prompt): Likewise.
3369 2001-11-25  Sam Steingold  <sds@gnu.org>
3371         * menu-bar.el (menu-bar-apropos-menu): New variable.
3372         Moved all `apropos' bindings to this menu.
3373         (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
3375 2001-11-24  KAWABATA, Taichi <batta@beige.ocn.ne.jp>
3377         The following changes are for new indian languages support based
3378         on Unicode charset and CDAC fonts.
3380         * international/mule-conf.el: Change indian-1-column charset to
3381         indian-glyph charset.
3383         * international/characters.el: Adjusted for the change of
3384         indian-1-column -> indian-glyph.
3386         * international/fontset.el: Delete the setting for indian-1-column
3387         and add the setting for indian-glyph in the default fontset.
3389         * language/indian.el: Completely re-written.
3391         * language/devanagari.el: Completely re-written.
3393         * language/devan-util.el: Completely re-written.
3395         * language/ind-util.el: New file.
3397 2001-11-24  Richard M. Stallman  <rms@gnu.org>
3399         * startup.el (command-line-1): Don't do startup screen
3400         if a subprocess is running.  Call the startup screen buffer
3401         "GNU Emacs".  Make a special mode-line-format for it.
3403         * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
3404         (browse-url-galeon): Use that variable.
3406         * mail/supercite.el (sc-toggle-var): Don't use set-variable or
3407         eval-expression.  Eval and set the variable simply.
3409         * files.el (temporary-file-directory): Use defcustom.
3410         (small-temporary-file-directory): Likewise.
3411         (normal-backup-enable-predicate): Move down in file
3412         after definition of temporary-file-directory.
3414         * bindings.el (last-buffer, unbury-buffer): Doc fixes.
3416 2001-11-24  Colin Walters  <walters@debian.org>
3418         * calc/calc-ext.el (calc-init-extensions): Update the rest of the
3419         autoload names to match files renamed on initial calc import.
3421         * calc/calc.el (Commentary): Cleanup, and add logistic curve
3422         fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
3424 2001-11-23  Colin Walters  <walters@debian.org>
3426         * Makefile.in (finder_setwins, setwins): Include Calc again.
3428         * calc/calc-rules.el: Add header comment.
3430 2001-11-23  Andre Spiegel  <spiegel@gnu.org>
3432         * vc.el (with-vc-properties): Don't bind `filename' locally.
3433         (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
3434         to avoid name clashes.  Fix `lisp-indent-function' property for
3435         both.
3437 2001-11-23  Francesco Potorti`  <pot@gnu.org>
3439         * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
3441 2001-11-22  Colin Walters  <walters@debian.org>
3443         * calc/calc-misc.el (report-calc-bug):
3444         Use `reporter-prompt-for-summary-p'.
3446         * calc/INSTALL, calc/Makefile: Remove.
3448 2001-11-22  Miles Bader  <miles@gnu.org>
3450         * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
3451         (reb-match-2, reb-match-3): Add dark-background variants.
3453 2001-11-22  Colin Walters  <walters@debian.org>
3455         * calc/calc-misc.el (calc-info): Don't perform voodoo, just
3456         (info "Calc").
3457         (report-calc-bug): Use reporter.el.
3459         * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
3461 2001-11-21  Richard M. Stallman  <rms@gnu.org>
3463         * which-func.el (which-function): Call imenu--make-index-alist
3464         if necessary to get a list of functions.
3465         (which-function-imenu-failed): New variable.
3466         (which-func-update): Handle all visible windows.
3467         (which-func-update-1): New subroutine broken out of which-func-update.
3469         * files.el (temporary-file-directory, null-device)
3470         (small-temporary-file-directory): Definitions moved up.
3472         * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
3473         (cperl-non-problems, cperl-praise): Doc fixes.
3475         * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
3476         (sh-mode-syntax-table): Function restored.
3477         Variable set up for use by function sh-mode-syntax-table.
3478         (sh-set-shell): Set the syntax table.
3480         * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
3482         * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
3484         * international/encoded-kb.el: Don't alter minor-map-alist.
3486 2001-11-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3488         * files.el (auto-save-file-name-transforms): Put remote files in
3489         temporary-file-directory rather than /tmp.
3491 2001-11-21  Colin Walters  <walters@debian.org>
3493         * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
3494         of (function ...) wrapper.
3496 2001-11-20  Stefan Monnier  <monnier@cs.yale.edu>
3498         * derived.el (define-derived-mode): Create the abbrev-table
3499         from inside the `defvar'.
3501         * jit-lock.el (jit-lock-defer-time): New var.
3502         (jit-lock-defer-timer, jit-lock-buffers): New vars.
3503         (jit-lock-mode): Initialize them.  Cancel the timers more carefully.
3504         (jit-lock-function): Defer fontification if requested.
3505         (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
3506         (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
3507         text property.
3508         (jit-lock-deferred-fontify): New fun.
3510 2001-11-20  Richard M. Stallman  <rms@gnu.org>
3512         * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
3513         Set local-abbrev-table to lisp-mode-abbrev-table.
3515         * emacs-lisp/re-builder.el (reb-mode):
3516         Don't use define-derived-mode.  Call kill-all-local-variables.
3518         * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
3519         Don't use define-derived-mode.
3521         * help-mode.el (help-mode): Undo 2001-10-07 change.
3523         * replace.el (occur-mode): Undo 2001-5-20 change.
3525 2001-11-20  Jason Rumney  <jasonr@gnu.org>
3527         * w32-fns.el (w32-system-coding-system): Change to an alias for
3528         locale-coding-system.
3529         (set-w32-system-coding-system): Document the above change.
3530         Set locale-coding-system instead.
3532 2001-11-20  Richard M. Stallman  <rms@gnu.org>
3534         * ruler-mode.el: Add pagination.
3535         (ruler-mode-toggle-show-tab-stops): No need to
3536         test `ruler-mode' variable.
3538 2001-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
3540         * play/landmark.el: Mark lm-mode as special.
3542         * play/gomoku.el: Mark gomoku-mode as special.
3544 2001-11-20  Juanma Barranquero  <lektu@terra.es>
3546         * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
3547         (top-level): Bind it to C-c C-b.
3548         (re-builder): Don't re-enter RE Builder Mode.
3550         * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
3552 2001-11-20  Stefan Monnier  <monnier@cs.yale.edu>
3554         * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
3555         `manual-program'.
3557         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
3558         to a line without a comment.
3560 2001-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
3562         * dired.el (dired-listing-switches): Mention in the doc string
3563         that some switches are not supported by ls-lisp.el
3565 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
3567         * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
3568         (imenu--create-keymap-2): Remove.
3569         (imenu--create-keymap-1): Simplify, remove third argument.
3570         (imenu--generic-function): Use dolist.
3571         (imenu-find-default): New function.
3572         (imenu--completion-buffer): Use it.
3573         (imenu--mouse-menu): Use popup-menu.
3574         (imenu--menubar-select): Return t rather than calling imenu.
3576         * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
3577         New functions, extracted from fill-region-as-paragraph.
3578         (fill-region-as-paragraph): Use them.
3579         Use an end marker instead of eob.
3580         Ignore whitespace-only fill-prefixes when indenting according to mode.
3581         Simplify the loop that searches for spaces backwards.
3583         * textmodes/picture.el (picture-vertical-step)
3584         (picture-horizontal-step): Don't use defconst for variables.
3586         * mail/mail-extr.el: Use backquote/dolist/mapc/when.  Docstring fixes.
3587         (mail-extract-address-components): Downcase domain names.
3588         (mail-extr-delete-char): Remove.  Use delete-char instead.
3590         * emulation/pc-select.el: Doc string fixes.
3591         (pc-selection-mode): Don't treat macos as a tty.
3593         * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
3595         * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
3597         * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
3598         (mouse-wheel-progessive-speed): New var.
3599         (mwheel-scroll): Use it and handle float values.
3601         * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
3603         * iswitchb.el (iswitchb-mode): Use define-minor-mode.
3604         (iswitchb): Fix the case where the result was selected with the mouse.
3605         (iswitchb-completion-help): Use the normal *Completions* now that
3606         mouse selection works.
3607         (iswitchb-minibuffer-setup): Simplify.
3609         * newcomment.el (comment-column, comment-style, comment-multi-line)
3610         (comment-auto-fill-only-comments): Remove :group arg.
3611         (comment-padding): Add :type.
3612         (comment-indent-new-line): Ignore comment-auto-fill-only-comments
3613         if called interactively.
3615 2001-11-19  Colin Walters  <walters@verbum.org>
3617         * calc/calc.el (toplevel): Add comment and version header.
3618         (calc-init-base): Bump version to 2.02f, update date.
3620 2001-11-19  Richard M. Stallman  <rms@gnu.org>
3622         * net/browse-url.el: Support Mozilla and Galeon.
3623         By default, find the installed browser whichever it is.
3624         (browse-url-mozilla): New function.
3625         (browse-url-mozilla-sentinel): New function.
3626         (browse-url-galeon, browse-url-galeon-sentinel): New functions.
3627         (browse-url-default-browser): New function.
3628         (browse-url-process-environment): Use browse-url-browser-display.
3629         (browse-url-browser-display): Renamed from browse-url-netscape-display.
3630         (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
3631         (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
3632         (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
3633         (browse-url-browser-function): New default, new options.
3635 2001-11-19  Sam Steingold  <sds@gnu.org>
3637         * bindings.el (last-buffer, unbury-buffer): New function.
3638         (mode-line-unbury-buffer): Use `unbury-buffer'.
3640 2001-11-18  Stephen Eglen  <stephen@gnu.org>
3642         * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
3643         control behaviour when no further completion is possible.
3645 2001-11-19  Colin Walters  <walters@verbum.org>
3647         * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
3648         (math-showing-full-precision, math-with-extra-prec, math-working)
3649         (calc-with-default-simplification)
3650         (calc-with-trail-buffer): Use backtick.
3651         (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
3652         (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
3653         (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
3654         (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
3655         (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
3656         (Math-num-integerp, Math-bignum-test, Math-equal-int)
3657         (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
3658         (calc-record-compilation-date-macro): Deleted.  Callers updated.
3659         (math-format-radix-digit): Move to calc-bin.el.
3661         * calc/calc.el (calc-record-compilation-date): Remove.
3662         (calc-bug-address): Update.
3663         (calc-settings-file): Use `user-init-file'.
3665         * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
3666         Handle null `calc-settings-file'.
3668         * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
3669         * calc/calc-keypd.el (calc-keypad-mode): New.
3670         (calc-do-keypad): Use it.
3671         (calc-keypad-map): Move into `calc-keypad-mode'.
3673         * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
3674         to defalias argument.
3676         * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
3677         (calcFunc-floor): Ditto.
3679         * calc-units.el (calcFunc-usimplify): Ditto.
3681         * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
3682         * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
3683         * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
3684         * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
3685         * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
3686         * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
3687         * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
3688         * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
3689         * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
3690         * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
3691         * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
3692         and move them before their first use.  Use `when', `unless'.
3693         Remove trailing periods from error forms.  Add description and
3694         headers suggested by Emacs Lisp coding conventions.
3696 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
3698         * newcomment.el (comment-indent):
3699         Fix misindentation for comment-only lines.
3700         (comment-indent-new-line): Only obey comment-multi-line if the
3701         comment-ender is not the end-of-line.
3703 2001-11-19  Richard M. Stallman  <rms@gnu.org>
3705         * net/net-utils.el (network-connection-service-abbrev-alist):
3706         New variable.
3708         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
3709         Advance to start of 3rd sexp by moving fwd and backing over it.
3710         At first three elements, act like defun.
3712         * delsel.el (delete-selection-pre-hook): Handle and resignal
3713         file-supersession errors to interact properly with userlock.el.
3715 2001-11-18  Richard M. Stallman  <rms@gnu.org>
3717         * progmodes/fortran.el (fortran-mode-syntax-table):
3718         Specify punctuation syntax for backslash.
3720         * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
3721         All calls deleted.
3723         * international/mule-util.el (string-to-sequence): Make it obsolete.
3724         (string-to-list, string-to-vector): Implement them directly
3725         using append and vconcat, not with string-to-sequence.
3727         * startup.el (command-line): Set abbrevs-changed to nil after
3728         reading the init file and the abbrevs file.
3730         * isearch.el (isearch): Use magenta2 as bg for (background light)
3732 2001-11-17  Richard M. Stallman  <rms@gnu.org>
3734         * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
3736         * simple.el (minibuffer-history-sexp-flag): Doc fix.
3738 2001-11-17  Stefan Monnier  <monnier@cs.yale.edu>
3740         * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
3741         If set and if applicable, add a regexp to highlight defun-like
3742         text inside comments and strings.
3743         (font-lock-fontify-keywords-region): Pass that new arg.
3744         (font-lock-set-defaults): Move the code to set `font-lock-keywords'
3745         to the end and pass that new arg.
3746         (c-font-lock-keywords-2): Fix regex for labels.
3747         (font-lock-match-c++-style-declaration-item-and-skip-to-next):
3748         Make it work when LIMIT is several lines further.
3749         (c-font-lock-keywords-3, c++-font-lock-keywords-3)
3750         (objc-font-lock-keywords-3, java-font-lock-keywords-3):
3751         Use backquote and make the regexes for `int a, b, c;' work on
3752         multiple lines.
3754         * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
3755         (font-lock-defaults-alist): Don't change it any more.
3756         (reb-subexp-mode-map): Cleanup.
3758         * custom.el (custom-current-group-alist): New var.
3759         (custom-declare-group): Set it.
3760         (custom-current-group): New fun.
3761         (custom-declare-variable, custom-handle-all-keywords):
3762         Use it as a default if no :group argument is specified.
3764         * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
3765         (standard-keyboard-coding-systems): New var.
3766         (set-locale-environment): Use it to decide whether or not to call
3767         set-keyboard-coding-system.
3768         (locale-language-names): Use \"French\" for "fr".
3770 2001-11-17  Richard M. Stallman  <rms@gnu.org>
3772         * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
3773         (add-to-list): Delete compatibility code.
3774         (checkdoc-next-message-error): Doc fix.
3776 2001-11-17  Stephen Eglen  <stephen@gnu.org>
3778         * locate.el (locate): Show default locate pattern within the
3779         prompt, but don't insert it into the minibuffer contents.
3780         Catch the case when pattern is the empty string.
3782 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
3784         * language/european.el ("French"): New language environment.
3786 2001-11-16  Richard M. Stallman  <rms@gnu.org>
3788         * calendar/todo-mode.el (todo-save): Fix previous change.
3790         * subr.el (functionp): Do use cdr-safe on object.
3792 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
3794         * bindings.el (mode-line-mode-name): Only put the help-echo property
3795         if the local-map property was put as well.
3796         (global-map): Bind switch-frame, delete-frame, iconify-frame
3797         and make-frame-visible events.
3799         * emacs-lisp/elp.el (elp-not-profilable): New var.
3800         (elp-not-profilable-p): New function.
3801         (elp-instrument-function): Use it.  Use backquotes and push.
3803         * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
3804         (byte-stack+-info, byte-compile-last-warned-form)
3805         (byte-compile-last-logged-file): Don't defconst a variable.
3806         (no-byte-compile): Declare.
3807         (byte-compile-file): Don't boundp-check no-byte-compile any more.
3808         (byte-compile-defvar): Leave defconst as is.
3810         * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
3811         (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
3812         (edebug-current-offset, edebug-old-def-name, edebug-error-point)
3813         (edebug-best-error): Don't defconst a variable.
3814         (edebug-read-syntax-table): Use a char-table.
3815         (edebug-lemacs-specific): Remove.
3816         Toplevel: Eliminate check for Lucid Emacs.
3818         * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
3820         * rect.el (move-to-column-force): Mark obsolete.
3821         (operate-on-rectangle, delete-extract-rectangle-line)
3822         (insert-rectangle, delete-whitespace-rectangle-line)
3823         (open-rectangle-line, clear-rectangle-line): Use move-to-column.
3824         (string-rectangle-history): New var.
3825         (string-rectangle, string-insert-rectangle): Use it.
3826         (delete-rectangle-line): Fix pos/column mixup and simplify.
3828         * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3829         (normal-top-level, command-line, command-line-1): Simplify.
3831         * tar-mode.el (tar-mode): Use define-derived-mode.
3833         * view.el (view-mode-enable): Don't use make-local-hook.
3835         * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
3837 2001-11-16  Richard M. Stallman  <rms@gnu.org>
3839         * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
3840         if it doesn't make sense as anything else.
3841         Don't recognize a "telephone number" at the beginning of the name.
3842         (mail-extr-leading-garbage): Match non-word characters only.
3844 2001-11-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3846         * startup.el (command-line-processed): Doc fix.
3848         * apropos.el (apropos-next-label-button): Doc fix.
3850 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
3852         * comint.el (comint-mode): Simplify.
3853         (make-comint-in-buffer): Run `comint-mode' only if necessary.
3855         * subr.el (eval-after-load): Make it work with features as well.
3857         * log-view.el (log-view-mode): Don't mark the buffer unmodified.
3859         * international/mule-cmds.el (describe-input-method): Setup xref.
3860         (set-language-environment): Use functionp.
3861         (locale-language-names, locale-charset-language-names)
3862         (locale-preferred-coding-systems): Defconst and purecopy.
3864         * language/european.el (mac-roman): Add mime-charset property.
3866 2001-11-15  Richard M. Stallman  <rms@gnu.org>
3868         * emacs-lisp/cl.el (values, values-list, multiple-value-list)
3869         (multiple-value-apply, nth-value): Use defsubst rather than defalias
3870         to get better doc strings.
3872 2001-11-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3874         * derived.el: Fix autoload cookie.
3876 2001-11-15  Richard M. Stallman  <rms@gnu.org>
3878         * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
3880 2001-11-15  Stefan Monnier  <monnier@cs.yale.edu>
3882         * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
3884 2001-11-15  Richard M. Stallman  <rms@gnu.org>
3886         * dired.el (dired-undo): Display a message to explain
3887         that this does not undo file system changes.
3889 2001-11-15  David Kastrup  <David.Kastrup@t-online.de>
3891         * mouse-drag.el (mouse-drag-throw): Push back non-drag events
3892         into `unread-command-events' instead of trying keymap
3893         lookups ourselves.  This makes mouse-clicks do the right
3894         thing even when keymaps of overlays are involved.
3895         (mouse-drag-drag): Likewise.
3897 2001-11-15  Andreas Schwab  <schwab@suse.de>
3899         * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
3900         characters and append anchor to pattern added to auto-mode-alist.
3902 2001-11-15  Stefan Monnier  <monnier@cs.yale.edu>
3904         * server.el (server-process-filter): Run pore/post-comment-hook
3905         before/after visiting the file.
3907         * info-look.el (makefile-mode): Add info for automake.
3908         (autoconf-mode): Fix the name of the index for automake.
3910         * international/latin-9.el: Give pilcrow punctuation syntax.
3912 2001-11-15  Andre Spiegel  <spiegel@gnu.org>
3914         * vc.el: Documentation fixes.
3916 2001-11-14  Stefan Monnier  <monnier@cs.yale.edu>
3918         * smerge-mode.el (smerge-match-conflict): Fix typo.
3919         (smerge-diff): Be careful to read match-data early enough.
3921 2001-11-14  Colin Walters  <walters@verbum.org>
3923         * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
3924         (calcFunc-subst): Use `defalias' instead of `fset' and
3925         `symbol-function'.
3927         * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
3928         (calcFunc-ceil, calcFunc-round): Ditto.
3930         * calc/calc-bin.el (calcFunc-clip): Ditto.
3932         * calc/calc-ext.el (calcFunc-evalv): Ditto.
3934         * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
3936         * calc/calc-misc.el (math-fixnump, math-fixnatnump)
3937         (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
3939         * calc/calc-units.el (calcFunc-unsimplify): Ditto.
3941         * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
3942         * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
3943         * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
3944         * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
3945         * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
3946         * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
3947         * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
3948         * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
3949         * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
3950         * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
3951         * calcsel2.el: Style cleanup; don't put closing parens on their
3952         own line, add "foo.el ends here" to each file, and update
3953         copyright date.
3955         * README: Update maintainer.
3957 2001-11-13  Richard M. Stallman  <rms@gnu.org>
3959         * progmodes/compile.el (recompile): Use compilation-arguments if
3960         set, so as to be able to M-x recompile the exact command which
3961         created a compilation-mode buffer.
3963         * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
3965 2001-11-13  Gerd Moellmann  <gerd@gnu.org>
3967         * mouse.el (mouse-drag-region): Don't run the up-event
3968         handler if window start changed due to the down-mouse event.
3970 2001-11-13  Richard M. Stallman  <rms@gnu.org>
3972         * mouse.el (mouse-show-mark): Either move point to the mark
3973         or use highlighting, never both.
3974         (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
3976 2001-11-13  Simon Josefsson  <jas@extundo.com>
3978         * mail/smtpmail.el (top-level): Change maintainer to Simon
3979         Josefsson, cleanup the smtpmail.el header.
3981         * mail/smtpmail.el (top-level): Don't require cl or base64.
3982         (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
3983         (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
3984         Defsubst instead of defmacro.
3985         (smtpmail-intersection): Return value in reverse order.
3986         (smtpmail-open-stream): Use stringp instead of string-to-list.
3987         (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
3988         separated from smtpmail-via-smtp.
3990         * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
3991         rfc2104.  Require base64 and cl.
3992         (smtpmail-smtp-service): Doc fix.  :type fix.
3993         (smtpmail-debug-info): Doc fix.
3994         (smtpmail-debug-verb, smtpmail-auth-credentials)
3995         (smtpmail-starttls-credentials, smtpmail-auth-supported):
3996         New variables.
3997         (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
3998         mail-utils (it is autoloaded).
3999         (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
4000         (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
4001         (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
4002         (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
4003         (smtpmail-via-smtp): Support AUTH.
4004         (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
4006 2001-11-13  Richard M. Stallman  <rms@gnu.org>
4008         * ebuff-menu.el (electric-buffer-update-highlight): New function.
4009         (electric-buffer-overlay): New variable.
4010         (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
4011         (electric-buffer-list): Likewise.
4013         * isearch.el (isearch-whitespace-chars): Doc fix.
4014         (isearch-mode): Handle negative search-slow-window-lines correctly.
4016 2001-11-13  Stefan Monnier  <monnier@cs.yale.edu>
4018         * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
4020         * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
4021         From Emmanuel Briot <briot@act-europe.fr>.
4023 2001-11-13  Colin Walters  <walters@debian.org>
4025         * calc/calc.el (calc-unread-command): Use `unread-command-events'.
4027         * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
4028         "~/.emacs"; use `read-file-name'.
4030         * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
4031         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
4032         * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
4033         * calc/calc.el: Use `frame-width' instead of `screen-width',
4034         `frame-height' instead of `screen-height', and,
4035         `executing-kbd-macro' instead of `executing-macro'.
4037         * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
4038         correct number of arguments.
4040         * calc/calc-aent.el (calc-do-alg-entry):
4041         Use `blink-paren-function' instead of `blink-paren-hook'.
4043 2001-11-12  Richard M. Stallman  <rms@gnu.org>
4045         * calendar/todo-mode.el (todo-save): Add save-excursion
4046         and save-restriction.
4048         * server.el (server-edit, server-done): Doc fix.
4050         * simple.el (clone-indirect-buffer): Error if major mode symbol
4051         has a no-clone-indirect property.
4052         (clone-buffer): Check for obvious errors before reading clone name.
4054         * info.el (Info-mode): Add a no-clone-indirect property.
4056 2001-11-12  Sam Steingold  <sds@gnu.org>
4058         * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
4059         set-buffer-modified-p to nil after `vc-exec-after'.
4060         * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
4061         (log-view-mode): Make read-only.
4062         (log-view-current-file): Do final `expand-file-name' in the
4063         current `default-directory'.
4064         (log-view-current-tag): Take an optional `where' arg.
4065         (log-view-diff): New user command.
4067 2001-11-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4069         * progmodes/cpp.el (cpp-choose-face): Fix typo.
4071 2001-11-12  Sam Steingold  <sds@gnu.org>
4073         * emacs-lisp/cl-indent.el (toplevel): Indent properly
4074         `generic-flet', `generic-labels', `with-accessors',
4075         `with-condition-restarts'.
4077 2001-11-12  Richard M. Stallman  <rms@gnu.org>
4079         * dired.el: Many trivial doc fixes.
4080         (dired-get-file-for-visit): New function.
4081         (dired-find-alternate-file, dired-mouse-find-file-other-window):
4082         (dired-view-file, dired-find-file-other-window, dired-display-file):
4083         (dired-find-file): Use dired-get-file-for-visit.
4085 2001-11-12  Alex Schroeder  <kensanata@yahoo.com>
4087         * sql.el (sql-mode): Doc change.
4089         * sql.el (sql-mode-syntax-table): The backslash is no longer an
4090         escape character.
4092 2001-11-12  Colin Walters  <walters@debian.org>
4094         * calc/calc-keypd.el (toplevel): Bind mouse buttons.
4095         (calc-do-keypad): Don't attempt to use nonexistent global
4096         mouse-map, use calc-keypad-map.
4097         (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
4098         (calc-keypad-left-click): Don't use mouse-map; update to new event
4099         interface.
4100         (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
4101         (calc-keypad-press): Use `unread-command-events' instead of
4102         `unread-command-char'.
4104         * calc/calc-ext.el (calc-init-extensions): Update autoload names
4105         to match files renamed on initial calc import.
4107 2001-11-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4109         * textmodes/flyspell.el (flyspell-default-dictionary):
4110         Fix previous change.
4112 2001-11-12  Richard M. Stallman  <rms@gnu.org>
4114         * textmodes/flyspell.el (flyspell-default-dictionary):
4115         Fix custom type.
4117 2001-11-11  Richard M. Stallman  <rms@gnu.org>
4119         * calendar/solar.el (solar-sunrise-and-sunset):
4120         Exchange the two extreme values of day-length.
4122         * progmodes/sh-script.el (sh-must-be-shell-mode):
4123         Allow modes derived from sh-mode.
4125         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4126         Turn off error in some re-search-forward calls.
4128         * replace.el (query-replace-skip-read-only): New variable.
4129         (perform-replace): If that variable is non-nil, ignore matches
4130         that have a read-only property.
4132         * derived.el (define-derived-mode): Doc fix.
4134         * server.el (server-buffer-done): Test of server-existing-buffer
4135         was backwards.
4136         (server-existing-buffer): Doc fix.
4138         * textmodes/flyspell.el (flyspell-default-dictionary):
4139         Allow nil as value, and make nil the default.
4141 2001-11-11  Eli Zaretskii  <eliz@is.elta.co.il>
4143         * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
4144         it is not fboundp.
4145         (clipboard-yank): Ditto.
4147 2001-11-11  Colin Walters  <walters@verbum.org>
4149         The following changes are based on patches from
4150         Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
4151         <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
4153         * calc/calc.el (toplevel): Require calc-macs.
4154         (calc-minibuffer-size): New.
4155         (calcDigit-nondigit): Use it instead of `buffer-size'.
4156         (calcDigit-backspace): Likewise.
4157         (calcDigit-nondigit): Use `minibuffer-contents' instead of
4158         `buffer-string'.
4159         (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
4160         `point-min'.
4161         (calcDigit-key): Use `calc-minibuffer-contains' instead of a
4162         `save-excursion'.
4164         * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
4165         simple `setq' form.
4167         * calc/calc-ext.el: (toplevel): Require calc.
4168         (calc-fancy-prefix-map): New.
4169         (calc-fancy-prefix): Use it.
4170         (calc-fancy-prefix-other-key): New.
4172         * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
4173         (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
4174         (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
4175         (calcAlg-enter): Likewise.
4176         (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
4178 2001-11-10  Richard M. Stallman  <rms@gnu.org>
4180         * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
4181         (quietly-read-abbrev-file): Doc fix.
4183         * startup.el (command-line): Read standard abbrev
4184         file (abbrev-file-name), if it exists.
4186         * files.el (save-abbrevs): Default value is t.
4188         * progmodes/compile.el (compile-goto-error): Fix previous change
4189         in the case where subsequent errors have not been parsed yet
4190         because they are in a different source file.
4192 2001-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
4194         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
4195         Merge two regular expressions into one.
4196         (ps-mode): Make local bindings for `comment-start' and
4197         `comment-start-skip'.
4198         (ps-mode-looking-at-nested): Simplify an if-else construct;
4199         use `set-match-data' to set the result.
4201 2001-11-10  Richard M. Stallman  <rms@gnu.org>
4203         * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
4204         Function deleted.
4205         (flyspell-correct-word): Old definition deleted.
4206         (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
4207         All references renamed too.
4209 2001-11-10  Gerd Moellmann  <gerd@gnu.org>
4211         * Makefile.in (finder_setwins, setwins): Exclude Calc.
4213 2001-11-09  Per Abrahamsen  <abraham@dina.kvl.dk>
4215         * wid-edit.el (checklist): Removed `:menu-tag'.
4216         (radio-button-choice): Ditto.
4217         (editable-list): Ditto.
4219 2001-11-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4221         * play/gomoku.el: Move definitions of constants to the beginning
4222         of file, before their use.
4224 2001-11-09  Richard M. Stallman  <rms@gnu.org>
4226         * textmodes/flyspell.el: Use the keymap property
4227         instead of local-map, and don't use a minor-mode map.
4228         (flyspell-mode-map): Variable deleted.
4229         Don't mess with minor-mode-map-alist.
4230         (calling add-minor-mode): Specify nil for keymap.
4231         And always use add-minor-mode, now that it exists.
4232         (flyspell-overlay-keymap-property-name): Set it to `keymap'.
4233         (flyspell-mode-on): Don't locally bind flyspell-mouse-map
4234         or flyspell-local-mouse-map.
4235         (make-flyspell-overlay): Use flyspell-mouse-map directly.
4236         (flyspell-mode): Doc fix.
4237         (flyspell-mode-on): Don't call make-local-hook.
4239 2001-11-09  Sam Steingold  <sds@gnu.org>
4241         * emacs-lisp/debug.el (debugger-make-xrefs):
4242         Add buttons to all symbols.
4244 2001-11-09  Andre Spiegel  <spiegel@gnu.org>
4246         * vc.el: Add John David Smith to credits.
4248         Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
4250         * vc-hooks.el (vc-error-occured): Backquotified.
4251         (vc-file-prop-obarray): Use prime length for better efficiency.
4253         * vc.el (vc-clear-context): Fill obarray with 0, not nil.
4255 2001-11-09  Eli Zaretskii  <eliz@is.elta.co.il>
4257         * info.el (Info-file-list-for-emacs): Add entries for Calc.
4259 2001-11-09  Miles Bader  <miles@gnu.org>
4261         * subr.el (functionp): Don't consider macros as functions.
4263 2001-11-08  Miles Bader  <miles@gnu.org>
4265         * subr.el (functionp): Make work correctly for macros and unbound
4266         symbols.
4268         * comint.el (comint-send-input): Fix description of
4269         `comint-process-echoes' in the doc-string.
4271 2001-11-08  Eli Zaretskii  <eliz@is.elta.co.il>
4273         * international/mule.el (make-translation-table): Doc fix.
4274         Suggested by Alex Schroeder <alex@gnu.org>.
4276 2001-11-07  Richard M. Stallman  <rms@gnu.org>
4278         * info.el (Info-fontify-node): Highlight every third menu item.
4280 2001-11-07  Per Abrahamsen  <abraham@dina.kvl.dk>
4282         * cus-edit.el (custom-face-value-create): Don't ignore the
4283         `customized-face' attribute when finding the current face spec.
4285 2001-11-07  Stefan Monnier  <monnier@cs.yale.edu>
4287         * subr.el (with-local-quit): New macro.
4288         (make-syntax-table): Always inherit.
4289         (functionp): Be more careful when `object' is a symbol.
4291         * dabbrev.el (dabbrev-completion): Use "*Completions*".
4293 2001-11-07  Paul Eggert  <eggert@twinsun.com>
4295         * dired.el (dired-move-to-filename-regexp):
4296         Do not distinguish between ASCII letters and non-ASCII characters.
4297         Don't allow comma except in the form "month day, year".
4298         Don't allow space between month name and comma.
4299         Clean up the code that checks for trailing period, comma, and space.
4300         Remove now-obsolete comments, and add more commentary about
4301         Japanese dates.
4302         Always gobble up trailing spaces, instead of doing it only sometimes.
4304 2001-11-07  Miles Bader  <miles@gnu.org>
4306         * paren.el (show-paren-match-face): Add dark-background variant.
4308 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
4310         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
4311         (lisp-mode-variables): Don't set paragraph-{start,separate}.
4312         Don't disable adaptive-fill-mode.
4313         (lisp-fill-paragraph): Use tab-width rather than 8.
4314         Prevent filling the first line of docstrings.
4316 2001-11-06  Richard M. Stallman  <rms@gnu.org>
4318         * play/gomoku.el (gomoku): Doc fix.
4320         * jka-compr.el (jka-compr-partial-uncompress):
4321         Support an alternative of not using dd.
4322         (jka-compr-dd-program): Use defcustom to define this.
4323         (jka-compr-load-suffixes): Use defcustom.
4324         (jka-compr-mode-alist-additions): Use defcustom.
4326 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
4328         * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
4329         Also work when LIMIT is further than the end of line.
4331 2001-11-06  Eli Zaretskii  <eliz@is.elta.co.il>
4333         * international/quail.el (quail-update-leim-list-file): Print the
4334         offending file name if some of its quail-define-package forms is broken.
4336 2001-11-05  Richard M. Stallman  <rms@gnu.org>
4338         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
4339         of the evaluated form.
4341 2001-11-05  Paul Eggert  <eggert@twinsun.com>
4343         * ls-lisp.el (ls-lisp-time-to-seconds): New function.
4344         (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
4345         stamps always line up by default.  Also, it uses a slightly
4346         different window to determine whether files are "recent".
4348 2001-11-05  Andrew Innes  <andrewi@gnu.org>
4350         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
4351         Don't attempt to remake autoloads before nuking .elc files.
4353 2001-11-04  Richard M. Stallman  <rms@gnu.org>
4355         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
4356         previous-single-property-change or next-single-char-property-change
4357         returns nil.
4359         * international/mule-cmds.el (set-locale-environment):
4360         Make it interactive; make arg optional.
4362         * international/mule-diag.el (help-funs): Require help-funs.
4364 2001-11-04  Eli Zaretskii  <eliz@is.elta.co.il>
4366         * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
4368 2001-11-04  Miles Bader  <miles@gnu.org>
4370         * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
4371         shadow of the splash image grey on a dark background instead of black.
4373 2001-11-03  Stefan Monnier  <monnier@cs.yale.edu>
4375         * term.el (all faces): Don't (copy-face 'default <foo>).
4377         * term/xterm.el (function-key-map):
4378         Add entry for `ESC [ 3 ~' -> <delete>
4379         Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
4380         Use inheritance so that .emacs and terminfo take precedence.
4382 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
4384         * tooltip.el (tooltip-delay): Decrease to 0.7.
4385         (tooltip-hide-delay): Enlarge to 10.
4387 2001-11-03  Richard M. Stallman  <rms@gnu.org>
4389         * startup.el (fancy-splash-tail): Explain how to recover
4390         from a crash, if there was a crash.
4391         (command-line-1): Reorganize display of startup screen,
4392         to simplify the logic.  Use a temp buffer for it.
4394 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
4396         * frame.el (set-background-color, set-foreground-color):
4397         Call face-set-after-frame-default, to propagate the new colors to
4398         the frame's parameters alist.
4400         * calendar/timeclock.el (timeclock-out): Signal an error if
4401         timeclock-last-event is nil.
4403 2001-11-02  Stefan Monnier  <monnier@cs.yale.edu>
4405         * textmodes/fill.el (fill-context-prefix): Fix braino.
4407         * international/quail.el (quail-help):
4408         Use `help-buffer' and move `help-setup-xref' to beginning.
4410         * international/mule-cmds.el (describe-language-environment):
4411         Use `help-buffer' and move `help-setup-xref' to beginning.
4413         * international/mule-diag.el (list-character-sets)
4414         (sort-listed-character-sets, describe-character-set)
4415         (describe-coding-system, describe-fontset, list-fontsets):
4416         Use `help-buffer' and move `help-setup-xref' to beginning.
4417         (describe-char-after): Use `internal-describe-syntax-value'.
4419 2001-11-02  Richard M. Stallman  <rms@gnu.org>
4421         * mouse.el (popup-menu): If the user refuses to select
4422         from a menu, don't try to invoke the menu.
4424 2001-11-02  Miles Bader  <miles@gnu.org>
4426         * help-mode.el (help-xref): New button type.
4427         (help-function, help-variable, help-face, help-coding-system)
4428         (help-input-method, help-character-set, help-type, help-symbol)
4429         (help-back, help-info, help-customize-variable, help-customize-face)
4430         (help-function-def, help-variable-def): Use it as a supertype.
4431         Remove `action' property.
4433         * international/mule-diag.el (describe-character-set)
4434         (describe-coding-system): Pass correct args to `help-xref-button'.
4435         (sort-listed-character-sets): New button type.
4436         (list-character-sets): Use it.
4437         (list-charset-chars): New button type.
4438         (list-character-sets-1): Use it.
4440 2001-11-01  Stefan Monnier  <monnier@rum.cs.yale.edu>
4442         * indent.el (tab-always-indent, indent-for-tab-command):
4443         Remove redundant `never' setting.
4445         * fill.el (fill-region-as-paragraph): Don't forget to skip
4446         over current whitespace before looking for a preceding space.
4448 2001-11-01  Richard M. Stallman  <rms@gnu.org>
4450         * files.el (file-newest-backup): Don't pass backup file name
4451         thru file-name-sans-versions, because it never has version numbers.
4453         * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
4454         to avoid ambiguous nested loops.
4456         * files.el (find-file-noselect): Offer to change buffer-read-only
4457         only when the file's read-only status has changed from before
4458         as well as disagreeing with the buffer's current status.
4459         (buffer-file-read-only): New var, local in all buffers.
4461         * buff-menu.el (buffer-menu): Doc fix.
4462         (buffer-menu-other-window): Doc fix.
4463         (list-buffers, list-buffers-noselect): Doc fix.
4465 2001-11-01  Gerd Moellmann  <gerd@gnu.org>
4467         * startup.el (command-line): If the terminal Emacs is running on
4468         has erase char set to ^H, use the Backspace key for deleting
4469         backward, and the Delete key for deleting forward.
4471 2001-11-01  Miles Bader  <miles@gnu.org>
4473         * button.el (define-button-type): Make sure every user-defined
4474         button type has a supertype.
4476 2001-10-31  Jason Rumney  <jasonr@gnu.org>
4478         * international/mule-cmds.el (locale-language-names): Add chs and
4479         cht as aliases for Chinese-GB and Chinese-BIG5.
4481 2001-10-31  Richard M. Stallman  <rms@gnu.org>
4483         * bindings.el (mode-line-frame-identification): Add doc string.
4484         (mode-line-position, mode-line-modes): New variables.
4485         (mode-line-format): Use mode-line-position for the part
4486         that displays the position-in-buffer info.
4487         Use mode-line-modes for the part that displays major and minor modes.
4489 2001-10-31  Sam Steingold  <sds@gnu.org>
4491         * emacs-lisp/debug.el (debugger-make-xrefs): New function.
4492         (debugger-setup-buffer): Call it.
4493         (debugger-mode-map): Bind RET and mouse-2.
4495 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4497         * startup.el: Document command line option --no-window-system
4498         instead of --no-windows.
4500 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
4502         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
4504         * font-lock.el (java-font-lock-syntactic-face-function): New fun.
4505         (font-lock-defaults-alist): Use it.
4506         From David Ponce <david.ponce@wanadoo.fr>
4508         * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
4509         output of `char-after'.
4511         * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
4513         * simple.el (reindent-then-newline-and-indent): Insert the newline
4514         before indenting the first line.
4515         (undo-get-state, undo-revert-to-state): New funs.
4516         (shell-command): Don't kill the buffer even if empty.
4517         (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
4518         (transpose-subr-end2): Remove.
4519         (transpose-subr): Add `special' arg and simplify.
4520         (transpose-subr-1): Rewrite.
4521         (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
4522         (rfc822-goto-eoh): Simplify.
4524 2001-10-30  Richard M. Stallman  <rms@gnu.org>
4526         * enriched.el (enriched-face-ans): Fix previous change.
4528 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
4530         * international/iso-acc.el (iso-accents-compose): Remove a
4531         superfluous setq.
4533 2001-10-30  Eli Zaretskii  <eliz@is.elta.co.il>
4535         * buff-menu.el (list-buffers-noselect): If the buffer's name
4536         starts with a blank, but it visits a file, do show it (for files
4537         whose names start with a blank).
4539 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
4541         * textmodes/fill.el (sentence-end-double-space)
4542         (sentence-end-without-period): Move to paragraphs.el.
4543         (fill-indent-according-to-mode): Change default to t.
4544         (fill-context-prefix): Simplify control-flow and use a more
4545         sophisticated merge that unifies both previous checks.
4546         (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
4547         (fill-nobreak-predicate): Make it into a defcustom'd hook.
4548         (fill-nobreak-p): New fun.
4549         (fill-region-as-paragraph): Use it.
4550         Handle `fill-indent-according-to-mode' slightly differently.
4551         (fill-individual-paragraphs-prefix): Simplify the control-flow.
4552         (fill-individual-paragraphs-citation): Fix.
4554         * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
4555         (paragraph-start): Change default to the `text-mode' value.
4556         (sentence-end-double-space, sentence-end-without-period):
4557         Move from fill.el.
4558         (forward-paragraph): Use `parstart' and `parsep' for temp variables
4559         rather than rebinding `paragraph-start' and `paragraph-separate'.
4561         * indent.el (indent-line-function): Change default to indent-relative.
4562         (tab-always-indent): Add an `never' setting.
4563         (indent-according-to-mode): Handle `indent-relative' and
4564         `indent-relative-maybe' specially.
4565         (indent-for-tab-command): Rename `prefix-arg' to `arg'.
4566         Handle the `never' case for `tab-always-indent'.
4567         Don't call indent-according-to-mode for indent-relative' and
4568         `indent-relative-maybe'.
4569         (insert-tab): Rename `prefix-arg' to `arg'.
4570         (indent-region): Indent the first line as well.
4571         (indent-relative): Don't mark the buffer modified if the indentation
4572         is unchanged.
4574         * textmodes/text-mode.el (paragraph-indent-minor-mode):
4575         Don't set paragraph-separate.  Set paragraph-start more carefully.
4576         Set indent-line-function.
4577         (paragraph-indent-text-mode): Use it and define-derived-mode.
4578         (text-mode-map): Remove the \t binding.
4579         (text-mode): Simplify now that the default is more favorable.
4581 2001-10-29  Stefan Monnier  <monnier@cs.yale.edu>
4583         * emacs-lisp/find-func.el (find-function-search-for-symbol):
4584         If the regexp doesn't match, use a looser one.
4585         (find-variable-noselect): Add `file' argument.
4587         * pcvs.el (cvs-mode-commit-hook): New hook.
4588         (cvs-mode-commit): Run it.
4590         * log-edit.el (log-edit): Run hook after `log-edit-files'.
4592         * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
4593         (edebug-instrument-function): Use `find-function-noselect'.
4595 2001-10-29  Richard M. Stallman  <rms@gnu.org>
4597         * term.el (term-if-emacs19): Macro deleted.
4598         Callers changed to use progn instead.
4600         * frame.el (blink-cursor-mode): Doc fix.
4602         * files.el (find-backup-file-name): Use make-backup-file-name.
4604         * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
4605         window-live-p.
4606         (edebug-set-conditional-breakpoint): Unconditionally use
4607         the former Emacs >=19 definition.
4608         (edebug-mark): Define unconditionally.
4609         (edebug-eval-expression): Always call read-from-minibuffer
4610         and specify history list.
4611         (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
4612         edebug-set-conditional-breakpoint.
4613         (edebug-emacs-version-specific): Function deleted;
4614         do the job at top level.
4615         (edebug-emacs-19-specific): Function deleted, this is the default.
4617 2001-10-29  Sam Steingold  <sds@gnu.org>
4619         * w32-fns.el (convert-standard-filename): Handle cygwin-specific
4620         "/cygdrive/LETTER/" pathnames.
4622 2001-10-29  Eli Zaretskii  <eliz@is.elta.co.il>
4624         * faces.el (invert-face): Check for 'unspecified, not for nil,
4625         when testing whether face colors are not specified.
4626         From David.Kastrup@t-online.de (David Kastrup).
4627         (read-face-name): Doc fix.
4628         (make-face-bold, make-face-unbold, make-face-italic)
4629         (make-face-unitalic, make-face-bold-italic, invert-face):
4630         Remove trailing blank from the prompt passed to read-face-name.
4632 2001-10-29  Sam Steingold  <sds@gnu.org>
4634         * emacs-lisp/bytecomp.el (byte-recompile-directory):
4635         Report numbers of files skipped and failed too.
4636         (byte-compile-file): Return 'no-byte-compile for skipped files.
4638 2001-10-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4640         * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
4641         and `M p'.
4643 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
4645         * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
4646         as is on unread-command-events instead of `(SECOND-CHAR)'.
4648 2001-10-29  Andre Spiegel  <spiegel@gnu.org>
4650         * vc.el: Mention vc-*-switches in backend API documentation.
4651         (vc-annotate): Adapt doc string to recent change.
4653 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
4655         * enriched.el (enriched-face-ans): Handle face attributes
4656         of the form `(FACE1 FACE2 ...)'.
4658         * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
4660 2001-10-29  Alex Schroeder  <kensanata@yahoo.com>
4662         * progmodes/sql.el (sql-mysql): Doc change by RMS.
4664         * progmodes/sql.el (sql-db2): Doc change.
4665         (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
4666         (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
4668 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
4670         * env.el (substitute-env-vars): Don't quote argument to `rx';
4671         it's a macro.
4673 2001-10-28  Per Abrahamsen  <abraham@dina.kvl.dk>
4675         * cus-start.el (recursive-load-depth-limit): Added.
4677 2001-10-28  Richard M. Stallman  <rms@gnu.org>
4679         * textmodes/ispell.el (version18p, version20p): Vars deleted.
4680         All uses removed--assume Emacs version is >= 20.
4682         * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
4683         by really checking that it is not version 18.
4685         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
4687 2001-10-28  Miles Bader  <miles@gnu.org>
4689         * faces.el (face-attribute): Add INHERIT argument, consider face
4690         inheritance if it's non-nil.
4691         (face-attribute-merged-with): New function.
4692         (face-attribute-specified-or): New macro.
4693         (face-foreground, face-background, face-stipple): Add INHERIT
4694         argument.  Use `face-attribute-specified-or'.
4696 2001-10-28  Stefan Monnier  <monnier@cs.yale.edu>
4698         * font-lock.el: Require `syntax'.
4699         (font-lock-defaults-alist): Don't define keywords for lisp languages.
4700         Use `c-font-lock-syntactic-face-function' for c languages.
4701         (font-lock-mode): Don't unset vars when turning the mode off.
4702         (font-lock-default-fontify-buffer): Don't unset vars at the end.
4703         (font-lock-extra-managed-props): New var.
4704         (font-lock-default-unfontify-region): Use it.
4705         (font-lock-apply-syntactic-highlight): Flush the syntax cache.
4706         Don't eval the value when there's no match.
4707         (font-lock-ppss-stats): New var.
4708         (font-lock-ppss): New fun.
4709         (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
4710         (font-lock-apply-highlight): Allow `highlight' to set several props.
4711         (font-lock-set-defaults): Use dolist.
4712         (font-lock-unset-defaults): Remove.
4713         (font-lock-match-c-style-declaration-item-and-skip-to-next):
4714         Try to recognize prototypes using `foo P_ ((args))'.
4715         ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
4716         (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
4717         (c-font-lock-syntactic-face-function): New function.
4718         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
4719         (c++-keywords): Use a more sophisticated regexp to handle
4720         shallowly nested templates.
4722 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
4724         * textmodes/sgml-mode.el (sgml-empty-tags): New var.
4725         (sgml-tag): Use it.  Cleanup with `cond'.
4726         (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
4727         Mark the overlays and only delete those that are marked.
4728         (sgml-skip-close-p): Remove.
4729         (sgml-value): Replace sgml-skip-close-p with its definition.
4730         (html-tag-alist): Use sgml-xml a bit more.
4731         (html-mode): Set sgml-empty-tags.
4733         * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
4734         (texinfo-update-node, texinfo-sequential-node-update):
4735         Don't bind the obsolete `auto-fill-hook'.
4736         (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
4737         Use `set-buffer' rather than `switch-to-buffer'.
4738         (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
4739         Use `set-buffer' rather than `switch-to-buffer'.
4741         * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
4742         text-mode-syntax-table.
4743         (mail-mode): Use define-derived-mode.
4744         Fix ordering of alternatives in adaptive-fill-regexp.
4745         (mail-mode-map): Don't rely on keymap's internal representation.
4747 2001-10-27  Sam Steingold  <sds@gnu.org>
4749         * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
4750         (sgml-xml-guess): Extracted from `html-mode' and generalized.
4751         (sgml-mode-common): Call it.
4752         (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
4753         (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
4754         (html-horizontal-rule, html-image, html-ordered-list):
4755         (html-unordered-list, html-list-item, html-paragraph):
4756         (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
4757         `html-xhtml'.
4759 2001-10-26  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
4761         * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
4762         (ifnothtml): New alias.
4764 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
4766         * textmodes/text-mode.el (text-mode): Use define-derived-mode.
4767         (toggle-text-mode-auto-fill): Use derived-mode-p.
4769 2001-10-27  Gerd Moellmann  <gerd.moellmann@t-online.de>
4771         * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
4772         `mdtm'.  From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
4774 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
4776         * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
4777         Add make-obsolete cookies, to follow faces.el.
4779         These changes avoid warnings from the byte compiler in faces.el:
4781         * faces.el (internal-get-face): Use facep instead of the obsolete
4782         internal-find-face.
4783         (internal-frob-font-weight, internal-frob-font-slant):
4784         New defaliases for obsolete functions.
4785         (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
4786         (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
4787         (x-make-font-bold-italic): Use internal-frob-font-weight and
4788         internal-frob-font-slant aliases instead of the obsolete
4789         x-frob-... functions.
4791 2001-10-26  Sam Steingold  <sds@gnu.org>
4793         * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
4794         DOCTYPE; set `mode-name' based on it.
4795         (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
4796         (sgml-tag): Close empty tags in XHTML.
4798 2001-10-26  Jason Rumney  <jasonr@gnu.org>
4800         * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
4801         when UNICODE is not defined.
4803 2001-10-26  Sam Steingold  <sds@gnu.org>
4805         * font-lock.el (c-font-lock-keywords-2): Do not require labels to
4806         be alone on the line.
4808 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
4810         * button.el (button): Special face definition for MS-DOS terminals.
4812 2001-10-26  Sam Steingold  <sds@gnu.org>
4814         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
4815         Protect the /= test by checking that the args are non-nil.
4816         (sh-font-lock-close-heredoc): Check eof for being non-nil.
4818 2001-10-26  Tomas Abrahamsson  <tab@lysator.liu.se>
4820         * textmodes/artist.el (artist-version): 1.2.4.
4821         (artist-butlast-fn): New variable.
4822         (artist-butlast): New function.
4823         (artist-ellipse-mirror-quadrant): Use it.
4824         (artist-mouse-draw-poly): Use nil for `point-list'.
4825         (artist-mouse-draw-poly): Check for point-list being nil.
4827 2001-10-26  Peter Kleiweg  <kleiweg@let.rug.nl>
4829         * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
4830         lambda expression.
4831         (ps-mode-menu-main): Submenu with options on/off was replaced with
4832         a toggle button.
4833         (ps-mode, ps-run-mode): Define with `define-derived-mode'
4834         (ps-mode): Autoload cookie added on same line as comment
4835         (ps-mode-tabkey, ps-mode-backward-delete-char):
4836         (ps-mode-r-balance): Replace `delete-horizontal-space' and
4837         `indent-to' with `indent-line-to'
4838         (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
4839         instead of `eval'.
4840         (ps-mode-print-region): Use `with-temp-buffer'.
4841         (ps-run-start): Use of `mapconcat'.  Use `apply' instead of `eval'.
4842         (numerous places): Add back-tick and tick around names in
4843         docstrings, fix punctuation in docstrings, remove trailing spaces.
4845 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
4847         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
4848         (sgml-font-lock-keywords-2): Use `eval'.  Moved from sgml-mode-common.
4849         (sgml-font-lock-syntactic-keywords): New var.
4850         (sgml-mode-common): Drop the two args.
4851         Don't make buffer-local variables that aren't used.
4852         Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
4853         Don't set `before-string' props from sgml-display-text.
4854         (sgml-mode): Use define-derived-mode.
4855         (sgml-tags-invisible): Use sgml-display-text.
4856         (sgml-quote): New command.
4857         (html-tag-alist): Add args for `span'.
4858         (html-mode): Use define-derived-mode.
4859         Set sgml-display-text and sgml-tag-face-alist.
4861 2001-10-25  Sam Steingold  <sds@gnu.org>
4863         * add-log.el (add-log-always-start-new-record): New user option.
4864         (add-change-log-entry): Use it.
4866 2001-10-25  Richard M. Stallman  <rms@gnu.org>
4868         * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
4869         bind case-fold-search if FROM is not all lower case.
4871 2001-10-25  Gerd Moellmann  <gerd@gnu.org>
4873         * startup.el (normal-top-level): Check for frame-initial-frame
4874         only if it's really used.
4876         * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
4878         * progmodes/compile.el (compilation-parse-errors-filename-function):
4879         New variable.
4880         (compilation-parse-errors): Use it.
4882 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
4884         * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
4885         interactively so that C-u M-C-x still does edebug.
4886         (checkdoc-sentencespace-region-engine): Don't force a double-space
4887         after `.' if it doesn't look like an end-of-sentence.
4888         (debug-ignored-errors): Add `disambiguate ...'.
4890 2001-10-24  Stefan Monnier  <monnier@cs.yale.edu>
4892         * textmodes/texinfo.el (texinfo-environments)
4893         (texinfo-environment-regexp): Hoist.
4894         (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
4895         Only highlight the menu name in menu items.
4896         Setup `@foo ... @end foo' as text clones.
4897         (texinfo-clone-environment): New function.
4898         (texinfo-mode): Simplify auto-fill-inhibit-regexp.
4899         (texinfo-insert-block): Simplify.
4900         (texinfo-insert-quote): Insert a plain " if preceded by \ or if
4901         the command is repeated.
4902         (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
4903         (texinfo-insert-@end): Simplify.
4905         * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
4906         (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
4907         (texinfo-subsubsection-level-regexp)
4908         (texinfo-update-menu-same-level-regexps)
4909         (texinfo-update-menu-higher-regexps)
4910         (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
4912         * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
4913         (derived-mode-p): Autoload.
4915         * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
4916         New vars and functions.
4917         (text-clone-maintain, text-clone-create): New functions.
4919 2001-10-25  Miles Bader  <miles@gnu.org>
4921         * facemenu.el (facemenu-add-new-face): Fix variable names.
4923 2001-10-24  Richard M. Stallman  <rms@gnu.org>
4925         * facemenu.el (facemenu-unlisted-faces): Improve doc strings
4926         of t and nil values.
4927         (facemenu-set-face): Handle START and END interactively.
4928         (facemenu-set-foreground): Don't use a face; specify color directly.
4929         (facemenu-set-background): Likewise.
4930         (facemenu-set-face-from-menu): Doc fix.
4931         (facemenu-active-faces): Use face-attribute-vector
4932         to handle bare attributes not in faces.
4933         (facemenu-get-face): Don't handle face names fg:... and bg:...
4934         specially.
4935         (facemenu-add-new-face): New argument MENU.
4936         New way to handle adding colors to the color menus.
4938         * env.el (substitute-env-vars): Quote the arg to rx.
4940 2001-10-24  Sam Steingold  <sds@gnu.org>
4942         * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
4943         Control" and "SGML" groups.
4945 2001-10-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4947         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
4948         Better handling of C++ template args to avoid confusion with `<'
4949         and `>' used as operators in member init expressions.
4951 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
4953         * replace.el (perform-replace): Move START and END parameters
4954         to the end of the argument list and make them optional.
4956         * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
4957         perform-replace.
4959         * international/fontset.el (x-must-resolve-font-name): New function.
4960         (x-complement-fontset-spec): Use it.
4962 2001-10-23  Stefan Monnier  <monnier@cs.yale.edu>
4964         * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
4966         * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
4967         Turn caadr into caar of cdr.
4969 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
4971         * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
4972         of mouse-{1,2} since dragging is on the down event.
4974         * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
4976         * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
4977         if ARG is nil.
4979         * desktop.el (desktop-last-buffer): New variable.
4980         (desktop-create-buffer): Set it.
4981         (desktop-read): Bind it and switch to that buffer.
4983 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
4985         * progmodes/compile.el (compilation-set-window-height):
4986         Select old window only if it's still live.
4988 2001-10-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4990         * help-mode.el (help-buffer): Remove debugging code.
4991         From Stefan Monnier <monnier@cs.yale.edu>.
4993 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
4995         * files.el (file-name-sans-extension, file-name-extension):
4996         Don't count the leading dots in file names as signaling an extension.
4998 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
5000         * vc.el (vc-diff-switches): Doc rewritten.
5002 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
5004         * tooltip.el (tooltip-set-param): Doc fix.
5006         * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
5007         127 to sgml-maybe-name-self.
5008         (sgml-name-8bit-mode): Doc fix.
5009         (sgml-char-names-table): New variable.
5010         (sgml-name-char): Support non-ASCII and mule-unicode-*
5011         characters.  Doc fix.
5012         (sgml-maybe-name-self): Convert unibyte characters to multibyte.
5014         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
5015         doc string the effect of `left' and `top' parameters in
5016         tooltip-frame-parameters, the default values, and the units.
5017         (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
5018         (tooltip-show): Mention in the doc string the `top' and `left'
5019         parameters in tooltip-frame-parameters, and x-max-tooltip-size.
5021 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
5023         Add autoscaling support for vc-annotate.
5024         From J.D. Smith <jdsmith@alum.mit.edu>.
5026         * vc.el (vc-annotate-display-default): Accept colormap scaling
5027         ratio (now deprecated).
5028         (vc-annotate-display-autoscale): Added.
5029         (vc-annotate-add-menu): New autoscaling menu options "Span to
5030         Oldest" and "Span Oldest->Newest".  Easymenu support added for
5031         toggle menus driven by customize variable `vc-annotate-display-mode'.
5032         (vc-annotate-display-select): Added.
5033         (vc-annotate): Changed temp-buffer-show-function to
5034         `vc-annotate-display-select'.
5035         (vc-annotate-display): Removed arguments BUFFER and BACKEND.
5036         Added argument OFFSET.  Instead of backend function, calls now
5037         generic `vc-annotate-difference'.
5038         (vc-annotate-difference): Added as generic function instead of
5039         backend-specific function.  No longer takes argument POINT, but
5040         instead accepts a time OFFSET.
5041         (vc-default-annotate-current-time): Added.
5043         * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
5044         version in vc.el, with
5045         (vc-cvs-annotate-current-time): Added, as override of default.
5046         (vc-cvs-annotate-time): Added.  Taken mostly from the (now removed)
5047         `vc-cvs-annotate-difference'.
5049 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
5051         * saveplace.el (save-place): Require `saveplace'.
5053         * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
5054         Use `sexp' for :value-type instead of `face'.
5056 2001-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
5058         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
5059         regexps due to 5-digit message IDs.
5061 2001-10-21  Jason Rumney  <jasonr@gnu.org>
5063         * term/w32-win.el (redisplay-dont-pause): Don't set.
5065 2001-10-21  Miles Bader  <miles@gnu.org>
5067         * help-funs.el (help-manyarg-func-alist): Variable removed.
5069 2001-10-21  Miles Bader  <miles@gnu.org>
5071         * help-funs.el (help-manyarg-func-alist): Remove entries for
5072         `insert', `insert-and-inherit', `insert-before-markers',
5073         `insert-before-markers-and-inherit', `message', `message-box',
5074         `message-or-box', `propertize', `format', `encode-time', `append',
5075         `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
5076         `insert-string', `ml-if', `ml-provide-prefix-argument', and
5077         `ml-prefix-argument-loop'.
5079 2001-10-21  Andre Spiegel  <spiegel@gnu.org>
5081         * vc.el (vc-diff-internal, vc-coding-system-for-diff)
5082         (vc-default-diff-tree): New functions.
5083         (vc-version-diff): Use them.  As a result, coding systems are now
5084         set up properly for all sorts of diffs, and tree diffs can now
5085         also be done locally.
5086         (vc-diff): With a prefix argument, don't require that it's called
5087         from a buffer under version control.
5088         (diff-switches): Remove duplicate definition.
5090         * vc-cvs.el (vc-cvs-diff-tree): New function.
5092 2001-10-21  Miles Bader  <miles@gnu.org>
5094         * help-funs.el (help-manyarg-func-alist): Remove entries for
5095         `list', `vector', `make-byte-code', `call-process',
5096         `call-process-region', `string', `+', `-', `*', `/', `max', `min',
5097         `logand', `logior', and `logxor'.
5099         * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
5100         image bits to compensate.  Use `make-string' instead of
5101         `make-bool-vector' (XBM apparently wants byte-aligned rows).
5103 2001-10-20  Kim F. Storm  <storm@cua.dk>
5105         * simple.el (kill-ring-save): Don't show extent of copied region
5106         if using transient-mark-mode and region is fully visible.
5108 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
5110         * (Version 21.1 released.)
5112 2001-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
5114         * files.el (auto-mode-alist): Associate .indent.pro with
5115         Fundamental mode.  Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
5117 2001-10-18  Sam Steingold  <sds@gnu.org>
5119         Put the *Compile-Log* buffer in `compilation-mode'.
5120         * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
5121         (byte-compile-log-1, byte-compile-log-file)
5122         (displaying-byte-compile-warnings): Use it
5124 2001-10-18  Stefan Monnier  <monnier@cs.yale.edu>
5126         * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
5128         * xml.el (xml-parse-tag): Use eq on char-after's return value.
5130 2001-10-18  Gerd Moellmann  <gerd@gnu.org>
5132         * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
5134         * obsolete/hilit19.el (hilit-lookup-face-create):
5135         Call set-face-font only if display-graphic-p.
5136         (toplevel): Remove references to window-system.
5138 2001-10-18  Miles Bader  <miles@gnu.org>
5140         * simple.el (what-line): Avoid problems with field properties.
5142 2001-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
5144         * wid-edit.el (widget-field-face, widget-single-line-field-face):
5145         Define special colors for a tty.
5147 2001-10-17  Francesco Potorti`  <pot@gnu.org>
5149         * comint.el (comint-password-prompt-regexp): Make it less
5150         restrictive, letting comint recognise OpenSSH2 passphrase prompts.
5152 2001-10-17  John Wiegley  <johnw@gnu.org>
5154         * eshell/em-unix.el (eshell/cat): Do a quick test if something is
5155         a regular file, before checking if it is a directory or symlink.
5156         This avoids a call to eshell-file-attributes, which can be
5157         expensive in some situations.
5159         * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
5160         customization variable, to differentiate ls-in-dired from regular
5161         uses of ls.
5163 2001-10-17  Miles Bader  <miles@gnu.org>
5165         * custom.el (defface): Mention `:inherit' in doc-string.
5167 2001-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
5169         * paren.el: Update the Commentary with installation instructions.
5171 2001-10-15  Dave Love  <fx@gnu.org>
5173         * international/mule.el (set-auto-coding): Fix regexps for local
5174         variables section not to eat newlines.
5176 2001-10-15  Miles Bader  <miles@gnu.org>
5178         * simple.el (display-message-or-buffer): Pass the correct buffer
5179         to `display-buffer'.
5181 2001-10-14  Stefan Monnier  <monnier@cs.yale.edu>
5183         * progmodes/executable.el (executable-binary-suffixes): Make varalias.
5184         (executable-find): Use exec-suffixes.
5185         (executable-set-magic): Don't use make-local-hook.
5187         * bindings.el (exec-suffixes): Initialize to a system-dependent value.
5189 2001-10-14  Eli Zaretskii  <eliz@is.elta.co.il>
5191         * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
5192         Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
5193         Add .so to the Unix and GNU branch.
5195         * international/latin-1.el:
5196         * international/latin-2.el:
5197         * international/latin-3.el:
5198         * international/latin-4.el:
5199         * international/latin-5.el:
5200         * international/latin-8.el:
5201         * international/latin-9.el: Add no-byte-compile: t, since
5202         Makefile.in instructs make-docfile to look at .el files.
5204 2001-10-14  Miles Bader  <miles@gnu.org>
5206         * button.el (define-button-type): Allow supertype property to be
5207         specified with a keyword `:supertype' too.
5208         (button-put, make-text-button): Allow button type property to be
5209         specified using the keyword `:type' too.
5210         (button-type): New function.
5211         (button): Add `button-category-symbol' property.
5213 2001-10-13  Stefan Monnier  <monnier@cs.yale.edu>
5215         * bindings.el (esc-map): Revert `j' and `C-j' bindings to
5216         indent-new-comment-line from comment-indent-new-line.
5218         * textmodes/refill.el (refill-mode):
5219         Bind DEL to backward-delete-char-untabify.
5220         Set backward-delete-char-untabify-method to `hungry'.
5222         * textmodes/bib-mode.el (bib-mode):
5223         * play/gomoku.el (gomoku-mode):
5224         * textmodes/page-ext.el (pages-directory-mode):
5225         * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
5227         * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
5229         * emacs-lisp/syntax.el (syntax-ppss): Autoload.
5231         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
5232         Handle here-docs differently.
5233         (sh-font-lock-heredoc): Remove.
5234         (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
5235         (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
5236         (sh-font-lock-open-heredoc): New functions.
5237         (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
5238         (sh-font-lock-keywords-1): Use regexp-opt.
5239         (sh-in-comment-or-string): Use syntax-ppss.
5240         (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
5241         (sh-select, sh-tmp-file): Add explicit terminating \n.
5243         * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
5244         Use with-current-buffer.
5245         (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
5246         (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
5247         filename), catch any error that occurs in `ange-ftp-cd'.
5248         If an error happened, don't bother sending `cmd' at all.
5249         Fix a parenthesis typo.
5250         (ange-ftp-write-region): Don't blindly use binary if the remote host
5251         is unix-like.
5253         * play/pong.el (pong-init): Don't use make-local-hook.
5255 2001-10-13  Michael Kifer  <kifer@cs.sunysb.edu>
5257         * viper-ex.el (ex-edit): Make checks for modified buffer/file.
5258         (viper-get-ex-address-subr): More precise addr for the $ marker
5260 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
5262         * version.el (emacs-version): Bump to 21.1.50.
5264 2001-10-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
5266         * mail/mailalias.el (mail-directory-stream): Do not double
5267         variables in the lambda-list.
5269         * play/gomoku.el (gomoku-init-display): Ditto.
5271         * play/landmark.el (lm-init-display): Ditto.
5273         * delim-col.el (delimit-columns-rectangle-max): Ditto.
5274         (delimit-columns-rectangle-line): Ditto.
5276 2001-10-12  Stefan Monnier  <monnier@cs.yale.edu>
5278         * newcomment.el (comment-region-internal): Don't rebind
5279         invisibility_spec now that the C routines handle it correctly.
5281         * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
5283         * frame.el (special-display-popup-frame): Obey new specs `same-window'
5284         and `same-frame'.
5286         * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
5288         * simple.el (minibuffer-local*-map): Remove redundant bindings.
5290         * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
5291         C-p and C-r.  Remove redundant bindings from inheriting maps.
5293         * progmodes/cperl-mode.el: Merged in changes from v4.32.
5294          After 4.23 and: After 4.24:
5295         (cperl-contract-levels): Restore position.
5296         (cperl-beautify-level): Likewise.
5297         (cperl-beautify-regexp): Likewise.
5298         (cperl-commentify): Rudimental support for length=1 runs
5299         (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
5300          After 4.25:
5301         (cperl-commentify): Was recognizing length=2 "strings" as length=1.
5302         (imenu-example--create-perl-index): Was not enforcing
5303         syntaxification-to-the-end.
5304         (cperl-invert-if-unless): Allow `for', `foreach'.
5305         (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
5306         Mark qw(), m()x as indentable.
5307         (cperl-init-faces): Highlight `sysopen' too.
5308         Highlight $var in `for my $var' too.
5309         (cperl-invert-if-unless): Was leaving whitespace at end.
5310         (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
5311         (cperl-calculate-indent): Remove old commented out code.
5312         Support (primitive) indentation of qw(), m()x.
5313          After 4.26:
5314         (cperl-problems): Mention `fill-paragraph' on comment. \"" and
5315         q [] with intervening newlines.
5316         (cperl-autoindent-on-semi): New customization variable.
5317         (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
5318         (cperl-tips): Mention how to make CPerl the default mode.
5319         (cperl-mode): Support `outline-minor-mode'.  From Mark A. Hershberger.
5320         (cperl-outline-level): New function.
5321         (cperl-highlight-variables-indiscriminately): New customization var.
5322         (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
5323         From Sean Kamath <kamath@pogo.wv.tek.com>.
5324         (cperl-after-block-p): Support CHECK and INIT.
5325         (cperl-init-faces, cperl-short-docs): Likewise and "our".
5326         From Doug MacEachern <dougm@covalent.net>.
5327          After 4.27:
5328         (cperl-find-pods-heres): Recognize \"" as a string.
5329         Mark whitespace between q and [] as `syntax-type' => `prestring'.
5330         Allow whitespace between << and "FOO".
5331         (cperl-problems): Remove \"" and q [] with intervening newlines.
5332         Mention multiple <<EOF as unsupported.
5333         (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
5334         (cperl-indent-parens-as-block): New configuration variable.
5335         (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
5336         Use `cperl-indent-parens-as-block'.
5337         (cperl-find-pods-heres): Test for =cut without empty line instead of
5338         complaining about no =cut.
5339         (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
5340         (cperl-find-pods-heres): Likewise.
5341         (cperl-electric-pod): Change `forward-sexp' to `forward-word':
5342         POD could've been marked as comment already.
5343         (cperl-unwind-to-safe): Unwind before start of POD too.
5344          After 4.28:
5345         (cperl-forward-re): Throw an error at proper moment REx unfinished.
5346          After 4.29:
5347         (x-color-defined-p): Make an extra case to peacify the warning.
5348         Toplevel: `defvar' to peacify the warnings.
5349         (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
5350         No -nw-compile time warnings now.
5351         (cperl-find-tags): TAGS file had too short substring-to-search.
5352         Be less verbose in non-interactive mode
5353         (imenu-example--create-perl-index): Set index-marker after name
5354         (cperl-outline-regexp): New variable.
5355         (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
5356         (cperl-mode): Made use `cperl-outline-regexp'.
5357          After 4.30:
5358         (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
5359         (cperl-outline-level): Make start-of-file same level as `package'.
5360          After 4.31:
5361         (cperl-electric-pod): `head1' and `over' electric only if empty.
5362         (cperl-unreadable-ok): New variable.
5363         (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
5364         on an unreadable file.
5365         (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
5366         on an unreadable directory.
5368         * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
5369         Consider the text between two errors as belonging to the first error.
5370         (compilation-goto-locus): Use pop-to-buffer rather than
5371         switch-to-buffer-other-frame.
5373         * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
5374         (awk-font-lock-syntactic-keywords): New var.
5375         (awk-mode): Use it.
5377         * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
5379         * faces.el (describe-face): Call help-setup-xref earlier.
5381         * jka-compr.el (jka-compr-load-suffixes): New var.
5382         (jka-compr-install): Add its content to load-suffixes.
5383         (jka-compr-uninstall): Remove its content from load-suffixes.
5385 2001-10-12  Sam Steingold  <sds@gnu.org>
5387         * bindings.el (completion-ignored-extensions): CL-related
5388         extensions are platform-independent.
5390         * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
5391         asynchronous multiple file copying.
5393 2001-10-12  Gerd Moellmann  <gerd@gnu.org>
5395         * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
5396         Turn error for repeated variables into warning.
5398         * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
5399         New function checking that lambda-list consists of non-constant
5400         symbols, that &rest and &optional are followed by variable names,
5401         that &rest VAR is the last element, and that variables aren't doubled.
5402         (byte-compile-lambda): Use it.
5404 2001-10-12  Eli Barzilay <eli@barzilay.org>
5406         * calculator.el (calculator-eng-display): Don't call concat
5407         with an integer argument.
5409 2001-10-12  Miles Bader  <miles@gnu.org>
5411         * help-mode.el (help-customize-face): New button-type.
5413         * faces.el (list-faces-display): Fix args to `help-xref-button'.
5414         (describe-face): Fix args to `help-xref-button'.
5415         Don't switch to help-buffer around call to `help-setup-xref'.
5416         Use `help-buffer' instead of hard-wired "*Help*".
5417         Require `help-mode'.
5419 2001-10-11  Stefan Monnier  <monnier@cs.yale.edu>
5421         * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
5423         * help-mode.el (help-buffer): New function.
5424         Returns the buffer-name to use for help output.
5425         Change all the code to use it instead of hard-coding *Help*.
5426         (help-mode-map): Put back the mouse-2 binding.
5427         (help-xref-stack): Change the format and make buffer-local.
5428         (help-xref-stack-item): Make buffer-local.
5429         (help-setup-xref): Do the `push' here rather than in help-do-xref.
5430         (help-xref-interned): Display the face doc as well.
5431         (help-follow-mouse): Re-introduce.
5432         (help-xref-go-back): Adapt to the new use of help-xref-stack.
5433         (help-do-xref): Don't `push' any more.
5434         (help-follow): Also follow face names.
5436         * help-funs.el (describe-function-1): Remove unused `parens' arg.
5437         Don't call help-setup-xref anymore and remove its `interactive-p' arg.
5438         Autoload and cleanup.
5439         (describe-function): Call help-setup-xref.
5440         (describe-variable): Call help-setup-xref earlier.
5442         * help.el (describe-bindings-internal): New fun moved from keymap.c.
5443         (view-lossage): Call help-setup-xref correctly and earlier.
5444         (describe-bindings): Call help-setup-xref earlier.
5445         (describe-key): Call help-setup-xref.  Fix call to describe-function-1.
5446         (describe-mode): Don't autoload.  Call help-setup-xref earlier.
5448 2001-10-11  Gerd Moellmann  <gerd@gnu.org>
5450         * master.el (master-mode): Use define-minor-mode instead of
5451         easy-mmode-define-minor-mode.  Add autload cookie.
5452         (Commentary): Remove the line showing how to autoload master-mode,
5453         since it's always autoloaded.
5455         * master.el: New file.
5457 2001-10-11  Dave Love  <fx@gnu.org>
5459         * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
5460         <byte-constref-ops>: Consider byte-constant2 and clarify the code.
5461         <const-C varset-X const-C>: Fix car/cdr typo.
5463 2001-10-11  Gerd Moellmann  <gerd@gnu.org>
5465         * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
5466         New function extracted from byte-compile-log-1.
5467         (byte-compile-log-1): Change output to be more in line with
5468         the output of other GNU tools.
5469         (byte-compile-warn): Emit `warning' instead of `**' for warnings.
5470         (byte-compile-report-error): Downcase error message.
5471         Use `error' instead of `!!' for error messages.
5472         (byte-compile-print-syms): Treat non-interactive case specially.
5473         (displaying-byte-compile-warnings): Use backquote.
5474         (byte-compile-from-buffer): Bind byte-compile-last-line.
5475         (batch-byte-compile): Remove `Done' message.
5477 2001-10-11  Stefan Monnier  <monnier@cs.yale.edu>
5479         * emacs-lisp/copyright.el (copyright): Add final \n.
5481 2001-10-11  Miles Bader  <miles@gnu.org>
5483         * diff.el (diff): Display default values in prompts as
5484         `(default ...)', not `(...)'.
5486         * info.el (Info-follow-reference): Likewise.
5488 2001-10-10  Stefan Monnier  <monnier@cs.yale.edu>
5490         * emacs-lisp/autoload.el (doc-string-elt): Remove.
5492         * newcomment.el (comment-indent): Be a little more robust in case
5493         comment-indent-function does funny things.
5494         (comment-normalize-vars): Autoload.
5495         (comment-region-internal): Fiddle with the visibility spec.
5496         (comment-valid-prefix): New function.
5497         (comment-indent-new-line): Use it.  Ignore adaptive-fill-prefixes
5498         that would turn comment-text into non-comment-text.
5500         * emacs-lisp/syntax.el: New file.
5502         * progmodes/tcl.el: Change maintainer to FSF and remove loads of
5503         compatibility cruft.
5504         (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
5505         (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
5506         (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
5507         tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
5508         tcl-submit-bug-report.
5509         (tcl-mode-syntax-table): Leave \f alone.
5510         (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
5511         tcl-end-of-defun, tcl-submit-bug-report.
5512         (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
5513         (tcl-add-emacs-menu): Remove.
5514         (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
5515         (tcl-keyword-list): Add `chain'.
5516         (tcl-font-lock-syntactic-keywords): New variable.
5517         (tcl-pps-has-arg-6): Remove.
5518         (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
5519         (tcl-internal-mark-defun): Remove.
5520         (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
5521         (tcl-mode): Use define-derived-mode.  Simplify.
5522         Set comment-indent-function.
5523         (tcl-indent-command): Use line-beginning-position and comment-indent.
5524         (tcl-calculate-indent): Renamed from calculate-tcl-indent.
5525         (tcl-indent-line): Use tcl-calculate-indent.
5526         (tcl-indent-exp): Renamed from indent-tcl-exp.  Use new names.
5527         (tcl-add-log-defun): Renamed from add-log-tcl-defun.  Use match-string.
5528         (tcl-filter): Use with-current-buffer, simplify.
5529         (inferior-tcl-mode): Use define-derived-mode.
5530         (tcl-hairy-in-comment): Renamed tcl-in-comment.
5531         (tcl-simple-in-comment, tcl-in-comment): Removed.
5532         (tcl-files-alist): New function.
5533         (tcl-help-snarf-commands): Use it and return the result directly
5534         rather than through a global variable.
5535         (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
5536         (tcl-help-on-word): Provide the default value to completing-read.
5537         (tcl-hilit): Remove.
5538         (tcl-hashify-buffer, tcl-popup-menu): Simplify.
5539         (tcl-comment-indent): New function.
5540         (tcl-submit-bug-report): Remove.
5541         (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
5542         (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
5543         (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
5545 2001-10-10  Miles Bader  <miles@gnu.org>
5547         * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
5548         (Info-fontify-node): Don't fontify the node if it's already been done.
5550 2001-10-10  Gerd Moellmann  <gerd@gnu.org>
5552         * international/iso-transl.el (iso-transl-e-caret)
5553         (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
5554         Fix duplicates.  From Dave Love <d.love@dl.ac.uk>.
5556         * simple.el (end-of-buffer): Fix code scrolling specially
5557         for the buffer end.
5559         * startup.el (command-line-1): Bind tab-width to 8.
5561 2001-10-10  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
5563         * emulation/tpu-edt.el: Use defalias instead of fset for
5564         user-visible commands.  From Rob Riepel
5565         <riepel@Networking.Stanford.EDU>.
5567 2001-10-09  Gerd Moellmann  <gerd@gnu.org>
5569         * ruler-mode.el: New file.
5571 2001-10-09  Miles Bader  <miles@gnu.org>
5573         * apropos.el (button): New require.
5575         * help-funs.el: New file, contents mostly from `help.el'.
5576         (describe-variable): Use `condition-case' instead of `ignore-errors'.
5578         * help-mode.el: New file, contents mostly from `help.el'.
5580         * help.el: Don't require `view' when compiling.
5581         (help-with-tutorial, describe-function, describe-function-1)
5582         (variable-at-point, describe-variable, locate-library):
5583         Functions moved into `help-funs.el'.
5584         (help-manyarg-func-alist): Variable moved into `help-funs.el'.
5585         (help-mode, help-mode-setup, help-mode-finish, help-button-action)
5586         (help-setup-xref, help-xref-following, help-make-xrefs)
5587         (help-xref-button, help-insert-xref-button, help-xref-interned)
5588         (help-xref-go-back, help-go-back, help-do-xref, help-follow)
5589         (help-xref-on-pp): Functions moved into `help-mode.el'
5590         (help-mode-map, help-xref-stack, help-xref-stack-item)
5591         (help-highlight-p, help-highlight-face, help-back-label)
5592         (help-xref-symbol-regexp, help-xref-mule-regexp)
5593         (help-xref-info-regexp): Variables moved into `help-mode.el'.
5594         (help-symbol, help-back, help-info, help-customize-variable)
5595         (help-function-def, help-variable-def):
5596         Button-types moved into `help-mode.el'.
5597         (load-symbol-file-load-history, symbol-file):
5598         Functions moved into `subr.el'.
5599         (symbol-file-load-history-loaded): Variable moved into `subr.el'.
5600         (view-lossage): Call `help-setup-xref' instead of doing it manually.
5602         * subr.el (symbol-file-load-history-loaded)
5603         (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
5605         * loadup.el ("button"): Load removed.
5607         * button.el (define-button-type): Respect any `supertype' property.
5608         (button-type-subtype-p, button-has-type-p): New functions.
5610         * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
5611         dollar-signs.
5613         * comint.el (comint-insert-previous-argument): New function.
5614         (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
5615         (comint-insert-previous-argument-last-start-pos)
5616         (comint-insert-previous-argument-last-index): New variables.
5618         * apropos.el (apropos-next-label-button): Use the presence of a
5619         `apropos-label' property to detect label buttons.
5621 2001-10-08  Miles Bader  <miles@gnu.org>
5623         * button.el (next-button, previous-button): Remove N and WRAP
5624         parameters.  Don't pay attention to `skip' properties.
5625         (forward-button): Implement wrapping, iterating, and skipping here
5626         instead.
5627         (button-activate): USE-MOUSE-ACTION is optional.
5628         (button-nop): Function removed.
5629         (default-button): Use `ignore' as default button action.
5631         * apropos.el (apropos-next-label-button): Update arguments to
5632         `next-button'.
5633         (apropos-symbol): Add `skip' property.
5634         (apropos-function, apropos-macro, apropos-command)
5635         (apropos-variable, apropos-face, apropos-group, apropos-widget)
5636         (apropos-plist): New button types.
5637         (apropos-label-properties): Variable removed.
5638         (apropos-print): Pass button-type to apropos-print-doc, rather
5639         than help function and label text.
5640         (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
5641         Get button label from TYPE.
5643 2001-10-07  Stefan Monnier  <monnier@cs.yale.edu>
5645         * help.el (help-mode): Use define-derived-mode.
5646         (describe-mode): Add optional `buffer' arg.
5647         Use it instead of going through help-xref-mode.
5648         Avoid doubling the word `minor' when prettifying.
5649         (describe-function-1): List the corresponding key bindings.
5650         (describe-variable): Say if the var is automatically buffer-local.
5651         If the source is `loaddefs.el', look for the real source.
5652         (help-xref-mode): Remove.
5654         * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
5655         the file says no-byte-compile.
5657 2001-10-08  Miles Bader  <miles@gnu.org>
5659         * button.el (next-button, previous-button): Respect `skip' property.
5661 2001-10-07  Miles Bader  <miles@gnu.org>
5663         * woman.el (woman-mode-map): Copy button-buffer-map instead of
5664         making a new keymap.  Don't bind mouse-2.  Bind M-mouse-2 to
5665         `woman-follow-word' instead of `woman-mouse-2'.
5666         (woman-follow-word): Renamed from `woman-mouse-2'.
5667         Follow current unconditionally, since this function is now only
5668         bound to M-mouse-2.  Use accessor functions.
5669         (WoMan-highlight-references): Use `make-text-button'.
5670         (woman-xref): New button type.
5672         * loadup.el ("faces"): Move load before loading "loaddefs.el".
5673         ("button"): New load, just before "help" (which uses it).
5675         * help.el (help-mode-map): Make button-buffer-map our parent.
5676         Don't bind mouse events or tab/backtab.
5677         (help-function, help-variable, help-face, help-coding-system)
5678         (help-input-method, help-character-set, help-back, help-info)
5679         (help-customize-variable,  help-function-def, help-variable-def):
5680         New button types.
5681         (help-button-action): New function.
5682         (describe-function-1): Pass help button-types to
5683         `help-xref-button' rather than help function and help-echo string.
5684         Don't put multiple help-function args in a list to pass them to
5685         help-xref-button, just pass them as multiple arguments.
5686         Use `help-insert-xref-button' to make [back]-button, rather than
5687         `help-xref-button'.
5688         (help-xref-button): Take a button-type TYPE as a parameter rather
5689         than a function.  Remove HELP-ECHO parameter.  Remove DATA parameter
5690         and add a &rest parameter ARGS to serve the same purpose.
5691         Use `make-text-button' to add the button.
5692         (help-insert-xref-button): Use `insert-text-button' to add the button.
5693         (help-follow-mouse, help-next-ref, help-previous-ref):
5694         Functions removed.
5695         (help-do-xref): New function.
5696         (help-follow): Use `push-button' and `help-do-xref' to do most of
5697         the work.
5699         * apropos.el (apropos-symbol, apropos-label): New button types.
5700         (apropos-symbol-button-display-help)
5701         (apropos-label-button-display-help, apropos-next-label-button):
5702         New functions.
5703         (apropos-mode-map): Make button-buffer-map our parent.
5704         Don't bind mouse events.
5705         (apropos-print, apropos-print-doc): Create buttons instead of text
5706         properties.
5707         (apropos-mouse-follow): Function removed.
5708         (apropos-follow): Use buttons.
5710         * button.el: New file.
5712 2001-10-07  Gerd Moellmann  <gerd@gnu.org>
5714         * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
5715         Remove.
5717 2001-10-05  Richard M. Stallman  <rms@gnu.org>
5719         * add-log.el (add-change-log-entry): Skip copyright notice
5720         and copying permission notice at start of file, if any.
5721         Make use of terms "entry" and "item" accord with Emacs manual.
5722         Simplify the logic for moving point while entering or creating
5723         an entry and then an item.
5724         (add-change-log-entry-other-window): Doc fix.
5726 2001-10-06  Miles Bader  <miles@gnu.org>
5728         * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
5729         removed; they apparently don't work with faces.
5731 2001-10-05  Sam Steingold  <sds@gnu.org>
5733         * textmodes/sgml-mode.el (html-xhtml): New user option.
5734         (html-tag-alist, html-horizontal-rule, html-image, html-line)
5735         (html-ordered-list, html-unordered-list, html-list-item)
5736         (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
5737         (sgml-skip-close-p): New function.
5738         (sgml-value): Use it.
5740 2001-10-05  Sam Steingold  <sds@gnu.org>
5742         * calendar/diary-lib.el (diary-entry-compare): When times are
5743         identical, compare the entries lexicographically.
5745 2001-10-06  Miles Bader  <miles@gnu.org>
5747         * rfn-eshadow.el (rfn-eshadow-update-overlay):
5748         Use `minibuffer-prompt-end'.
5750         * simple.el (previous-matching-history-element): Fix misplaced
5751         parentheses.
5753 2001-10-05  Miles Bader  <miles@gnu.org>
5755         * rfn-eshadow.el: New file.
5757 2001-10-05  Miles Bader  <miles@gnu.org>
5759         * cus-face.el (custom-face-attributes): Make sure each attribute
5760         has a valid default value.  Remove hacks that mapped `nil' to
5761         `off' and used nil to mean `unspecified'.  Remove `unspecified'
5762         choices from all attributes (unspecified is handled by the parent
5763         checklist).
5764         * cus-edit.el (custom-face-edit-convert-widget)
5765         (custom-face-edit-deactivate, custom-face-edit-activate)
5766         (custom-face-edit-delete, custom-face-edit-attribute-tag):
5767         New functions.
5768         (custom-face-edit): Specify a custom :convert-widget.
5769         (custom-pre-filter-face-spec, custom-post-filter-face-spec):
5770         Don't pass in default filters that map between `nil' and `off' and
5771         `unspecified' and `nil'.
5773 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
5775         * progmodes/compile.el (compilation-buffer-name): New function.
5776         (compile-internal): Use it to determine the name of the
5777         compilation buffer.
5779 2001-10-05  Miles Bader  <miles@gnu.org>
5781         * progmodes/compile.el (grep-use-null-device): New variable.
5782         (grep-command): Mention `grep-use-null-device'.
5783         (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
5784         Make computation of `grep-command' respect `grep-use-null-device'.
5785         (grep): Respect `grep-use-null-device'.
5786         Call `grep-compute-defaults' even if grep-command is set, if
5787         grep-use-null-device is still tentative.
5789         * subr.el (call-process-shell-command): New function.
5791 2001-10-05  Miles Bader  <miles@gnu.org>
5793         * simple.el (previous-matching-history-element)
5794         (next-history-element, next-complete-history-element): Use
5795         `minibuffer-' functions instead of calling `field-' functions directly.
5796         (minibuffer-prompt-end, minibuffer-contents):
5797         (minibuffer-contents-no-properties, delete-minibuffer-contents):
5798         Functions removed (now subrs).
5799         (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
5801         * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
5802         (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
5803         instead of calling `field-' functions directly.
5804         (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
5806 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
5808         * files.el (find-file-noselect): If file's read-only status has
5809         changed on disk, ask if buffer's read-only status should be
5810         changed, unless NOWARN is set.
5812         * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
5813         alias for define-setf-method.
5815         * bindings.el: Remove no-byte-compile from file local variables
5816         to enable bootstrapping.
5818 2001-10-04  Andrew Innes  <andrewi@gnu.org>
5820         * faces.el (face-font-registry-alternatives) [windows-nt]:
5821         Make gb2312 an alias for gb2312.1980.
5823 2001-10-04  Stefan Monnier  <monnier@cs.yale.edu>
5825         * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
5826         (uniquify-reverse-components): Remove.
5828         * emacs-lisp/bytecomp.el (byte-recompile-directory):
5829         Make sure the file is readable.
5830         (byte-compile-file): Don't compile if `no-byte-compile' is set.
5831         (byte-compile-defvar): Update to reflect the change in Fdefvar.
5832         (batch-byte-recompile-directory): Pass arg=0.
5834         * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
5835         (perl-calculate-indent): Use it.
5836         (perl-backward-to-noncomment): Use forward-comment.
5838         * derived.el (define-derived-mode, derived-mode-make-docstring):
5839         Allow `parent' to be nil.
5841         * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
5842         Use define-derived-mode.
5843         (nroff-mode-map, nroff-mode-syntax-table): Massage.
5845         * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
5847         * emacs-lisp/lselect.el: Use facep iso find-face.
5849         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5850         Use regexp-opt.
5851         (doc-string-elt): Set symbols' prop.  Copied from autoload.el.
5852         (lisp-font-lock-syntactic-face-function): New function.
5853         (lisp-mode-variables): Use it.  Make arg optional.
5854         (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
5855         (lisp-mode): Don't pass an arg to lisp-mode-variables.
5856         Set comment-start-skip.
5858         * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
5860         * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
5861         (ignore-errors): Don't bother using a `err' symbol.
5863         * emacs-lisp/autoload.el (autoload-ensure-default-file)
5864         (autoload-insert-section-header, autoload-before-p)
5865         (autoload-remove-section): New functions.
5866         (generate-file-autoloads): Use them.
5867         (update-file-autoloads): Use them.  Return FILE if there's no cookie.
5868         Make sure the autoload file is properly formatted when creating it.
5869         (update-autoloads-from-directories): Use them as well.
5870         Only update autoloads for files whose timestamp has changed.
5871         Add a dummy entry to remember the files which had no autoload cookies.
5873         * timer.el (timer-relative-time): Fix computation for negative `micro'.
5875         * subr.el (define-key-after): Allow `key' to be longer than 1.
5876         (make-local-hook): Make obsolete.
5877         (add-hook, remove-hook): Don't use make-local-hook any more.
5878         (make-syntax-table): Inherit all chars from s-s-t.
5880 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
5882         This is a fix for a report saying that resuming a search with C-s
5883         C-s doesn't use the case-fold-search setting of the previous
5884         search (C-s ... M-c ... then C-s C-s).
5886         * isearch.el (isearch-last-case-fold-search): New variable.
5887         (isearch-mode): Remember value of isearch-case-fold-search
5888         in isearch-last-case-fold-search.
5889         (isearch-done): Quote value of isearch-case-fold-search.
5890         (isearch-repeat): When resuming a search, restore
5891         isearch-case-fold-search from isearch-last-case-fold-search.
5893         Added to NEWS.
5895         * startup.el (inhibit-startup-buffer-menu): New user-option.
5896         (command-line-1): If inhibit-startup-buffer-menu is set, don't
5897         display the buffer menu.  From Simon Josefsson <jas@extundo.com>.
5899         This allows upto 99999 messages in the summary without screwing up
5900         the summary sorting.  Previously 9999 was the maximum.  Added to NEWS.
5902         * mail/rmailsum.el (rmail-make-summary-line)
5903         (rmail-make-summary-line-1, rmail-summary-next-same-subject)
5904         (rmail-summary-goto-msg, rmail-summary-goto-msg):
5905         Allow 5-digit message ids instead of 4.
5907         This adds expansion of environment variables in the value
5908         specified with M-x setenv.  Added to NEWS.
5910         * env.el (substitute-env-vars): New function.
5911         (setenv): Add parameter SUBSTITUTE-ENV-VARS.  If set, substitute
5912         environment variables in VALUE.  Return VALUE.
5914 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
5916         * Branch for 21.1.
5918 2001-10-03  Stefan Monnier  <monnier@cs.yale.edu>
5920         * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
5922 2001-10-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
5924         * emulation/tpu-edt.el: Make messages match original TPU/edt
5925         editor.  From riepel@Stanford.EDU (Rob Riepel).
5927 2001-10-03  Eli Zaretskii  <eliz@is.elta.co.il>
5929         * rect.el: Update maintainer's email address.
5931 2001-10-02  Andreas Schwab  <schwab@suse.de>
5933         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
5934         and Extended Passive Mode, resp.
5936 2001-10-01  Eli Zaretskii  <eliz@is.elta.co.il>
5938         These changes add support for Calendar-related items in the
5939         menu bar on tty's as well:
5941         * calendar/calendar.el (calendar-mode-map): Require cal-menu
5942         unconditionally.
5943         (calendar-mode): Set up activate-menubar-hook unconditionally.
5945         * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
5946         calls x-popup-menu only if popup menus are supported.
5947         (calendar-mouse-insert-hebrew-diary-entry)
5948         (calendar-mouse-insert-islamic-diary-entry)
5949         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
5950         (calendar-mouse-view-other-diary-entries)
5951         (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
5952         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
5953         Call cal-menu-x-popup-menu instead of x-popup-menu.
5955 2001-10-01  Gerd Moellmann  <gerd@gnu.org>
5957         * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
5959         * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
5961         * emacs-lisp/rx.el: New file.
5963 2001-10-01  Eli Zaretskii  <eliz@is.elta.co.il>
5965         * help.el (help-for-help): Doc fix.  From Pavel@Janik.cz (Pavel Janik).
5967 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
5969         * frame.el (select-frame-by-name, other-frame): Doc fix.
5971 2001-09-29  Eli Zaretskii  <eliz@is.elta.co.il>
5973         * play/snake.el (snake-score-file): Use temporary-file-directory
5974         instead of a literal "/tmp".  Suggested by Robert
5975         <robert@chezmarshall.freeserve.co.uk>.
5977         * play/tetris.el (tetris-score-file): Ditto.
5979 2001-09-28  Eli Zaretskii  <eliz@is.elta.co.il>
5981         * apropos.el (apropos-print): Make the directions inserted at the
5982         beginning of the *Apropos* buffer more clear.
5984 2001-09-27  Michael Kifer  <kifer@cs.sunysb.edu>
5986         * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
5987         Added comments.
5989 2001-09-27  Stefan Monnier  <monnier@cs.yale.edu>
5991         * newcomment.el (comment-normalize-vars): Use " \t" rather than
5992         "\\s-" when defining comment-end-skip.
5994 2001-09-27  Gerd Moellmann  <gerd@gnu.org>
5996         * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
5997         Call get-buffer-window first second arg `visible'.
5999         * international/mule-diag.el (list-input-methods-1):
6000         Output something that's independent of Emacs' version.
6002         * tar-mode.el (tar-mode-write-file): Don't signal an error by
6003         calling byte-to-position with a nil tar-header-offset.
6005 2001-09-27  Simon Josefsson  <jas@extundo.com>
6007         * mail/sendmail.el (send-mail-function): Doc fix.
6008         (mail-do-fcc): Error if header-end is not a marker.
6009         (mail-do-fcc): Add a comment.
6010         (mail-reply-to): Doc fix.
6011         (mail-signature): Make ATPOINT optional.
6012         (mail-yank-original): Use cond instead of nestled if.
6014 2001-09-26  Stefan Monnier  <monnier@cs.yale.edu>
6016         * info.el (Info-on-current-buffer): Default arg to "Top".
6018 2001-09-25  Eli Barzilay  <eli@barzilay.org>
6020         * calculator.el (calculator-copy-displayer): New user-option.
6021         (calculator-displayer-prev, calculator-displayer-next):
6022         Renamed from calculator-displayed-{left,right}.
6023         (calculator, calculator-standard-displayer)
6024         (calculator-num-to-string, calculator-update-display)
6025         (calculator-copy, calculator-put-value): Bug and display fixes.
6027 2001-09-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6029         * ebnf2ps.el: Eliminate make-local-hook calls.  Doc fix.
6030         (ebnf-version): New version (3.6.1).
6032         * ebnf-bnf.el: Fix character range regexp.  Doc fix.
6033         (ebnf-bnf-non-terminal-chars): New internal const.
6034         (ebnf-bnf-lex): Fix code.
6036         * ebnf-iso.el: Fix character range regexp.  Doc fix.
6037         (ebnf-iso-non-terminal-chars): New internal const.
6038         (ebnf-iso-lex): Fix code.
6040         * ebnf-yac.el: Fix character range regexp.  Doc fix.
6041         (ebnf-yac-skip-chars): New internal const.
6042         (ebnf-yac-skip-code): Fix code.
6044 2001-09-24  Stefan Monnier  <monnier@cs.yale.edu>
6046         * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
6048         * pcvs-parse.el (cvs-parse-commit): Expand the file name before
6049         passing it to VC.
6051         * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
6052         case where the file is relative.
6054 2001-09-24  Gerd Moellmann  <gerd@gnu.org>
6056         * xml.el (xml-parse-attlist): Quotes around attributes must be the
6057         same on each side.  Make sure we properly handle simple quotes.
6058         From Daiki Ueno <ueno@unixuser.org>.
6060 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
6062         * mail/sendmail.el (mail-mode): Doc fix.  From Simon Josefsson
6063         <jas@extundo.com>.
6065         * menu-bar.el (top-level): Minor fixes for text of help-echo in
6066         some items of the Options menu.
6068 2001-09-22  Stefan Monnier  <monnier@cs.yale.edu>
6070         * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
6072         * vc-hooks.el (vc-delete-automatic-version-backups):
6073         Don't fail if the directory doesn't exist.
6075         * diff-mode.el (diff-default-read-only): New var.
6076         (diff-mode): Use it.
6078 2001-09-22  Eli Zaretskii  <eliz@is.elta.co.il>
6080         * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
6081         Use make-keymap instead of copy-keymap, since copying the global
6082         keymap messes up the menu bar.
6084         * info.el (Info-goto-node, Info-menu): Doc fix.  Suggested by
6085         Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
6087 2001-09-21  Eli Zaretskii  <eliz@is.elta.co.il>
6089         * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
6091         * dired-aux.el (dired-insert-subdir): Pass switches to
6092         dired-build-subdir-alist.
6094 2001-09-21  Stephen Gildea  <gildea@stop.mail-abuse.org>
6096         * time-stamp.el (time-stamp-string-preprocess): Fix bug that
6097         caused %#a and %#b to be mis-formatted.
6099 2001-09-20  Eli Zaretskii  <eliz@is.elta.co.il>
6101         * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
6102         ccmode, emacs-mime, and eudc manuals.
6104 2001-09-19  Sam Steingold  <sds@gnu.org>
6106         w32 find cannot be used with `grep-find'.
6107         * progmodes/compile.el (find-program): New variable.
6108         (grep-compute-defaults): Use it to set `grep-find-command'.
6110 2001-09-19  Gerd Moellmann  <gerd@gnu.org>
6112         * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
6114 2001-09-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6116         * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
6117         programming.  Doc fix.
6118         (ebnf-version): New version (3.6).
6119         (ebnf-eps-begin): Data fix.
6120         (ebnf-begin-file): Code fix.
6122         * ebnf-bnf.el: Doc fix.
6123         (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
6125         * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
6127 2001-09-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6129         * ps-print.el: Better face mapping for black/white PostScript printers.
6130         Check if mark is active when printing a region.  Doc fix.
6131         (ps-print-version): New version number (6.5.5).
6132         (ps-print-color-p): Customization fix.
6133         (ps-black-white-faces): New option.
6134         (ps-black-white-faces-alist): New internal var.
6135         (ps-count-lines-preprint, ps-print-preprint-region): New funs.
6136         (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
6137         (ps-nb-pages-region): Interactive fix.
6138         (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
6139         (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
6141 2001-09-18  Eli Zaretskii  <eliz@is.elta.co.il>
6143         * dired.el (dired-move-to-filename-regexp): Allow one digit in the
6144         numeric month value, and allow the Kanji character after the it to
6145         be missing (happens with ls-lisp's output on Japanese versions of
6146         MS-Windows).
6148 2001-09-18  Miles Bader  <miles@gnu.org>
6150         * diff-mode.el (diff-mode): Don't make the buffer read-only if
6151         it's empty (and thus probably a new patch file about to be edited).
6153 2001-09-17  Gerd Moellmann  <gerd@gnu.org>
6155         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6156         Check for '(' in column 0 of doc string.
6158         * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
6159         of `nth' so that using a vector as bounding-box works.
6160         From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6162 2001-09-17  Andre Spiegel  <spiegel@gnu.org>
6164         * vc.el (vc-annotate): Use current workfile version explicitly as
6165         a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
6167 2001-09-16  Eli Zaretskii  <eliz@is.elta.co.il>
6169         * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
6170         convert-standard-filename doesn't guarantee that the .el extension
6171         is preserved.
6173         * dos-fns.el (convert-standard-filename): Replace invalid
6174         characters only after converting dash/underscore to a period.
6175         (original-make-auto-save-file-name): New.
6176         (make-auto-save-file-name): New function, overrides the definition
6177         on files.el and calls the original function via
6178         original-make-auto-save-file-name.
6180         * mail/rmail.el (top-level): Require mule-utils when compiling.
6181         (rmail-decode-babyl-format): Use detect-coding-with-priority
6182         instead of detect-coding-region, to favor detection of emacs-mule
6183         encoded Babyl files written by rmailout.el etc.  Suggested by
6184         Kenichi Handa <handa@etl.go.jp>.
6186 2001-09-14  Eli Zaretskii  <eliz@is.elta.co.il>
6188         * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
6189         Use `equal', not `=', since the device number can be a cons cell.
6191 2001-09-14  Gerd Moellmann  <gerd@gnu.org>
6193         * simple.el: Comment out change of 2001-09-13.
6195 2001-09-13  Milan Zamazal  <pdm@zamazal.org>
6197         * progmodes/compile.el (grep-compute-defaults): Don't set
6198         grep-command/grep-find-command when it is already non-nil.
6199         (grep-command): Make it a user option.
6200         (grep-find-command): Likewise.
6202 2001-09-13  Michael Kifer  <kifer@cs.sunysb.edu>
6204         * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
6205         inhibit quit.
6207 2001-09-13  Eli Zaretskii  <eliz@is.elta.co.il>
6209         * files.el (make-auto-save-file-name): If long file names are not
6210         supported on MS-DOS, truncate the file name to DOS 8+3 limits before
6211         generating an auto-save file name from it.
6213 2001-09-13  Gerd Moellmann  <gerd@gnu.org>
6215         * ps-print.el (ps-print-region, ps-print-region-with-faces)
6216         (ps-nb-pages-region): Signal an error if called interactively
6217         and the mark is not active.
6219         * simple.el (minibuffer-prompt-modification)
6220         (minibuffer-prompt-insertion): New functions.
6221         (minibuffer-prompt-properties): Use `modification-hooks' and
6222         `insert-in-front-hooks'.
6224 2001-09-12  Richard M. Stallman  <rms@gnu.org>
6226         * textmodes/outline.el (outline-regexp): Doc fix.
6227         Initialize it in the defcustom, the usual way.
6229 2001-09-12  Gerd Moellmann  <gerd@gnu.org>
6231         * ediff-mult.el (ediff-get-meta-info): Take into account that data
6232         from `ediff-meta-info' properties need not be an overlay.
6233         From David Ponce <dponce@voila.fr>.
6235         * isearch.el (isearch-intersects-p): Fix end checks.
6237 2001-09-11  Eli Zaretskii  <a34785@is.elta.co.il>
6239         * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
6240         `t' branch of `cond', since Irix 6.1 and up is a special case of
6241         the standard dbx interface.
6243 2001-09-11  Miles Bader  <miles@gnu.org>
6245         * comint.el (comint-send-input): When waiting for echoed input,
6246         don't save the expected end position in `echo-end', so that things
6247         work properly even if the buffer is modified elsewhere at the same
6248         time [this happens if `comint-truncate-buffer' is used].
6250 2001-09-11  Gerd Moellmann  <gerd@gnu.org>
6252         * textmodes/outline.el (outline-mode): Use `^' and a shy group
6253         when constructing imenu-generic-expression from outline-regexp.
6255 2001-09-10  Eli Zaretskii  <eliz@is.elta.co.il>
6257         * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
6258         `equal' instead of `=', since they can be cons cells.  From Nils
6259         Goesche <cartan@cartan.de>.
6261 2001-09-10  Andre Spiegel  <spiegel@gnu.org>
6263         * vc.el (vc-annotate): Rewrote doc string.
6265 2001-09-10  Eli Zaretskii  <eliz@is.elta.co.il>
6267         * time-stamp.el: Update Stephen Gildea's email address.
6269 2001-09-10  Gerd Moellmann  <gerd@gnu.org>
6271         * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
6272         enable-multibyte-characters = nil.  From Hallvard B Furuseth
6273         <h.b.furuseth@usit.uio.no>.
6275 2001-09-09  Michael Kifer  <kifer@cs.sunysb.edu>
6277         * ediff-init.el (ediff-highest-priority): Bug fix.
6279         * viper-cmd.el (viper-special-read-and-insert-char): New function
6280         that reads a character and uses the current input method or
6281         iso-accents when appropriate.
6283         * viper.el and all others: Corrections to the comment blocks at
6284         the top.
6286 2001-09-09  Eli Zaretskii  <eliz@is.elta.co.il>
6288         * info.el (Info-goto-node): Doc fix.
6290 2001-09-07  Gerd Moellmann  <gerd@gnu.org>
6292         * isearch.el (isearch-intersects-p): New function.
6293         (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
6294         use isearch-intersects-p, and clean up.
6296 2001-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
6298         * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
6299         and "german8", for the new German orthography dictionaries,
6300         (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
6301         the entries, to keep the line length balanced for loaddefs.el.
6303 2001-09-07  Dr Francis J. Wright  <F.J.Wright@qmw.ac.uk>
6305         * comint.el (comint-send-input): Handle comint-process-echoes
6306         differently.
6308 2001-09-07  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
6310         * locate.el (locate-insert-header): Remove unnecessary whitespace.
6312 2001-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
6314         * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
6316 2001-09-07  Gerd Moellmann  <gerd@gnu.org>
6318         * server.el (server-switch-buffer):
6319         * textmodes/refer.el (refer-find-entry-internal):
6320         * term/sup-mouse.el (sup-pos-to-window):
6321         * term/bg-mouse.el (bg-window-from-x-y):
6322         * emacs-lisp/edebug.el (edebug-window-live-p):
6323         Use get-window-with-predicate.
6325         * window.el (get-window-with-predicate): Renamed from some-window.
6326         (some-window): Make it an alias.
6328 2001-09-06  Gerd Moellmann  <gerd@gnu.org>
6330         * simple.el (undo): Remove positions from buffer-undo-list up to
6331         the next undo boundary only.
6333 2001-09-06  Eli Zaretskii  <eliz@is.elta.co.il>
6335         * makefile.nt (install): Don't copy sc.el.  Reported by Richard
6336         Kim <ryk@dspwiz.com>
6338         * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
6339         the message "Creating customization items...done".
6341 2001-09-05  Gerd Moellmann  <gerd@gnu.org>
6343         * font-lock.el (toplevel): Require `jit-lock' only if
6344         font-lock-support-mode is set to jit-lock-mode.
6346 2001-09-05  Eli Zaretskii  <eliz@is.elta.co.il>
6348         * international/quail.el (quail-use-package, quail-inactivate)
6349         (quail-activate): Mention the hooks these functions run in their
6350         doc strings.
6352 2001-09-05  Edward M. Reingold <reingold@iit.edu>
6354         * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
6355         of file in header of menu.
6357 2001-09-04  Gerd Moellmann  <gerd@gnu.org>
6359         * env.el (setenv): Interactively, if VARIABLE has a current value,
6360         add that to the front of the history, as the doc string says.
6362         * comint.el (comint-send-input): Change help-echo.
6363         From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
6365         * bookmark.el (bookmark-write-file): Bind print-length and
6366         print-level to nil.  From Tom Capey <tomc@edina.co.uk>.
6368         * obsolete/uncompress.el: Moved there from lisp/.
6370         * comint.el (comint-insert-clicked-input): Goto point-max before
6371         deleting previous input.  From "Dr Francis J. Wright"
6372         <F.J.Wright@qmw.ac.uk>.
6374         * simple.el (backward-word): Doc fix.
6376 2001-09-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
6378         * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
6379         * uncompress.el, uniquify.el, vc.el, view.el, window.el
6380         * w32-fns.el: Add Keywords header.
6382 2001-09-04  Eli Zaretskii  <eliz@is.elta.co.il>
6384         * menu-bar.el: Fix separators in the Edit menu.  Bring "Fill" near
6385         "Text Properties".  Suggested by Simon Marshall
6386         <Simon.Marshall@midas-kapiti.com>.
6388 2001-09-04  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
6390         * term/mac-win.el (mac-drag-n-drop): Decode file name by
6391         consulting the value of file-name-coding-system.
6393 2001-09-03  Stefan Monnier  <monnier@cs.yale.edu>
6395         * help.el (describe-function-1): Save precomputed `file-name' rather
6396         than recomputing it (incorrectly) with `symbol-file'.
6398 2001-09-03  Gerd Moellmann  <gerd@gnu.org>
6400         * international/isearch-x.el (isearch-exit-recursive-edit):
6401         Take three parameters, since it's used as an after-change-function.
6403         * emacs-lisp/backquote.el (backquote-backquote-symbol)
6404         (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
6405         from doc strings.
6407 2001-09-02  Milan Zamazal  <pdm@zamazal.org>
6409         * progmodes/glasses.el (glasses-convert-to-unreadable):
6410         Consider underscores as in `glasses-make-readable'.
6412 2001-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
6414         * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
6415         MS-DOS, since cpp might not be available.
6417         * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
6418         Mention "yank" in the help-echo text.
6419         Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6421 2001-09-01  Stefan Monnier  <monnier@cs.yale.edu>
6423         * newcomment.el (comment-indent): Insert spaces more carefully.
6425 2001-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
6427         * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
6428         exists.  From Andy Petrusenco <andy@int.spb.ru>.
6430         * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
6431         display-popup-menus-p returns nil.  Suggested by Andy Petrusenco
6432         <andy@int.spb.ru>.
6434 2001-08-31  Gerd Moellmann  <gerd@gnu.org>
6436         * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
6437         Instead of running mouse-yank-at-click, see what the event is
6438         bound to outside Isearch and run that.
6440 2001-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
6442         * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
6443         Fix the menu entry to mention transient-mark-mode.
6445 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
6447         * simple.el (eval-expression-print-level): Fix last change.
6449         * bindings.el (mode-line-coding-system-map): New variable.
6450         (mode-line-mule-info): Give the "%Z" a local-map keymap.
6452         * simple.el (eval-expression-print-level): Change the type
6453         of the defcustom to allow nil.
6455         * emacs-lisp/find-gc.el: Moved here from lisp/.
6457         * international/quail.el (quail-completion-1):
6458         Reverse the ((CHAR . DEFN) ...) list before processing it.
6459         From Kenichi Handa <handa@etl.go.jp>.
6461         * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
6462         * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
6464 2001-08-30  Eli Zaretskii  <eliz@is.elta.co.il>
6466         * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
6467         aren't supported.  This avoids the annoying gray strip drawn by
6468         the Windows version instead of the missing tool bar.
6470 2001-08-29  Gerd Moellmann  <gerd@gnu.org>
6472         * menu-bar.el (menu-bar-options-menu): Make option text, messages
6473         and tooltips more consistent.  From "Marshall, Simon"
6474         <Simon.Marshall@midas-kapiti.com>.
6476         * startup.el (fancy-splash-screens): Temporarily set
6477         minor-mode-map-alist to nil while displaying splash screens.
6479 2001-08-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
6481         * buff-menu.el: Add Keywords header.
6482         Doc fix (C-x C-b is bound to list-buffers).
6484         * dired-x.el: Add keyword files to get listed in finder.
6485         Remove confusing notes about GNU Emacs 19.
6487         * dired.el, dired-aux.el: Add Keywords header.
6489 2001-08-28  Andre Spiegel  <spiegel@gnu.org>
6491         * vc.el (vc-revert-file): Call the backend even if the FILE's
6492         contents can be reverted locally; pass new arg CONTENTS-DONE
6493         down to the backend.
6495         * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
6496         optional arg CONTENTS-DONE.
6498 2001-08-28  Andrew Innes  <andrewi@gnu.org>
6500         * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
6502 2001-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
6504         * makefile.nt (install): Copy more *.el files.
6506 2001-08-28  Gerd Moellmann  <gerd@gnu.org>
6508         * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
6509         instead of `w' which is already in use.
6511         * gs.el (gs-load-image): Use sleep-for.
6512         From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6514 2001-08-28  Miles Bader  <miles@gnu.org>
6516         * replace.el (query-replace-regexp-eval): Return args from
6517         `interactive' form in correct order.
6519 2001-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
6521         * mouse.el (mouse-buffer-menu): If the buffer menu is split by
6522         major modes, don't create panes for modes for which
6523         mouse-buffer-menu-alist returns an empty alist.
6525 2001-08-28  Thien-Thi Nguyen  <ttn@gnu.org>
6527         * progmodes/hideshow.el: Update first-line description.
6528         Sync comments w/ maintainer version 5.31.
6530         (hs-isearch-open): Default value now `code'.
6531         Fix docstring to use "code blocks" vs "comment blocks",
6532         as opposed to "block" vs "comment".
6533         (hs-flag-region): Accept `hs-isearch-open' value
6534         of `block' as synonymous w/ `code'.
6535         (hs-hide-block-at-point): For code blocks, pass `code'
6536         to `hs-flag-region' instead of `block'.
6538 2001-08-28  Miles Bader  <miles@gnu.org>
6540         * comint.el (comint-next-prompt): Don't loop infinitely if
6541         {next,previous}-single-char-property-change returns its input
6542         position when the search fails.
6544 2001-08-27  Miles Bader  <miles@gnu.org>
6546         * comint.el (comint-get-old-input-default): Don't signal an error
6547         if point is not on an input field; instead, return the current
6548         line (using `comint-bol' to skip any prompt, in case we're not
6549         using fields at all).
6551         * man.el (Man-mode-line-format): Variable removed.
6552         (Man-mode): Change `mode-line-buffer-identification' instead of
6553         `mode-line-format'.
6555 2001-08-27  Gerd Moellmann  <gerd@gnu.org>
6557         * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
6558         From Simon Josefsson <jas@extundo.com>.
6560 2001-08-26  Eli Zaretskii  <eliz@is.elta.co.il>
6562         * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
6563         messages.  From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6565         * emacs-lisp/levents.el: Specify FSF as Maintainer.  From Pavel
6566         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6568         * emacs-lisp/lselect.el: Ditto.
6570         * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
6571         Remove periods from the end of error message strings.
6572         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6574         * progmodes/antlr-mode.el: Add Keywords header.  From Pavel
6575         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6577         * net/telnet.el: Ditto.
6579 2001-08-26  Gerd Moellmann  <gerd@gnu.org>
6581         * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
6582         KEYMAP to the call to define-minor-mode.
6584 2001-08-24  Eli Zaretskii  <eliz@is.elta.co.il>
6586         * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
6587         Replace some of the undefined characters with emulations of bidi
6588         formatting characters and Niqud as per SI 1311-1.
6589         (IT-unicode-translations): Ditto.
6590         (IT-display-table-setup, IT-setup-unicode-display):
6591         Fill characters without translations with dos-unsupported-char-glyph.
6593 2001-08-24  Simon Josefsson  <jas@extundo.com>
6595         * hl-line.el (hl-line-mode): Don't be a global mode.
6596         (global-hl-line-mode): New function.
6598 2001-08-24  Gerd Moellmann  <gerd@gnu.org>
6600         * gs.el (gs-load-image): Wait for GHOSTVIEW window property
6601         being reset by Ghostscript.  Don't kill the gs process.
6602         From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6604 2001-08-24  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
6606         * term/mac-win.el: Require scroll-bar.
6608 2001-08-23  Stefan Monnier  <monnier@cs.yale.edu>
6610         * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
6612 2001-08-23  Eli Zaretskii  <eliz@is.elta.co.il>
6614         * hexl.el (hexl-insert-multibyte-char) New function.
6615         (hexl-quoted-insert, hexl-self-insert-command)
6616         (hexl-insert-hex-char, hexl-insert-decimal-char)
6617         (hexl-insert-octal-char): Call it instead of hexl-insert-char.
6618         Fix the doc strings accordingly.
6619         (hexl-insert-char): Reject characters whose code is above 255.
6620         Doc fix.
6621         (hexl-mode-map): Copy the global keymap instead of creating a
6622         sparse keymap, and bind all self-inserting characters to
6623         hexl-self-insert-command.
6625 2001-08-22  Stefan Monnier  <monnier@cs.yale.edu>
6627         * wid-edit.el (text): Re-order docstring correctly.
6629         * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
6631         * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
6633 2001-08-22  Eli Zaretskii  <eliz@is.elta.co.il>
6635         * simple.el (line-number-mode): Mention the variable
6636         line-number-display-limit-width in the doc string.
6638 2001-08-22  Gerd Moellmann  <gerd@gnu.org>
6640         * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
6641         Temporarily select EVENT's window for switching buffers.
6642         (mode-line-bury-buffer): New function.
6643         (mode-line-buffer-identification-keymap): Use it instead of
6644         bury-buffer.  Bind down-mouse events to prevent global down-mouse
6645         events from shining through.
6647 2001-08-21  Stefan Monnier  <monnier@cs.yale.edu>
6649         * newcomment.el (comment-beginning): Make sure the comment-start
6650         we found isn't a comment-end (in cases where confusion is possible).
6652 2001-08-22  Miles Bader  <miles@gnu.org>
6654         * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
6655         before writing it, so that hard-links don't see new version.
6657 2001-08-21  Gerd Moellmann  <gerd@gnu.org>
6659         * gs.el (gs-set-ghostview-colors-window-prop):
6660         Call x-change-window-property with 3rd arg FRAME.
6661         (gs-load-image): Wait for a previous Ghostscript process
6662         to complete before starting a new one.
6664         * image.el (image-type-regexps): Make sure that the TIFF
6665         pattern is only matched at the beginning of a string.
6666         From Markus Rost <rost@math.ohio-state.edu>.
6668         * international/swedish.el: Pre-Mule file removed.  From Jonas
6669         Oberg <jonas@gnu.org>.
6671 2001-08-20  Rajesh Vaidheeswarran  <rv@gnu.org>
6673         * whitespace.el (whitespace-abort-on-error): Add custom variable
6674         to whitespace to abort a write-file if whitespace is detected in file.
6676         * whitespace.el (whitespace-write-file-hook): Hook to be called
6677         when writing a file. If `whitespace-abort-on-error' is set, the
6678         write will abort on detecting whitespaces.
6679         If `whitespace-auto-cleanup' is set, the file will be cleaned
6680         automatically prior to writing.
6682         * whitespace.el (whitespace-buffer-search): Let's not insert bogus
6683         whitespaces in the error output!
6685         * whitespace.el (whitespace-check-indent-whitespace): Defaults to
6686         `indent-tabs-mode', since the latter notes user preferences on
6687         TABs anyway.
6689         * whitespace.el (whitespace-version): 3.1. All of the above issues
6690         were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
6692 2001-08-20  Gerd Moellmann  <gerd@gnu.org>
6694         * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
6695         some spaces from a message.  From Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>.
6697         * whitespace.el (whitespace-global-mode): Add autoload cookie.
6699 2001-08-20  Alex Schroeder  <alex@gnu.org>
6701         * sql.el (sql-db2): Doc change.
6703 2001-08-20  Alex Schroeder  <alex@gnu.org>
6705         * sql.el (sql-postgres): Add the database at the end of the
6706         parameters instead of at the beginning.
6707         (sql-postgres-options): Doc change.
6709 2001-08-17  Gerd Moellmann  <gerd@gnu.org>
6711         * custom.el (defcustom): Doc fix.
6713 2001-08-16  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6715         * ps-mule.el (find-composition): Check if (char-after POS)
6716         returns a valid character.
6718 2001-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
6720         * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
6721         original-point for extra CR characters that are added/removed when
6722         the buffer is written/read whose EOL type is -dos.
6724 2001-08-16  Miles Bader  <miles@gnu.org>
6726         * simple.el (line-move): Undo previous change.
6728         * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
6729         property to input-terminating `boundary' overlays to avoid
6730         line-move wierdness.
6732 2001-08-16  Gerd Moellmann  <gerd@gnu.org>
6734         * lazy-lock.el (lazy-lock-fontify-region): Widen the current
6735         buffer in a save-restriction.  Under one test case with Ediff,
6736         window-scroll-functions are run with a window start that's
6737         temporarily outside of the restriction.
6739 2001-08-16  Robert J. Chassell <bug-texinfo@gnu.org>
6741         * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
6742         (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
6743         (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
6744         (texinfo-update-menu-region-beginning)
6745         (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
6746         command, @ifnottex, to regexps, so it is found.
6748 2001-08-16  Andrew Innes  <andrewi@gnu.org>
6750         * makefile.nt (DONTCOMPILE): Omit bindings.el.
6751         (DONTCOMPILE): Omit sc.el.
6753         * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
6754         (DONTCOMPILE): Omit sc.el.
6756 2001-08-16  Gerd Moellmann  <gerd@gnu.org>
6758         * replace.el (occur): Bind inhibit-read-only to t.
6760 2001-08-16  Miles Bader  <miles@gnu.org>
6762         * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
6763         calling `constrain-to-field', to avoid problems with comint prompts.
6765 2001-08-15  Gerd Moellmann  <gerd@gnu.org>
6767         * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
6768         (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
6770         * ediff-mult.el (ediff-get-meta-info): Fix the condition
6771         of a while-loop.
6773         * Makefile.in (DONTCOMPILE): Remove sc.el.
6775         * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
6776         Don't include term/.
6778         * mail/sc.el:  Moved to obsolete/.
6780 2001-08-14  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6782         * ps-print.el: Change error function arguments to follow Emacs
6783         message convention.  Doc fix.
6784         (ps-print-version): New version number (6.5.4).
6785         (coding-system-for-write): Change declaration position to avoid
6786         XEmacs compilation gripes.
6787         (coding-system-for-read, buffer-file-coding-system):
6788         Declarations to avoid XEmacs compilation gripes.
6790         * ps-mule.el: Doc fix.
6791         (ps-mule-encode-header-string): If STRING is not a string, replace
6792         STRING by empty string.
6794 2001-08-14  Eli Zaretskii  <eliz@is.elta.co.il>
6796         * frame.el (show-trailing-whitespace): Doc fix.
6798 2001-08-13  Eli Zaretskii  <eliz@is.elta.co.il>
6800         * desktop.el (desktop-save): Insert the coding: tag before
6801         desktop-header.
6803 2001-08-13  Gerd Moellmann  <gerd@gnu.org>
6805         * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
6806         its path from $els.
6808         * image.el (image-jpeg-p): Fix call of substring.
6810 2001-08-10  Gerd Moellmann  <gerd@gnu.org>
6812         * play/animate.el (animate-string): Doc fix.  Use a buffer
6813         name with stars in it.
6814         (animate-sequence): New function.
6815         From Richard Stallman <rms@gnu.org>.
6817         * frame.el (select-frame-set-input-focus): New function
6818         extracted from other-frame.
6819         (other-frame): Use it.
6820         (next-multiframe-window, previous-multiframe-window): Use it.
6822         * isearch.el (isearch-other-meta-char): Don't switch to the
6823         buffer of a window clicked on, when the current buffer is
6824         in Isearch mode.
6826         * image.el (image-jpeg-p): Test for APPn markers in the range
6827         #xe0..#xef.
6829 2001-08-09  Gerd Moellmann  <gerd@gnu.org>
6831         * desktop.el (desktop-save): Don't use concat to form a file
6832         name, use expand-file-name.
6834         * mouse.el (mouse-delete-window): Do nothing if frame has just
6835         one window.
6837         * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
6838         for the minor mode name.
6840         * view.el (toplevel): Use mode-line-minor-mode-keymap for the
6841         minor mode name.
6843         * time.el (display-time-string-forms): Use make-mode-line-mouse-map
6844         instead of make-mode-line-mouse2-map.
6846         * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
6847         the minor mode name.
6849         * emacs-lisp/easy-mmode.el (define-minor-mode):
6850         Use  mode-line-minor-mode-keymap for the minor mode name.
6852         * calendar/calendar.el (calendar-mode-line-format):
6853         Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
6855         * bindings.el (make-mode-line-mouse-map): Renamed from
6856         make-mode-line-mouse2-map.  Take additional arg MOUSE.
6857         (mode-line-modified): Use mouse-3 instead of mouse-2.
6858         (mode-line-buffer-identification-keymap): Bind keys differently.
6859         (propertized-buffer-identification): Adapt help-echo to new bindings.
6861         * bindings.el (mode-line-format): Specify help-echo for line
6862         number, column number and buffer-percent part of the mode-line.
6864         * image.el (image-type-regexps): Allow whitespace at the start
6865         of the image data for XPM, XBM and Postscript, which are
6866         text files.
6867         (image-jpeg-p): Correct calculation of next field offset.
6869 2001-08-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
6871         * battery.el: Fix typo.
6873 2001-08-08  Gerd Moellmann  <gerd@gnu.org>
6875         * image.el (image-type-regexps): Allow predicates.  Change the way
6876         JPEG images are recognized.
6877         (image-jpeg-p): New function.
6878         (image-type-from-data): Handle predicates in image-type-regexps.
6880         * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
6881         #:, #x, #o, and similar constructs.
6883 2001-08-07  Gerd Moellmann  <gerd@gnu.org>
6885         * vc.el (vc-transfer-file): Fix malformed autoload cookie.
6887         * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
6888         instead of `progn'.
6890         * tar-mode.el (tar-extract): Avoid generating a new buffer
6891         for each file visited.  From Markus Rost <rost@math.ohio-state.edu>.
6893         * textmodes/paragraphs.el (forward-sentence): Avoid building
6894         a regexp from sentence-end.  From Kenichi Handa <handa@etl.go.jp>.
6896         * progmodes/executable.el (executable-set-magic):
6897         If executable-find returns a quoted file name, unquote it before
6898         inserting it.
6900         * image.el (image-type-regexps): For JPEG files, use a regexp
6901         derived from the JFIF spec.
6903         * image.el (image-type-regexps): Use `\`' instead of `^' in
6904         most regular expressions.
6906 2001-08-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
6908         * play/animate.el: Re-insert a reference to re-inserted function.
6910 2001-08-06  Gerd Moellmann  <gerd@gnu.org>
6912         * help.el (describe-function-1): Use find-function-search-for-symbol
6913         instead of find-function-noselect because the latter follows aliases.
6915         * play/animate.el (animate-birthday-present): Re-insert.
6917         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6918         Handle old-style menu definitions.
6920 2001-08-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
6922         * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
6923         * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
6925         * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
6926         * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
6927         * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
6929 2001-08-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
6931         * textmodes/tildify.el: Milan Zamazal has new address.
6933 2001-08-03  Gerd Moellmann  <gerd@gnu.org>
6935         * custom.el (custom-set-variables): Don't test `custom-requests'
6936         properties, check the third element of the options passed to
6937         custom-set-variables instead.
6939         * info.el (info-insert-file-contents): Use info-file-exists-p
6940         instead of file-exists-p.
6942         * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
6943         the mode-line face is restored.  Fix several bugs.
6945         * replace.el (perform-replace): Doc fix.
6947 2001-08-02  Francesco Potorti`  <pot@gnu.org>
6949         * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
6950         (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
6951         (uniquify-fix-item-base, uniquify-fix-item-filename)
6952         (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
6953         Callers changed.
6954         (uniquify-set-proposed): Changed to work with a vector item.
6955         (uniquify-rationalize-file-buffer-names): Use a list of arrays for
6956         the fix list, and a list of strings for the non-file buffer
6957         names.  Both changes reduce consing.
6958         (uniquify-rationalize-a-list): Local variable renaming.
6959         (uniquify-rationalize-conflicting-sublist): Use member instead of
6960         assoc.
6961         (uniquify-rename-buffer): Use unless instead of if not.
6963 2001-08-02  Gerd Moellmann  <gerd@gnu.org>
6965         * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
6967         * custom.el (custom-set-variables): Set options with :require
6968         clauses last.
6970         * custom.el (defcustom): Doc fix.
6972         * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
6974 2001-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
6976         * man.el (man): Mention Man-switches in the doc string.
6977         (Man-switches): Mention -a in the doc string.
6979         * textmodes/ispell.el (ispell-alternate-dictionary):
6980         Add /usr/share/lib/dict/words, for Irix.
6982         * bindings.el: Bind shifted and control-shifted kp-* keys to the
6983         corresponding non-kp keys.  Suggested by Stephen Gildea
6984         <gildea@stop.mail-abuse.org>.
6986 2001-08-01  Francesco Potorti`  <pot@gnu.org>
6988         * uniquify.el: These changes correct a corner case that the old
6989         code managed correctly.
6990         (uniquify-fix-item-proposed): Renamed from
6991         uniquify-fix-item-min-proposed.
6992         (uniquify-set-proposed): New function.
6993         (uniquify-rationalize-file-buffer-names): Code reshuffled for
6994         clarity and speed.
6995         (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
6996         This is equivalent to what the old code did.
6997         (uniquify-rationalize-a-list): Never recompute the proposed
6998         name.  Sort the conflicting sublist before rationalising it: this
6999         is equivalent to what the old code did, but one directory element
7000         at a time, and only when necessary.
7001         (uniquify-rationalize-conflicting-sublist): Recompute here the
7002         proposed name.
7004 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
7006         * play/animate.el: Add Keywords and Maintainer.  Remove a
7007         reference to a removed function.
7009         * play/animate.el (animate-string): Handle case that the string is
7010         longer than the window is wide.
7012 2001-07-31  Gerd Moellmann  <gerd@gnu.org>
7014         * desktop.el (desktop-save): Bind coding-system-for-write to
7015         `emacs-mule' for write-region.
7017         * delsel.el (delete-selection-pre-hook): Don't set this-command
7018         to `ignore' if the region is empty.
7020         * international/mule.el (set-keyboard-coding-system):
7021         Set keyboard-coding-system.
7023         * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
7024         before accessing it.
7026 2001-07-30  Andreas Schwab  <schwab@suse.de>
7028         * menu-bar.el (toggle-highlight-paren-mode):
7029         Use `(show-paren-mode)' as body.
7031 2001-07-30  Andre Spiegel  <spiegel@gnu.org>
7033         * vc.el (vc-checkout-hook): New hook.
7034         (vc-checkout): Run it.
7036 2001-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
7038         * progmodes/make-mode.el (makefile-macroassign-regex):
7039         Recognize the ?= operator.  From Jonathan Kamens <jik@curl.com>.
7041 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
7043         * vc.el (vc-switch-backend): Fix autoload cookie.
7045         * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
7046         the desktop file.
7048 2001-07-30  Simon Josefsson  <jas@extundo.com>
7050         * mail/mail-utils.el (mail-strip-quoted-names): Replace text
7051         literally.  Reported by Sean Rima <sean@**Delete**.tcob1.net>.
7053 2001-07-27  Gerd Moellmann  <gerd@gnu.org>
7055         * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
7056         (last-sexp-toggle-display): Renamed from last-sexp-print.
7057         (last-sexp-toggle-display, eval-last-sexp-1):
7058         Use last-sexp-setup-props.
7060         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
7061         New user-options.
7062         (mouse-wheel-change-button): New function.
7063         (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
7064         (mwheel-scroll): Ditto.
7066 2001-07-26  Gerd Moellmann  <gerd@gnu.org>
7068         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
7069         `...', compare with unabbreviated printed representation instead.
7070         (last-sexp-print): Bind print-length and print-level to nil.
7072         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
7073         before assigning text properties.  Make properties rear-nonsticky.
7075         * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
7076         (eval-last-sexp-1): Give printed text a `keymap' property and bind
7077         <mouse-2> and <RET> in that map to a function printing the
7078         unabbreviated value.
7080         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
7081         is a buffer, put a text property `printed-value' on the printed
7082         representation, with the Lisp object printed as value.
7084 2001-07-25  Eli Zaretskii  <eliz@is.elta.co.il>
7086         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
7087         Mention the effect of eval-expression-print-length and
7088         eval-expression-print-level in the doc strings.  Suggested by
7089         Kevin Gallagher <kevingal@onramp.net>.
7091 2001-07-25  Gerd Moellmann  <gerd@gnu.org>
7093         * xt-mouse.el (xterm-mouse-event): Recognize control sequences
7094         for buttons > 3.
7095         (xterm-mouse-translate): Handle the case that we don't get a
7096         down-event.
7098         * emacs-lisp/find-func.el (find-function-regexp):
7099         Add easy-mmode-define-global-mode to the regexp.  Allow newlines
7100         in front of the function name.
7102         * isearch.el (isearch-other-meta-char): Fix last change.
7104         * isearch.el (isearch-other-meta-char): Don't modify mode-line and
7105         similar events for which fake prefix keys are generated.  It's no
7106         longer necessary since read_key_sequence doesn't modify these
7107         events for internal purposes anymore.
7109         * files.el (auto-mode-alist): Use nroff-mode for files ending
7110         in `.9'.  From Assar Westerlund  <assar@stacken.kth.se>.
7112 2001-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
7114         * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
7115         tool-bar-lines parameter, behave as if its value were zero.
7116         (mouse-avoidance-set-pointer-shape): Don't do anything if
7117         x-pointer-shape is not boundp.
7119 2001-07-23  Francesco Potorti`  <pot@gnu.org>
7121         * uniquify.el: Overall speedup changes when using many buffers.
7122         (uniquify-fix-item-base, uniquify-fix-item-filename)
7123         (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
7124         (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
7125         place in the item, but was never used.
7126         (uniquify-fix-item-min-proposed): New defalias: the fourth place
7127         in the item is now used as cache for the proposed name.
7128         (uniquify-rationalize-file-buffer-names): Move computation made on
7129         newbuffile out of the loop, in the newbuffile-nd local var.
7130         Use dolist (cosmetic change).  Compute the proposed name for the most
7131         common case and cache it in the fourth place in the item.
7132         (uniquify-rationalize-file-buffer-names): Used to return a a list
7133         of buffer whose name was changed, but that return value was never used.
7134         (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
7135         the cached proposed name, does much less consing and is quicker.
7136         (uniquify-filename-lessp): Deleted.
7137         (uniquify-rationalize-a-list): Use dolist (cosmetic change).
7138         Do not bind locally the uniquify-possibly-resolvable flag.  Use the
7139         cached proposed name is possible.
7140         (uniquify-get-proposed-name): Arguments changed, callers changed.
7141         (uniquify-rationalize-conflicting-sublist): Explicitely reset the
7142         uniquify-possibly-resolvable flag, which is no more bound locally.
7143         (uniquify-rename-buffer): Do not set the old unrationalised-buffer
7144         flag, which does not exist any more.
7146 2001-07-23  Eli Zaretskii  <eliz@is.elta.co.il>
7148         * term/internal.el (IT-unicode-translations): Fix the appearance of
7149         "6`".
7151         * progmodes/compile.el (compile-internal): If EMACS is already
7152         defined in the environment, don't override its value.
7154 2001-07-23  Gerd Moellmann  <gerd@gnu.org>
7156         * play/fortune.el: Undo change of 2001-07-13.
7157         Fix autoload cookies.  Add types to defcustoms.
7158         (fortune) <defgroup>: Add :link.
7159         (fortune-from-region): Use eq, not eql.
7160         From Dave Love <fx@gnu.org>.
7162         * play/animate.el (animate-birthday-present): Function removed.
7164         * play/animate.el: New file.
7166 2001-07-22  Eli Zaretskii  <eliz@is.elta.co.il>
7168         * startup.el (normal-top-level-add-subdirs-to-load-path):
7169         On Windows, put into normal-top-level-add-subdirs-inode-list the
7170         canonicalized names of the directories instead of inode numbers.
7172 2001-07-21  Michael Kifer  <kifer@cs.sunysb.edu>
7174         * ediff-util.el: Copyright years.
7175         (ediff-choose-syntax-table): New function.
7176         (ediff-setup): Use ediff-choose-syntax-table.
7177         (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
7178         vc-state is available.
7179         (ediff-make-temp-file): Use ediff-coding-system-for-write.
7181         * ediff-init.el (ediff-with-syntax-table): New macro, uses
7182         with-syntax-table.
7183         (ediff-coding-system-for-read): From ediff-diff.el
7184         (ediff-coding-system-for-write): New variable.
7185         (ediff-highest-priority): Fixed the bug having to do with disappearing
7186         overlays.
7187         (ediff-file-remote-p): Use file-remote-p, if available.
7188         (ediff-listable-file): New function.
7189         (ediff-file-attributes): Use ediff-listable-file.
7191         * ediff-mult.el (ediff-meta-insert-file-info1):
7192         Use ediff-listable-file.
7194         * ediff-ptch.el (ediff-prompt-for-patch-file):
7195         Use ediff-coding-system-for-read.
7196         (ediff-patch-file-internal): Use ediff-coding-system-for-write.
7198         * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
7199         (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
7201         * ediff.el: Date of last update, copyright years.
7203         * ediff-wind (ediff-setup-control-frame): Nill->nil.
7205         * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
7206         of Scott Bronson.
7207         (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
7208         (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
7209         Deleted functions.
7210         (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
7211         ex-token-list.
7212         (viper-get-ex-address-subr): Convert registers to char data type.
7214         * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
7215         (viper-memq-char): Use viper-int-to-char.
7216         (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
7217         vc-locking-state.
7218         (viper-read-key): Use viper-read-key-sequence.
7220         * viper.el (viper-major-mode-modifier-list):
7221         Added inferior-emacs-lisp-mode.
7222         (this-major-mode-requires-vi-state): New function that uses simple
7223         heuristics to decide if vi state is appropriate.
7224         (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
7225         (viper-non-hook-settings): Don't advise read-key-sequence.
7226         (viper-read-key-sequence): New function that replaces the
7227         previously used advice to read-key-sequence.
7229         * viper-cmd.el (viper-test-com-defun,viper-exec-change)
7230         (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
7231         (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
7232         (viper-open-line-at-point,viper-substitute,viper-overwrite)
7233         (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
7234         Got rid of the negative character hack.
7235         (viper-escape-to-state,viper-replace-state-exit-cmd):
7236         Use viper-read-key-sequence.
7237         (viper-envelop-ESC-key): No need for ad-get-orig-definition.
7238         (viper-minibuffer-standard-hook,viper-read-string-with-history):
7239         Don't override existing minibuffer-setup-hook.
7240         (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
7241         Convert registers to char data type.
7242         (viper-autoindent): Use viper-indent-line.
7244         * viper-keym.el: Use viper-exec-key-in-emacs.
7246 2001-07-20  Stefan Monnier  <monnier@cs.yale.edu>
7248         * server.el (server-visit-files): Fix variable name typo.
7250 2001-07-20  Gerd Moellmann  <gerd@gnu.org>
7252         * simple.el (delete-trailing-whitespace): Save match data
7253         around looking-at.  From Markus Rost <rost@math.ohio-state.edu>.
7255 2001-07-19  Stefan Monnier  <monnier@cs.yale.edu>
7257         * progmodes/compile.el (compilation-parse-errors): `linenum' might
7258         return a this-error using the alternative format (a pair of markers).
7260 2001-07-19  Gerd Moellmann  <gerd@gnu.org>
7262         * font-lock.el (c++-keywords): Add Standard C++ operator names.
7264         * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
7265         From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
7267 2001-07-17  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
7269         * international/iso-transl.el: Fix typo in the header of the file.
7271         * textmodes/picture.el (picture): Doc fix.
7273         * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
7274         follow coding conventions in generated files.
7276 2001-07-17  Eli Zaretskii  <eliz@is.elta.co.il>
7278         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
7279         (tool-bar-add-item): Don't call image-related primitives if the
7280         display doesn't support images.
7282         * frame.el (display-images-p): New function.
7284 2001-07-17  Gerd Moellmann  <gerd@gnu.org>
7286         * server.el (server-visit-files): Handle the case the specified
7287         column number is <= 0.
7289 2001-07-17  Jan Nieuwenhuizen  <jan@netland.nl>
7291         * startup.el (command-line-1): Add support for +LINE:COLUMN
7292         command line argument.
7294 2000-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7296         * server.el (server-process-filter, server-visit-files):
7297         Add support for +LINE:COLUMN style emacsclient calls.
7299 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
7301         * emacs-lisp/easy-mmode.el: Add Keywords header.
7303         * play/pong.el: Author has new address.
7305         * play/landmark.el: Author is no more reachable.
7307         * play/handwrite.el: Author is no more reachable.
7309 2001-07-17  Stefan Monnier  <monnier@cs.yale.edu>
7311         * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
7312         (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
7313         Complete bindings for F<1..12> keys.
7314         (global-map): Remove `undo' binding (already in the default).
7315         Replace `t<n>' bindings with `f<n>' bindings.
7317 2001-07-16  Stefan Monnier  <monnier@cs.yale.edu>
7319         * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
7320         (tcl-mode): Use tcl-add-log-defun.
7321         (tcl-indent-line): Use tcl-calculate-indent.
7322         (tcl-calculate-indent): Renamed from calculate-tcl-indent.
7323         (tcl-indent-exp): Renamed from indent-tcl-exp.
7324         (tcl-add-log-defun): Renamed from add-log-tcl-defun.
7325         (tcl-indent-for-comment): Call comment-indent-function properly
7326         and handle the case where it returns nil.
7328 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
7330         * calendar/cal-islam.el (calendar-goto-islamic-date):
7331         Remove autoload cookie.
7333         * calendar/calendar.el (calendar-goto-islamic-date):
7334         Add call to autoload.
7336 2001-07-16  Stefan Monnier  <monnier@cs.yale.edu>
7338         * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
7339         Don't change compile-auto-highlight globally.
7340         Don't bother with `font-lock-defaults' property since XEmacs
7341         also understands the `font-lock-defaults' variable.
7342         Use make-local-variable rather than make-variable-buffer-local.
7343         Don't `defconst' comment-indent-function: keep the default.
7344         Call easy-menu-add unconditionally.
7345         (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
7346         (ada-create-menu): Use :included for Emacs as well.
7348         * vc.el (vc-do-command): Autoload.
7350         * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
7352 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
7354         * ps-print.el: Fix Author: header.
7356 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
7358         * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
7359         mouse-1 etc., bind them to `ignore'.
7361         * eshell/esh-mode.el (eshell-send-invisible): Renamed from
7362         send-invisible, which is already defined in Comint.
7363         (eshell-watch-for-password-prompt): Use it.
7365 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
7367         * which-func.el (which-func-mode): Doc fix.
7369         * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
7370         * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
7371         * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
7372         * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
7373         * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
7374         * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
7375         * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
7376         * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
7377         * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
7378         * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
7379         * emulation/edt-mapper.el, emulation/edt-pc.el,
7380         * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
7381         * emulation/tpu-edt.el, emulation/tpu-extras.el,
7382         * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
7383         * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
7384         * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
7385         * international/isearch-x.el, international/iso-cvt.el,
7386         * international/ogonek.el, international/quail.el,
7387         * international/utf-8.el, jit-lock.el, language/devan-util.el,
7388         * language/devanagari.el, language/ethio-util.el,
7389         * language/ethiopic.el, language/european.el, language/indian.el,
7390         * language/romanian.el, language/tibet-util.el, language/tibetan.el,
7391         * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
7392         * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
7393         * mouse-sel.el, net/browse-url.el, net/net-utils.el,
7394         * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
7395         * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
7396         * progmodes/autoconf.el, progmodes/cmacexp.el,
7397         * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
7398         * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
7399         * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
7400         * progmodes/ebnf2ps.el, progmodes/executable.el,
7401         * progmodes/fortran.el, progmodes/idlw-shell.el,
7402         * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
7403         * progmodes/m4-mode.el, progmodes/mantemp.el,
7404         * progmodes/meta-mode.el, progmodes/octave-inf.el,
7405         * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
7406         * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
7407         * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
7408         * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
7409         * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
7410         * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
7411         * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
7412         * textmodes/texinfo.el, textmodes/texnfo-upd.el,
7413         * textmodes/two-column.el, time-stamp.el, timezone.el,
7414         * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
7415         * which-func.el, whitespace.el, wid-browse.el, widget.el,
7416         * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
7417         conventions.
7419 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
7421         * simple.el (set-variable): Require 'cus-edit' instead of
7422         `wid-edit', so that the Custom widgets get defined.
7424 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
7426         * allout.el: A fix to follow coding conventions.
7428         * find-lisp.el: A fix to follow coding conventions.
7430         * term/w32-win.el: A fix to follow coding conventions.
7432         * textmodes/sgml-mode.el: A fix to follow coding conventions.
7434         * term/xterm.el: A fix to follow coding conventions.
7436         * term/news.el: A fix to follow coding conventions.
7438         * emulation/vi.el: A fix to follow coding conventions, Maintainer:
7439         header line fixed.
7441         * sun-curs.el: Fix Maintainer: header line.
7443         * emacs-lisp/easymenu.el: Address of the author added.
7445 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
7447         * dired.el (dired-insert-set-properties): Fix invalid mouse-face
7448         property.
7450 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
7452         * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
7453         * play/gamegrid.el, play/handwrite.el, play/landmark.el,
7454         * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
7455         Some fixes to follow coding conventions.
7457 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
7459         * which-func.el (which-func-mode): Doc fix.
7461 2001-07-15  Stefan Monnier  <monnier@cs.yale.edu>
7463         * net/rcompile.el (remote-compile): Use make-local-variable.
7465         * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
7467         * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
7469         * mail/reporter.el (reporter-submit-bug-report):
7470         Don't abuse make-variable-buffer-local.  Fix call to add-hook.
7472 2001-07-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
7474         * calendar/cal-china.el, calendar/cal-coptic.el,
7475         * calendar/cal-dst.el, calendar/cal-french.el,
7476         * calendar/cal-hebrew.el, calendar/cal-islam.el,
7477         * calendar/cal-iso.el, calendar/cal-julian.el,
7478         * calendar/cal-mayan.el, calendar/cal-persia.el,
7479         * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
7480         * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
7481         * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
7482         * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
7483         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
7484         * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
7485         * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
7486         * progmodes/ada-prj.el, progmodes/ada-stmt.el,
7487         * progmodes/ada-xref.el, progmodes/cc-align.el,
7488         * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
7489         * progmodes/cc-defs.el, progmodes/cc-engine.el,
7490         * progmodes/cc-langs.el, progmodes/cc-menus.el,
7491         * progmodes/cc-styles.el, progmodes/cc-vars.el,
7492         * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
7493         * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
7494         * textmodes/reftex-index.el, textmodes/reftex-parse.el,
7495         * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
7496         * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
7497         * textmodes/reftex.el: Some fixes to follow coding
7498         conventions in Elisp files with known maintainers.
7500         * emulation/viper.el: A fix to follow coding conventions.
7502         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
7503         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
7504         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
7505         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
7506         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
7507         * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
7508         * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
7509         * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
7510         * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
7511         * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
7512         conventions in Elisp files.
7514         * composite.el, diff.el, emacs-lisp/levents.el,
7515         * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
7516         * emulation/pc-mode.el, emulation/viper-cmd.el,
7517         * emulation/viper-ex.el, emulation/viper-init.el,
7518         * emulation/viper-keym.el, emulation/viper-macs.el,
7519         * emulation/viper-mous.el, emulation/viper-util.el,
7520         * emulation/viper.el, forms-pass.el, international/ccl.el,
7521         * international/characters.el, international/encoded-kb.el,
7522         * international/fontset.el, international/ja-dic-cnv.el,
7523         * international/ja-dic-utl.el, international/kinsoku.el,
7524         * international/kkc.el, international/mule-cmds.el,
7525         * international/mule-diag.el, international/mule-util.el,
7526         * international/mule.el, international/titdic-cnv.el,
7527         * language/china-util.el, language/chinese.el,
7528         * language/cyril-util.el, language/cyrillic.el, language/english.el,
7529         * language/greek.el, language/hebrew.el, language/japan-util.el,
7530         * language/japanese.el, language/korea-util.el, language/korean.el,
7531         * language/lao-util.el, language/lao.el, language/misc-lang.el,
7532         * language/slovak.el, language/thai-util.el, language/thai.el,
7533         * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
7534         * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
7535         * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
7536         * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
7537         * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
7538         * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
7539         * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
7540         * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
7541         * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
7542         * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
7543         to follow coding conventions in files without maintainer or in files
7544         with clear maintainer (but without Maintainer header stating so).
7546         * emacs-lisp/elp.el: A fix to follow coding conventions.
7548         * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
7549         * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
7550         * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
7551         * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
7552         * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
7553         * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
7554         * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
7555         * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
7556         * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
7557         * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
7558         * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
7559         * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
7560         conventions in files from Gnus.
7562         * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
7563         * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
7564         * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
7565         * echistory.el, electric.el, emacs-lisp/authors.el,
7566         * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
7567         * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
7568         * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
7569         * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
7570         * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
7571         * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
7572         * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
7573         * international/codepage.el, international/iso-ascii.el,
7574         * international/iso-insert.el, international/iso-transl.el,
7575         * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
7576         * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
7577         * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
7578         * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
7579         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
7580         * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
7581         * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
7582         * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
7583         * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
7584         * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
7585         * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
7586         * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
7587         * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
7588         * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
7589         * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
7590         * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
7591         * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
7592         * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
7593         * textmodes/tex-mode.el, textmodes/text-mode.el,
7594         * textmodes/underline.el, thingatpt.el, time.el, timer.el,
7595         * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
7596         * vt100-led.el, window.el: Some fixes to follow coding conventions in
7597         files maintained by FSF.
7599 2001-07-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
7601         * arc-mode.el: A fix to follow coding conventions.
7603         * bindings.el: Ditto.
7605         * cdl.el: Ditto.
7607         * comint.el: Ditto.
7609         * cus-start.el: Ditto.
7611         * shell.el: Ditto.
7613         * skeleton.el: Ditto.
7615 2001-07-13  Stefan Monnier  <monnier@cs.yale.edu>
7617         * info.el (Info-build-node-completions):
7618         Make Info-current-file-completions buffer local.
7620 2001-07-13  Gerd Moellmann  <gerd@gnu.org>
7622         * which-func.el (which-func-mode, which-func-ff-hook)
7623         (which-function-mode): Remove references to which-func-mode-global.
7625         * calendar/cal-islam.el (calendar-goto-islamic-date):
7626         Add autoload cookie.
7628         * play/fortune.el: Add types to defcustoms.
7630 2001-07-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
7632         * language/czech.el: A fix to follow coding conventions.
7634 2001-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
7636         * speedbar.el (speedbar-supported-extension-expressions): Add .g
7637         to the extension list, for antlr-mode.  From Christoph Wedler
7638         <Christoph.Wedler@sap.com>.
7640 2001-07-11  Stefan Monnier  <monnier@cs.yale.edu>
7642         * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
7643         (vc-dired-mode-map): Fix the madness.
7645         * vc-hooks.el (vc-mode): Dummy function for doc purposes.
7646         (vc-prefix-map): Moved back from vc.el.
7648 2001-07-11  Gerd Moellmann  <gerd@gnu.org>
7650         * mail/mail-extr.el (mail-extr-all-top-level-domains):
7651         Increase the size of the obarray.
7652         (mail-extr-all-top-level-domains): Add more toplevel domains,
7653         add more long names.
7654         From: Per Starback <starback@ling.uu.se>.
7656 2001-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
7658         * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
7659         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7661         * progmodes/ada-mode.el: Ditto.
7663         * progmodes/ada-xref.el: Ditto.
7665 2001-07-11  Miles Bader  <miles@gnu.org>
7667         * finder.el (finder-insert-at-column): Also move to the next line
7668         if exactly at COLUMN.
7670 2001-07-10  Gerd Moellmann  <gerd@gnu.org>
7672         * help.el (describe-function-1): When printing FUNCTION's
7673         documentation, don't assume FUNCTION is a symbol.
7675         * startup.el (normal-top-level): Don't operate on the initial
7676         frame if we failed to create one.
7678 2001-07-10  Martin Stjernholm  <bug-cc-mode@gnu.org>
7680         * cc-cmds.el (c-indent-exp): Keep the indentation of the block
7681         itself, i.e. only indent the contents in it.
7683 2001-07-10  Markus Rost  <rost@math.ohio-state.edu>
7685         * mail/rmail.el (rmail-show-message): Show beginning of message in
7686         all windows containing it.
7688 2001-07-10  Eli Zaretskii  <eliz@is.elta.co.il>
7690         * term/tty-colors.el: Fix the header line and copyright years.
7692 2001-07-09  Gerd Moellmann  <gerd@gnu.org>
7694         * emacs-lisp/advice.el (ad-make-advised-definition): If the
7695         original definition has an interactive form, but is Elp
7696         instrumented, use the interactive form of the function called by
7697         elp-wrapper.
7699         * winner.el (winner-equal): Make it a defun.  Don't compare Winner
7700         configurations with compare-window-configuration; they aren't
7701         window configurations.
7703         * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
7704         from the server for the format we expect.  Don't use it if it
7705         doesn't look like what the Internet draft for FTP extensions specifies.
7707         * toolbar/*.pbm: Cleaned up.
7708         From Luis Fernandes <elf@ee.ryerson.ca>.
7710 2001-07-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
7712         * cc-cmds.el: Extended the kludge to interoperate with the
7713         delsel and pending-del packages wrt to the new function
7714         `c-electric-delete-forward'.
7716 2001-07-08  Stefan Monnier  <monnier@cs.yale.edu>
7718         * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
7719         to delay the call to <mode> for global minor modes.
7720         (easy-mmode-define-navigation): Only recenter if interactive.
7722 2001-07-06  Gerd Moellmann  <gerd@gnu.org>
7724         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
7725         to lisp-indent-line.
7727         * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
7728         from the server.  Call encode-time only when we are sure that we
7729         got a 213 response.
7731 2001-07-06  Simon Josefsson  <jas@extundo.com>
7733         * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
7734         (mail-envelope-from): New user option.
7735         (sendmail-send-it): Use it.
7737 2001-07-06  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7739         * ps-print.el: Use locale dependant date to print date in header.
7740         Doc fix.
7741         (ps-print-version): New version number (6.5.3).
7742         (ps-right-header, ps-right-footer): Initialization and doc fix.
7743         (ps-time-stamp-locale-default): New fun.
7745 2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
7747         * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
7748         field problem with MIME-mode.
7750         * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
7752 2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
7754         * mail/rmail.el (rmail-reply): Don't forget to narrow header in
7755         MIME-mode.
7757 2001-07-06  Eli Zaretskii  <eliz@is.elta.co.il>
7759         * bindings.el (mode-line-mule-info): Don't show the tip with
7760         buffer-file-coding-system if that is nil.
7762 2001-07-05  Gerd Moellmann  <gerd@gnu.org>
7764         * calendar/todo-mode.el (todo-top-priorities): Use delete-region
7765         instead of kill-line.
7767         * play/pong.el: Fix first line.  From Pavel Jan\e,Bm\e(Bk
7768         <Pavel@Janik.cz>.
7770         * battery.el (battery-update): Add help-echo.  From Pavel Jan\e,Bm\e(Bk
7771         <Pavel@Janik.cz>.
7773 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
7775         * font-lock.el (c-font-lock-keywords-3): When matching something
7776         like `struct X Y', finish with point after Y.
7778 2001-07-04  Simon Josefsson  <jas@extundo.com>
7780         * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
7781         in caller buffer.
7783 2001-07-03  Eli Zaretskii  <eliz@is.elta.co.il>
7785         * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
7786         instead of string-match to find the basename of the file.
7787         From Pascal Obry <p.obry@wanadoo.fr>.
7789         * net/browse-url.el (browse-url-default-windows-browser):
7790         Support the MS-DOS port when it runs on Windows.
7791         (browse-url-browser-function) [ms-dos]: Default to
7792         browse-url-default-windows-browser.
7794         * help.el (locate-library): Enable code that looks for compressed
7795         libraries if auto-compression-mode is on.
7797 2001-07-02  Stefan Monnier  <monnier@cs.yale.edu>
7799         * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
7801 2001-07-02  Gerd Moellmann  <gerd@gnu.org>
7803         * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
7805 2001-07-02  Eli Zaretskii  <eliz@is.elta.co.il>
7807         * allout.el: Fix the header line, so that finder.el recognizes it.
7808         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7810         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
7811         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7813 2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
7815         * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
7817         * ps-bdf.el (bdf-directory-list): Use the value relative to
7818         installation-directory for MS-Windows as well.
7820 2001-06-29  Richard M. Stallman  <rms@gnu.org>
7822         * wid-edit.el (widget-color-sample-face-get):
7823         Return ((foreground-color . COLOR)) instead of constructing a face.
7825 2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
7827         * faces.el (region): Change the background color for the
7828         light-background color display to lightgoldenrod2, to make it
7829         visible on some laptops.
7831 2001-06-28  Richard M. Stallman  <rms@gnu.org>
7833         * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
7834         (rmail-msg-restore-non-pruned-header): Likewise.
7835         If point was in the old pruned header, put it at the top.
7836         (rmail-msg-prune-header): If point was at the top, keep it there.
7838         * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
7839         (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
7841 2001-06-28  Stefan Monnier  <monnier@cs.yale.edu>
7843         * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
7845 2001-06-28  Karl Fogel  <kfogel@red-bean.com>
7847         * saveplace.el: Update maintainer email address.
7849 2001-06-27  Francesco Potorti`  <pot@gnu.org>
7851         * uniquify.el: (uniquify-rationalize-file-buffer-names):
7852           Undo previous change.
7854 2001-06-27  Francesco Potorti`  <pot@gnu.org>
7856         * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
7857         preliminary quick reordering.  Can speed things up dramatically.
7859 2001-06-26  Richard M. Stallman  <rms@gnu.org>
7861         * dired.el (dired-get-filename): A file name starting with ~
7862         is not absolute in this context.
7864         * which-func.el (which-func-maxout): Increase default to 500000.
7865         (which-function-mode): This is now the "real" name of the function.
7866         (which-func-mode): Now an alias.
7867         (which-func-mode-global): Name deleted.
7869         * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
7870         button-2, when binding hs-mouse-toggle-hiding.
7872 2001-06-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
7874         * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
7875         (rmail-msg-prune-header): Likewise.
7876         (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
7877         and `rmail-msg-prune-header'.
7879 2001-06-25  Stefan Monnier  <monnier@cs.yale.edu>
7881         * textmodes/fill.el (fill-region-as-paragraph): Don't look further
7882         back than LINEBEG.
7884 2001-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
7886         * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
7887         window where they clicked the mouse has a header line, adjust
7888         vertical movement by one.
7890 2001-06-25  Milan Zamazal  <pdm@zamazal.org>
7892         * progmodes/glasses.el (glasses-make-readable): Consider underscores
7893         too when separating a parenthesis.
7895 2001-06-24  Eli Zaretskii  <eliz@is.elta.co.il>
7897         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7898         (bookmark-bmenu-hide-filenames): Add help-echo to
7899         mouse-highlighted text.
7900         (bookmark-bmenu-show-filenames): Remove help-echo property from
7901         the whitespace.
7903 2001-06-23  Eli Zaretskii  <eliz@is.elta.co.il>
7905         * files.el (auto-mode-alist): Add configure.ac (autoconf).
7906         From Karl Eichwalder <ke@suse.de>.
7908 2001-06-23  Richard M. Stallman  <rms@gnu.org>
7910         * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
7912         * progmodes/cc-styles.el (c-set-style): Don't specify initial
7913         contents for completing-read.
7915 2001-06-22  Richard M. Stallman  <rms@gnu.org>
7917         * menu-bar.el (menu-bar-make-toggle): Construct the
7918         function's doc string from HELP, not DOC, and make it accurate by
7919         adding "Toggle whether to " at the front and downcasing the initial.
7920         Change the HELP arg in some calls to make it fit this usage.
7922         * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
7923         Undo previous change.
7925 2001-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
7927         * indent.el (indent-relative-maybe, indent-relative): Doc fix.
7929         * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
7931 2001-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
7933         * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
7935         * dabbrev.el (dabbrev--select-buffers): Fix last change.
7937 2001-06-20  Richard M. Stallman  <rms@gnu.org>
7939         * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
7940         broken out from dabbrev--find-expansion.  Handle minibuffer
7941         specially here.
7942         (dabbrev--find-expansion): Simplify code in various ways.
7943         Don't treat minibuffers specially.
7944         Call dabbrev--make-friend-buffer-list.
7945         (dabbrev--select-buffers): Don't treat minibuffers specially.  Simplify.
7946         (dabbrev--scanning-message): Do nothing when minibuffer is current.
7948 2001-06-19  John Wiegley  <johnw@gnu.org>
7950         * eshell/eshell.el: Don't load in esh-util if it's already loaded.
7951         Also, added a comment describing how to greatly speedup Eshell
7952         loadup time, by concatenating together all of Eshell's .elc files.
7954 2001-06-19  John Wiegley  <johnw@gnu.org>
7956         * eshell/esh-mode.el: Disabled a test that often yields false failures.
7958 2001-06-19  Eli Zaretskii  <eliz@is.elta.co.il>
7960         * woman.el (WoMan-highlight-references): Add help-echo to
7961         mouse-highlighted text.
7963 2001-06-18  Stefan Monnier  <monnier@cs.yale.edu>
7965         * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
7967 2001-06-18  Gerd Moellmann  <gerd@gnu.org>
7969         * international/quail.el (quail-start-conversion):
7970         Reset quail-translating to nil.
7972         * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
7973         bound.  Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
7975 2001-06-18  Eli Zaretskii  <eliz@is.elta.co.il>
7977         * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
7978         mouse-highlighted text.
7980         * dired.el (dired-mark-pop-up): Fix last change.
7982 2001-06-17  Eli Zaretskii  <eliz@is.elta.co.il>
7984         * calendar/calendar.el (generate-calendar-month): Add help-echo to
7985         mouse-highlighted text.
7987         * net/quickurl.el (quickurl-url-file): Run through
7988         convert-standard-filename.
7989         (quickurl-list-populate-buffer): Add help-echo to
7990         mouse-highlighted text.
7991         (top-level): Update Dave's URL.
7993         * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
7994         mouse-highlighted text.
7996         * textmodes/page-ext.el (pages-copy-header-and-position):
7997         Add help-echo to mouse-highlighted text.
7999         * tar-mode.el (tar-header-block-summarize): Add help-echo to
8000         mouse-highlighted text.
8002         * replace.el (occur): Add help-echo to mouse-highlighted text.
8004         * progmodes/sh-script.el (sh-mark-line): Add help-echo to
8005         mouse-highlighted text.
8007         * progmodes/cpp.el (cpp-make-button): Add help-echo to
8008         mouse-highlighted text.
8010         * progmodes/compile.el (compile-reinitialize-errors):
8011         Add help-echo to mouse-highlighted messages.
8012         (compilation-forget-errors): Remove help-echo property as well.
8014         * play/landmark.el (lm-plot-square, lm-init-display):
8015         Add help-echo to mouse-highlighted text.
8017         * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
8018         Add help-echo to mouse-highlighted text.
8020         * dired.el (dired-insert-set-properties): Add help-echo to
8021         mouse-highlighted text.
8022         (dired-mark-pop-up): Remove help-echo property from the file name.
8024         * comint.el (comint-send-input): Add help-echo to
8025         mouse-highlighted text.
8027         * buff-menu.el (list-buffers-noselect): Add help-echo to
8028         mouse-highlighted text.
8030         * arc-mode.el (archive-summarize-files): Add help-echo to
8031         mouse-highlighted text.
8033         * ffap.el (ffap-machine-p): Always return nil if
8034         open-network-stream is not fboundp.
8036 2001-06-17  Stefan Monnier  <monnier@cs.yale.edu>
8038         * textmodes/sgml-mode.el: Move `provide' to the end.  Update copyright.
8039         (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
8040         Bind the latin-1 charset-char to sgml-maybe-name-self rather than
8041         incorrectly binding chars between 128 and 256 to it.
8042         (sgml-maybe-name-self): Handle latin-1 chars properly.
8043         (sgml-tags-invisible): Bind buffer-file-name to nil.
8044         Use unwind-protect and restore-buffer-modified-p.
8045         (sgml-point-entered): Use buffer-substring-no-properties.
8046         (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
8047         (html-mode): Don't force `imenu-sort-function'.
8049 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
8051         * tar-mode.el: Fix the copyright notice.
8053         * font-lock.el (font-lock-comment-face): For tty's with dark
8054         background, use "red1", since "lightred" is not one of the colors
8055         recognized by tty-colors.el.
8057         * tar-mode.el (tar-extract): Call generate-new-buffer-name to
8058         create a buffer for extracted file, in case there's more than one
8059         file by that name in an archive, possibly in different
8060         directories.  From Kevin Rodgers <kevinr@ihs.com>.
8062         * format.el (format-alist): Doc fix.  Suggested by Alex Schroeder
8063         <alex@gnu.org>.
8065 2001-06-15  Miles Bader  <miles@gnu.org>
8067         * textmodes/texinfmt.el (texinfo-format-syntax-table):
8068         Revert previous change.
8070 2001-06-14  Richard M. Stallman  <rms@gnu.org>
8072         * replace.el (keep-lines-read-args): Return just a regexp.
8073         Provide nil for the region args.
8074         (keep-lines, flush-lines, how-many):
8075         Calculate the defaults for the region here, when args are nil.
8077 2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
8079         * rot13.el (rot13-other-window): Some more doc fix.
8081 2001-06-14  Per Starback  <starback@ling.uu.se>
8083         * replace.el (case-replace, query-replace-from-history-variable)
8084         (query-replace-to-history-variable, keep-lines-read-args)
8085         (occur-revert-function, query-replace-help): Dox fix.
8087 2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
8089         * rot13.el (rot13-other-window): Doc fix.
8091 2001-06-14  Miles Bader  <miles@gnu.org>
8093         * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
8094         of " and \ to "." (punctuation).
8095         * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
8097 2001-06-13  Richard M. Stallman  <rms@gnu.org>
8099         * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
8101         * simple.el (shell-command-on-region): Never kill the
8102         *Shell Command Output* buffer.
8104 2001-06-13  Stefan Monnier  <monnier@cs.yale.edu>
8106         * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
8108 2001-06-10  Stefan Monnier  <monnier@cs.yale.edu>
8110         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
8111         New var, to recognize ${ $' and PODs.
8112         (perl-font-lock-syntactic-face-function): New function.
8113         (perl-mode): Use them.
8114         (perl-continuation-line-p): New function, from perl-calculate-indent.
8115         (perl-calculate-indent): Use it, to properly handle continuation
8116         lines of continuation lines.
8118 2001-06-10  Eli Zaretskii  <eliz@is.elta.co.il>
8120         * server.el (server-process, server-buffer-clients): Doc fix.
8121         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8123 2001-06-09  John Wiegley  <johnw@gnu.org>
8125         * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
8126         test if the last command was Lisp or not.
8127         (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
8128         B x C".
8130 2001-06-08  Eli Zaretskii  <eliz@is.elta.co.il>
8132         * dos-w32.el (grep-regexp-alist): Remove definition, since the
8133         general one on compile.el supports drive letters.
8135 2001-06-08  Carsten Dominik  <dominik@strw.leidenuniv.nl>
8137         * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
8138         key description.
8140         * textmodes/reftex-sel.el (reftex-select-jump): New command.
8142         * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
8143         (reftex-toc-jump): New command.
8145         * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
8146         to parse international characters as well.
8148         * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
8149         `reftex-fancyref-fref', `reftex-fancyref-Fref'.
8151         * textmodes/reftex-vars.el: Protect single backslash in docstrings.
8153         * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
8154         TAB to the key separators.
8156 2001-06-07  Eli Zaretskii  <eliz@is.elta.co.il>
8158         * international/mule.el (auto-coding-alist): Remove redundant
8159         up-cased versions of the extensions (auto-coding-alist-lookup is
8160         case-insensitive where needed).  Recognize .gz, .Z, .bz, .bz2, and
8161         .gpg files as binary.  Suggested by Karl Berry <karl@gnu.org>.
8163 2001-06-05  Eli Zaretskii  <eliz@is.elta.co.il>
8165         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
8167 2001-06-01  Richard M. Stallman  <rms@gnu.org>
8169         * help.el (describe-variable): Put value on same line
8170         with preceding text, if it is short enough to look good that way.
8172 2001-06-01  Eli Zaretskii  <eliz@is.elta.co.il>
8174         * term/internal.el (IT-unicode-translations): New variable.
8175         (IT-setup-unicode-display): New function.
8177 2001-06-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8179         * ps-print.el: Handle before-string and after-string overlay properties
8180         in ps-print-*-with-faces commands.  Doc fix.
8181         (ps-print-version): New version number (6.5.2).
8182         (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
8183         for XEmacs.
8184         (ps-prefix-quote): Doc fix.
8185         (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
8186         (ps-basic-plot-str, ps-plot-string): New funs.
8188 2001-05-31  Stefan Monnier  <monnier@cs.yale.edu>
8190         * progmodes/etags.el (tags-compression-info-list): Fix docstring
8191         and :type spec.
8193 2001-05-31  Gerd Moellmann  <gerd@gnu.org>
8195         * international/mule-cmds.el (inactivate-input-method):
8196         Set input-method-function to nil.
8198         * xml.el (xml-parse-tag): The document may contain invalid characters.
8199         From ShengHuo ZHU  <zsh@cs.rochester.edu>
8201 2001-05-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
8203         * mail/rmailsum.el (rmail-message-subject-p): Don't call
8204         `rmail-summary-line-decoder' if the message does not have
8205         a Subject: field.
8207         * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
8209         * mail/rmail.el (rmail-insert-mime-resent-message-function):
8210         New variable.
8211         (rmail-resend): Modify to work in `rmail-view-buffer'; call
8212         `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
8213         is non-nil.
8215 2001-05-30  Stefan Monnier  <monnier@rum.cs.yale.edu>
8217         * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
8219 2001-05-29  Sam Steingold  <sds@gnu.org>
8221         * faces.el (face-valid-attribute-values): Bind `valid' directly
8222         instead of using `setq'.
8224         * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
8225         Use `tex-shell-buf'.
8226         (tex-shell-proc): Use `tex-shell-running'.
8227         (tex-shell-buf-no-error): New function.
8228         (tex-send-tex-command): Use it.
8229         (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
8230         (tex-kill-job): Check the process before calling `quit-process'.
8232 2001-05-29  Gerd Moellmann  <gerd@gnu.org>
8234         * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
8235         UTF-8 sequences.
8237 2001-05-28  Miles Bader  <miles@gnu.org>
8239         * comint.el (comint-carriage-motion): Renamed from
8240         `comint-cr-magic'.  Operate on the buffer instead of the string
8241         (for use as a comint post-output filter, instead of as a
8242         pre-output filter).  Handle backspaces too.  Add to the
8243         `comint-output-filter-functions' hook instead of
8244         `comint-preoutput-filter-functions'.
8246 2001-05-28  Gerd Moellmann  <gerd@gnu.org>
8248         * language/japan-util.el (japanese-hankaku): Prefer the charset
8249         `jisx0201' when the optional argument `ascii-only' is not specified.
8250         (japanese-hankaku-region): Ditto.
8251         From Katsumi Yamaoka <yamaoka@jpl.org>
8253 2001-05-28  Stefan Monnier  <monnier@cs.yale.edu>
8255         * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
8256         (outline-invisible-p): New function.
8257         (hide-leaves): Save excursion.
8258         (hide-other): Stop looping when reaching bobp.
8260 2001-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
8262         * cus-edit.el (custom-file): Fix last change.
8264 2001-05-27  Stefan Monnier  <monnier@cs.yale.edu>
8266         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
8267         same definition in byte-compile-function-environment as `autoload'
8268         would put in `symbol-function'.
8270         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
8271         patch to correct the error message as well.
8273 2001-05-27  Eli Zaretskii  <eliz@is.elta.co.il>
8275         * cus-edit.el (custom-file): Don't assume we were invoked with -q
8276         unless ~/.emacs exists.
8278         * novice.el (enable-command): If user-init-file is nil or does not
8279         exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
8281 2001-05-25  Stefan Monnier  <monnier@cs.yale.edu>
8283         * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
8284         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
8285         Allow spaces around macro arguments.
8286         (tex-mode-map): Inherit from text-mode-map, but rebind \t to
8287         indent-for-tab-command.
8288         (latex-mode-map, plain-tex-mode-map): New keymaps.
8289         Inherit from tex-mode-map.
8290         (tex-common-initialization): Don't setup the keymap any more
8291         since it's now done right by define-derived-mode.
8292         (latex-mode): Set skeleton-end-hook to nil.
8293         (latex-skeleton-end-hook): Remove.
8294         (tex-latex-block, latex-insert-item): Simplify.
8295         (latex-syntax-after): Use following-char rather than char-after.
8296         (tex-discount-args-cmds, tex-count-words): New functions.
8298         * textmodes/tildify.el (tildify-ignored-environments-alist):
8299         Recognize \verb* as well.
8301         * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
8302         (perl-comment-indent): Simplify to let newcomment.el do its job.
8303         (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
8304         (perl-mark-function): Cleanup the namespace.
8305         (perl-calculate-indent): Don't be fooled by nested functions.
8307         * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
8309         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
8310         Fix the arg of `load'.  From Dave Love <fx@gnu.org>.
8312 2001-05-25  Andrew Choi  <akochoi@i-cable.com>
8314         * international/titdic-cnv.el (ctlau-gb-converter): `\' should
8315         actually be `\\'.
8316         (ctlau-b5-converter): Likewise.
8318 2001-05-24  Andrew Choi  <akochoi@i-cable.com>
8320         * international/titdic-cnv.el (quail-misc-package-ext-info):
8321         Change CTLauB.el to CTLau-b5.el.
8323 2001-05-23  Stefan Monnier  <monnier@cs.yale.edu>
8325         * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
8326         rather than beginning-of-line to avoid problems with fields.
8327         (gud-perldb-massage-args): Use unless and push.
8328         (gud-chdir-before-run): New var.
8329         (gud-common-init): Use it.
8331 2001-05-24  Andrew Choi  <akochoi@i-cable.com>
8333         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8334         delete entries for chinese-ctlau and chinese-ctlaub.
8335         (quail-misc-package-ext-info): Add entries for chinese-ctlau and
8336         chinese-ctlaub.
8337         (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
8338         New functions.
8340 2001-05-22  Gerd Moellmann  <gerd@gnu.org>
8342         * cus-edit.el (custom-comment-show): Remove debug code.
8344         * language/japan-util.el (japanese-symbol-table): Fix handling of
8345         Japanese long tone sign.  From Kenichi Handa <handa@etl.go.jp>.
8347 2001-05-21  Stefan Monnier  <monnier@cs.yale.edu>
8349         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
8350         Renamed by removing the silly `-flag' suffix.
8351         (diff-mode, diff-minor-mode, diff-find-source-location): Update.
8353 2001-05-20  Stefan Monnier  <monnier@cs.yale.edu>
8355         * replace.el (keep-lines-read-args): Use `copy-marker'.
8356         (how-many): Save excursion properly.
8357         (occur-mode): Use define-derived-mode.
8358         (perform-replace): Use with-current-buffer.
8360 2001-05-20  Richard M. Stallman  <rms@gnu.org>
8362         * play/landmark.el (lm): Use "p" not "P" for interactive spec.
8364         * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
8366         * info.el (Info-read-subfile): Widen before finding the
8367         desired node in the subfile.
8369         * startup.el (command-line-1): When >2 files visited,
8370         leave the last one visible, and make that the selected window.
8372 2001-05-20  Gerd Moellmann  <gerd@gnu.org>
8374         * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
8376 2001-05-20  Eli Zaretskii  <eliz@is.elta.co.il>
8378         * international/ccl.el (define-ccl-program): Fix a typo.
8379         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8381         * international/mule.el (decode-char): Fix a typo.  From Pavel
8382         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8384         * textmodes/artist.el (artist-mode): Fix a typo.  From Pavel
8385         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8387         * frame.el (automatic-hscrolling): Fix a typo.  From Pavel
8388         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8390 2001-05-18  Sam Steingold  <sds@gnu.org>
8392         * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
8393         and [RET] to `cvs-mode-find-file'.
8395 2001-05-18  John Wiegley  <johnw@gnu.org>
8397         * eshell/esh-ext.el (eshell-explicit-command-char): A new
8398         configuration variable, which determines the initial character
8399         that forces use of an external version of a command.  The default
8400         is *, but may be set to \, for example.
8402         * eshell/esh-ext.el (eshell-explicit-command):
8403         Use `eshell-explicit-command-char' instead of ?*.
8405         * eshell/esh-cmd.el (eshell/which):
8406         Use `eshell-explicit-command-char' instead of ?*.
8408         * eshell/em-cmpl.el (eshell-completion-command-name)
8409         (eshell-complete-commands-list): Use `eshell-explicit-command-char'
8410         instead of ?*.
8412 2001-05-18  Gerd Moellmann  <gerd@gnu.org>
8414         * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
8415         subst-char-in-string.
8416         (ange-ftp-after-parse-ls-hook): New variable.
8417         (ange-ftp-ls): Run that hook.
8418         From Peter Milliken <Peter.Milliken@GTECH.COM>.
8420         * tmm.el (tmm-get-keymap): Fix handling of :filter.
8421         (tmm-add-prompt): Bind buffer-read-only to nil when inserting
8422         text into *Completions*.
8424         * net/goto-addr.el (goto-address-at-point): Deal with URLs
8425         part of which look like email addresses.
8427 2001-05-18  Andrew Innes  <andrewi@gnu.org>
8429         * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
8430         Use . instead of absolute path for lisp dir, to avoid bug in W2K
8431         cmd.exe's handling of FOR loops.
8432         (autoloads): Set find-file-suppress-same-file-warnings to t to
8433         avoid slew of spurious messages.
8435 2001-05-18  Simon Josefsson  <simon@josefsson.org>
8437         * mail/smtpmail.el (maybe-append-domain): Renamed to
8438         `smtpmail-maybe-append-domain'.
8439         (smtpmail-via-smtp): Use the new name.
8441         * net/browse-url.el (browse-url-browser-function): Add kde.
8442         (browse-url-kde-program, browse-url-kde-args): New variables.
8443         (browse-url-kde): New function.
8445 2001-05-18  Miles Bader  <miles@gnu.org>
8447         * simple.el (delete-horizontal-space, just-one-space):
8448         Use `constrain-to-field' instead of `field-end'/`field-beginning',
8449         because it's more efficient for large files.
8451 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
8453         * mail/rmail.el (rmail-require-mime-maybe): New function.
8454         (rmail): Use it.
8455         (rmail-mode): Handle the case of finding Rmail files.
8457         * emacs-lisp/elp.el (elp-instrument-function): Handle advised
8458         functions.
8460 2001-05-17  Stefan Monnier  <monnier@cs.yale.edu>
8462         * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
8463         text-property after moving to the beginning of line and regardless
8464         of the value of font-lock-multiline.
8466 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
8468         * startup.el (fancy-splash-screens): Ignore events on the mode-line.
8470         * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
8471         last coding system used before calling set-buffer-modified-p
8472         because that function changes last-coding-system.
8474 2001-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
8476         * files.el (switch-to-buffer-other-window)
8477         (switch-to-buffer-other-frame): Add an xref to display-buffer in
8478         the doc string.
8480 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
8482         * language/slovak.el, language/czech.el: New maintainer.
8484 2001-05-16  Sam Steingold  <sds@gnu.org>
8486         * emacs-lisp/cl-indent.el (toplevel): Indent the :method
8487         sub-form of `defgeneric' correctly.
8489 2001-05-16  Gerd Moellmann  <gerd@gnu.org>
8491         * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
8492         of `c'.
8494         * textmodes/outline.el (outline-font-lock-level): Remove the
8495         condition-case, test what outline-level returns instead, to
8496         ease debugging.
8498         * international/mule.el (auto-coding-regexp-alist): New user-option.
8499         (auto-coding-from-file-contents): New function.
8500         (set-auto-coding): Use it to determine a coding system.
8502 2001-05-15  Gerd Moellmann  <gerd@gnu.org>
8504         * mouse.el (mouse-delete-other-windows): Doc fix.
8506         * emacs-lisp/lisp-mode.el (lisp-mode):
8507         Make font-lock-keywords-case-fold-search a buffer-local variable with
8508         make-local-variable before setting it.
8510 2001-05-14  Eli Zaretskii  <eliz@is.elta.co.il>
8512         * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
8513         prefixes.
8515 2001-05-14  Gerd Moellmann  <gerd@gnu.org>
8517         * hexl.el (hexl-current-address): Print a message when called
8518         interactively.
8520 2001-05-11  Stefan Monnier  <monnier@cs.yale.edu>
8522         * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
8524         * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
8526         * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
8528 2001-05-11  Gerd Moellmann  <gerd@gnu.org>
8530         * startup.el (command-line): If parameters have been changed in
8531         the init files which influence font selection, clear the face
8532         cache so that faces get realized with the new parameters.
8534         * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
8536 2001-05-10  Stefan Monnier  <monnier@cs.yale.edu>
8538         * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
8540 2001-05-10  Eli Zaretskii  <eliz@is.elta.co.il>
8542         * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
8543         unibyte.  Suggested by Kenichi Handa <handa@etl.go.jp>.
8545 2001-05-10  Gerd Moellmann  <gerd@gnu.org>
8547         * net/browse-url.el (browse-url-filename-alist): Allow UNC file
8548         names for MS-Windows and MS-DOS.  From Dan Holmsand <dan@eyebee.com>.
8550 2001-05-09  John Wiegley  <johnw@gnu.org>
8552         * eshell/esh-util.el (eshell-convert-numeric-arguments):
8553         Annotated the documentation string to tell users about
8554         `eshell-no-numeric-conversions'.
8556         * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
8557         conversions if a Lisp function has the property
8558         `eshell-no-numeric-conversions' set to a non-nil value.
8560         * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
8561         eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
8562         property `eshell-no-numeric-conversions' on the following
8563         functions (which all deal with filesystem entities, and never Lisp
8564         numerical values): eshell/cd, eshell/pushd, eshell/popd,
8565         eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
8566         eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
8567         eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
8568         eshell/which, eshell/addpath.
8570 2001-05-09  John Wiegley  <johnw@gnu.org>
8572         * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
8573         encountered as an argument, don't convert it right away, but tag
8574         the first character of the string with the text properties
8575         `number', which signifies to `eshell-lisp-command' that the
8576         argument should be passed through `string-to-number' if it is
8577         actually used in the call to a Lisp function.
8579         * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
8580         function, convert any string arguments that have been tagged as
8581         "numbers", by calling string-to-number.
8583         * eshell/esh-util.el (eshell-number-regexp): Now that number
8584         conversions only happen for Lisp function calls, the number regexp
8585         should now match all integer and floating point forms.
8587         * eshell/esh-proc.el: Disable `eshell-stop-process' and
8588         `eshell-continue-process', since they are both nonfunctional at
8589         the moment.
8590         (eshell-proc-initialize): Don't bind keys for
8591         `eshell-stop-process' or `eshell-continue-process'.
8593         * eshell/em-unix.el (eshell-shuffle-files):
8594         Apply `directory-file-name' before calling `file-name-directory'.
8596         * eshell/em-hist.el (eshell-add-to-history): Reference to
8597         `eshell-history-ring' needed to be `eshell-history-index'.
8599         * calendar/timeclock.el (timeclock-find-discrep):
8600         Initialize `elapsed' to 0.
8601         (timeclock-find-discrep): Set `timeclock-last-event-workday' if
8602         it's still nil.
8604 2001-05-09  Stefan Monnier  <monnier@cs.yale.edu>
8606         * arc-mode.el (archive-int-to-mode): Construct the string directly.
8607         (archive-mode): Use capitalize.
8608         (archive-unique-fname): Use make-temp-file.
8610 2001-05-09  Gerd Moellmann  <gerd@gnu.org>
8612         * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
8614 2001-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
8616         * tar-mode.el (tar-extract): Pay attention to the value of
8617         coding-system-for-read, if it is non-nil.
8619         * calendar/holidays.el (holidays): Add an autoload cookie.
8620         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8622 2001-05-08  John Wiegley  <johnw@gnu.org>
8624         * calendar/timeclock.el (timeclock-workday-remaining):
8625         Changed logic for determining how much time is remaining.
8626         (timeclock-workday-elapsed): Don't accept a "relative" argument
8627         for the current day's elapsed time.  What could that have meant?
8628         (timeclock-workday-elapsed-string): No "relative" argument anymore.
8629         (timeclock-when-to-leave): Changed logic, similarly to what was
8630         done for `timeclock-workday-remaining'.
8631         (timeclock-find-discrep): Removed "today-only" argument, which had
8632         no meaning.  Fixed some more math problems.  The function now
8633         returns a three member list: (TOTAL-TIME-DISCREPANCY
8634         TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
8636 2001-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
8638         * w32-fns.el (convert-standard-filename): Start replacing slashes
8639         from the beginning of the file name, not from where the last
8640         invalid character was.  From "Andrew Maguire (SWW)"
8641         <Andrew.Maguire@Smallworld.co.uk>
8643 2001-05-07  MORIOKA Tomohiko  <tomo@m17n.org>
8645         The following changes are to provide infrastructure for handling
8646         MIME messages to rmail.  They don't affect the original behaviour
8647         if rmail-enable-mime is nil.
8649         * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
8650         (rmail-search-mime-message-function)
8651         (rmail-search-mime-header-function): New variables.
8652         (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
8653         (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
8654         `rmail-view-buffer' is hidden.
8655         (rmail-toggle-header): Likewise.  If rmail-enable-mime is non-nil,
8656         call rmai-show-mime-function.
8657         (rmail-display-labels): If rmail-enable-mime is non-nil, update
8658         mode-line-process of rmail-view-buffer.
8659         (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
8660         (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
8661         buffer.
8662         (rmail-next-message, rmail-next-undeleted-message): Be sure to
8663         set-buffer to the Rmail buffer.
8664         (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
8665         rmail-search-mime-header-function.
8666         (rmail-search-message): New function.
8667         (rmail-search): Call rmail-search-message to check if a message
8668         matches REGEXP, lastly update point after calling
8669         rmail-show-message.
8670         (rmail-undelete-previous-message, rmail-expunge-confirmed)
8671         (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
8672         (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
8673         header region, refer to rmail-msgref-vector while setting the
8674         current buffer to rmail-buffer temporarily.
8675         (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
8676         If rmail-enable-mime is non-nil, call
8677         rmail-insert-mime-forwarded-message-function instead of inserting
8678         forwarded message by itself.
8680         * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
8681         Rmail buffer.
8682         (rmail-set-label, rmail-next-labeled-message): Likewise.
8684         * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
8685         set-buffer to the Rmail buffer.
8686         (rmail-output-to-rmail-file): Likewise.
8687         (rmail-output): Likewise.
8689         * mail/rmailsum.el (rmail-message-subject-p): Process the result
8690         of mail-fetch-field by rmail-summary-line-decoder.
8691         (rmail-new-summary): Be sure to go to the Rmail buffer.
8692         If rmail-enable-mime is non-nil, set rmail-summary-buffer of
8693         rmail-view-buffer to nil.
8694         (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
8695         rmail-view-buffer.
8696         (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
8697         rmail-buffer.
8698         (rmail-summary-scroll-msg-down): Likewise.
8699         (rmail-summary-beginning-of-message): Likewise.
8700         (rmail-summary-wipe): Likewise.
8701         (rmail-summary-toggle-header): Use save-window-excursion, not
8702         save-excursion.  Update point in rmail-view-buffer, not in
8703         rmail-buffer.
8704         (rmail-summary-reply): Before calling rmail-reply, set buffer to
8705         rmail-view-buffer, not rmail-buffer.
8707 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
8709         * cus-edit.el (custom-file): Signal an error if user-init-file is
8710         nil (running -q).
8712         * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
8714         * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
8715         Add :version.
8717         * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
8718         New option.
8719         (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
8720         only if smtpmail-warn-about-unknown-extensions is set.
8722         * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
8723         instead of rmail-sort-by-keywords.
8725         * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
8726         rmail-sort-by-keywords.
8728         * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
8729         rmail-summary-sort-by-keywords.  Doc fix.
8730         (rmail-summary-mode): Doc fix.
8732         * mail/rmail.el (rmail-edit): New Custom group.
8734         * mail/rmailedit.el (rmail-edit-mode): Doc fix.
8735         (rmail-edit-mode-hook): New user-option.
8737 2001-05-05  Richard M. Stallman  <rms@gnu.org>
8739         * help.el (help-xref-symbol-regexp): Recognize "source of"
8740         and friends, meaning make a link to the source file.
8741         (help-make-xrefs): Handle "source of" and friends
8742         by constructing a link that visits the source file.
8744         * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
8746 2001-05-04  Stefan Monnier  <monnier@cs.yale.edu>
8748         * progmodes/cperl-mode.el (cperl-font-lock-keywords)
8749         (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
8750         Renamed from perl-font-lock-keywords to avoid clashes.
8751         (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
8752         (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
8753         Updated correspondingly.
8755         * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
8756         Typo `nonexistant' -> `nonexistent'.
8758 2001-05-04  Martin Stjernholm  <bug-cc-mode@gnu.org>
8760         * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
8761         Split `c-electric-delete' into two functions where
8762         `c-electric-delete-forward' always deletes forward and
8763         `c-electric-delete' only contains the code necessary for XEmacs to
8764         choose between backward and forward deletion.
8766         * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
8767         get the electric behavior on that key too.
8768         (c-fill-paragraph): Fixed bogus direct use of
8769         c-comment-prefix-regexp, which caused an error when it's a list.
8771 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
8773         * dired-aux.el (dired-diff): Doc fix.
8775         * dired.el (dired-diff): Likewise.
8777 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
8779         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
8781 2001-05-02  Stefan Monnier  <monnier@cs.yale.edu>
8783         * vc.el (vc-next-action-on-file): Only force buffer+file to writable
8784         if both the buffer and the file are read-only.
8786         * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
8787         rather than font-lock-string-face.
8788         (sh-get-indent-info): Treat heredocs like strings.
8790 2001-05-02  Gerd Moellmann  <gerd@gnu.org>
8792         * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
8793         a newline following `}'.
8794         (texinfo-format-email): New function.
8795         (toplevel): Use texinfo-format-email for @email.
8796         (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
8797         Add `display'.
8798         (texinfo-sort-region): Goto point-min before sorting.
8799         (texinfo-set): Remove leading white space from value.
8800         From yagi@is.titech.ac.jp.
8802         * replace.el (query-replace-regexp-eval): Doc fix.
8804 2001-05-01  Stefan Monnier  <monnier@cs.yale.edu>
8806         * diff-mode.el (diff-nonexistant-face): New face.
8807         (diff-font-lock-keywords): Use it.
8809 2001-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
8811         * font-lock.el (font-lock-mode): Doc fix.
8813         * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
8814         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
8816 2001-04-30  Gerd Moellmann  <gerd@gnu.org>
8818         * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
8819         backslash at the start of the here-document delimiter.
8820         (sh-font-lock-syntactic-keywords): Likewise.
8822         * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
8824 2001-04-29  Eli Zaretskii  <eliz@is.elta.co.il>
8826         * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
8827         (tty-color-translate, tty-color-by-index, tty-color-values)
8828         (tty-color-desc): Doc fix.
8830 2001-04-27  Eli Zaretskii  <eliz@is.elta.co.il>
8832         * dired-aux.el (dired-do-create-files, dired-do-copy)
8833         (dired-do-symlink, dired-do-hardlink, dired-do-rename):
8834         Mention dired-dwim-target in the doc string.
8836 2001-04-28  Miles Bader  <miles@gnu.org>
8838         * dabbrev.el (dabbrev--ignore-buffer-p): New function.
8839         (dabbrev--find-expansion): Use it.
8840         (dabbrev--select-buffers): Don't select ignored buffers.
8842 2001-04-27  Gerd Moellmann  <gerd@gnu.org>
8844         * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
8846 2001-04-26  Richard M. Stallman  <rms@gnu.org>
8848         * dabbrev.el: Add doc strings for some functions.
8849         (dabbrev--eliminate-newlines): New variable.
8850         (dabbrev--substitute-expansion): Convert newlines to spaces
8851         if dabbrev--eliminate-newlines is set.
8852         If abbrev and expansion are both all-lower-case,
8853         leave dabbrev--last-case-pattern nil.
8855 2001-04-26  Gerd Moellmann  <gerd@gnu.org>
8857         * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
8858         if necessary, like in rmail-show-message.
8860 2001-04-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8862         * ps-print.el: Color specified by number is forced to be float number.
8863         (ps-print-version): New version number (6.5.1.1).
8864         (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
8865         initialization.
8866         (ps-prefix-quote): New internal var.
8867         (ps-print-quote): New fun.
8868         (ps-setup, ps-output-frame-properties, ps-float-format)
8869         (ps-format-color): Code fix.
8870         (ps-plot-region): Eliminate redundant foreground color text setting.
8872 2001-04-26  Eli Zaretskii  <eliz@is.elta.co.il>
8874         * dabbrev.el (dabbrev--select-buffers): Add a doc string.
8876 2001-04-25  Gerd Moellmann  <gerd@gnu.org>
8878         * faces.el (tty-handle-reverse-video): Don't set inverse-video.
8880 2001-04-25  Eli Zaretskii  <eliz@is.elta.co.il>
8882         * info.el (Info-additional-directory-list): Doc fix.
8884         * find-lisp.el (find-lisp-find-dired-filter)
8885         (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
8886         Add autoload cookies.  From Richard Y. Kim <ryk@dspwiz.com>.
8888 2001-04-25  Stefan Monnier  <monnier@cs.yale.edu>
8890         * progmodes/make-mode.el (makefile-font-lock-keywords):
8891         Rationalize the rules for includes and conditionals and use the
8892         keyword face for them.
8894         * faces.el (modify-face): Add compatibility for non-interactive use.
8896 2001-04-24  John Wiegley  <johnw@gnu.org>
8898         * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
8899         fix from last night, since it wasn't finding eshell/cd.
8901 2001-04-24  Gerd Moellmann  <gerd@gnu.org>
8903         * rect.el (string-rectangle): Revert to 20.x behaviour.
8904         (replace-rectangle): Make it an alias for string-rectangle.
8905         (string-insert-rectangle): New function.
8907 2001-04-23  John Wiegley  <johnw@gnu.org>
8909         * eshell/em-unix.el (eshell/diff): Fixed problems that were
8910         occurring with Emacs 21's diff.el/compile.el interaction layer.
8912 2001-04-23  Colin Walters  <walters@cis.ohio-state.edu>
8914         * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
8915         case where the function was defined in a file, but not part of an
8916         eshell module.
8918 2001-04-23  John Wiegley  <johnw@gnu.org>
8920         * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
8921         code to work around a redisplay problem I've been having.
8923 2001-04-23  John Wiegley  <johnw@gnu.org>
8925         * calendar/timeclock.el (timeclock-day-required): If the time
8926         required for a particular day is not set, use `timeclock-workday'.
8927         (timeclock-find-discrep): Added some sample code in a comment.
8929         * eshell/eshell.el (eshell-command): Made a few changes so that
8930         `eshell-command' could be called programmatically.
8932         * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
8934         * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
8936 2001-04-23  John Wiegley  <johnw@gnu.org>
8938         * calendar/timeclock.el: Updated copyright.
8939         (timeclock-generate-report): Don't report the daily or two-week
8940         total, if no time has been worked in that period.
8941         (timeclock-find-discrep): Moved call to `file-readable-p'; removed
8942         final computational form, which was unnecessary; corrected a
8943         parsing problem when timeclock-relative was nil.
8945 2001-04-23  Kahlil Hodgson <kahlil@discus.anu.edu.au>
8947         * calendar/timeclock.el (timeclock-modeline-display): Check if
8948         `list-entry' is null.
8949         (timeclock-use-display-time): The first argument to `set-variable'
8950         must be a symbol.
8952 2001-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
8954         * calendar/calendar.el (diary-entry-marker)
8955         (calendar-today-marker, calendar-holiday-marker):
8956         Use display-color-p instead of window-system.
8957         (calendar-mode-map, calendar-mode): Use display-popup-menus-p
8958         instead of window-system.
8959         (calendar-hide-window): Use display-multi-frame-p instead of
8960         window-system.
8962         * calendar/cal-x.el (calendar-two-frame-setup)
8963         (calendar-only-one-frame-setup, calendar-one-frame-setup):
8964         Use display-multi-frame-p instead of window-system.
8966 2001-04-23  Gerd Moellmann  <gerd@gnu.org>
8968         * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
8970         * textmodes/ispell.el, emacs-lisp/checkdoc.el,
8971         * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
8973 2001-04-23  Alex Schroeder  <alex@gnu.org>
8975         * goto-addr.el: Instead of defining line-beginning-position and
8976         line-end-position a defalias is used for point-at-bol and point-at-eol.
8978 2001-04-23  Alex Schroeder  <alex@gnu.org>
8980         * goto-addr.el: Added XEmacs compatibility code.
8981         (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
8983 2001-04-22  Eli Zaretskii  <eliz@is.elta.co.il>
8985         * textmodes/paragraphs.el (sentence-end): Doc fix.
8987 2001-04-20  Alex Schroeder  <alex@gnu.org>
8989         * sql.el (sql-escape-newlines-and-send): New function.
8990         (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
8992 2001-04-20  Alex Schroeder  <alex@gnu.org>
8994         * sql.el (sql-db2-program): New option.
8995         (sql-db2-options): New option.
8996         (sql-db2): New function.
8998 2001-04-20  Alex Schroeder  <alex@gnu.org>
9000         * sql.el (sql-mode-menu): Added highlighting entries.
9001         (sql-highlight-oracle-keywords): New function.
9002         (sql-highlight-postgres-keywords): New function.
9003         (sql-highlight-ansi-keywords): New function.
9005 2001-04-20  Alex Schroeder  <alex@gnu.org>
9007         * sql.el (sql-help): Doc change.
9009 2001-04-19  Karl Fogel  <kfogel@collab.net>
9011         * saveplace.el (save-place-alist-to-file): Removed no-effect code
9012         that inserted file content only to delete it immediately.
9013         Probably a cut-and-paste bug.  Thanks to Juanma Barranquero
9014         <lektu@uol.com.br> for the patch.
9016 2001-04-19  Stefan Monnier  <monnier@cs.yale.edu>
9018         * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
9020 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
9022         * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
9023         for defmethod.
9025         * comint.el (comint-cr-magic): New function.
9026         (toplevel): Add it to comint-preoutput-filter-functions.
9028 2001-04-18  Andrew Innes  <andrewi@gnu.org>
9030         * makefile.w32-in (EMACSLOADPATH): Define.
9031         (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
9032         (recompile): Remove stuff to set EMACSLOADPATH.
9034 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
9036         * language/slovak.el ("Slovak"): Add tutorial entry.
9038         * net/browse-url.el (browse-url-new-window-flag): Renamed from
9039         browse-url-new-window-p.
9041 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
9043         * info.el (Info-menu-update): When there are no menus and/or no
9044         cross references in the node, make the respective items of the
9045         Info menu-bar menu inactive.
9047 2001-04-17  Gerd Moellmann  <gerd@gnu.org>
9049         * indent.el (indent-for-tab-command): Call indent-line-function
9050         with no argument if PREFIX-ARG is non-nil.
9052         * frame.el (delete-other-frames): Handle minibuffer-only frames.
9054 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
9056         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
9057         an async subprocess if start-process is unavailable.  Suggested by
9058         Tim Van Holder <tim.van.holder@pandora.be>.
9060 2001-04-15  Eli Zaretskii  <eliz@is.elta.co.il>
9062         * info.el (Info-additional-directory-list): Doc fix.  Suggested by
9063         Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
9065 2001-04-14  Eli Zaretskii  <eliz@is.elta.co.il>
9067         * info.el (Info-file-list-for-emacs): Add an entry for the "info"
9068         manual.
9070 2001-04-13  Stefan Monnier  <monnier@cs.yale.edu>
9072         * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
9073         (cvs-menu): Add a few entries.
9075         * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
9076         (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
9077         lock file appears to be reachable from Emacs.
9078         (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
9079         (cvs-mode-find-file): Look for cvs-header-face rather than
9080         cvs-dirname-face (which doesn't exist).
9081         (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
9083         * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
9085 2001-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
9087         * emulation/pc-select.el (pc-selection-mode): Don't turn on
9088         normal-erase-is-backspace on a tty.  Instead, bind some keys such
9089         as [delete] directly, like pc-select.el did before
9090         normal-erase-is-backspace was invented.
9092 2001-04-12  Eli Zaretskii  <eliz@is.elta.co.il>
9094         * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
9096 2001-04-11  John Wiegley  <johnw@gnu.org>
9098         * eshell/em-ls.el (eshell-ls-insert-directory):
9099         Set font-lock-defaults to nil, to prevent fontification in dired
9100         buffers, if Eshell's ls is being used.
9102 2001-04-11  John Wiegley  <johnw@gnu.org>
9104         * calendar/timeclock.el (timeclock-completing-read): New function.
9105         (timeclock-ask-for-project, timeclock-ask-for-reason):
9106         Call `timeclock-completing-read'.
9108         * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
9109         required where `member' was being used.
9111 2001-04-11  Colin Walters  <walters@cis.ohio-state.edu>
9113         * eshell/em-hist.el (eshell-previous-matching-input):
9114         Don't display "History item" if the minibuffer is active.
9116 2001-04-11  Gerd Moellmann  <gerd@gnu.org>
9118         * startup.el (command-line): Output a newline after printing
9119         an error from loading the window system's init file.
9121 2001-04-11  Eli Zaretskii  <eliz@is.elta.co.il>
9123         * textmodes/texinfo.el (texinfo-font-lock-keywords):
9124         Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
9125         @inforef.  Add an OVERRIDE of `keep' to highlight specs of
9126         keywords whose arguments routinely include @@.
9128 2001-04-10  Gerd Moellmann  <gerd@gnu.org>
9130         * emacs-lisp/advice.el (ad-make-advised-definition):
9131         Construct advice for subrs differently.
9133         * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
9134         regexp in parentheses when building the regexp for searching backwards.
9136         * simple.el (completion-list-mode-finish): New function.
9137         (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
9139         * language/european.el ("Polish"): Change sample text.
9140         From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
9142         * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
9143         parameter.
9145         * faces.el (menu): Doc fix.
9147 2001-04-10  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9149         * ps-print.el: Footer implementation.  Doc fix.
9150         (ps-print-version): New version number (6.5.1).
9151         (ps-header-frame-alist): New customization var for header frame
9152         properties.
9153         (ps-line-number-color): New customization var for line number color.
9154         (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
9155         (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
9156         (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
9157         (ps-right-footer): New customization vars for footers.
9158         (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
9159         footers.
9160         (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
9161         (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
9162         Code fix.
9163         (ps-prologue-file): Indentation fix.
9164         (ps-print-quote): Fun eliminated.
9165         (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
9166         (ps-output-frame-properties): New fun.
9167         (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
9168         (ps-skip-newline): Replace defun by defsubst.
9170 2001-04-10  Colin Walters <walters@cis.ohio-state.edu>
9172         * eshell/eshell.el (eshell-command): Needed a "%s" format
9173         specifier, in case the buffer contains percent characters.
9175 2001-04-10  John Wiegley  <johnw@gnu.org>
9177         * calendar/timeclock.el (timeclock-generate-report): Added a
9178         missing insert of the project name.
9180 2001-04-09  Gerd Moellmann  <gerd@gnu.org>
9182         * obsolete/profile.el: Moved from emacs-lisp/.
9184         * Makefile.in (nonobsolete_setwins): New macro.
9185         (finder-data): Use it instead of `setwins'.
9186         From: Dave Love <fx@gnu.org>.
9188         * server.el (server-visit-files): Set server-existing-buffer correctly.
9189         (server-visit-files): Run server-visit-hook after going to
9190         line 1 so that the hook can set point as it sees fit.
9192         * bindings.el (mode-line-modified): Unify help messages.
9194 2001-04-07  Eli Zaretskii  <eliz@is.elta.co.il>
9196         * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
9197         All callers changed.
9199 2001-04-06  Eli Zaretskii  <eliz@is.elta.co.il>
9201         * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
9202         long file names aren't supported, truncate the file names in
9203         quail-misc-package-ext-info to 8+3 before matching them against
9204         FILENAME.
9206         * dos-fns.el (dos-truncate-to-8+3): New function.
9208         * progmodes/compile.el (grep-compute-defaults): Use null-device
9209         instead of literal /dev/null. Reported by Jens Schmidt
9210         <schmidt@mathematik.uni-kl.de>.
9212         * simple.el (normal-erase-is-backspace-mode): Doc fix.
9214 2001-04-06  Stefan Monnier  <monnier@cs.yale.edu>
9216         * textmodes/sgml-mode.el: Add unknown maintainer.
9217         (sgml-tag): Pass `str' explicitly through skeleton-transformation.
9218         (html-mode-map): Use set-keymap-parent.
9220 2001-04-06  Dave Love  <fx@gnu.org>
9222         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
9223         Remove redundant string-to-list.
9225 2001-04-05  Stefan Monnier  <monnier@cs.yale.edu>
9227         * composite.el (reference-point-alist): Doc fix.
9229 2001-04-05  Sam Steingold  <sds@gnu.org>
9231         * font-lock.el (font-lock-keywords-case-fold-search):
9232         Make buffer-local.  This fixes a very annoying bug when loading a Lisp
9233         file made font-lock case-insensitive.
9235 2001-04-05  Gerd Moellmann  <gerd@gnu.org>
9237         * faces.el (defface menu): Doc fix.
9239         * wid-edit.el (widget-color-sample-face-get): Don't make
9240         faces for undefined colors.
9242         * version.el (emacs-version): Include LessTif/Motif version info.
9244 2001-04-04  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9246         * ps-mule.el: Eliminate cl package dependence.
9247         (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
9248         if they aren't defined yet.
9249         (ps-mule-encode-header-string, ps-mule-header-string-charsets):
9250         Eliminate cl package dependence.
9252 2001-04-04  Stefan Monnier  <monnier@cs.yale.edu>
9254         * progmodes/cc-cmds.el (c-outline-level):
9255         Bind buffer-invisibility-spec.  Originally from Dave Love, but
9256         got lost when incorporating version 5.26.
9258 2001-04-04  Eli Zaretskii  <eliz@is.elta.co.il>
9260         * emulation/pc-select.el (pc-selection-mode):
9261         Call normal-erase-is-backspace-mode instead of binding
9262         keys individually.
9264         * cus-load.el (normal-erase-is-backspace): Use it instead of
9265         delete-key-deletes-forward.
9267         * startup.el (command-line): Use normal-erase-is-backspace and
9268         normal-erase-is-backspace-mode.
9270         * simple.el (normal-erase-is-backspace): Rename from
9271         delete-key-deletes-forward.  Doc fix.
9272         (normal-erase-is-backspace-mode): Rename from
9273         delete-key-deletes-forward-mode.  Doc fix.
9274         Run normal-erase-is-backspace-hook.
9276         * dired.el (dired-move-to-filename-regexp): Support file sizes in
9277         ``human-readable'' format produced by GNU `ls'.
9278         (dired-move-to-filename-regexp): Recognize ISO format dates.
9279         From Paul Eggert <eggert@twinsun.com>.
9281 2001-04-04  Gerd Moellmann  <gerd@gnu.org>
9283         * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
9284         New functions.
9285         (lm-verify): Check keywords.
9286         From Eric M. Ludlam <eric@siege-engine.com>.
9288 2001-04-03  Eric M. Ludlam  <eric@siege-engine.com>
9290         * speedbar.el (speedbar-insert-image-button-maybe): Check for
9291         `xemacs' feature instead of for the function `set-extent-property'.
9293 2001-04-03  Stefan Monnier  <monnier@cs.yale.edu>
9295         * mail/mh-utils.el (mh-folder-hist): New var.
9296         (mh-prompt-for-folder): Use it and pass `default' to completing-read.
9298 2001-04-03  Eli Zaretskii  <eliz@is.elta.co.il>
9300         * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
9301         region, position point on the first or last 16-byte group.
9302         (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
9303         and hexl-end-of-buffer.  Bind End and Home to hexl-end-of-line and
9304         hexl-beginning-of-line.
9306 2001-04-03  Gerd Moellmann  <gerd@gnu.org>
9308         * icomplete.el (icomplete-mode): Treat an argument like other
9309         modes do.
9311         * startup.el (fancy-splash-head): Use splash8.xpm for color
9312         depth 8.
9314         * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
9315         Add an antry for ``converts''.
9317         * language/slovak.el ("Slovak"): Add documentation string.
9318         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
9320         * language/czech.el ("Czech"): Add documentation string.
9321         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
9323         * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
9324         to `isci24-mule.bdf'.  From: Kenichi Handa <handa@etl.go.jp>.
9326 2001-04-02  Stefan Monnier  <monnier@cs.yale.edu>
9328         * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
9329         (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
9330         (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
9331         Use `defsubst' rather than a macro to ease debugging.
9332         (mail-extr-last): Remove (use `last' instead).
9333         (mail-extract-address-components): Properly reset the syntax-table
9334         after parsing an address.  Use `last' rather than mail-extr-last.
9335         Make sure the end marker stays at the very end.
9337 2001-04-02  Eli Zaretskii  <eliz@is.elta.co.il>
9339         * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
9340         last change.
9342 2001-04-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9344         * ps-print.el: Line and paragraph spacing feature.  Region to cut
9345         out when printing.  Doc fix.
9346         (ps-print-version): New version number (6.5).
9347         (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
9348         New vars.  Line and paragraph spacing feature.
9349         (ps-begin-cut-regexp, ps-end-cut-regexp): New vars.  Region to cut
9350         out when printing.
9351         (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
9352         (ps-get-font-size, ps-begin-job, ps-continue-line)
9353         (ps-plot-region): Code fix.
9354         (ps-print-prologue-2): Var eliminated.
9355         (ps-line-spacing-internal, ps-paragraph-spacing-internal):
9356         New internal vars.
9357         (ps-get-size): New fun.
9358         (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
9359         (ps-next-line): Replace defun by defsubst.
9360         (ps-mule-plot-string): Autoload doc fix.
9362         * ps-bdf.el: XEmacs compatibility.  Doc fix.
9363         (installation-directory, coding-system-for-read): Declare vars if
9364         it's not declared yet.
9365         (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
9367         * ps-mule.el: XEmacs compatibility.  Doc fix.
9368         (leading-code-private-22): Declare var if it's not declared yet.
9369         (charset-bytes, charset-dimension, charset-id, charset-width)
9370         (find-charset-region, split-char, char-width, chars-in-region)
9371         (forward-point, decompose-composite-char, encode-coding-string)
9372         (coding-system-p, ccl-execute-on-string, define-ccl-program):
9373         Define funs if not defined yet.
9374         (encode-composition-rule, find-composition): Define funs if not
9375         loaded yet.
9376         (ps-mule-prologue): PostScript code fix.
9378 2001-04-02  Kenichi Handa  <handa@etl.go.jp>
9380         * ps-mule.el (ps-mule-generate-font): New arg HEADER-P.  If it is
9381         non-nil, generate font for the header strings.
9382         (ps-mule-prepare-font): Likewise.
9383         (ps-mule-generate-glyphs): Likewise.
9384         (ps-mule-string-encoding): Likewise.
9385         (ps-mule-header-charsets): New variable.
9386         (ps-mule-encode-header-string): New function.
9387         (ps-mule-header-string-charsets): New function.
9388         (ps-mule-begin-job): Check charsets in the header strings.  If there
9389         are non-ASCII and non-Latin1 charsets, prepare fonts for them.
9391         * ps-print.el (ps-generate-header-line): Encode the header string by
9392         ps-mule-encode-header-string.
9393         (ps-mule-encode-header-string): Declare autoload.
9395 2001-04-02  Gerd Moellmann  <gerd@gnu.org>
9397         * frame.el (cursor-in-non-selected-windows):
9398         Replaces show-cursor-in-non-selected-windows.
9400 2001-03-31  Kenichi Handa  <handa@etl.go.jp>
9402         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9403         Delete entries for "chinese-py" and "chinese-ziranma".
9404         (quail-misc-package-ext-info): New variable.
9405         (tsang-quick-converter): New function.
9406         (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
9407         (quick-cns-converter, py-converter, ziranma-converter)
9408         (miscdic-convert, batch-miscdic-convert): New functions.
9410 2001-03-30  Kenichi Handa  <handa@etl.go.jp>
9412         * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
9413         eight-bit-control chars.
9415         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
9416         Reduce making temporary vector (suggested by Dave Love).
9418 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
9420         * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
9421         string as well.
9423 2001-03-30  Andreas Schwab  <schwab@suse.de>
9425         * files.el (backup-directory-alist): Fix typo.
9427 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
9429         * time-stamp.el (time-stamp-format): Doc fix.  From Paul Eggert
9430         <eggert@twinsun.com>.
9432 2001-03-30  Dave Love  <fx@gnu.org>
9434         * progmodes/fortran.el (fortran-comment-region): Fix typo.
9436 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
9438         * simple.el (transient-mark-mode): Mention C-g in the doc string.
9440 2001-03-30  Miles Bader  <miles@gnu.org>
9442         * subr.el (interactive-form): Fix paren typo.
9444 2001-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
9446         * emacs-lisp/profile.el: Say that it's obsolete in the header
9447         line, so that finder.el puts that into its data-base.
9448         Suggested by Alex Schroeder <alex@gnu.org>.
9450 2001-03-29  Paul Eggert  <eggert@twinsun.com>
9452         * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
9453         LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
9455 2001-03-29  Stefan Monnier  <monnier@cs.yale.edu>
9457         * generic.el (generic-mode-set-comments): Use "" rather than nil
9458         for comment-end.
9460 2001-03-29  Gerd Moellmann  <gerd@gnu.org>
9462         * emacs-lisp/advice.el (ad-make-advised-definition):
9463         Call interactive-form to obtain the interactive spec of subrs.
9465         * subr.el (interactive-form): New function.
9467 2001-03-29  Andre Spiegel  <spiegel@gnu.org>
9469         * vc-sccs.el (vc-sccs-register): Use relative file names.
9471 2001-03-28  Gerd Moellmann  <gerd@gnu.org>
9473         * bookmark.el (bookmark-get-bookmark): Handle case that
9474         BOOKMARK is not a string.
9476         * image.el (image-type-regexps): Change type for PS files
9477         to `postscript'.
9479         * subr.el (read-passwd): Clear command history after each
9480         character entered.  From: Stephen Gildea
9481         <gildea@stop.mail-abuse.org>.
9483 2001-03-27  Kenichi Handa  <handa@etl.go.jp>
9485         * international/kkc.el (kkc-save-init-file): Locally bind
9486         print-length to nil.
9488 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
9490         * textmodes/flyspell.el: Some doc fixes.
9491         (flyspell-maybe-correct-transposition)
9492         (flyspell-maybe-correct-doubling): Use a temporary buffer
9494         * textmodes/ispell.el (ispell-parse-output): Doc fix.
9496         * emacs-lisp/byte-opt.el (byte-optimize-while)
9497         (byte-optimize-form-code-walker): Diagnose too few arguments
9498         for `if' and `while'.
9500 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
9502         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9503         Prepend `\' to "\<quail-translation-docstring>".
9505 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
9507         * autorevert.el (global-auto-revert-non-file-buffers):
9508         Remove duplicate defcustom.
9510 2001-03-26  Miles Bader  <miles@gnu.org>
9512         * international/latin1-disp.el (latin1-char-displayable-p):
9513         Add leading "-" for X font pattern.
9515 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
9517         * international/mule-diag.el (describe-coding-system):
9518         For raw-text and emacs-mule, don't add anymore text about what
9519         charsets they can encode.
9521 2001-03-25  Eli Zaretskii  <eliz@is.elta.co.il>
9523         * help.el (view-lossage): Mention open-dribble-file in the doc
9524         string.  Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
9526 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
9528         * skeleton.el (skeleton-internal-list): Fix bogus logic.
9529         (skeleton-pair-insert-maybe): Don't pair after a backslash.
9531 2001-03-23  Kenichi Handa  <handa@etl.go.jp>
9533         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
9534         Call ccl-execute-on-string directly so that CCL program handling
9535         multibyte sequence can work correctly.
9536         (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
9537         property of the coding system.
9539 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
9541         * textmodes/fill.el (fill-individual-paragraphs-prefix):
9542         Fix transcription typo.
9544 2001-03-22  Rajesh Vaidheeswarran  <rv@gnu.org>
9546         * whitespace.el: Add buffer local variables to toggle testing of
9547         whitespaces in buffers without affecting the default values.
9548         Bump version to 3.0 to account for a few other changes.
9549         (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
9550         (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
9551         (whitespace-toggle-spacetab-check): New functions.
9553 2001-03-21  Stefan Monnier  <monnier@cs.yale.edu>
9555         * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
9557 2001-03-21  Gerd Moellmann  <gerd@gnu.org>
9559         * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
9560         bs-cycle-configuration-name.  From Juanma Barranquero
9561         <lektu@uol.com.br>.
9563         * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
9564         and cc-vars.el.
9566         * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
9567         headers.  Always invoke sendmail with option -t.
9569 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9571         * Release of cc-mode 5.28.
9573 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9575         * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
9576         Removed the hardcoded switch to "java" style in Java mode.
9577         It's instead taken care of by the default value for c-default-style.
9579 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9581         * cc-align.el (c-lineup-math): Fix bug where lineup was
9582         triggered by equal signs in string literals.
9584 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9586         * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
9587         limit detection when at the ends of the buffer.
9589         * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
9590         "for" statement clause in case 7F; a better one is done
9591         earlier in case 7D anyway.
9593 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9595         * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
9596         somewhat more and did a small optimization.
9598 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9600         * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
9601         Use the limit argument only to limit the syntactic context
9602         search, not to limit the actual movement.
9604         * cc-cmds.el (c-beginning-of-statement): Move by sentence
9605         inside multiline strings, just like in comments.  Also various
9606         fixes to the paragraph and comment prefix recognition, block
9607         comment ender handling etc.
9609 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9611         * cc-cmds.el (c-fill-paragraph): Take more care to preserve
9612         the relative position of the point.
9614         * cc-cmds.el (c-electric-continued-statement): New function to
9615         use as abbrev hook to reindent for keywords such as "else"
9616         that continues an earlier statement.
9618         * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
9619         like classes.
9621         * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
9622         (pike-mode): Populate the default abbrev tables to reindent for
9623         keywords such as "else" that can continue earlier statements.
9624         Abbrev mode is therefore turned on by default now.  (Note that
9625         this doesn't apply to idl-mode, since IDL afaik doesn't have
9626         statements at all.)
9628 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9630         * cc-engine.el (c-inside-bracelist-p): Fix for handling
9631         bracelists where the declaration contains template arguments.
9633 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9635         * cc-cmds.el (c-comment-indent):
9636         Use `c-get-syntactic-indentation' to correctly calculate the
9637         syntactic indentation.  Fixes bug with lineup functions that
9638         return vectors.
9640         * cc-engine.el (c-get-syntactic-indentation): Split the
9641         indentation sum calculation from `c-indent-line' to a separate
9642         function.
9644 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9646         * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
9647         Fixed places where it was assumed that preprocessor directives
9648         have to start in column zero.
9650         * cc-engine.el (c-beginning-of-member-init-list): Handle C++
9651         template arguments after a class identifier properly.
9653         * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
9654         lists for `new Foo[]' constructs in Java as expressions and
9655         not top level definition brace lists on the top level, so that
9656         they'll get indented consistently with the same type of
9657         expression in a normal block.
9659 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9661         * cc-cmds.el (c-fill-paragraph): The kludge that checks
9662         whether the adaptive filling package fails to keep the comment
9663         prefix is now kludged further to check for filladapt-mode
9664         which doesn't have that problem. This is really icky, but it's
9665         the only way that works with the current misfeatures/bugs in
9666         both adaptive-fill-mode and filladapt-mode.
9668         * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
9669         around point is recognized more robust.
9671 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9673         * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
9674         (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
9675         (c-lit-type): Fixed all internal variables used dynamically so
9676         that they are always bound.
9678         * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
9679         errors:
9681         (c-indent-region): Fixed reporting of syntactic errors so that
9682         the region is fully reindented even when an error occurs.
9683         The last syntactic error is printed afterwards.  Also cleanup up a
9684         whole lot of code that tried to optimize indentation of whole
9685         sexps but in reality accomplishes nothing.
9687         (c-indent-sexp): Use c-indent-region.
9689         (c-parsing-error): Changed this variable to hold the message
9690         for any syntactic error that is discovered.
9692         (c-parse-state): Search backward from point instead of the bod
9693         position when the latter is invalid.  This makes CC Mode
9694         recover faster when there are unbalanced close braces.
9696         (c-backward-to-start-of-if): Use c-parsing-error to report
9697         dangling "else" clauses instead of throwing an error, and fall
9698         back to a reasonable position.
9700         (c-indent-line): Added argument to avoid reporting syntactic errors.
9702         (c-show-syntactic-information): Don't report any syntactic errors.
9704 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9706         * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
9707         paragraph recognition when moving by sentence in literals.
9709         * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
9710         start regexp for javadoc to recognize javadoc markup in general instead
9711         of a specific set of keywords, to be more future-safe.
9713         (c-Pike-pikedoc-paragraph-start)
9714         (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
9715         pikedoc markup.
9717         * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
9719         (pike-mode): Initialize paragraph settings pikedoc recognition.
9721         * cc-vars.el (c-default-style): Made a nicer Customize widget.
9723         (c-comment-prefix-regexp): Made it possible to use an
9724         association list on this to specify mode specific regexps.
9725         The default value now use a special regexp in Pike mode to
9726         recognize pikedoc markup.
9728         (c-current-comment-prefix): New variable containing the actual
9729         regexp from c-comment-prefix-regexp for the current buffer.
9731 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9733         * cc-cmds.el (c-electric-brace): Fixed check for special brace
9734         lists: We can't look at the syntax, since a brace list can get
9735         recognized as a plain statement-cont.
9737         * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
9738         special brace list opener broken over two lines got recognized
9739         as a statement on the second line.  Case 9A changed.
9741 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9743         * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
9744         adjustment after line is reindented.
9746 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9748         * cc-defs.el (c-point): Added optional argument for position
9749         to use instead of the current point.
9751         * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
9752         the in-expression block symbols when the construct starts at
9753         boi, to avoid the extra level of indentation in that case.
9754         Cases 4, 16A and 17E affected.
9756 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9758         * cc-cmds.el: Use `indent-according-to-mode' instead of direct
9759         calls to `c-indent-line', to adhere better to Emacs conventions.
9761         * cc-engine.el (c-indent-line): Use the syntax already bound
9762         to `c-syntactic-context', if there is any.
9764 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9766         * cc-engine.el (c-get-offset): Fixed bug where the indentation
9767         wasn't added up correctly when a lineup function returned nil.
9769 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9771         * cc-engine.el (c-collect-line-comments): Fixed bug where
9772         empty lines were ignored when collecting line comments backwards.
9774 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9776         * cc-align.el (c-lineup-dont-change): Return an absolute
9777         indentation column to work correctly in the case when several
9778         syntactic elements are processed for the same line.
9780         * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
9781         (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
9782         (c-set-offset): Added absolute indentation column settings by
9783         using the vector type.
9785 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9787         * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
9788         Implemented two new cleanups `space-before-funcall' and
9789         `compact-empty-funcall'.
9791 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9793         * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
9794         helping building regexps.
9796         * cc-engine.el (c-on-identifier): New function for detecting
9797         identifiers.  It takes keywords into account.
9799         * cc-langs.el, cc-mode.el: Added regexps for complete keyword
9800         lists.  `c-keywords' is set to a regexp matching all keywords
9801         in the current language.
9803 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9805         * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
9806         list of characters to skip backwards over at the beginning of
9807         a statement, since it can precede string literals in Pike.
9809 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9811         * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
9812         recognition when standing on the last line in a C++ comment
9813         with nothing but whitespace after the prefix.
9815         * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
9816         given no limit argument.
9818 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9820         * cc-engine.el (c-inside-bracelist-p): Fixed brace list
9821         recognition for the `[]= operator symbol in Pike.
9823 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9825         * cc-bytecomp.el (cc-eval-when-compile): New macro that works
9826         around a bug in `eval-when-compile' in the byte compiler.
9828         * cc-engine.el (c-forward-token-1): Fixed bug with return
9829         value when count is zero and there's no token start within the limit.
9831         (c-guess-basic-syntax): Don't add 'comment-intro to lines with
9832         "prefix comments", i.e. comments which are followed by code on
9833         the same line.
9835         * cc-mode-19.el: Fixes so that checks that must be done at
9836         compile time also are done then.
9838 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9840         * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
9841         time and at runtime, and only when it's needed.
9843 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9845         Major cleanup for less error prone and more warning free
9846         compilation, including some fixes for bugs due to different
9847         compilation orders. Thanks to Martin Buchholz for providing
9848         the basis for all this.
9850         * cc-bytecomp.el: New file that provides some byte compilation
9851         features: It ensures that files always are loaded from the
9852         current source directory during compilation, and it provides a
9853         set of macros to turn off specific compiler warnings for
9854         specific symbols.  (It's not CC Mode specific in any way.)
9856         Fixed a nearly acyclic dependency tree (both runtime and
9857         compile-time) between all files.
9859         * cc-defs.el: Separated all macros before the inline functions,
9860         to ensure correct compilation.
9862         * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
9863         cc-defs.el to cc-engine.el and made it a function instead.
9865         * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
9866         about char-after.
9868         * cc-vars.el: Cope even when there isn't a custom package
9869         containing defcustom available.
9871         * cc-make.el: Removed since it's no longer necessary.
9873         README: Updated installation instructions.
9875 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9877         * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
9878         improve the modularity: Moved all mode init stuff from
9879         cc-langs.el to cc-mode.el, including the keymap
9880         initialization; cc-langs now only contains the various
9881         variables for configuring the language syntax.
9883         * cc-engine.el, cc-styles.el (c-evaluate-offset)
9884         (c-get-offset): Moved from cc-styles to cc-engine since file
9885         dependency analysis suggests they belong there (which also
9886         makes more sense).  Thanks to Martin Buchholz for doing the analysis.
9888 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9890         * cc-cmds.el (c-fn-region-is-active-p): New function that
9891         wraps the corresponding macro, for use in places that aren't
9892         compiled.  Thanks to Martin Buchholz for pointing out this.
9894         * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
9896         * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
9897         add things to the bug report.
9899 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9901         * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
9902         returned prefix could contain a newline when the search for a
9903         good prefix line failed.
9905 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9907         * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
9908         (c-toggle-auto-hungry-state): Made the argument optional, as
9909         the documentation says it is.
9911 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9913         * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
9914         multiline string syntax, #"...", as a cpp macro.
9916 2001-03-21  Paul Eggert  <eggert@twinsun.com>
9918         * international/mule-cmds.el (set-locale-environment):
9919         Set system-messages-locale and system-time-locale, but only if the
9920         caller specifies a non-nil locale name.
9922 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
9924         * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
9925         problems for the interpreter.  From: John Wiegley  <johnw@gnu.org>
9927 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
9929         * follow.el (follow-avoid-tail-recenter): Doc fix.
9931         * custom.el (custom-set-variables): Avoid reversing the list
9932         of args needlessly.
9934         * startup.el (fancy-splash-head): Don't change the colors of the
9935         XPM image on a dark background.
9937         * comint.el (comint-exec-1): Set columns of the terminal to
9938         window-width instead of frame-width.
9940         * info.el (Info-scroll-down): Add missing WINDOW arg for
9941         pos-visible-in-window-p.
9943         * ehelp.el (electric-help-mode-hook): Add defcustom.
9945         * mail/sendmail.el (mail-mode): Activate case-folding in
9946         font-lock-defaults.
9948 2001-03-19  Stefan Monnier  <monnier@cs.yale.edu>
9950         * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
9951         (completion-ignored-extensions): Remove duplicate ".class".
9953 2001-03-19  Andreas Schwab  <schwab@suse.de>
9955         * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
9956         From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
9958 2001-03-19  Gerd Moellmann  <gerd@gnu.org>
9960         * language/european.el ("Latin-5", "Latin-4"): Use postfix input
9961         methods since there are not prefix input methods.
9963 2001-03-19  Kenichi Handa  <handa@etl.go.jp>
9965         * international/mule-cmds.el (read-input-method-name):
9966         Locally bind enable-recursive-minibuffers to t.
9968 2001-03-18  Stefan Monnier  <monnier@cs.yale.edu>
9970         * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
9972 2001-03-17  Michael Kifer  <kifer@cs.sunysb.edu>
9974         * ediff-util.el: Copyright years.
9975         (ediff-choose-syntax-table): New function.
9976         (ediff-setup): Use ediff-choose-syntax-table.
9978         * ediff-init.el (ediff-with-syntax-table): New macro, uses
9979         with-syntax-table.
9981         * ediff.el: Date of last update, copyright years.
9983         * ediff-wind (ediff-setup-control-frame): Nill->nil.
9985         * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
9986         of Scott Bronson.
9987         (ex-cmd-assoc,ex-cmd-one-letr): New functions.
9988         (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
9989         Deleted functions.
9990         (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
9991         ex-token-list.
9993         * viper-util.el: Spaces, indentation.
9995         * viper.el: Changed version, modification time.
9997 2001-03-16  John Wiegley  <johnw@gnu.org>
9999         * calendar/timeclock.el (timeclock-workday-remaining):
10000         Check whether `discrep' is non-null before using it.
10002 2001-03-16  John Wiegley  <johnw@gnu.org>
10004         * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
10005         first-time checkins.
10006         (timeclock-log-data): Fixed problem with reading timelog log file.
10007         Resulting data in the "day list" was incorrect.
10008         (timeclock-find-discrep): Check if `timeclock-file' is readable
10009         before opening it.
10010         (timeclock-time-less-p): New function.
10011         (timeclock-day-base): New function.
10012         (timeclock-geometric-mean): New function.
10013         (timeclock-generate-report): Generate a summary report based on
10014         the contents of the log file.  This uses `timeclock-log-data', and
10015         is an example of writing a timelog manipulation function.
10016         (timeclock-visit-timelog): A quick command for opening the timelog
10017         file.
10018         (timeclock-log-data): Bound the variable event.
10020 2001-03-16  Kenichi Handa  <handa@etl.go.jp>
10022         * international/mule-cmds.el (select-safe-coding-system):
10023         Fix typo: symbol-name -> symbol-value.
10025         * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
10026         before substitute-in-file-name to handle double slashes in FILE
10027         correctly.
10029 2001-03-15  Gerd Moellmann  <gerd@gnu.org>
10031         * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
10032         for Slovak.  From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
10034 2001-03-14  Gerd Moellmann  <gerd@gnu.org>
10036         * bindings.el (features): Add `md5' and `overlay' to the list.
10038         * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
10039         bound before using it.  It's not bound when configured without X,
10040         for instance.
10042 2001-03-13  Thien-Thi Nguyen  <ttn@gnu.org>
10044         * progmodes/hideshow.el: Update copyright.
10045         (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
10046         (hs-minor-mode-hook): Include `:version' in defcustom form.
10048 2001-03-13  Gerd Moellmann  <gerd@gnu.org>
10050         * help.el (string-key-binding): Don't call event-start on
10051         a non-list.
10053 2001-03-13  Eli Zaretskii  <eliz@is.elta.co.il>
10055         * startup.el (fancy-splash-tail, command-line-1): Fix the
10056         copyright year.
10058 2001-03-13  Kenichi Handa  <handa@etl.go.jp>
10060         * term.el: These changes are based on a patch sent from Yong Lu
10061         <lyongu@yahoo.com>.
10062         (term-set-escape-char): Bind M-x to execute-extended-command in
10063         term-raw-escape-map.
10064         (term-move-columns): Don't try to move to negagive column.
10065         (term-emulate-terminal): Insert a string before deleting a text to
10066         overwrite.
10068 2001-03-12  Gerd Moellmann  <gerd@gnu.org>
10070         * play/life.el (life): Rearrange code so that all calls to
10071         life-display-generation are in a catch-form.
10073         * progmodes/etags.el (tags-loop-continue): Don't change point in a
10074         file that isn't interesting.  In an interesting file, push the old
10075         value of point on the mark ring.
10077         * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
10078         New function.
10079         (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
10080         Use it.
10082         * emacs-lisp/autoload.el (generate-file-autoloads):
10083         Remove warning about line lengths.
10085 2001-03-12  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
10087         * progmodes/etags.el (tags-compression-info-list): New variable.
10088         (find-tag-in-order): Use it to deal with compressed source files.
10089         (tag-file-name-match-p): New function.
10090         (etags-recognize-tags-table): Use it for better match of file names.
10092 2001-03-12  Kenichi Handa  <handa@etl.go.jp>
10094         * international/mule-cmds.el (register-input-method): Doc fix.
10096         * international/quail.el (quail-translate-key): Fix condition to
10097         check if there's another breaking point in the current key.
10099 2001-03-11  Eli Zaretskii  <eliz@is.elta.co.il>
10101         * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
10102         Babyl header to the newly-created output file, bind
10103         coding-system-for-write to either rmail-file-coding-system or
10104         emacs-mule-unix.
10106 2001-03-11  Stefan Monnier  <monnier@cs.yale.edu>
10108         * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
10109         Fix the name and regexp used for subsubsections.
10111 2001-03-10  Dave Love  <fx@gnu.org>
10113         * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
10114         and save-buffer if buffer-file-name non-nil.  From rms.
10116 2001-03-10  Andre Spiegel  <spiegel@gnu.org>
10118         * vc.el (vc-do-command): If the destination buffer is already
10119         current, don't set it up and don't erase it.  Updated doc string
10120         to reflect that.
10121         (vc-version-diff): When doing a single file diff, don't switch to the
10122         *vc-diff* buffer before the command.  This is to preserve local
10123         variable bindings that might affect the diff command.
10124         (vc-print-log): Don't switch to the *vc* buffer before the
10125         command, so that local variable bindings are preserved.
10127         * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
10128         not the current buffer.
10129         (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
10131         * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
10132         make output go to buffer *vc*, not the current buffer.
10134 2001-03-09  Stefan Monnier  <monnier@cs.yale.edu>
10136         * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
10137         so ^, $, *, ? and + are interpreted correctly.
10139 2001-03-09  Gerd Moellmann  <gerd@gnu.org>
10141         * help.el (string-key-binding): Renamed from
10142         mode-line-key-binding.  Handle any event on a string.
10143         Check for `keymap' properties as well as `local-map' properties.
10145         * comint.el (comint-insert-clicked-input): Use the last key
10146         from this-command-keys to lookup the global key definition.
10148 2001-03-09  Kenichi Handa  <handa@etl.go.jp>
10150         * international/characters.el: Add category `j' for
10151         katakana-jisx0201.   Fix syntaxes of katakana-jisx0201.
10153         * international/mule-conf.el (no-conversion): Fix docstring.
10154         (raw-text): Fix docstring.
10156 2001-03-08  Gerd Moellmann  <gerd@gnu.org>
10158         * simple.el (choose-completion-string): When not leaving the
10159         minibuffer, raise the minibuffer frame when minibuffer-auto-raise
10160         is set.
10162         * window.el (shrink-window-if-larger-than-buffer): Handle frame
10163         parameter `(minibuffer . t)'.
10165 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
10167         * progmodes/sh-script.el (sh-st-symbol): New symbol.
10168         (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
10169         (sh-mode): Remove `make-local-variable' for unused var
10170         `font-lock-unfontify-region-function'.
10172 2001-03-07  Richard M. Stallman  <rms@gnu.org>
10174         * info.el (Info-scroll-down): Fix previous change.
10176         * mail/rmail.el (rmail-toggle-header): Use a window which
10177         is showing the Rmail buffer, rather than the selected window.
10179 2001-03-07  Dave Love  <fx@gnu.org>
10181         * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
10182         now, to avoid problems with binding imenu directly to a mouse event.
10184 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
10186         * info.el (Info-scroll-down): Call pos-visible-in-window-p with
10187         second arg t.
10189 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
10191         * log-edit.el (log-edit-common-indent): New var.
10192         (log-edit-set-common-indentation): Renamed from
10193         log-edit-delete-common-indentation.  Use the new var.
10194         (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
10196         * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
10197         (cvs-mode-add-change-log-entry-other-window):
10198         Don't presume change-log-default-name is defined.
10200         * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
10202         * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
10203         the "tree" operation as well.
10205         * pcvs-parse.el (cvs-parse-table): Add another ignored message.
10207         * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
10208         to match paragraph-start.
10210         * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
10211         comment-start-skip and set comment-end-skip as well.
10212         (sgml-comment-indent): Fix for new value of comment-start-skip.
10213         (html-autoview-mode): Don't bother using make-local-hook.
10215 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
10217         * cus-edit.el (custom-save-delete): Move in front of local
10218         variables, otherwise long Custom entries would make them ineffective.
10220         * uniquify.el: Set maintainer to FSF.
10222 2001-03-07  Eli Zaretskii  <eliz@is.elta.co.il>
10224         * dired-aux.el (dired-do-shell-command): Doc fix.
10226 2001-03-06  Stefan Monnier  <monnier@cs.yale.edu>
10228         * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
10230         * which-func.el (which-func-modes): Add cperl-mode.
10231         (which-func-mode-global): Use define-minor-mode.
10233         * info-look.el: Docstring fixes and dead code eliminated.
10234         (cperl-mode): Add support.
10235         (emacs-lisp-mode): List all entries from elisp manual, whether
10236         or not they are currently (f)bound or not.  Update regexp.
10238         * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
10240         * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
10241         so that C-h m shows the correct information.
10242         Use make-local-variable rather than make-variable-buffer-local.
10243         (cperl-info-buffer, cperl-setup-tmp-buf):
10244         Use make-local-variable rather than make-variable-buffer-local.
10245         (cperl-msb-fix, cperl-get-help-defer):
10246         Check major-mode for `cperl-mode' as well.
10248         * progmodes/cperl-mode.el: Updated to author version 4.23.
10249         (cperl-electric-pod): SYNOPSIS was misspelled.
10250         (cperl-find-pods-heres): @if ? a : b was considered a REx.
10251         (cperl-after-expr-p): Make true after __END__.
10253 2001-03-06  Gerd Moellmann  <gerd@gnu.org>
10255         * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
10256         bookmark-completion-ignore-case is t.
10258         * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
10259         switch, like xterm, and concat resource strings, with a newline
10260         between them.
10262 2001-03-06  Eli Zaretskii  <eliz@is.elta.co.il>
10264         * international/codepage.el (cp770-decode-table)
10265         (cp773-decode-table, cp774-decode-table): New variables.
10267         * man.el (Man-hyphenated-reference-regexp): New variable.
10268         (Man-build-references-alist): Use it to search for referenced
10269         manpages.  If hyphenated is non-nil, record a concatenated word in
10270         Man-refpages-alist only if it matches Man-reference-regexp.
10271         Update word's length when it is concatenated.  Reverse the list,
10272         to get the first manpage at the head.
10273         (Man-possibly-hyphenated-word): New function.
10274         (Man-follow-manual-reference): Use it instead of current-word to
10275         find a manpage at point, in a way that accounts for hyphenated
10276         references.
10278 2001-03-06  Alex Schroeder  <alex@gnu.org>
10280         * sql.el (sql-interbase): New function.
10281         (sql-interbase-program): New option.
10282         (sql-interbase-options): New option.
10283         And some typos fixed: "customise" to "customize".
10285 2001-03-06  Dave Love  <fx@gnu.org>
10287         * textmodes/flyspell.el (flyspell-region):
10288         Set up flyspell-local-mouse-map.
10290 2001-03-05  Richard M. Stallman  <rms@gnu.org>
10292         * mail/rmail.el (rmail-retry-failure):
10293         Don't call rmail-beginning-of-message.
10294         Don't discard From: field.  Do discard Received: field.
10295         Use unwind-protect to re-prune.
10296         (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
10298 2001-03-06  Kenichi Handa  <handa@etl.go.jp>
10300         * international/quail.el (quail-title): Add autoload cookie.
10302 2001-03-05  Dave Love  <fx@gnu.org>
10304         * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
10305         new defs.
10307 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
10309         * language/ethio-util.el (ethio-toggle-space):
10310         Update current-input-method-title if necessary.
10311         (ethio-toggle-punctuation): Likewise.
10313         * international/quail.el (quail-title): Fix for the case that a
10314         title of an input method is specified by a list of the same form
10315         as used in mode-line-format.
10317         * international/mule-cmds.el (activate-input-method):
10318         If current-input-method-title is set by activating INPUT-METHOD,
10319         respect that value.
10321 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
10323         * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
10325 2001-03-05  Alex Schroeder  <alex@gnu.org>
10327         * sql.el (sql-sybase): Fix typo (was: query user about server two
10328         times instead of server and database).
10330         * sql.el (sql-sybase): Doc change.
10331         (sql-mysql): Doc change.
10332         (sql-postgres): Doc change.
10334 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
10336         * international/mule-conf.el (emacs-mule, raw-text):
10337         Docstring modified.
10339 2001-03-04  Eli Zaretskii  <eliz@is.elta.co.il>
10341         * term/internal.el: Update copyright notice.
10343         * term/pc-win.el: Update copyright notice.
10345 2001-03-02  Dave Love  <fx@gnu.org>
10347         * files.el (insert-file-contents-literally):
10348         Bind inhibit-file-name-handlers and inhibit-file-name-operation,
10349         not jka-compr-compression-info-list.
10351 2001-03-02  Stefan Monnier  <monnier@cs.yale.edu>
10353         * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
10354         spaces in default comment-start-skip settings rather than \s-.
10356 2001-03-02  Eli Zaretskii  <eliz@is.elta.co.il>
10358         * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
10359         default-frame-alist as well.
10361 2001-03-01  Dave Love  <fx@gnu.org>
10363         * textmodes/reftex.el (defvar): Wrap some defvars in
10364         eval-when-compile.  From Markus Rost <rost@math.ohio-state.edu>.
10366         * subr.el (event-basic-type): Doc fix.
10368         * international/quail.el: Doc fixes.
10370         * international/utf-8.el: Doc fixes.
10372         * international/mule-cmds.el: Doc fixes.
10373         (leim-list-header): Fix header text.
10375         * international/mule.el (coding-system-category): Doc fix.
10377         * international/ccl.el (ccl-compile): Doc fix.
10379 2001-03-01  Stefan Monnier  <monnier@cs.yale.edu>
10381         * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
10382         rather than (before|after)-change-functions.
10384 2001-03-01  Gerd Moellmann  <gerd@gnu.org>
10386         * ediff-util.el (ediff-scroll-horizontally): Arrange for
10387         scroll-left and scroll-right being called interactively so that
10388         they set the window's min_hscroll.
10390 2001-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
10392         * info.el (info-insert-file-contents-1): Accept an additional
10393         argument `lfn': if it is non-nil, concatenate `filename' and
10394         `suffix'; otherwise use the complicated MS-DOS code.
10395         All callers changed.
10396         (info-insert-file-contents, Info-find-node): If the MS-DOS port
10397         can access long file names, try the long file-name version of
10398         `info-insert-file-contents-1', then the short file-name version.
10400 2001-02-28  TAKAHASHI Naoto  <ntakahas@m17n.org>
10402         * language/ethio-util.el (setup-ethiopic-environment-internal):
10403         Change bindings of functions keys to conform to "Emacs Lisp Coding
10404         Convention".
10406         * language/ethiopic.el ("Ethiopic"): Add documentation.
10408 2001-02-28  Kenichi Handa  <handa@etl.go.jp>
10410         * international/utf-8.el (mule-utf-8): Set coding-category
10411         property to coding-category-utf-8.
10413 2001-02-27  Richard M. Stallman  <rms@gnu.org>
10415         * lpr.el (lpr-page-header-switches, print-region-1):
10416         Undo 2000-07-06 change.
10417         (lpr-add-switches): Default to t on gnu/linux.
10419 2001-02-27  Gerd Moellmann  <gerd@gnu.org>
10421         * bs.el (bs-attributes-list): Doc fix.
10423 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
10425         * help.el (describe-project): Display the file THE-GNU-PROJECT.
10427         * help.el (view-order-manuals): Use goto-address.
10429         * startup.el (command-line-1): Add info about ordering manuals
10430         to the not so fancy splash screens.
10432 2001-02-26  Andre Spiegel  <spiegel@gnu.org>
10434         * vc.el (vc-default-workfile-unchanged-p)
10435         (vc-default-latest-on-branch-p): Add missing BACKEND argument.
10437 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
10439         * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
10440         fontify in the right buffer.
10442         * allout.el (outline-flag-region): Move macro in front of first
10443         use to avoid a run-time error.
10445 2001-02-24  Andrew Innes  <andrewi@gnu.org>
10447         * makefile.w32-in: Fix copyright notice.
10449 2001-02-24  Kenichi Handa  <handa@etl.go.jp>
10451         * international/utf-8.el (mule-utf-8): Set correct value for
10452         valid-codes property.
10454         * international/fontset.el (x-complement-fontset-spec): In the
10455         case that we use ASCII font for the other charsets, use only
10456         family and registry part of it.
10458 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
10460         * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
10461         (shrink-window-if-larger-than-buffer): Doc fix.
10463 2001-02-23  Stefan Monnier  <monnier@cs.yale.edu>
10465         * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
10466         predicate passed to completing-read.
10468 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
10470         * startup.el (command-line): Fix last change.
10472 2001-02-23  Jason Rumney  <jasonr@gnu.org>
10474         * startup.el (tool-bar-originally-present): New variable.
10475         (command-line): Set it if the tool-bar is switched on at startup.
10477         * frame.el (frame-notice-user-settings): Only adjust frame height
10478         for no tool-bar case if tool-bar was originally switched on.
10479         From E. Jay Berkenbilt.
10481 2001-02-22  Stefan Monnier  <monnier@cs.yale.edu>
10483         * server.el (server-switch-buffer): Only switch window if the
10484         current one is dedicated.
10486         * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
10487         rather than using (match-beginning 0) when searching for break point.
10489 2001-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
10491         * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
10492         @ follows an accent command such as @'.  Support optional braces
10493         in commands that insert accents, like makeinfo does.
10495 2001-02-22  Gerd Moellmann  <gerd@gnu.org>
10497         * startup.el (fancy-splash-text): Add a line for ordering
10498         manuals.  Reverse order of splash screens shown.
10499         (use-fancy-splash-screens-p): Adapt to the text line added.
10501         * menu-bar.el (menu-bar-help-menu): Add an item for ordering
10502         manuals from the FSF.
10504         * help.el (view-order-manuals): New function.
10505         (toplevel): Bind C-h C-m to this function.
10507 2001-02-21  Stefan Monnier  <monnier@cs.yale.edu>
10509         * newcomment.el (comment-forward): Skip the comment-start before
10510         searching for the comment-end.
10512 2001-02-21  Dave Love  <fx@gnu.org>
10514         * custom.el (custom-initialize-changed, defcustom): Doc fix.
10516         * international/mule-cmds.el, international/mule.el: Doc fixes.
10518 2001-02-21  Gerd Moellmann  <gerd@gnu.org>
10520         * startup.el (fancy-splash-screens): Use display-hourglass
10521         instead of display-busy-cursor.
10523         * frame.el (display-hourglass): Renamed from busy-cursor.
10524         (hourglass-delay): Renamed from busy-cursor-delay-seconds.
10525         (show-cursor-in-non-selected-windows): Doc fix.
10527 2001-02-20  Dave Love  <fx@gnu.org>
10529         * international/utf-8.el: Doc and commentary fixes.
10531 2001-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
10533         * ehelp.el (with-electric-help): Doc fix.
10535 2001-02-20  Gerd Moellmann  <gerd@gnu.org>
10537         * msb.el (msb-mode): Call the update-buffers function explicitly
10538         with a FORCE argument.
10540         * menu-bar.el (menu-bar-update-buffers): Add optional parameter
10541         FORCE.  If set, update the menu even if frame-or-buffer-changed-p
10542         returns nil.
10544 2001-02-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10546         * ps-print.el: Timestamp package replacement.  Some enhancements.
10547         Some XEmacs compatibility.  Doc fix.
10548         (ps-print-version): New version number (6.4).
10549         (ps-printer-name): Initialization fix.
10550         (ps-zebra-stripe-follow): Funcionality enhancement.
10551         (ps-prologue-file): Code enhancement.
10552         (ps-right-header): Timestamp package replacement.
10553         (ps-setup, ps-face-bold-p, ps-face-italic-p)
10554         (ps-get-page-dimensions)
10555         (ps-generate-header, ps-begin-file, ps-begin-job)
10556         (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
10557         (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
10558         (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
10559         (coding-system-for-write): Var declaration (XEmacs compatibility).
10561 2001-02-20  Miles Bader  <miles@gnu.org>
10563         * image-file.el (image-file-name-extensions): Add "tif".
10565 2001-02-19  Gerd Moellmann  <gerd@gnu.org>
10567         * wid-edit.el (widget-button-click): Save the selected window
10568         around the code handling clicks on buttons.
10570 2001-02-18  Dave Love  <fx@gnu.org>
10572         * imenu.el (imenu--generic-function): Use mapc to iterate over
10573         syntax characters.
10575 2001-02-17  Richard M. Stallman  <rms@gnu.org>
10577         * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
10579         * uniquify.el (uniquify-buffer-name-style): Doc fix.
10581 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
10583         * mouse.el (mouse-save-then-kill): If the distance from the new
10584         point to the mark is equal to the distance of point from the new
10585         point, move point instead of the mark.
10587 2001-02-16  Dave Love  <fx@gnu.org>
10589         * textmodes/flyspell.el (flyspell-get-word): Return string without
10590         properties.
10592 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
10594         * generic.el (generic-find-file-regexp): Doc fix.
10595         (generic-ignore-files-regexp): New defcustom.
10596         (generic-mode-find-file-hook): If the file's name matches the
10597         regexp in `generic-ignore-files-regexp', don't enter
10598         default-generic-mode.  Doc fix.
10600 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
10602         * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
10603         Add autoload cookies.
10605         * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
10606         of cal-tex-24.
10608 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
10610         * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
10612         * progmodes/compile.el (grep-regexp-alist): Remove the blank from
10613         the character class after the (optional) drive, to support file
10614         names with embedded blanks.
10616 2001-02-15  Sam Steingold  <sds@gnu.org>
10618         * textmodes/tex-mode.el (tex-shell-running):
10619         Check the process buffer too.
10621 2001-02-15  Dave Love  <fx@gnu.org>
10623         * battery.el (battery-status-function): Fix doc, :type.
10625         * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
10627 2001-02-15  Gerd Moellmann  <gerd@gnu.org>
10629         * subr.el (read-passwd): Clear Lisp memory holding password.
10631 2001-02-15  Miles Bader  <miles@gnu.org>
10633         * info.el (Info-copy-current-node-name): New function.
10634         (Info-mode-menu): Add it to the menu.
10636 2001-02-14  Richard M. Stallman  <rms@theobromine.ai.mit.edu>
10638         * international/mule-cmds.el (toggle-input-method): Doc fix.
10640 2001-02-13  Stefan Monnier  <monnier@cs.yale.edu>
10642         * replace.el (occur): Stop at end of buffer.
10644 2001-02-13  Eli Zaretskii  <eliz@is.elta.co.il>
10646         * international/mule-cmds.el (set-input-method): Another doc fix.
10648 2001-02-13  David M. Koppelman <koppel@ee.lsu.edu>
10650         * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
10652 2001-02-13  Miles Bader  <miles@gnu.org>
10654         * faces.el (set-face-background, set-face-foreground)
10655         (set-face-stipple): Treat a value of nil as being `unspecified'.
10657 2001-02-12  Dave Love  <d.love@dl.ac.uk>
10659         * international/latin1-disp.el:  Doc fixes.
10660         (latin1-display) <defgroup>: Add :link.
10661         (latin1-display) <function>: Set variable latin1-display.
10663 2001-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
10665         * international/mule-cmds.el (set-input-method): Doc fix.
10667 2001-02-12  Eric M. Ludlam  <zappo@choochoo.ultranet.com>
10669         * speedbar.el (speedbar-frame-parameters): No toolbar lines.
10670         (speedbar-line-file): Return nil if not a file.
10671         (speedbar-buffers-line-path): Return file for tags, and dir for files.
10673 2001-02-12  Michael Kifer  <kifer@cs.sunysb.edu>
10675         * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
10676         for remote files.
10677         (ediff-coding-system-for-read): Replaced the no-conversion default
10678         with raw-text.
10680         * ediff-init.el: Removed :version from defcustom vars.
10682         * ediff-util.el (ediff-compute-custom-diffs-maybe):
10683         Better handling of the diff mode.
10685         * ediff.texi: Added ediff-coding-system-for-read.
10687         * viper.texi: Fix typos.
10689 2001-02-11  Dave Love  <fx@gnu.org>
10691         * shadowfile.el: Doc fixes.
10692         (shadow) <defgroup>: Add :link.
10693         (shadowfile-unload-hook): New function.
10694         (shadow-initialize): Use defalias, not fset.
10695         (shadow-define-cluster, shadow-define-literal-group)
10696         (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
10698         * international/mule.el: Doc and message fixes.
10700         * international/ccl.el (define-ccl-program): Doc fix.
10702 2001-02-11  Kenichi Handa  <handa@etl.go.jp>
10704         * faces.el (mode-line): Set :line-width property to -1.
10706 2001-02-10  Richard M. Stallman  <rms@gnu.org>
10708         * complete.el (partial-completion-mode): Doc fix.
10710         * simple.el (delete-key-deletes-forward-mode):
10711         Change `let' to `let*' to fix gross bug in last change.
10713         * repeat.el (repeat): Don't let execute-kbd-macro alter
10714         real-last-command.
10716 2001-02-10  Eli Zaretskii  <eliz@is.elta.co.il>
10718         * simple.el (eval-expression): Doc fix.
10720 2001-02-09  Dave Love  <fx@gnu.org>
10722         * imenu.el (imenu-generic-expression): Doc fix.
10724         * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
10725         From Juanma Barranquero.
10727         * emacs-lisp/authors.el (authors): Expand `root' before running find.
10729 2001-02-09  Kenichi Handa  <handa@etl.go.jp>
10731         * faces.el (set-face-attribute): Describe the case of a negative
10732         value specified for :line-width.
10734 2001-02-08  Stefan Monnier  <monnier@cs.yale.edu>
10736         * which-func.el (which-func-mode): Invert which-func-mode-global.
10737         From Juanma Barranquero <lektu@uol.com.br>.
10739 2001-02-08  Dave Love  <fx@gnu.org>
10741         * wid-edit.el (widget-plist-convert-widget): Replace binding of
10742         widget-plist-value-type.
10743         (widget-alist-convert-widget): Replace binding of
10744         widget-alist-value-type.
10746         * textmodes/paragraphs.el (sentence-end): Doc fix.
10748         * eshell/em-rebind.el (eshell-cannot-leave-input-list):
10749         Remove `backward-line'.
10751         * play/pong.el (pong-blank-color, pong-bat-color)
10752         (pong-ball-color, pong-border-color, pong-left-key)
10753         (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
10754         (pong-pause-key, pong-resume-key, pong-timer-delay):
10755         * mail/mh-comp.el (mh-compose-letter-function):
10756         * eshell/esh-mode.el (eshell-skip-prompt-function):
10757         * emulation/viper-ex.el (ex-unix-type-shell-options):
10758         * recentf.el (recentf-menu-filter):
10759         * ps-print.el (ps-print-region-function):
10760         * lpr.el (print-region-function):
10761         * forms.el (forms-mode-hooks):
10762         * dirtrack.el (dirtrack-directory-change-hook):
10763         * cus-start.el (temp-buffer-show-function, display-buffer-function):
10764         * textmodes/spell.el (spell-filter):
10765         * textmodes/fill.el (adaptive-fill-function):
10766         * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
10767         * progmodes/etags.el (find-tag-default-function):
10768         * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
10769         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
10771 2001-02-07  Eli Zaretskii  <eliz@is.elta.co.il>
10773         * emulation/viper-init.el (viper-fast-keyseq-timeout)
10774         (viper-translate-all-ESC-keysequences): Doc fix.  From Jim
10775         Meyering <jim@meyering.net>.
10777         * loadup.el: Revert last change.
10779 2001-02-07  Kenichi Handa  <handa@etl.go.jp>
10781         * international/mule.el (transform-make-coding-system-args):
10782         Make it work also for coding systems not using CCL.
10784 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
10786         * simple.el (previous-matching-history-element)
10787         (next-matching-history-element): Doc fix.
10789         * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
10790         specific part.
10792 2001-02-06  Dave Love  <fx@gnu.org>
10794         * add-log.el (add-log-current-defun-function)
10795         (add-log-buffer-file-name-function, add-log-file-name-function):
10796         Fix :type.
10797         (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
10799 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
10801         * info.el (info-initialize): Remove the test for system-type when
10802         invocation-directory is non-nil.
10804         * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
10805         of `font-lock-defaults' to `backward-paragraph' rather than nil.
10807 2001-02-06  Andrew Innes  <andrewi@gnu.org>
10809         * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
10810         absolute.
10812 2001-02-06  David M. Koppelman <koppel@ee.lsu.edu>
10814         * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
10815         buffers.  When hi-lock turned on rather than only checking current
10816         buffer for regexps, all buffers are checked. Moved activation of
10817         font-lock to hi-lock-refontify. When font-lock turned off rather
10818         than removing added highlighting just in current buffer, remove it
10819         in all buffers.  Changed edit menu text from "Automatic
10820         Highlighting" to "Regexp Highlighting" Documentation for
10821         highlighting phrases, minor documentation changes.
10822         (hi-lock-set-file-patterns): Execute only if there are new or
10823         existing file patterns.
10824         (hi-lock-refontify): Assume font-lock-fontify-buffer will first
10825         unfontify and, if a support mode is active, will not refontify the
10826         whole buffer.  If necessary, turn on font lock. (Removed
10827         font-lock-unfontify and font-lock support-mode-specific calls,
10828         such as lazy-lock-fontify-window.)
10829         (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
10830         patterns are found. Not useful now since find-file-hook is removed
10831         if hi-lock is off, but may be needed for per-buffer hi-lock activation.
10832         (hi-lock-face-phrase-buffer): New function.  Also added related
10833         menu item and keybinding.
10834         (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
10835         (hi-lock-process-phrase): New function.
10836         (hi-lock-line-face-buffer): Doc fixes.
10837         (hi-lock-face-buffer): Doc fixes.
10838         (hi-lock-unface-buffer): Doc fixes.
10840 2001-02-06  Gerd Moellmann  <gerd@gnu.org>
10842         * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
10843         dabbrev-ignored-regexps.
10845 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
10847         * simple.el (kill-line): Doc fix.
10849 2001-02-05  Dave Love  <fx@gnu.org>
10851         * loadup.el: Revert last two changes -- bootstrapping works with
10852         regenerated loaddefs.
10854 2001-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
10856         * isearch.el (isearch-forward): Doc fix.
10858         * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
10859         of font-lock-defaults to backward-paragraph.
10861 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
10863         * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
10864         X-Complaints-To, NNTP-Posting-Date, and User-Agent.
10866 2001-02-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10868         * ebnf2ps.el: Eliminate time-stamp functions.
10869         (ebnf-version): New version (3.5).
10870         (ebnf-eps-finish-and-write): Replace time-stamp functions by
10871         format-time-string.
10873 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
10875         * simple.el (next-line): Goto end-of-line before inserting a newline.
10877 2001-02-05  Miles Bader  <miles@gnu.org>
10879         * image-file.el (insert-image-file): When visiting an image, also
10880         set `truncate-lines' to t so that any fringe arrow looks correct.
10882 2001-02-05  Kenichi Handa  <handa@etl.go.jp>
10884         * isearch.el (isearch-forward): Add description about input method
10885         in the docsting.
10887 2001-02-04  Stefan Monnier  <monnier@cs.yale.edu>
10889         * skeleton.el (skeleton-internal-1): Always push the mark for @.
10891 2001-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
10893         * info.el (info-initialize): If installation-directory is nil, for
10894         DOS/Windows systems try looking in a sibling of invocation-directory.
10896 2001-02-02  Gerd Moellmann  <gerd@gnu.org>
10898         * wid-edit.el (widget-button-click): Fix last change.
10900         * frame.el (frame-notice-user-settings): When resizing the initial
10901         frame because the tool bar is off, also change the frame's top
10902         position if a negative top position was specified.
10904 2001-02-02  Miles Bader  <miles@gnu.org>
10906         * image-file.el (insert-image-file): When visiting an image,
10907         suppress the cursor in the image buffer.
10909 2001-02-01  Dave Love  <fx@gnu.org>
10911         * progmodes/f90.el (f90-mode): Remove startup message.
10913         * vc-cvs.el: Remove autoloads.  Require vc when compiling.
10915 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
10917         * startup.el (command-line): Fix code determining whether or not
10918         to use delete-key-deletes-forward-mode.
10920 2001-02-01  Andre Spiegel  <spiegel@gnu.org>
10922         * vc.el (vc-diff-switches): New user option.
10923         (vc-version-diff): Use it.
10924         (vc-diff-switches-list): New macro.
10926         * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
10927         New customization options.
10928         (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
10930         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
10932 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
10934         * msb.el (toplevel): Quote hook symbols.
10936 2001-02-01  Kenichi Handa  <handa@etl.go.jp>
10938         * international/mule.el (make-coding-system): Add description
10939         about recognized properties in the docstring.
10941         * international/mule-conf.el: Remove unused charsets
10942         mac-roman-lower and mac-roman-upper.
10944 2001-01-31  Gerd Moellmann  <gerd@gnu.org>
10946         * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
10947         is in front of the left-margin, if any.
10949         * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
10950         like `delete'.
10952         * bindings.el: Define `kp-delete' like `delete' in function-key-map.
10954         * term/w32-win.el (mouse-set-font): Doc fix.
10956 2001-01-31  Stefan Monnier  <monnier@cs.yale.edu>
10958         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
10959         (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
10960         on already.
10962 2001-01-31  Markus Rost  <rost@math.ohio-state.edu>
10964         * files.el (save-buffer): Don't give message if (buffer-file-name)
10965         returns nil.
10967 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
10969         * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
10971         * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
10972         concat for integers.  From Juanma Barranquero <lektu@uol.com.br>.
10974         * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
10975         display problems.
10977 2001-01-31  Kenichi Handa  <handa@etl.go.jp>
10979         * international/mule.el (charset-info): Fix docstring.
10981         * international/mule-diag.el (describe-character-set): Check final
10982         char valid before printing it.
10984 2001-01-30  Gerd Moellmann  <gerd@gnu.org>
10986         * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
10988         * frame.el (frame-notice-user-settings): Do the tool-bar
10989         stuff only for graphical displays.  Fix a braino.
10991         * frame.el (frame-initialize): Create initial frame visible.
10992         (frame-notice-user-settings): When tool-bar has been switched off,
10993         correct the frame size and sync tool-bar-mode.
10995         * startup.el (command-line): Remove manipulation of frame
10996         height for tool bars.
10998 2001-01-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11000         * lpr.el: Compatibility with XEmacs and doc fixes.
11001         (lpr-windows-system, lpr-lp-system): New vars.
11002         (lpr-printer-switch): New defcustom.
11003         (printer-name, lpr-command): Customization fix.
11004         (print-region-1): Code fix.
11005         (print-region-new-buffer, printify-region): Indentation fix.
11006         (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
11007         New functions.
11009 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
11011         * msb.el (toplevel): Fix the eval-after-load.
11013 2001-01-29  Dave Love  <fx@gnu.org>
11015         * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
11017         * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
11019         * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
11020         (tcl-using-emacs-19-23): Consider Emacs 21+.
11021         (tcl-help-directory-list, tcl-command-switches): Fix :type.
11022         (tcl-add-emacs-menu): Supply menu name.
11023         (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
11025 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
11027         * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
11029 2001-01-29  Stefan Monnier  <monnier@cs.yale.edu>
11031         * pcvs.el (cvs-mark-fis-dead): New function.
11032         (cvs-mode-add): Use it.
11033         (cvs-mode-add-change-log-entry-other-window):
11034         Rebind change-log-default-name to itself rather than to nil.
11036 2001-01-29  Sam Steingold  <sds@gnu.org>
11038         * vc-cvs.el: Replaced (require 'vc) with a bunch of
11039         `autoload' statements.
11041 2001-01-29  Eli Zaretskii  <eliz@is.elta.co.il>
11043         * files.el (confirm-kill-emacs): Doc fix.
11045         * frame.el (frame-initialize): Doc fix.
11047         * time-stamp.el (time-stamp-string): Doc fix.
11049         * woman.el (WoMan-log-1): Make the log buffer writable.
11050         From Markus Rost <rost@math.ohio-state.edu>.
11052 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
11054         * imenu.el (imenu-syntax-alist): Add autoload cookie for
11055         the `make-variable-buffer-local'.
11057 2001-01-29  Dave Love  <fx@gnu.org>
11059         * ansi-color.el (ansi-color-for-comint-mode): Add :version.
11060         (ansi-color-for-comint-mode-on, ansi-color-process-output):
11061         Add autoload cookie.
11062         (ansi-color-apply-sequence): Fix typo.
11064 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
11066         * menu-bar.el (menu-bar-files-menu): Add menu items for
11067         Postscript printing in black and white.
11069         * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
11070         X-Mailman-Version, Precedence, List-Help, List-Post,
11071         List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
11072         Content-Type, Content-Length.
11074 2001-01-29  Dave Love  <fx@gnu.org>
11076         * elide-head.el (elide-head): Make overlay evaporate.
11078         * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
11080 2001-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
11082         * isearch.el (isearch-highlight): Don't punt if the display
11083         doesn't support colors, since isearch faces are defined for
11084         monochrome displays as well.
11086 2001-01-27  Sam Steingold  <sds@gnu.org>
11088         * shell.el (shell-write-history-on-exit): Make sure that we are in
11089         the shell buffer (M-x tex-file RET inserted the error message into
11090         the TeX buffer).
11092 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
11094         * simple.el (transient-mark-mode): Doc fix.
11096 2001-01-27  Gerd Moellmann  <gerd@gnu.org>
11098         * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
11100 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
11102         * shell.el (shell-unquote-argument): If the shell is one of the
11103         mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
11104         quote character.
11105         (shell-dumb-shell-regexp): Document that the shells which match
11106         this regexp are supposed to not treat a backslash as a quote character.
11108         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
11109         from 2001-01-12.  It is not needed, since backspace is mapped into DEL.
11111 2001-01-27  Richard M. Stallman  <rms@gnu.org>
11113         * dabbrev.el (dabbrev--substitute-expansion):
11114         Treat a one-capital-letter abbrev as "not all upper case",
11115         so as to force preservation of the expansion's pattern
11116         if the expansion starts with a capital letter.
11118 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
11120         * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
11121         Doc fix.
11123         * simple.el (transient-mark-mode): Document the fact that many
11124         commands act on the region when mark is active.
11126 2001-01-27  Kenichi Handa  <handa@etl.go.jp>
11128         * international/quail.el (quail-setup-completion-buf): Make the
11129         multibyteness of current buffer inherited to Quail completion buffer.
11130         (quail-show-guidance-buf): Make the multibyteness of current
11131         buffer inherited to Quail guidance buffer.
11132         (quail-help): Make the multibyteness of current buffer inherited
11133         to Quail help buffer.
11135 2001-01-26  Dave Love  <fx@gnu.org>
11137         * time-stamp.el: Doc fixes.
11139         * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
11140         (delphi-keyword-face, delphi-other-face): Fix :type.
11142         * textmodes/flyspell.el: Doc fixes.  Add :version to new options.
11144         * mail/feedmail.el (feedmail): Add :link.
11145         (feedmail-send-it): Doc fix.
11147         * mail/sendmail.el: Doc fixes.
11148         (sendmail-send-it): Fix the non-ASCII regexp and use
11149         rfc2047-encode-string.
11151         * dired.el, dired-aux.el: Revert last change.
11153 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
11155         * makefile.w32-in (DONTCOMPILE): Add various term files.
11157 2001-01-26  Dave Love  <fx@gnu.org>
11159         * Makefile.in (DONTCOMPILE): Add various term files.
11161 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
11163         * man.el (Man-default-man-entry, Man-mode): Doc fix.
11165         * startup.el (display-startup-echo-area-message): Make sure
11166         the echo area is resized to fit the size of the startup message.
11168         * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
11169         part of which is a constant.
11171 2001-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
11173         * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
11175 2001-01-26  Richard M. Stallman  <rms@gnu.org>
11177         * simple.el (next-line): Don't let `newline' expand abbrevs.
11178         Simplify slightly.
11179         (open-line): Don't let `newline' expand abbrevs.
11181 2001-01-25  John Wiegley  <johnw@gnu.org>
11183         * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
11184         to `repeat' in the :type field.
11186         * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
11187         allow a choice of regexp or nil.
11188         (pcomplete-dir-ignore): Same.
11190         * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
11191         a command) to always fail.
11193 2001-01-25  Gerd Moellmann  <gerd@gnu.org>
11195         * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
11196         discard the result.
11197         (iswitchb-to-end): Likewise.
11199 2001-01-25  Sam Steingold  <sds@gnu.org>
11201         * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
11202         Require vc.
11204 2001-01-25  Stefan Monnier  <monnier@cs.yale.edu>
11206         * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
11208         * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
11210 2001-01-25  Dave Love  <fx@gnu.org>
11212         * lisp/international/mule-diag.el (describe-char-after): Doc fix.
11213         (describe-coding-system): Tweak the English text.
11215         * loadup.el: Preload international/ccl for utf-8.
11217 2001-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
11219         * mail/rmail.el (rmail-redecode-body): Doc fix.
11221 2001-01-25  Kenichi Handa  <handa@etl.go.jp>
11223         * international/mule-cmds.el (reset-language-environment):
11224         Reset coding-category-utf-8 to mule-utf-8.
11226         * international/mule-conf.el (coding-category-utf-8):
11227         Initialize to mule-utf-8.
11229         * loadup.el: Preload international/utf-8.
11231         * international/utf-8.el: New file.
11233 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
11235         * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
11237 2001-01-24  Sam Steingold  <sds@gnu.org>
11239         * dired.el (dired-replace-in-string): Removed.
11240         (dired-sort-toggle): Use `replace-regexps-in-string'
11241         instead of `dired-replace-in-string'.
11243         * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
11244         (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
11246         * gs.el (gs-replace-in-string): Removed.
11247         (gs-options): Use `replace-regexps-in-string'
11248         instead of `gs-replace-in-string'.
11250 2001-01-24  Eli Zaretskii  <eliz@is.elta.co.il>
11252         * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
11253         bug report is mailed to an email list and posted to a news group.
11255 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
11257         * comint.el (comint-replace-by-expanded-history-before-point):
11258         Fix change of 2000-08-03 to move point to the start of the line again.
11260         * startup.el (tool-bar-images-pixel-height): New variable.
11261         (command-line): After loading the user's init file, when
11262         tool-bar-mode is on, increase the frame's size by some lines for
11263         the tool-bar.
11265         * frame.el (frame-initialize): Create the initial frame invisible.
11267 2001-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
11269         * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
11270         (chinese-big5): MIME:Big5.
11272 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
11274         * international/mule-cmds.el (universal-coding-system-argument):
11275         Handle commands with prefix args.
11277 2001-01-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11279         * calendar/diary-lib.el (diary-float): Fix case of MONTH
11280         being a list of numbers.
11281         (diary-mail-entries): Rewritten.
11283 2001-01-23  Dave Love  <fx@gnu.org>
11285         * international/mule.el (make-coding-system): Fix typo.
11287         * textmodes/outline.el (outline-mode) <font-lock-defaults>:
11288         Add backward-paragraph as font-lock-beginning-of-syntax-function.
11290 2001-01-23  Eli Zaretskii  <eliz@is.elta.co.il>
11292         * font-lock.el (font-lock-mode): Doc fix.
11294 2001-01-23  Kenichi Handa  <handa@etl.go.jp>
11296         * international/mule.el (make-translation-table): Fix docstring.
11298 2001-01-22  Eli Zaretskii  <eliz@is.elta.co.il>
11300         * mail/rmail.el (rmail-redecode-body): New function.
11302         * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
11304 2001-01-22  Gerd Moellmann  <gerd@gnu.org>
11306         * isearch.el (isearch-lazy-highlight-case-fold-search)
11307         (isearch-lazy-highlight-regexp): New variables.
11308         (isearch-lazy-highlight-cleanup): Update lazy highlight if
11309         case-fold search or regexp search has been toggled.
11311         * wid-edit.el (widget-button-click): Avoid a save-excursion
11312         around running a global binding.
11314         * isearch.el (isearch-lazy-highlight-initial-delay): Set default
11315         to 0.25.
11317 2001-01-20  Miles Bader  <miles@gnu.org>
11319         * cus-edit.el (custom-face-save): Do post-processing on the face's
11320         new value like `custom-face-set' does.
11322 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
11324         * mail/emacsbug.el (report-emacs-bug): Report the value of
11325         LC_CTYPE, not LC_TYPE.
11327         * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
11328         isearch-toggle-regexp and isearch-edit-string to doc string.
11330 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
11332         * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
11333         as font-lock-beginning-of-syntax-function in font-lock-defaults.
11335         * jit-lock.el (jit-lock-fontify-now): Don't bind
11336         font-lock-beginning-of-syntax-function to nil.
11338 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
11340         * mail/emacsbug.el (report-emacs-bug): Report values of
11341         locale-coding-system, default-enable-multibyte-characters, and the
11342         environment variables LC_ALL, LC_TYPE, and LANG.
11344 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
11346         * font-lock.el (font-lock-default-fontify-region): Fix last change.
11348         * font-lock.el (font-lock-multiline): Default to nil.
11349         (font-lock-default-fontify-region): If font-lock-multiline is
11350         nil, don't check the property `font-lock-multiline'.
11352         * jit-lock.el (jit-lock-after-change): If font-lock-multiline
11353         is nil, don't check the `font-lock-multiline' text property.
11355 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
11357         * viper.el: Call initial-major-mode on startup.
11359         * ediff.el (ediff-patch-file): Use better defaults.
11361         * ediff-vers.el: Fix for 8+3 DOS file systems.
11363 2001-01-19  Colin Walters <walters@cis.ohio-state.edu>
11365         * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
11366         diff mode, if available.
11368 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
11370         * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
11372         * ediff-init.el (subst-char-in-string): Define and use it, unless
11373         it's already defined.
11375 2001-01-18  Gerd Moellmann  <gerd@gnu.org>
11377         * tooltip.el (tooltip-hide-delay): New user-option.
11378         (tooltip-show): Use tooltip-hide-delay instead of the default.
11380 2001-01-18  Kenichi Handa  <handa@etl.go.jp>
11382         * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
11383         kill-local-variable doesn't work for enable-multibyte-characters.
11385 2001-01-17  Dave Love  <fx@gnu.org>
11387         * ediff-init.el (ediff-before-setup-hook)
11388         (ediff-merge-filename-prefix): Add :version.
11390         * international/latin1-disp.el: Require disp-table.
11391         (latin1-display): Fix :set.
11393         * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
11395 2001-01-17  Gerd Moellmann  <gerd@gnu.org>
11397         * isearch.el (isearch-lazy-highlight-initial-delay)
11398         (isearch-lazy-highlight-interval): Default to 0.
11400 2001-01-17  Bob Glickstein  <bobg@zanshin.com>
11402         * isearch.el (isearch-highlight): Set isearch-overlay priority to
11403         1 here rather than each time through
11404         isearch-lazy-highlight-new-loop.
11405         (isearch-lazy-highlight-max): Variable deleted.
11406         (isearch-lazy-highlight-max-at-a-time): New user variable, like
11407         isearch-lazy-highlight-max but controls a single invocation of
11408         isearch-lazy-highlight-update.
11409         (isearch-lazy-highlight-wrapped): Variable recreated.
11410         (isearch-lazy-highlight-window-start): New variable.
11411         (isearch-lazy-highlight-cleanup): Restored to behavior of
11412         before 2-Jan.
11413         (isearch-lazy-highlight-remove-overlays): Function deleted;
11414         behavior folded into isearch-lazy-highlight-cleanup.  "Keep"
11415         behavior removed.
11416         (isearch-lazy-highlight-new-loop): Restore old behavior of calling
11417         isearch-lazy-highlight-update in a loop rather than just once.
11418         Test isearch-invalid-regexp here and decide not to start a new
11419         loop, rather than testing it each time through
11420         isearch-lazy-highlight-update.
11421         (isearch-lazy-highlight-search): Function restored.
11422         (isearch-lazy-highlight-update): Get called in a timer loop again,
11423         but this time highlight more than one match each time through.
11424         Only highlight matches in the visible part of the window.
11425         Start at point, move in the direction of the search, and wrap around at
11426         the edge of the window.  Use sit-for to force redisplay and ensure
11427         window-start is credible.  "Face suppressing" behavior removed;
11428         overlay priorities should make it unnecessary, right?
11429         (isearch-highlight): Face suppressing behavior removed.
11430         (isearch-dehighlight): Face suppressing behavior removed.
11431         (isearch-set-lazy-highlight-faces-at): Removed.
11433 2001-01-17  Kenichi Handa  <handa@etl.go.jp>
11435         * language/european.el ("Latin-1"): Make the format of description
11436         about additional language environments same as that of Latin-2.
11438 2001-01-16  Dave Love  <fx@gnu.org>
11440         * isearch.el (isearch-lazy-highlight): Add :version.
11442         * simple.el (backward-delete-char-untabify-method)
11443         (next-line-add-newlines): Add :version.
11445 2001-01-16  Gerd Moellmann  <gerd@gnu.org>
11447         * bindings.el: Bind <backspace> and <delete> via function-key-map.
11448         Don't bind <delete> otherwise.
11450         * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
11451         and <delete> via function-key-map.
11453         * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
11454         Subject line only if point is after the `Subject:'.
11456 2001-01-16  Kenichi Handa  <handa@etl.go.jp>
11458         * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
11459         japanese-jisx0213-2 in `charset' property of this lang. env.
11461         * language/european.el ("Latin-1"): Add description for Dutch and
11462         Spanish lang. env.
11464         * international/mule.el (decode-char): Fix conditions.
11465         (encode-char): Handle eight-bit-control too.
11466         (transform-make-coding-system-args): New function.
11467         (make-coding-system): Accept XEmacs style arguments for CCL base
11468         coding system.
11470 2001-01-15  Gerd Moellmann  <gerd@gnu.org>
11472         * progmodes/etags.el (find-tag-noselect): Save the value of
11473         tags-file-name before switching buffers, for the case it has a
11474         buffer-local value.
11476 2001-01-15  Alex Schroeder  <alex@gnu.org>
11478         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
11479         From Dave Love <fx@gnu.org>.
11480         (ansi-color-for-comint-mode): Fix :version.
11482 2001-01-15  Alex Schroeder  <alex@gnu.org>
11484         * ansi-color.el (ansi-color-unfontify-region): Doc change.
11486 2001-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
11488         * dired.el (dired-insert-directory): If file-system-info fails,
11489         remove the " free " part, but don't signal an error.
11491 2001-01-12  Sam Steingold  <sds@gnu.org>
11493         * bookmark.el (bookmark-maybe-historicize-string):
11494         Use new backquote syntax.
11496 2001-01-12  Richard M. Stallman  <rms@gnu.org>
11498         * subr.el (last): Handle a list that doesn't end in nil.
11500 2001-01-12  Sam Steingold  <sds@gnu.org>
11502         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
11503         to `backward-delete-char-untabify'.
11505 2001-01-12  Dave Love  <fx@gnu.org>
11507         * cus-edit.el (customize-menu-create): Fix the :filter following
11508         easymenu change.
11510         * wid-edit.el (function): Add :match-alternatives.
11511         (widget-color-action): Doc fix.
11513 2001-01-12  Gerd Moellmann  <gerd@gnu.org>
11515         * calendar/calendar.el (calendar-basic-setup): Doc fix.
11517 2001-01-12  Kenichi Handa  <handa@etl.go.jp>
11519         * international/mule-cmds.el (prefer-coding-system): Fix docstring.
11521         * international/ccl.el (define-ccl-program): Fix docstring.
11523 2001-01-11  Dave Love  <fx@gnu.org>
11525         * international/mule-cmds.el (standard-display-european-internal):
11526         Set display table for 2208 as for 160.
11528         * progmodes/ada-mode.el (ada-popup-key): Fix last change.
11530         * progmodes/fortran.el (fortran-mode-map): Modify Customization
11531         entry for custom-menu-create change.
11532         (fortran-strip-sqeuence-nos): Make arg optional.  Fix regexp and
11533         don't cons it in the search loop.
11535         * imenu.el (imenu--truncate-items): Revert last change.
11537 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
11539         * info.el (Info-setup-header-line): If the node header includes
11540         either Next: or Prev: links, don't show the File: and Node: parts
11541         in the header line.
11543 2001-01-11  Gerd Moellmann  <gerd@gnu.org>
11545         * comint.el (comint-goto-process-mark): Don't print a message
11546         when running in batch mode.
11548         * isearch.el (isearch-search): In the condition-case handler for
11549         `error', set isearch-invalid-regexp to the whole error message.
11551         * subr.el (eval-after-load): Call load-symbol-file-load-history to
11552         ensure that eval-after-load works for files dumped with Emacs.
11554         * help.el (load-symbol-file-load-history): New function extracted
11555         from function symbol-file.
11556         (symbol-file): Use it.
11558         * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
11560 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
11562         * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
11563         behave as if there were no prefix argument.
11564         (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
11565         argument were nil.
11567 2001-01-11  Richard M. Stallman  <rms@gnu.org>
11569         * isearch.el (isearch-lazy-highlight-update):
11570         Don't look for more potential matches once maximum is exceeded.
11571         Use overlays-in to check correctly for overlap with current match.
11572         Ignore empty matches.
11574 2001-01-11  Miles Bader  <miles@gnu.org>
11576         * textmodes/ispell.el (ispell-adjusted-window-height): New function.
11577         (ispell-overlay-window, ispell-help, ispell-show-choices)
11578         (ispell-command-loop): Use it instead of `window-height'.
11580 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
11582         * files.el (confirm-kill-emacs): New user-option.
11583         (save-buffers-kill-emacs): Ask for final confirmation before
11584         killing Emacs.
11586         * isearch.el (isearch-done): Set isearch-lazy-highlight-start
11587         to nil.
11589 2001-01-10  Dave Love  <fx@gnu.org>
11591         * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
11593         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
11595         * hi-lock.el (hi-lock-exclude-modes): Fix :type.
11597         * calculator.el (calculator-number-digits): Fix :type.
11599         * vc-cvs.el (vc-cvs-header): Fix :type.
11600         * vc-rcs.el (vc-rcs-header): Fix :type.
11601         * vc-sccs.el (vc-sccs-header): Fix :type.
11603         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
11605         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
11607         * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
11609 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
11611         * simple.el (set-variable): Force a thorough redisplay for the
11612         case that the variable has an effect on the display, like
11613         `tab-width' has.
11615 2001-01-10  Andre Spiegel  <spiegel@gnu.org>
11617         * vc.el: Add documentation for backend interface.
11619 2001-01-10  Kenichi Handa  <handa@etl.go.jp>
11621         * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
11623         * international/mule-conf.el (latin-extra-code-table): Set to t
11624         for \223 and \224.
11626 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
11628         * international/mule-cmds.el (locale-language-names): Map "es" to
11629         "Spanish" and "nl" to "Dutch".
11631 2001-01-09  Gerd Moellmann  <gerd@gnu.org>
11633         * bindings.el (global-map): Bind <home> to beginning-of-line,
11634         <end> to end-of-line, C-<home> to beginning-of-buffer, and
11635         C-<end> to end-of-buffer.
11637         * language/european.el: Add Dutch and Spanish language info
11638         to be able to use the appropriate tutorials.
11640 2001-01-09  Alex Schroeder  <alex@gnu.org>
11642         * ansi-color.el (ansi-color-process-output): Use markers instead
11643         of positions for start and end of region.
11644         (ansi-color-apply-on-region): Rewrote code to make it more robust.
11645         Previously, occasional mistakes happend when fontifying many
11646         chunks of output (eg. ls --color=yes /dev).  This happened
11647         whenever an overlay was created up to the end of the region, which
11648         coincided with the process-mark.  New text would then be added
11649         within that overlay instead of after it.
11650         (ansi-color-make-extent): Overlays are created with the property
11651         `modification-hooks' set to '(ansi-color-freeze-overlay).
11652         (ansi-color-freeze-overlay): New function.  When inserting text at
11653         the end of the overlay, the overlay will resize.
11655 2000-01-09  Alex Schroeder  <alex@gnu.org>
11657         * ansi-color.el (ansi-color-process-output): Doc change.
11658         (ansi-color-unfontify-region): Doc change.  No longer installed
11659         automatically in font-lock-unfontify-region-function.
11660         (ansi-color-apply): Doc change.
11661         (ansi-color-apply-on-region): Use extents or overlays instead of
11662         text-properties.
11663         (ansi-color-make-extent): New function.
11664         (ansi-color-set-extent-face): New function.
11666 2000-01-09  Alex Schroeder  <alex@gnu.org>
11668         * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
11669         both use ansi-color-process-output, now.
11670         (ansi-color-process-output): Doesn't return string anymore.  It is
11671         installed in comint-output-filter-functions for both Emacs and
11672         XEmacs, now.
11673         (ansi-color-unfontify-region): Simplified code removing variables
11674         pos and start-ansi.
11675         (ansi-color-apply): Put text-property ansi-color before putting
11676         text-property face because ansi-color-unfontify-region is called
11677         immediately after the call to put-text-property.
11678         (ansi-color-context-region): Doc change.
11679         (ansi-color-filter-region): Simplified code.
11680         (ansi-color-apply-on-region): Changed start to start-marker, using
11681         a marker explicitly.  Put text-property ansi-color before putting
11682         text-property face because ansi-color-unfontify-region is called
11683         immediately after the call to put-text-property.
11685 2000-01-09  Alex Schroeder  <alex@gnu.org>
11687         * ansi-color.el (ansi-color-faces-vector): Doc change.
11688         (ansi-color-for-comint-mode): Changed :type property to choice.
11689         (ansi-color-last-context): Removed.
11690         (ansi-color-process-output): Don't use ansi-color-last-context, as
11691         the main functions will store their context now.
11692         (ansi-color-context): Doc change.
11693         (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
11694         Uses ansi-color-context such that repeated calls will strip
11695         partial escape sequences, too.
11696         (ansi-color-apply): Simplified code.  Colorize end of string if
11697         face is not null.  Store context in new (FACE STRING) format, such
11698         that repeated calls will strip partial escape sequences, too.
11699         Append faces to face property using ansi-color-apply-sequence such
11700         that cumulative mode actually works.
11701         (ansi-color-context-region): New variable.
11702         (ansi-color-filter-region): Rewrote it based on
11703         ansi-color-apply-on-region.  Uses ansi-color-context-region such
11704         that repeated calls will strip partial escape sequences, too.
11705         (ansi-color-apply-on-region): Simplified code.  Colorize end of
11706         region if face is not null.  Store context in new (FACE POS)
11707         format, such that repeated calls will strip partial escape
11708         sequences, too.  Append faces to face property using
11709         ansi-color-apply-sequence such that cumulative mode actually works.
11710         (ansi-color-apply-sequence): New function.
11711         (ansi-color-get-face): When the default face is added to the list
11712         of faces, all previous settings are discarded and the list of
11713         faces is set to '(default).
11715 2000-01-09  Alex Schroeder  <alex@gnu.org>
11717         * ansi-color.el (ansi-color-faces-vector): Use nil for the default
11718         face, such that ansi-color-apply and ansi-color-apply-on-region
11719         will do the right thing.
11720         (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
11721         returns nil, set the list of faces back to nil instead of
11722         appending the result of ansi-color-get-face to the front of the list.
11724 2000-01-09  Alex Schroeder  <alex@gnu.org>
11726         * ansi-color.el (ansi-color-for-comint-mode): Doc change.
11727         (ansi-color-process): Doc change.
11728         (ansi-color-last-context): New buffer-local variable.
11729         (ansi-color-process-output): New function.  It is automatically
11730         added to comint-output-filter-functions if this is XEmacs.
11731         (ansi-color-unfontify-region): New optional parameter for XEmacs
11732         compatibility.  Check wether font-lock-syntactic-keywords is
11733         boundp before removing the syntax table text property, as XEmacs
11734         doesn't have it.
11735         (ansi-color-filter-region): Doc change.
11736         (ansi-color-apply-on-region): Doc change.
11737         (ansi-color-make-face): New function.  Compatibility layer for
11738         XEmacs.  Return temporary faces instead of cons cells for XEmacs.
11739         (ansi-color-make-color-map): Use ansi-color-make-face.
11740         (ansi-color-get-face): Avoid face text property '(nil) as results
11741         in an errow for XEmacs.
11743 2000-01-09  Alex Schroeder  <alex@gnu.org>
11745         * ansi-color.el (ansi-color-unfontify-region): New function.
11746         Uses text-property ansi-color in order to preserve fontification by
11747         ansi-color.  When the package is loaded, a lambda expression is
11748         put onto font-lock-mode-hook.  This lambda expression will check
11749         font-lock-unfontify-region-function and replace
11750         font-lock-default-unfontify-region with ansi-color-unfontify-region.
11751         (ansi-color-apply): Add text-property ansi-color in addition to
11752         text-property face.
11753         (ansi-color-apply-on-region): Add text-property ansi-color in
11754         addition to text-property face.
11755         (save-buffer-state): Copy of the macro that is also used by
11756         lazy-lock and font-lock.
11758         (ansi-color-for-comint-mode): New option.
11759         (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
11760         (ansi-color-for-comint-mode-off): Ditto.
11761         (ansi-color-for-comint-mode-filter): Ditto.
11762         (ansi-color-process): New function.  Uses ansi-color-for-comint-mode to
11763         decide what to do.  This function is added to
11764         comint-preoutput-filter-functions when the package is loaded.
11766         (ansi-color-for-shell-mode-set): Removed.
11767         (ansi-color-for-shell-mode): Removed.
11769 2000-01-09  Alex Schroeder  <alex@gnu.org>
11771         * ansi-color.el (ansi-color-for-shell-mode-set): New function with
11772         the lambda expression from the ansi-color-for-shell-mode :set
11773         property.  Additionally, modify shell-mode-hook to enable or
11774         disable font-lock-mode for future shell buffers.
11775         (ansi-color-for-shell-mode): The :set property calls
11776         ansi-color-for-shell-mode-set instead of a lambda expression.
11778 2000-01-09  Alex Schroeder  <alex@gnu.org>
11780         * ansi-color.el (ansi-color-for-shell-mode): Doc change.
11781         (ansi-color-context): New variable.
11782         (ansi-color-apply): Save context between calls.
11784 2001-01-09  Eli Zaretskii  <eliz@is.elta.co.il>
11786         * isearch.el (isearch, isearch-lazy-highlight-face):
11787         New definitions for face colors and attributes.
11789         * wid-edit.el (widget-choose): Call display-popup-menus-p instead
11790         of display-mouse-p.
11792 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
11794         * international/mule.el (make-coding-system): If the coding system
11795         accepts extra latin codes, register such codes as safe for the
11796         coding system.
11798 2001-01-08  Richard M. Stallman  <rms@gnu.org>
11800         * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
11801         don't mention the file name or the date here, because they are
11802         logged at the start of the file.
11804 2001-01-08  Richard M. Stallman  <rms@gnu.org>
11806         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
11807         Change screen-width to frame-width.
11809 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
11811         * info.el (Info-search): Print the default as part of the prompt.
11813 2001-01-08  Andre Spiegel  <spiegel@gnu.org>
11815         * vc.el (vc-default-latest-on-branch-p): New function, replaces
11816         constant implementations in backends.
11818         * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
11819         (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
11821         * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
11822         WRITABLE to EDITABLE.
11824         * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
11825         (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
11826         to EDITABLE.
11828 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
11830         * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
11831         (copyright, copyright-update): Compute the current year at run time.
11833 2001-01-08  Gerd Moellmann  <gerd@gnu.org>
11835         * isearch.el (isearch-old-signal-hook): Removed.
11836         (isearch-mode): Add isearch-done to kbd-macro-termination-hook
11837         instead of setting signal-hook-function.
11838         (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
11840 2001-01-08  Kevin Gallagher  <kevingal@onramp.net>
11842         * emulation/edt.el: Update to version 4.0.  Provide support for
11843         EDT scroll margins at top and bottom of the window.  Provide an
11844         emulation of the EDT SUBS command (bound to GOLD-Enter, by
11845         default).  Enhance edt-quit, bound to GOLD-q by default, to warn
11846         user when file-related buffer modifications exist.
11847         Provide support for running EDT Emulation in XEmacs.
11848         Provide customize access to some user updatable variables.
11849         Add Commentary section to file header.
11850         Fixed a few minor bugs and cleaned up some code.
11852         * emulation/edt-mapper.el: Update to version 4.0.  Provide support
11853         for detecting a keypress that generates an ASCII key sequence.
11854         (Previously, only a keypress that generates a vector was
11855         recognized.)  Embed Window Manager name into name of the generated
11856         EDT Emulation initialization file since the initialization file is
11857         Window Manager specific.  Add Commentary section to file header.
11859 2001-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
11861         * mail/sendmail.el (mail-mode): Doc fix.
11863         * info.el (Info-goto-emacs-command-node): Doc fix.
11864         (Info-goto-emacs-key-command-node): Doc fix.
11866 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
11868         * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
11869         systems without long file-name support.
11871 2001-01-06  Andrew Innes  <andrewi@gnu.org>
11873         * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
11875 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
11877         * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
11878         (isearch-lazy-highlight-update): Doc fix.
11880         * ffap.el (ffap-bindings): Doc fix.
11882         * dired-x.el (dired-virtual-guess-dir): Doc fix.
11884 2001-01-05  Dave Love  <fx@gnu.org>
11886         * emacs-lisp/cl-seq.el (remove, remq): Remove.
11888 2001-01-05  Gerd Moellmann  <gerd@gnu.org>
11890         * mouse-drag.el (mouse-drag-safe-scroll):
11891         Bind scroll-preserve-screen-position to nil.
11893         * isearch.el (isearch-old-signal-hook): New variable.
11894         (isearch-mode): Set signal-hook-function to isearch-done.
11895         (isearch-done): Restore old signal-hook-function.
11897         * info.el (Info-fontify-node): Mark one more char as intangible.
11899 2000-01-05  Kenichi Handa  <handa@etl.go.jp>
11901         * composite.el (compose-last-chars): New argument COMPONENTS.
11902         If it is non-nil, compose preceding characters by compose-region with
11903         COMPONENTS.
11905         * international/quail.el (quail-input-string-to-events): New function.
11906         (quail-input-method): Convert input string to events here.
11907         (quail-start-translation): Return input string, not event list.
11908         (quail-start-conversion): Likewise.
11910 2001-01-04  Gerd Moellmann  <gerd@gnu.org>
11912         * tooltip.el (tooltip-cancel-delayed-tip)
11913         (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
11914         and tooltip-add-timeout.
11915         (tooltip-show): Set border color from faces's foreground.
11916         (tooltip-show-help-function): If called with the same help string
11917         as last time, do nothing.
11918         (tooltip-help-tips): Don't set tooltip-help-message to nil.
11920         * startup.el (fancy-splash-screens): Don't bind show-help-function
11921         to nil.
11923         * tooltip.el (tooltip-frame-parameters): Remove colors.
11924         (tooltip): New face
11925         (tooltip-set-param): New function.
11926         (tooltip-show): Set up color frame parameters from face `tooltip'.
11927         Display the tooltip text in face `tooltip'.
11929 2001-01-04  Dave Love  <fx@gnu.org>
11931         * whitespace.el (whitespace-global-mode): Fix typo.
11933         * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
11935 2001-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
11937         * help.el (help-for-help): Fix a typo in a doc string.
11938         From kwzh@gnu.org (Karl Heuer).
11940 2001-01-03  Dave Love  <fx@gnu.org>
11942         * dired-x.el: Doc fixes.  Maintainer change.
11943         (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
11944         (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
11945         (dired-guess-shell-alist-user): Customize.
11946         (dired-x-help-address): Set to bug-gnu-emacs.
11947         (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
11948         (dired-default-directory): Renamed from default-directory.
11950         * hl-line.el (hl-line): Doc fix.
11952 2001-01-03  Karl Fogel  <kfogel@red-bean.com>
11954         * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
11956 2001-01-02  Richard M. Stallman  <rms@gnu.org>
11958         * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
11959         to remove all the current alternative-match highlighting.
11960         If nil, remove only what's outside the current window.
11961         (isearch-lazy-highlight-remove-overlays): Take optional
11962         region within which NOT to remove them.
11963         (isearch-lazy-highlight-new-loop): Greatly simplified.
11964         (isearch-lazy-highlight-update): Find all the other occurrences
11965         visible in the window, in just one call.
11966         (isearch-lazy-highlight-start): Now holds start of region to scan.
11967         (isearch-lazy-highlight-end): Now holds end of region to scan.
11968         (isearch-lazy-highlight-wrapped): Variable deleted.
11969         (isearch-lazy-highlight-search): Function deleted.
11971 2000-01-02  Andrew Innes  <andrewi@gnu.org>
11973         * w32-fns.el (convert-standard-filename): Do length check on name
11974         before aref.
11976 2001-01-02  Dave Love  <fx@gnu.org>
11978         * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
11979         value.
11980         (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
11982         * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
11984         * net/browse-url.el (browse-url-filename-alist): Avoid backquote
11985         read syntax.
11987         * calendar/todo-mode.el (todo): Add :link, :version.
11988         (todo-save-top-priorities): Remove autoload cookie.
11989         (todo-add-category, todo-add-item-non-interactively)
11990         (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
11992 2001-01-02  Gerd Moellmann  <gerd@gnu.org>
11994         * comint.el (comint-input-history-ignore): New variable.
11995         (comint-read-input-ring): Ignore entries matching
11996         comint-input-history-ignore.
11998 2001-01-02  Eric M. Ludlam  <zappo@gnu.org>
12000         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
12001         (lm-copyright-mark): New function.
12002         (lm-crack-copyright): New function.
12003         (lm-verify): Check that the file has a copyright.
12004         Check that the file is copyright Free Software Foundation.
12006 2000-12-30  Kenichi Handa  <handa@etl.go.jp>
12008         * international/mule-diag.el (print-fontset): Indent font name by
12009         24 columns, not 25.
12011 2000-12-29  Gerd Moellmann  <gerd@gnu.org>
12013         * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
12014         in Subject line.
12016         * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
12017         Use mail-mode-hook instead of mail-setup-hook.
12018         Otherwise continuing an interrupted message with C-u C-x m for
12019         instance, winds up in Mail mode without abbrevs.
12021 2000-12-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12023         * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
12024         non-nil.  Adding almost all customization variables on ps-setup.
12025         Doc fix.
12026         (ps-print-version): New version number (6.3.3).
12027         (ps-end-with-control-d): Initialization fix.
12028         (ps-lines-printed): New var.
12029         (ps-skip-newline): New fun.
12030         (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
12031         (ps-next-line, ps-continue-line, ps-plot-region)
12032         (ps-generate-postscript-with-faces, ps-end-job): Code fix.
12034 2000-12-29  Kenichi Handa  <handa@etl.go.jp>
12036         * international/fontset.el (x-complement-fontset-spec):
12037         Resolve ASCII font name so that the same family name is used for fonts
12038         registered in x-font-name-charset-alist.
12039         (create-fontset-from-fontset-spec): Adjusted for the above change.
12040         The name of fontset alias should be a unresolved ASCII font name.
12042 2000-12-28  Gerd Moellmann  <gerd@gnu.org>
12044         * simple.el (delete-key-deletes-forward-mode): Bind backspace
12045         and delete in isearch-mode-map.
12047 2000-12-28  Richard M. Stallman  <rms@gnu.org>
12049         * dired-x.el (dired-guess-shell-alist-default):
12050         Use xpdf instead of acroread.
12052 2000-12-28  Kenichi Handa  <handa@etl.go.jp>
12054         * textmodes/artist.el (artist-butlast): Deleted.
12055         (artist-ellipse-mirror-quadrant): Use butlast instead of
12056         artist-butlast.
12058         * subr.el (butlast, nbutlast): Moved from cl.el to here.
12060         * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
12062 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
12064         From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
12066         * ls-lisp.el: Better support for the Mac and MS-Windows.
12067         (ls-lisp): New defgroup.
12068         (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
12069         (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
12070         (ls-lisp-support-shell-wildcards): New defcustoms.
12071         (ls-lisp-parse-symlink): New function.
12072         (insert-directory): Code to convert switches to a list and set up
12073         the wildcard argument copied from ls-lisp-insert-directory.
12074         (ls-lisp-insert-directory): New argument TIME-INDEX.  Add support
12075         for -C and -R switches.
12076         (ls-lisp-column-format): New function.
12077         (ls-lisp-delete-matching, ls-lisp-handle-switches)
12078         (ls-lisp-format-time): Add doc strings.
12079         (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
12080         Support ls-lisp-dirs-first.
12081         (ls-lisp-classify, ls-lisp-extension): New functions.
12082         (ls-lisp-format): Optionally support emulation of symlinks.
12083         Support -i, -s, and -G switches.
12085 2000-12-27  Gerd Moellmann  <gerd@gnu.org>
12087         * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
12089         * version.el (emacs-version): Print X scroll bar information.
12091         * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
12092         instead of x-toolkit-scroll-bars-p.
12094         * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
12095         of x-toolkit-scroll-bars-p.
12097 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
12099         * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
12100         (ffap-bindings): Doc fix, to reflect the above change.
12102 2000-12-27  Kenichi Handa  <handa@etl.go.jp>
12104         * term.el (term-char-mode): Define all non-ascii self-inserting
12105         characters to 'term-send-raw in term-raw-map.
12107 2000-12-25  Michael Kifer  <kifer@cs.sunysb.edu>
12109         * viper-init (viper-restore-cursor-type): Added condition-case guard.
12111         * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
12112         Changed initialization; use add-hook.
12113         (ediff-file-remote-p): Use file-local-copy.
12115         * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
12117         * ediff.el (ediff-patch-buffer): Bug fix.
12118         (ediff-revision): Allow selection of the file at the prompt.
12120 2000-12-23  Stefan Monnier  <monnier@cs.yale.edu>
12122         * subr.el (combine-run-hooks): Remove.
12124         * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
12125         and remove the rogue second spec.
12127 2000-12-23  Gerd Moellmann  <gerd@gnu.org>
12129         * progmodes/compile.el (compilation-forget-errors): Fix indentation.
12131 2000-12-22  Stefan Monnier  <monnier@cs.yale.edu>
12133         * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
12134         Use minibuffer menu prompt for the `=' prefix.
12135         (smerge-command-prefix): Change default to C-^.
12136         (smerge-mode): Don't assume font-lock doesn't move point.
12138         * skeleton.el (skeleton-internal-1): Make sure the first line of
12139         the region is also re-indented.
12140         (skeleton-end-newline): New var.
12141         (skeleton-end-hook): Use it.
12143 2000-12-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12145         * comint.el (comint-password-prompt-regexp): Support CVS.
12147 2000-12-22  Gerd Moellmann  <gerd@gnu.org>
12149         * simple.el (delete-key-deletes-forward-mode): Simplify.
12150         Also backspace key combinations, depending on
12151         delete-key-deletes-forward.
12153         * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
12155         * simple.el (delete-key-deletes-forward): Doc fix.
12157 2000-08-22  Emmanuel Briot  <briot@gnat.com>
12159         * xml.el (top level comment): Updated to reflect the fact that
12160         white spaces are relevant in the XML file.
12161         (xml-parse-file): Do not kill an existing Emacs buffer if the file
12162         to parse was already edited. This allows for on-the-fly analysis
12163         of XML files.
12164         (xml-parse-tag): Check that the casing is the same in the start
12165         tag and end tag, since XML is case-sensitive.  Allows for spaces
12166         in the end tag, after the name of the tag.
12167         (xml-parse-attlist): Allow for the character '-' in the name of
12168         attributes, as in the standard http-equiv attribute Do not save
12169         the properties in the XML tree, since they are not relevant.
12171 2000-12-21  Stefan Monnier  <monnier@cs.yale.edu>
12173         * generic.el (generic-read-type): Undo last change, inline into
12174         `generic-mode' and then remove.
12175         (generic-mode): Inline generic-read-type.
12176         (define-generic-mode): Push the symbol name rather than the symbol
12177         onto generic-mode-list.
12179 2000-12-21  Gerd Moellmann  <gerd@gnu.org>
12181         * generic.el (generic-read-type): Build an alist for
12182         completing-read as in 20.7.
12184         * play/landmark.el (lm): Use interactive spec `P'.
12185         (toplevel): Don't set debug-on-error.
12187         * server.el (server-switch-buffer): Choose a window on a visible frame.
12189 2000-12-21  Dave Pearson  <davep@davep.org>
12191         * quickurl.el: Commentry change, I've moved my web site.
12193 2000-12-21  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12195         * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
12196         ranges like \177-\237, but accepts the character sequence from \177 to
12197         \237.  Doc fix.
12198         (ebnf-version): New version (3.4).
12199         (ebnf-setup): Code fix.
12200         (ebnf-range-regexp): New fun.
12201         (ebnf-8-bit-chars): Const fix.
12203         * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
12204         entry.  Doc fix.
12205         (ebnf-bnf-lex): Code fix.
12206         (ebnf-bnf-comment-chars): Const fix.
12208         * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
12209         entry.  Doc fix.
12210         (ebnf-iso-comment-chars): Const fix.
12212         * ebnf-otz.el: Doc fix.
12214         * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
12215         entry.  Doc fix.
12216         (ebnf-yac-skip-code): Code fix.
12217         (ebnf-yac-comment-chars): Const fix.
12219 2000-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
12221         * files.el (insert-directory-safely): New function.
12222         (recover-file): Use it instead of insert-directory.
12223         From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12225 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
12227         * international/mule-cmds.el (select-safe-coding-system):
12228         Check coding-category-list more rigidly.  Improve help message.
12230         * dired.el (dired-move-to-filename-regexp): Fix previous change.
12232 2000-12-21  Miles Bader  <miles@gnu.org>
12234         * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
12236 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
12238         * international/mule-diag.el (describe-char-after): Make *Help*
12239         buffer inherit multibyteness of the current buffer.
12241         * international/mule.el (make-char): Docstring adjusted for the
12242         change of make-char-internal.
12244 2000-12-20  Stefan Monnier  <monnier@cs.yale.edu>
12246         * international/iso-cvt.el: Docstrings fix.
12248 2000-12-20  Dave Love  <fx@gnu.org>
12250         * subr.el (eval-after-load): Doc fix.
12252 2000-12-20  Kenichi Handa  <handa@etl.go.jp>
12254         * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
12255         for numbers.
12257 2000-12-20  Miles Bader  <miles@gnu.org>
12259         * international/quail.el (quail-help): Resize the help window
12260         again after it has all its contents.  Remove unneeded progn.
12262 2000-12-19  Gerd Moellmann  <gerd@gnu.org>
12264         * pcmpl-linux.el: Fix copy/paste error.
12266 2000-12-19  Andrew Innes  <andrewi@gnu.org>
12268         * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
12270 2000-12-19  Carsten Dominik  <dominik@strw.leidenuniv.nl>
12272         * progmodes/idlw-rinfo.el: Fixed copyright notice.
12274         * progmodes/idlw-toolbar.el: Fixed copyright notice.
12276         * progmodes/idlw-shell.el: Fixed copyright notice.
12278         * progmodes/idlwave.el: Fixed copyright notice.
12280         * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
12281         TAB as key separators.
12283 2000-12-19  Alex Schroeder  <alex@gnu.org>
12285         * sql.el (sql-sybase-options): New option.
12286         (sql-sybase): Use it.  Add sql-database to the list of parameters
12287         provided for login.  The options -w 2048 -n are not used any more.
12288         (sql-postgres-options): Changed default from "--pset" to "-P".
12289         (sql-mysql-options): Doc change.
12290         (sql-stop): Doc change.
12292 2000-12-19  Kenichi Handa  <handa@etl.go.jp>
12294         * international/quail.el (quail-input-method): Always hide
12295         the guidance buffer on exiting.
12297 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
12299         * tooltip.el (tooltip-mode): Signal an error if x-show-tip
12300         isn't fboundp.
12302         * server.el (server-buffer-done): Bury the buffer before
12303         killing it.
12305         * faces.el (face-spec-set): Interpret a nil in specs for
12306         foreground and background colors as `unspecified', for
12307         compatibility with 20.x.
12309 2000-12-18  Dave Love  <fx@gnu.org>
12311         * simple.el (mail-user-agent): Doc fix.
12312         (input-mode-8-bit): Removed.
12314         * international/mule.el (set-keyboard-coding-system): Doc fix.
12315         (keyboard-coding-system): New option.
12317         * mail/sendmail.el (send-mail-function): Customize.
12319 2000-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
12321         * international/codepage.el (cp866-decode-table): New table.
12323 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
12325         * version.el (emacs-version): Remove `%a' from the time format
12326         because the weekday doesn't fit well into each locale.
12328 2000-12-18  Miles Bader  <miles@gnu.org>
12330         * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
12332         * textmodes/artist.el (artist-replace-chars, artist-replace-char):
12333         Check that emacs-major-version is `=' to 20, not `>='.
12334         (artist-replace-chars): Use `make-string' instead of a loop.
12336 2000-12-17  Stefan Monnier  <monnier@cs.yale.edu>
12338         * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
12339         (cvs-execute-single-file): Don't change directory.
12340         Patch from Per Cederqvist.
12342 2000-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
12344         * textmodes/ispell.el (check-ispell-version):
12345         If `ispell-program-name' is "aspell", pass it the -v switch instead
12346         of -vv.
12348 2000-12-16  Kenichi Handa  <handa@etl.go.jp>
12350         * international/mule-diag.el (mule-diag): Insert information about
12351         configure options, multibyte awareness, language env.
12353         * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
12354         regexp to search for candidates.
12356 2000-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
12358         * info.el (Info-forward-node): If the node has an
12359         Info-header-line, widen the buffer before searching for "next:"
12360         and "up:" pointers, and set the search limit to stay in the
12361         current node.
12363 2000-12-16  Miles Bader  <miles@gnu.org>
12365         * simple.el (delete-trailing-whitespace): Remove extraneous let.
12367 2000-12-15  Miles Bader  <miles@gnu.org>
12369         * comint.el (comint-send-string, comint-send-region): Also accept
12370         a buffer, buffer-name, or nil for PROCESS, for compatibility with
12371         process-send-string/region.
12373 2000-12-15  Gerd Moellmann  <gerd@gnu.org>
12375         * isearch.el (isearch-lazy-highlight-max): New user-option.
12376         (isearch-lazy-highlight-update): Don't highlight more than
12377         isearch-lazy-highlight-max matches.
12379         * mail/mh-utils.el (mh-find-path): Set read-mail-command.
12381 2000-12-15  Richard M. Stallman  <rms@gnu.org>
12383         * sort.el (sort-columns): Fix error message.
12385         * dabbrev.el (dabbrev--last-case-pattern): Value is now
12386         `upcase' or `downcase' or nil.
12387         (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
12388         Pass new record-case-pattern arg to dabbrev--substitute-expansion.
12389         (dabbrev--substitute-expansion): New arg record-case-pattern.
12390         If it is non-nil, set dabbrev--last-case-pattern.
12391         If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
12393         * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
12395 2000-12-15  Miles Bader  <miles@gnu.org>
12397         * paths.el (Info-default-directory-list): Don't delete
12398         configure-info-directory from the list of standard info
12399         directories when appending it to the end -- their order is important.
12401         * faces.el (read-face-attribute): If there's no entry for the
12402         user's input in VALID, just use it as-is (this will often result
12403         in an error, but it may be OK for e.g. colors using hexadecimal
12404         notation, and at least will yield a better error message).
12406         * window.el (mode-line-window-height-fudge): Function removed.
12407         (height-affecting-face-attributes, mode-line-window-height-fudge):
12408         Variables removed.
12409         * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
12410         window is really the right size.  Use vertical-motion
12411         rather than forward-line.
12412         (ispell-help): Don't use ispell-mode-line-window-height-fudge.
12413         (ispell-command-loop, ispell-show-choices): Use the variable
12414         ispell-choices-win-default-height, rather than the function.
12415         (ispell-choices-win-default-height): Function removed.
12416         (ispell-mode-line-window-height-fudge): Function removed.
12418 2000-12-14  Stefan Monnier  <monnier@cs.yale.edu>
12420         * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
12422 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
12424         * paths.el (Info-default-directory-list):
12425         If configure-info-directory is not one of the standard directories,
12426         put it first in the list; otherwise put it last.  Doc string
12427         changed accordingly.
12429         * info.el (Info-directory-list): Change doc string to reflect the
12430         change in Info-default-directory-list.
12432         * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
12433         windows-nt as windowed environments, even under -nw.
12435         * startup.el (command-line): Don't call x-backspace-delete-keys-p
12436         if not fboundp.  Switch delete-forward mode for the <delete> key
12437         on all PC platforms, even under -nw.
12439         * term/internal.el ([M-delete]): Remap to M-d.
12441 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
12443         * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
12445 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
12447         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
12449 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
12451         * startup.el (command-line): Call delete-key-deletes-forward-mode,
12452         if appropriate.
12454         * simple.el (delete-key-deletes-forward): New user-option.
12455         (delete-key-deletes-forward-mode): New function.
12457         * bindings.el: Bind `delete' to backward-delete-char.
12459         * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
12460         Test if symbol is bound before getting its value.
12462         * tooltip.el (tooltip-show): If an error is signaled in
12463         x-show-tip, display that error, and display the help in the
12464         echo area.
12466 2000-12-14  Kenichi Handa  <handa@etl.go.jp>
12468         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
12469         Show "... entries" messages for every 10000 entries, not 10.
12471 2000-12-13  Karl Fogel  <kfogel@red-bean.com>
12473         * bookmark.el: Provide a generic exit hook, as suggested by
12474         Ovidiu Predescu <ovidiu@cup.hp.com>:
12475         (bookmark-exit-hook): New var.
12476         (bookmark-exit-hook-internal): New func, replaces
12477         old raw lambda form in `kill-emacs-hook', and runs new
12478         `bookmark-exit-hooks'.  No longer tests for the bookmark feature,
12479         as logically that feature must have been provided if this function
12480         is running.
12481         Removed ;;;###autoload before the `add-hook' call.
12483 2000-12-13  Stefan Monnier  <monnier@cs.yale.edu>
12485         * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
12486         (easy-menu-current-active-maps): New function.
12487         (easy-menu-get-map): Use it.
12488         Make a proper menu entry when creating a new keymap.
12490 2000-12-13  Kenichi Handa  <handa@etl.go.jp>
12492         * international/characters.el: Fix cases and syntaxes for
12493         mule-unicode-0100-24ff.
12495         * dired.el (dired-move-to-filename-regexp): Fixed for the case
12496         that a Japanese character is not appended after day and year.
12498         * info.el (Info-suffix-list): Change format for a command that
12499         requires arguments.
12500         (info-insert-file-contents): Adjusted for the above change.
12502 2000-12-12  Andreas Schwab  <schwab@suse.de>
12504         * tar-mode.el (tar-extract): Base the name of the subfile buffer
12505         on the name of the tar buffer.  Verify that the existing buffer is
12506         visiting the same subfile.
12508 2000-12-12  Dave Love  <fx@gnu.org>
12510         * subdirs.el: Add obsolete.
12512 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
12514         * mail/rmailsum.el (rmail-summary-expunge)
12515         (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
12516         instead of rmail-confirm-expunge.
12518         * replace.el (perform-replace): Don't use an empty match adjacent
12519         to a non-empty match when computing the next match before the
12520         replacement is performed.
12522 2000-12-12  Milan Zamazal  <pdm@freesoft.cz>
12524         * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
12525         definition (patch by Stefan Monnier).
12526         (glasses-mode): Use jit-lock instead of `after-change-functions'
12527         (patch by Stefan Monnier).
12529 2000-12-12  Miles Bader  <miles@gnu.org>
12531         * info.el (Info-last-preorder): Don't barf on nodes without a prev.
12532         (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
12534 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
12536         * term/mac-win.el: Remove load for ls-lisp.
12538         * loadup.el: Load ls-lisp for system-type `macos'.
12540 2000-12-12  Miles Bader  <miles@gnu.org>
12542         * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
12543         Respect field end too.
12544         (just-one-space): Respect fields as `delete-horizontal-space'.
12545         (newline-and-indent, reindent-then-newline-and-indent):
12546         Use `delete-horizontal-space'.
12548 2000-12-11  Stefan Monnier  <monnier@cs.yale.edu>
12550         * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
12551         (so as to obey the field property in the minibuffer).
12553         * obsolete/c-mode.el: Moved from lisp/progmodes.
12554         * obsolete/auto-show.el: Moved from lisp.
12555         * obsolete/ooutline.el: Moved from lisp/textmodes.
12557 2000-12-11  Carsten Dominik  <dominik@strw.leidenuniv.nl>
12559         * progmodes/idlwave.el: Updated to IDLWAVE version 4.7.  Too many
12560         changes to list them here.
12562         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
12563         Too many changes to list them here.
12565         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
12566         Too many changes to list them here.
12568         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
12570 2000-12-11  Gerd Moellmann  <gerd@gnu.org>
12572         * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
12574         * cus-edit.el (custom-save-variables, custom-save-faces):
12575         Comment fix.
12577         * hscroll.el: Moved to `obsolete' subdir.
12579 2000-12-11  Miles Bader  <miles@gnu.org>
12581         * window.el (window-text-height): Function removed (now in C).
12583 2000-12-10  Stefan Monnier  <monnier@cs.yale.edu>
12585         * log-edit.el (log-edit-parent-buffer): New var.
12586         (log-edit): Set it.  Add BUFFER argument.
12587         (log-edit-done): Use char-before.
12588         Don't bother checking validity of vc-comment-ring.
12589         Only bury the buffer if log-edit popped it up.
12591         * pcvs.el: Update references to CVS-Edit (now Log-Edit).
12592         (cvs-mode-diff-help): Remove.
12593         (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
12594         (cvs-mode-marked): Set up the default for CMD manually.
12596         * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
12597         Remove binding for ? now made unnecessary.
12599 2000-12-10  Carsten Dominik  <dominik@strw.leidenuniv.nl>
12601         * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
12602         (reftex-TeX-master-file): Check for `tex-main-file' early enough.
12604         * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
12605         when master file is not open.
12607 2000-12-09  Stefan Monnier  <monnier@cs.yale.edu>
12609         * progmodes/ada-stmt.el: Update `maintainer'.
12611 2000-12-09  Stephen Gildea  <gildea@stop.mail-abuse.org>
12613         * time-stamp.el (time-stamp-old-format-warn): Reorder custom
12614         choices to match documentation string.
12616 2000-12-09  Miles Bader  <miles@gnu.org>
12618         * minibuf-eldef.el: New file.
12620         * window.el (fit-window-to-buffer): Don't pass last argument to
12621         pos-visible-in-window-p, now that its meaning is inverted.
12623 2000-12-08  Eli Zaretskii  <eliz@is.elta.co.il>
12625         * image.el (create-image): Doc fix; spotted by Per Cederqvist
12626         <ceder@lysator.liu.se>.
12628 2000-12-08  Stefan Monnier  <monnier@cs.yale.edu>
12630         * autoinsert.el (auto-insert-alist): Add missing final \n.
12632         * pcvs-defs.el (cvs-menu): Move.  Make submenu for diff commands.
12633         (cvs-menu-map): Remove.
12634         * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
12635         (cvs-mode-quit): Turn it back into a plain function.
12637         * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
12638         (texinfo-filter): Remove (move to texinfo.el).
12640         * textmodes/texinfo.el: Move the (require 'cl) to the front of the
12641         file where it's more visible.
12642         (texinfo-filter, texinfo-chapter-level-regexp): New variables
12643         moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
12644         (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
12645         (texinfo-inside-macro-p): Only catch `scan-error's.
12646         (texinfo-inside-env-p): Make better use of the match info.
12647         (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
12648         (texinfo-insert-@end): Slight re-organization.
12649         Also remove useless `looking-at' call.
12651 2000-12-08  Andrew Innes  <andrewi@gnu.org>
12653         * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
12654         accessible in -nw mode.
12656         * term/w32-win.el: Remove stuff about selection timeout, which is
12657         irrelevant on Windows.  Move clipboard support to w32-fns.el, so
12658         it is accessible in -nw mode.
12660 2000-12-08  Dave Love  <fx@gnu.org>
12662         * emacs-lisp/lisp-mode.el (lisp-mode):
12663         Set font-lock-keywords-case-fold-search.
12665 2000-12-08  Gerd Moellmann  <gerd@gnu.org>
12667         * textmodes/ispell.el (ispell): Doc fix.
12669 2000-12-08  Kenichi Handa  <handa@etl.go.jp>
12671         * international/quail.el (quail-insert-decode-map): Check the
12672         frame width of a window displaying the current buffer, not that of
12673         the selected frame.
12674         (quail-help): Make sure that the help buffer has window before
12675         inserting text in it.
12677 2000-12-07  Sam Steingold  <sds@gnu.org>
12679         * loadup.el: Load emacs-lisp/backquote instead of autoloading.
12680         Backquote is used in isearch.el, so autoloading saves nothing.
12682 2000-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
12684         * startup.el (normal-top-level-add-subdirs-to-load-path):
12685         Ignore the CVS and RCS subdirectories case-insensitively.
12687         * dired.el (dired-insert-directory): If file-system-info is
12688         fboundp, call it instead of invoking dired-free-space-program.
12690 2000-12-07  Gerd Moellmann  <gerd@gnu.org>
12692         * server.el (server-visit-files): Push files on file-name-history.
12694         * progmodes/cc-langs.el: Update copyright.
12696         * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
12698         * bindings.el (mode-line-mode-menu): Add glasses-mode.
12700         * bindings.el (mode-line-mode-menu): Reverse the order
12701         of define-keys so that the menu appears in alphabetical order.
12703 2000-12-07  Milan Zamazal  <pdm@freesoft.cz>
12705         * progmodes/glasses.el (glasses-mode): Update mode line at the end
12706         of the function.
12708 2000-12-07  Dave Love  <fx@gnu.org>
12710         * jka-compr.el (jka-compr-compression-info-list): Fix :type.
12712         * facemenu.el (facemenu-unlisted-faces): Fix value.
12714 2000-12-07  Stefan Monnier  <monnier@cs.yale.edu>
12716         * font-lock.el (font-lock-default-fontify-region):
12717         Include the terminating \n (off-by-one error).
12718         (font-lock-set-defaults): Use dolist.
12720         * derived.el (define-derived-mode): Don't use combine-run-hooks.
12722 2000-12-07  Kenichi Handa  <handa@etl.go.jp>
12724         * international/mule-cmds.el (describe-language-environment):
12725         Fix for the case that an input method title is not string but a list.
12727         * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
12728         of wrong SIZE record.
12730 2000-12-06  Dave Love  <fx@gnu.org>
12732         * newcomment.el (comment-region, comment-dwim): Doc fix.
12734         * textmodes/texinfo.el: Require tex-mode when compiling.
12735         (texinfo-update-node): Doc fix.
12736         (texinfo-imenu-generic-expression): Add @anchor.
12737         (texinfo-font-lock-keywords): Add @uref.
12738         (texinfo-inside-macro-p): Don't use ignore-errors.
12739         (texinfo-insert-quote): Match more contexts.
12741         * international/mule.el (decode-char, encode-char): Doc fix.
12742         (auto-coding-alist): Customize.
12744         * files.el (load-file): Fix change of 2000-03-12.
12746         * wid-edit.el (widget-text-keymap): Doc fix.
12748 2000-12-06  Andrew Innes  <andrewi@gnu.org>
12750         * makefile.w32-in (lisp): Set to an absolute directory, namely
12751         $(CURDIR).
12753 2000-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
12755         * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
12756         read generated-autoload-file, and set buffer-file-coding-system to
12757         raw-text-unix after reading the file.
12759         * international/mule-conf.el (file-coding-system-alist):
12760         Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
12762 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
12764         * replace.el (occur): Make line-number-width 1 smaller for the
12765         colon following the line number.
12767         * startup.el (fancy-splash-text, command-line-1):
12768         Use `File' for the menu name instead of `Files'.
12770         * tmm.el: Update copyright.
12772         * cus-start.el: Add entry for even-window-heights.
12774 2000-12-06  Miles Bader  <miles@gnu.org>
12776         * faces.el (frame-set-background-mode): Avoid stomping on
12777         locally modified faces.
12779 2000-12-06  Kenichi Handa  <handa@etl.go.jp>
12781         * international/fontset.el: Correct the font registries for
12782         japanese-jisx0213-1 and japanese-jisx0213-2.
12784 2000-12-05  Gerd Moellmann  <gerd@gnu.org>
12786         * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
12788         * iswitchb.el: Update customization commentary.
12790 2000-12-05  Rob Riepel  <riepel@Stanford.EDU>
12792         * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
12793         (tpu-search-highlight): Fixed comparison of overlay end positions.
12794         (tpu-trim-line-ends): Implemented trimming logic locally.
12796         * emulation/tpu-extras.el (tpu-write-file-hook)
12797         (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
12799 2000-12-05  Kenichi Handa  <handa@etl.go.jp>
12801         * language/chinese.el (chinese-iso-8bit): Change mime-charset name
12802         to cn-gb.
12803         (cn-gb, gb2312): New aliases for chinese-iso-8bit.
12805 2000-12-04  Dave Love  <fx@gnu.org>
12807         * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
12809 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
12811         * mail/rmailsum.el (rmail-summary-expunge)
12812         (rmail-summary-expunge-and-save): Ask for confirmation with
12813         rmail-expunge-confirmed.
12815         * mail/rmail.el (rmail-expunge-confirmed): New function.
12816         (rmail-expunge): Use it.
12818 2000-12-04  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
12820         * progmodes/etags.el (tag-partial-file-name-match-p): New function.
12821         (etags-recognize-tags-table, find-tag-in-order):
12822         New functionality: interpret file names as tags.
12824 2000-12-04  Eli Zaretskii  <eliz@is.elta.co.il>
12826         * info.el (Info-scroll-prefer-subnodes): New defcustom.
12827         (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
12828         the first subnode until the bottom of the current node is visible.
12830 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
12832         * format.el (format-decode): Don't change buffer's undo list.
12834 2000-12-04  Kenichi Handa  <handa@etl.go.jp>
12836         * faces.el (face-font-registry-alternatives): Add entries for CJK
12837         fonts.  Doc-string adjusted for the actual usage of this data.
12839         * international/fontset.el: Change the font registries for CJK
12840         fonts in the default fontset.  Don't append '*' to registries.
12842 2000-12-03  Stefan Monnier  <monnier@cs.yale.edu>
12844         * emacs-lisp/easy-mmode.el (define-derived-mode)
12845         (easy-mmode-derived-mode-p): Remove (moved to derived.el).
12847         * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
12848         (derived-mode-p): New function.
12849         (derived-mode-make-docstring): Add `docstring' argument.
12850         Use it if available and complete it if necessary.
12852 2000-12-03  Andreas Schwab  <schwab@suse.de>
12854         * type-break.el (type-break): Don't make parent of itself.
12856 2000-12-03  Miles Bader  <miles@gnu.org>
12858         * simple.el (delete-trailing-whitespace): Don't delete newlines too.
12860 2000-12-02  Stefan Monnier  <monnier@cs.yale.edu>
12862         * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
12863         (tex-main-file, tex-file): Simplify.
12864         (tex-generate-zap-file-name): Use subst-char-in-string.
12865         (tex-strip-dots): Remove.
12867         * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
12869         * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
12870         to check if the match succeeded.
12872 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
12874         * startup.el (use-fancy-splash-screens-p): New function.
12875         (command-line-1): Use it to determine whether or not to use
12876         a fancy splash screen.
12878 2000-12-02  Andreas Schwab  <schwab@suse.de>
12880         * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
12882 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
12884         * international/mule.el (make-char): Fix last change.
12886         * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
12887         New defcustoms.
12888         (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
12889         autoloading tex-mode; instead, do the same manually.
12890         Use texinfo-open-quote and texinfo-close-quote.  Insert literal quote
12891         with numeric argument.  Docstring fix.
12892         (toplevel): Require cl when compiling.
12894         * international/mule.el (make-char): Doc fix.
12896 2000-12-02  Jason Rumney  <jasonr@gnu.org>
12898         * term/w32-win.el (x-select-enable-clipboard): Customize (as per
12899         the Emacs Lisp manual)
12901 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
12903         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
12905         * term/pc-win.el (x-select-enable-clipboard): Customize (as per
12906         the Emacs Lisp manual).
12908 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
12910         * simple.el (next-line-add-newlines): Change default to nil.
12912 2000-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
12914         * files.el (revert-buffer, recover-file):
12915         Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
12917 2000-12-01  Gerd Moellmann  <gerd@gnu.org>
12919         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
12921 2000-12-01  Miles Bader  <miles@gnu.org>
12923         * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
12925 2000-12-01  Kenichi Handa  <handa@etl.go.jp>
12927         * international/mule-diag.el (describe-char-after): Fix typo.
12928         (describe-character-set, non-iso-charset-alist): Fix typo.
12930 2000-12-01  Miles Bader  <miles@gnu.org>
12932         * image-file.el (image-file-name-regexp): Automatically add
12933         upper-case variants of each filename extension in
12934         `image-file-name-extensions', since they seem to be common.
12936         * simple.el (minibuffer-contents)
12937         (minibuffer-contents-no-properties, delete-minibuffer-contents):
12938         New functions.
12939         * filecache.el (file-cache-directory-name)
12940         (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
12942 2000-12-01  Milan Zamazal  <Milan.Zamazal@qbizm.com>
12944         * filecache.el (file-cache-minibuffer-complete): Don't try to
12945         delete the minibuffer prompt.
12947 2000-11-30  Dave Love  <fx@gnu.org>
12949         * cus-start.el: Fix read-buffer-function type.
12951 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
12953         * md5.el: Removed.  There's a built-in function, now.
12955 2000-11-30  Markus Rost  <rost@math.ohio-state.edu>
12957         * mail/rmail.el (rmail-set-message-counters): Don't use "D"
12958         as dummy 0-th char of rmail-deleted-vector.
12960 2000-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
12962         * ps-print.el (ps-end-job): Bind case-fold-search only after
12963         switching to ps-spool-buffer.
12965 2000-11-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12967         * ps-print.el: Line number font customization.  PostScript: Lines and
12968         PageCount are initialized on each page.  Doc Fix.
12969         (ps-print-version): New version number (6.3.2).
12970         (ps-lpr-switches, ps-font-info-database, ps-font-size)
12971         (ps-header-font-size, ps-header-title-font-size, ps-left-header)
12972         (ps-right-header): Customization fix.
12973         (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
12974         Fix code.
12975         (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
12976         New vars.
12978 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
12980         * bs.el: Fix typos and spelling errors.
12981         (bs-appearance) <defgroup>: Renamed from bs-appearence.
12982         (bs-configuration): Doc fix.
12984         * bs.el: Undo mistaken change of 2000-11-28.  Update copyright.
12986 2000-11-30  Rob Riepel  <riepel@Stanford.EDU>
12988         * emulation/tpu-edt.el (tpu-version): New version.
12989         (tpu-search-overlay, tpu-replace-overlay): New initial range.
12990         (tpu-original-mode-line): Variable deleted.
12991         (tpu-mark-flag): New initial value.
12992         (tpu-set-mode-line): Don't redefine mode-line-format.
12993         Add tpu-mark-flag to minor-mode-alist.
12994         (tpu-update-mode-line): New mark flag logic.
12995         (tpu-get): Use find-file-wildcards.
12996         (tpu-search-highlight): Move overlay less, reset overlay properly.
12997         (tpu-unselect): Deactivate mark.
12998         (tpu-lm-replace): Reset overlay properly.
12999         (tpu-forward-line): Use forward-visible-line.
13000         (tpu-edt-on): Set transient mark mode.  ispell autoloads deleted.
13002         * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
13004 2000-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
13006         * cus-edit.el (custom-face-value-create): Always emphasize tag.
13008 2000-11-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13010         * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
13011         and skip whitespace and newlines.
13013 2000-11-30  Stefan Monnier  <monnier@cs.yale.edu>
13015         * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
13017 2000-11-29  Gerd Moellmann  <gerd@gnu.org>
13019         * help.el (describe-function-1): Regexp-quote function name
13020         when used as part of a regexp.
13022         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
13023         Use face-attribute instead of face-foreground and face-background.
13024         (tool-bar-add-item): Likewise, and handle unspecified colors.
13026         * enriched.el (enriched-face-ans): Use face-attribute instead
13027         of face-foreground and face-background.
13029         * faces.el (face-foreground, face-background, face-stipple):
13030         Return nil if attribute is unspecified, for backward compatibility.
13032         * files.el (auto-mode-alist): Add an entry for antlr-mode.
13034         * play/5x5.el: Remove version info.
13036         * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
13038         * frame.el (blink-cursor-mode): Doc fix.
13040 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
13042         * antlr-mode.el: New commands to run ANTLR from within Emacs and
13043         to create Makefile rules.
13044         (antlr-tool-command): New user option.
13045         (antlr-ask-about-save): New user option.
13046         (antlr-makefile-specification): New user option.
13047         (antlr-file-formats-alist): New variable.
13048         (antlr-special-file-formats): New variable.
13049         (antlr-unknown-file-formats): New user option.
13050         (antlr-help-unknown-file-text): New variable.
13051         (antlr-help-rules-intro): New variable.
13052         (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
13053         (antlr-mode-menu): Add entries.
13054         (antlr-file-dependencies): New function.
13055         (antlr-directory-dependencies): New function.
13056         (antlr-superclasses-glibs): New function.
13057         (antlr-run-tool): New command.
13058         (antlr-makefile-insert-variable): New function.
13059         (antlr-insert-makefile-rules): New function.
13060         (antlr-show-makefile-rules): New command.
13062         * antlr-mode.el: More Emacs/XEmacs stuff.
13063         (antlr-no-action-keywords): New constant with value nil.
13064         (antlr-font-lock-keywords-alist): Use it.  Old value would break
13065         syntax highlighting in Emacs-21.0.
13066         (antlr-default-directory): Emacs/XEmacs dependend function.
13067         (antlr-read-shell-command): Ditto.
13068         (antlr-with-displaying-help-buffer): Ditto.
13070 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
13072         * antlr-mode.el: imenu, parsing and highlighting changes.
13073         (antlr-imenu-create-index-function): Don't create extra submenus
13074         for definitions in different grammar classes.  It is not necessary
13075         for the menu and would make command `imenu' awkward to use.
13076         (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
13077         header actions and more than one.
13078         (antlr-font-lock-tokendef-face): Changed color.
13079         (antlr-font-lock-tokenref-face): Changed color.
13080         (antlr-font-lock-additional-keywords): Also highlight lowercase.
13081         (antlr-mode-syntax-table): New variable.
13082         (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
13083         (antlr-with-syntax-table): Don't copy syntax table.
13085 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
13087         * antlr-mode.el: Minor changes: language setting.
13088         (antlr-language-alist): The value for file option "language" can
13089         be both an identifier and a string.
13090         Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
13091         (antlr-language-limit-n-regexp): Change accordingly.
13093 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
13095         * antlr-mode.el: Minor changes: tabs, hiding.
13096         (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
13097         (antlr-action-visibility): Also allow value nil to also hide the
13098         braces.  Renamed from `antlr-tiny-action-length'.
13099         Suggested by Jay@aol.com.
13100         (antlr-hide-actions): Change accordingly.  Hide line if completely
13101         hidden action is on a line of its own.
13103 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
13105         * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
13107         * sort.el (sort-columns): Don't concat strings with numbers.
13109 2000-11-29  Dave Love  <fx@gnu.org>
13111         * cus-edit.el (face): Fix :format.
13113         * mail/feedmail.el: Require smtpmail when compiling.
13114         (mail-do-fcc): Autoload.
13115         (feedmail) <defgroup>: Fix :link.
13116         (feedmail-nuke-body-in-fcc): Fix :type.
13117         (feedmail-send-it): Add autoload cookie.
13119 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
13121         * newcomment.el (comment-indent): Save excursion around call to
13122         comment-indent-function.
13124 2000-11-29  Miles Bader  <miles@gnu.org>
13126         * subr.el (member-ignore-case): Return the tail of the list who's
13127         car matches, like `member', not the matching element itself.
13129 2000-11-29  Kenichi Handa  <handa@etl.go.jp>
13131         * xml.el (xml-parse-tag): Fix finding opening tag.  A tag name
13132         should not contain `\n'.
13134 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
13136         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
13138         * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
13140         * dired-aux.el (dired-do-create-files): Construct default file
13141         name for dired-mark-read-file-name so that when the user enters
13142         just RET, the target file will end up in the target directory.
13144         * abbrev.el (prepare-abbrev-list-buffer): Get the value of
13145         local-abbrev-table before changing buffers because it might
13146         have a buffer-local binding.
13148 2000-11-28  Miles Bader  <miles@gnu.org>
13150         * simple.el (delete-horizontal-space): Handle fields more generally.
13152 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
13154         * simple.el (delete-horizontal-space): Handle minibuffer prompt.
13156 2000-11-28  Dave Love  <fx@gnu.org>
13158         * progmodes/ps-mode.el (ps-mode): Set comment-start and
13159         comment-start-skip locally.
13161         * progmodes/fortran.el (fortran-mode): Don't set
13162         fortran-comment-line-start-skip.  Set comment-start to
13163         fortran-comment-line-start.
13164         (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
13165         (fortran-comment-line-start-skip): Simplify slightly.
13167 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
13169         * play/5x5.el: Remove RCS keyword.
13171         * bs.el: Mistaken commit, undone 2000-11-30.
13173 2000-11-28  Milan Zamazal  <pdm@freesoft.cz>
13175         * textmodes/tildify.el (tildify-string-alist):
13176         Add `plain-tex-mode' here.
13178 2000-11-28  Colin Walters  <walters@cis.ohio-state.edu>
13180         * chistory.el (Command-history-setup): Remove extraneous `keymap'
13181         reference.
13183 2000-11-28  Miles Bader  <miles@gnu.org>
13185         * cus-face.el (custom-face-attributes): Add post-filter function
13186         for :box.  Make pre-filter function for :box handle all cases.
13188         * wid-edit.el (widget-choose): Make sure pop-up window is large
13189         enough to display all the choices, as there's no way to scroll it.
13191 2000-11-28  Kenichi Handa  <handa@etl.go.jp>
13193         * international/mule-conf.el: Make the coding system no-conversion
13194         safe for all characters.
13196 2000-11-27  Dave Love  <fx@gnu.org>
13198         * net/ldap.el (ldap) <defgroup>: Add :version.
13200         * tooltip.el (tooltip-use-echo-area): Doc fix.
13202         * cus-start.el <minibuffer-prompt-properties>: Add version.
13203         <read-buffer-function>: Add.
13205         * apropos.el (apropos-print): Add help-echo to active text.
13207         * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
13209 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
13211         * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
13212         type, group and version.
13214 2000-11-27  Eli Zaretskii  <eliz@is.elta.co.il>
13216         * select.el (x-get-selection): Docstring fix.
13218 2000-11-27  Dave Pearson <davep@hagbard.demon.co.uk>
13220         * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
13222 2000-11-27  Andrew Innes  <andrewi@gnu.org>
13224         * makefile.nt (.SUFFIXES): Add .SUFFIXES.
13226         * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
13228 2000-11-27  Miles Bader  <miles@gnu.org>
13230         * dired.el (dired-get-filename): Return filename verbatim if
13231         LOCALP is `verbatim'.
13232         * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
13233         `verbatim' so that we don't inadvertently delete a non-existant
13234         directory name.
13236 2000-11-27  Kenichi Handa  <handa@etl.go.jp>
13238         * international/characters.el: Specify cases and syntaxes for
13239         mule-unicode-0100-24ff.
13241 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
13243         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
13244         that foreground and/or background colors of the face `tool-bar'
13245         are unspecified.
13247 2000-11-27  Miles Bader  <miles@gnu.org>
13249         * wid-edit.el (widget-field-buffer, widget-field-start)
13250         (widget-field-end): Handle widget field `pseudo-overlays'.
13251         (widget-field-value-delete): Delete WIDGET from `widget-field-new'
13252         if it's there instead of in `widget-field-list'.
13254         * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
13255         (help-make-xrefs): Delete extraneous newlines at the end of the
13256         docstring.
13258 2000-11-25  Jason Rumney  <jasonr@gnu.org>
13260         * startup.el (command-line): Call set-locale-environment after
13261         Window System init file is read, as it can result in a call to
13262         redraw-frame.
13264 2000-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
13266         * simple.el (shell-command): Mention the effect of the prefix
13267         argument in the doc string.
13269 2000-11-25  Miles Bader  <miles@gnu.org>
13271         * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
13273         * wid-edit.el (widget-field-value-delete): Don't try to delete
13274         overlay when it's the `pseudo-overlay' that exists at some points.
13276 2000-11-24  Jason Rumney  <jasonr@gnu.org>
13278         * international/mule-cmds.el (locale-language-names): Add "jp" as
13279         a non-standard alternative for Japanese.
13281 2000-11-24  Andre Spiegel  <spiegel@gnu.org>
13283         * vc-hooks.el: Require 'cl during compilation.
13285 2000-11-24  Gerd Moellmann  <gerd@gnu.org>
13287         * faces.el (face-set-after-frame-default): Let face attributes
13288         specified for new frames override frame parameters.
13290         * startup.el (command-line): Fix computation of the source file
13291         for user-init-file when user-init-file is a compiled file.
13293 2000-11-24  Miles Bader  <miles@gnu.org>
13295         * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
13296         (custom-post-filter-face-spec): New functions.
13297         (custom-face-set, custom-face-value-create): Filter the face spec
13298         before and after customization.
13299         (custom-face-set): If VALUE specifies a null face, pass a
13300         non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
13301         * cus-face.el (custom-face-attributes): Remove SET and GET
13302         functions.  Add some IN-FILTER and OUT-FILTER functions in the few
13303         cases they're needed.
13305         * wid-edit.el (checkbox): Add a small `X' to the :on-glyph, so
13306         that it's distinguishable from the :off-glyph on dark-background
13307         displays.  Set its background color too.
13309         * cus-start.el (all): Restore entry for `mode-line-inverse-video',
13310         so that people can easily turn it off.
13312 2000-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
13314         * ediff-diff.el: Moved variables around to have it compile under NT.
13316         * ediff-help.el (ediff-use-long-help-message): Made it customizable.
13318         * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
13320         * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
13321         redundant skip-small-frames test.
13323         * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
13324         (viper-downgrade-to-insert): Protect against errors in hooks.
13326         * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
13327         (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
13328         (viper-restore-cursor-type,viper-set-insert-cursor-type):
13329         New functions.
13331         * viper-util.el (viper-memq-char): Bug fixes.
13333         * viper.el (viper-mode): Fix cursor handling.
13335 2000-11-24  Kenichi Handa  <handa@etl.go.jp>
13337         * international/mule-diag.el (list-iso-charset-chars):
13338         For two-byte charset, fix the `while' condition.
13339         (list-non-iso-charset-chars): Fix the `while' condition.
13341 2000-11-23  Stefan Monnier  <monnier@cs.yale.edu>
13343         * subr.el (add-hook, remove-hook): Don't call make-local-hook
13344         if the variable is make-variable-buffer-local.
13346         * progmodes/ada-stmt.el (ada-template-map):
13347         Initialize and bind it to C-c t in ada-mode-map.
13348         (ada-stmt-mode-hook): New function extracted from old code.
13349         Only change the buffer-local side of skeleton-*.
13350         (ada-mode-hook): Use it.
13352 2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
13354         * iswitchb.el (iswitchb-minibuf-depth): New variable.
13355         (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
13356         we expect to be returned by minibuffer-depth once we prompt the
13357         user in the minibuffer.
13358         (iswitchb-entryfn-p): If minibuffer-depth returns the same value
13359         as recorded in iswitchb-minibuf-depth, return non-nil.
13361 2000-11-23  Eli Zaretskii <eliz@is.elta.co.il>
13363         * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
13364         (hscroll-window-maybe): Docstring fix.
13366 2000-11-23  Dave Love  <fx@gnu.org>
13368         * rect.el (string-rectangle): Don't test delete-selection-mode.
13370 2000-11-23  Gerd Moellmann  <gerd@gnu.org>
13372         * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
13373         is in the tool bar.
13375         * dired-aux.el (dired-add-entry): Don't call dired-get-filename
13376         with `no-dir'; we want the directory part to be able to remove it.
13378 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
13380         * textmodes/outline.el (outline-flag-region):
13381         Don't bind inhibit-read-only since we don't modify the buffer.
13382         (outline-isearch-open-invisible): Don't jump to overlay-start
13383         since we're trying to unhide text around point.
13384         (outline-discard-overlays): Use dolist.
13386         * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
13388 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
13390         * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
13392 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
13394         * textmodes/tex-mode.el (tex-font-lock-keywords-1):
13395         Fix ARG regexp to skip quoted braces.
13396         (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
13397         Remove `bf' and `it' from `bold' and `italic' (they were wrong and
13398         are (correctly) handled separately).
13399         Remove `caption' and `footnote' from `citations': they contain text.
13400         Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
13401         (latex-skeleton-end-hook): New function.
13402         (latex-mode): Use it.
13403         (tex-start-tex-marker): Remove.
13404         (tex-send-tex-command): Don't set tex-start-tex-marker.
13405         (tex-error-parse-syntax-table): New var.
13406         (tex-compilation-parse-errors): Use it.
13407         Ignore tex-start-tex-marker.  Don't bother with marker-position.
13408         (tex-validate-buffer): Don't bother with marker-position.
13410         * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
13411         (flyspell-generic-progmode-verify): Use it.
13413 2000-11-22  Sam Steingold  <sds@gnu.org>
13415         * simple.el (delete-trailing-whitespace): New interactive function.
13417         * progmodes/ada-mode.el (ada-mode): Use it instead of
13418         `ada-remove-trailing-spaces'.
13419         (ada-remove-trailing-spaces): Removed.
13421         * textmodes/two-column.el (2C-merge): Recommend it in the doc.
13423         * textmodes/picture.el (picture-clean): Removed.
13424         (picture-mode-exit): Call it instead of `picture-clean'.
13426 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
13428         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
13430         * hi-lock.el (hi-lock-refontify): Don't call non-existent
13431         jit-lock-fontify-buffer; it should anyway be unneccessary to
13432         do anything special when jit-lock is active.
13433         (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
13435 2000-11-22  Dave Love  <fx@gnu.org>
13437         * calendar/todo-mode.el (todo-top-priorities): Use
13438         todo-tmp-buffer-name.  From Milan Zamazal <Milan.Zamazal@qbizm.com>.
13440         * language/chinese.el, language/cyrillic.el:
13441         * language/devanagari.el, language/ethiopic.el, language/greek.el:
13442         * language/hebrew.el, language/indian.el, language/japanese.el:
13443         * language/korean.el, language/lao.el, language/misc-lang.el:
13444         * language/thai.el, language/tibetan.el, language/vietnamese.el:
13445         Use provide.
13447         * cus-edit.el (custom-buffer-create-internal): Save some consing.
13448         (custom-variable-set): Improve validation error mesage.
13450         * rect.el (string-rectangle): Revert last change.
13451         (string-rectangle-line): New arg DELETE.
13452         (string-rectangle): Check delete-selection-mode.
13454         * emacs-lisp/edebug.el (edebug-version)
13455         (edebug-maintainer-address): Deleted.
13456         (edebug-submit-bug-report): Just alias to report-emacs-bug.
13457         (edebug-read-function): Account for other `'#' read forms.
13458         (edebug-mode-menus): Make some items toggles.
13459         (edebug-outside-unread-command-event, unread-command-event):
13460         Remove these to avoid warnings.
13462 2000-11-22  David Ponce  <david@dponce.com>
13464         * recentf.el (recentf-menu-items-for-commands)
13465         (recentf-make-menu-items, recentf-make-menu-item)
13466         (recentf-filter-changer): Added :help and :active menu-item properties.
13468         (recentf-build-dir-rules, recentf-dump-variable)
13469         (recentf-edit-list, recentf-open-files-item)
13470         (recentf-open-files): Replaced unnecessary `mapcar' with new
13471         built-in `mapc'.
13473 2000-11-23  Miles Bader  <miles@gnu.org>
13475         * faces.el (menu): Make inverse-video on ttys too.
13477 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
13479         * simple.el (comment-line-break-function): Use the new name
13480         indent-new-comment-line -> comment-indent-new-line.
13481         (clone-indirect-buffer): Don't ignore NORECORD.
13482         (next-completion): Properly handle the case where items are adjacent.
13484         * mouse.el (popup-menu): Stupid typo.
13486 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
13488         * emacs-lisp/authors.el: Remove autoload cookies, add author,
13489         maintainer, keywords tags.
13491         * rect.el (replace-rectangle): Don't call string-rectangle-line
13492         with too many arguments.
13494 2000-11-22  Andre Spiegel  <spiegel@gnu.org>
13496         * ediff-util.el (ediff-file-checked-out-p)
13497         (ediff-file-checked-in-p): Call vc-state instead of
13498         vc-locking-user, which no longer exists.
13500         * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
13502 2000-11-22  Dave Love  <fx@gnu.org>
13504         * md5.el (md5): Provide.
13505         (md5): Fix error call.
13507 2000-11-22  Miles Bader  <miles@gnu.org>
13509         * textmodes/refill.el (refill-adjust-ignorable-overlay)
13510         (refill-fill-paragraph-at): Remove debugging code.
13512         * calendar/calendar.el (generate-calendar-window): When we don't
13513         call `fit-window-to-buffer', make sure the top line is fully visible.
13515         * image-file.el (insert-image-file): Don't make `read-only'
13516         property rear-nonsticky.
13518         * isearch.el (isearch-original-minibuffer-message-timeout): New var.
13519         (isearch-mode): Set `minibuffer-message-timeout' to nil, after
13520         stashing away its original value.
13521         (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
13522         in the recursive edit.
13523         Bind `isearch-original-minibuffer-message-timeout' to protect it.
13524         (isearch-done): Restore `minibuffer-message-timeout'.
13526         * cus-start.el: Remove entry for `mode-line-inverse-video'.
13528 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
13530         * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
13532         * find-lisp.el (find-lisp-find-files-internal):
13533         Use dolist, when and file-name-as-directory.
13535         * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
13536         (define-derived-mode, define-minor-mode): Add specs.
13538         * window.el: General comment and spacing fixes.
13539         (save-selected-window): Use backquotes.
13540         (window-safely-shrinkable-p): New function.
13541         (shrink-window-if-larger-than-buffer): Use it.
13543         * subr.el (make-local-hook): Docstring fix.
13545         * shell.el (shell-mode): Use define-derived-mode.
13547         * newcomment.el (comment-indent): Insert comment before calling
13548         comment-indent-function.  Don't insert in column 0.
13549         (comment-dwim): Indent before inserting comment.
13551         * isearch.el (isearch-mode-map): Fix docstring.  Init in defvar.
13552         (minibuffer-local-isearch-map): Init in defvar.  Use inheritance.
13553         (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
13554         Use mapc rather than map.
13556         * files.el (find-buffer-visiting): Compare all attributes before
13557         declaring two files identical (rather than just their inode-no).
13558         (auto-mode-alist): Use \' rather than $.
13560         * which-func.el: Update maintainer line.
13562         * pcvs.el (uniquify-buffer-file-name): Remove advice.
13563         * uniquify.el (uniquify-list-buffers-directory-modes): New var.
13564         (uniquify-buffer-file-name): Use it.
13566 2000-11-22  Miles Bader  <miles@gnu.org>
13568         * cus-start.el: Add entry for `minibuffer-prompt-properties'.
13569         * simple.el (minibuffer-avoid-prompt): New function.
13571 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
13573         * Makefile.in (.SUFFIXES): Add .SUFFIXES.
13575 2000-11-21  Miles Bader  <miles@gnu.org>
13577         * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
13578         inclusion of `track-mouse'.
13580         * textmodes/refill.el (refill-ignorable-overlay): New variable.
13581         (refill-adjust-ignorable-overlay): New function.
13582         (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
13583         only the paragraph's tail if possible.
13584         Update `refill-ignorable-overlay'.
13585         (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
13587         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
13588         point inside the fill-prefix.
13590         * textmodes/refill.el (refill-post-command-function): Don't reset
13591         refill-doit in the case where a self-insertion command doesn't
13592         case a refill.  Use `refill-fill-paragraph-at', getting position
13593         from `refill-doit'.
13594         (refill-after-change-function): Set `refill-doit' to END.
13595         (refill-fill-paragraph-at): New function, mostly from old
13596         refill-fill-paragraph.
13597         (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
13598         (refill-pre-command-function): New function.
13599         (refill-mode): Add it to `pre-command-hook'.
13601 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
13603         * textmodes/artist.el (artist-mode): Fix autoload cookie.
13605         * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
13606         javadoc tags.
13608 2000-11-20  Andre Spiegel  <spiegel@gnu.org>
13610         * vc.el, vc-hooks.el: Undo prev change (moved functions back to
13611         vc.el).
13613         * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
13614         require vc.
13616         * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
13617         checkouts.
13619 2000-11-20  Dave Love  <fx@gnu.org>
13621         * Makefile.in (DONTCOMPILE): Omit bindings.el.
13623 2000-11-20  Eli Barzilay <eli@www.barzilay.org>
13625         * calculator.el (calculator-paste): Use `if' instead of `and'
13626         and `or'.
13627         (calculator-help): Don't use electric-describe-mode for XEmacs.
13629 2000-11-19  Gerd Moellmann  <gerd@gnu.org>
13631         * info.el (info-menu-5): Doc fix.
13633         * textmodes/artist.el: New file.
13635 2000-11-19  Andre Spiegel  <spiegel@gnu.org>
13637         * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
13638         and differentiate according to checkout model.
13639         (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
13640         since this function is only concerned with master state.
13642         * vc-hooks.el (vc-workfile-unchanged-p)
13643         (vc-default-workfile-unchanged-p): Moved here from vc.el.
13645         * vc.el (vc-workfile-unchanged-p)
13646         (vc-default-workfile-unchanged-p): See above.
13648 2000-11-19  Miles Bader  <miles@gnu.org>
13650         * image-file.el (insert-image-file): Make `intangible' and
13651         `read-only' properties rear-nonsticky too.
13653 2000-11-18  Gerd Moellmann  <gerd@gnu.org>
13655         * ps-print.el: Update copyright notice.
13657         * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
13658         (tooltip-show): Use the offsets.
13660         * bindings.el (mode-line-modified): Fix a typo.
13661         (mode-line-toggle-modified, mode-line-widen)
13662         (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
13664 2000-11-17  Vinicius Jose Latorre <vinicius@cpqd.com.br>
13666         * ps-print.el (toplevel): Test for find-coding-system being
13667         fboundp before calling ps-x-find-coding-system.
13669 2000-11-16  Stefan Monnier  <monnier@cs.yale.edu>
13671         * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
13672         (vc-version-backup-file): Docstring fix.
13674 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
13676         * files.el (basic-save-buffer): Don't add a newline if
13677         find-file-literally is non-nil.
13678         (find-file-literally): Extend doc string.
13680         * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
13681         sort(1) with the `-f' argument.
13683 2000-11-16  Andre Spiegel  <spiegel@gnu.org>
13685         * vc.el: Updated backend documentation.
13686         (vc-default-check-headers): New function.
13688         * vc-{cvs,rcs,sccs}.el: Functions reordered.
13690         * vc.el (vc-revert-buffer): Ask for confirmation if file seems
13691         up-to-date.
13692         (vc-do-command): In the asynchronous case, output messages only if
13693         the minibuffer is not active.
13695         * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
13696         `vc-cvs-use-edit' is on.
13697         (vc-cvs-checkout): When this is used for reverting the workfile,
13698         make a backup of the original contents and revert to that in case
13699         of error.
13700         (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
13701         remote repositories.
13703         * vc.el (vc-annotate): Changed handling of prefix arg; now asks
13704         for both version and ratio in the minibuffer.
13706         * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
13707         Use vc-do-command to perform the annotation, not call-process.
13709 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
13711         * international/quail.el (quail-start-translation): Don't call
13712         `message' before reading key sequence.
13714 2000-11-16  Miles Bader  <miles@lsi.nec.co.jp>
13716         * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
13718 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
13720         * window.el (fit-window-to-buffer): Be sure to acquire at least
13721         one text line even if the buffer is empty.
13723 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
13725         * net/ange-ftp.el (ange-ftp-file-writable-p)
13726         (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
13727         Bind ange-ftp-process-verbose to nil.
13729 2000-11-15  Dave Love  <fx@gnu.org>
13731         * wid-edit.el (widget-specify-field, widget-specify-button):
13732         If :help-echo is a function, set help-echo of overlay to
13733         widget-mouse-help.
13734         (widget-mouse-help): New function.
13735         (widget-echo-help): Rewritten for :help-echo functions only taking
13736         a widget arg.
13738         * net/eudc-bob.el (eudc-bob-can-display-inline-images):
13739         Use display-graphic-p.
13740         (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
13741         and that JPEG is available.
13742         (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
13744         * international/mule-cmds.el (locale-charset-language-names):
13745         Match @euro.
13747 2000-11-15  Gerd Moellmann  <gerd@gnu.org>
13749         * faces.el (face-set-after-frame-default):
13750         If `inhibit-default-face-x-resources' is bound, don't intialize the
13751         default face from X resources.
13753 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
13755         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
13756         Don't set EMACSLOADPATH.
13758 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
13760         * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
13761         texinfo-insert-@url.
13762         (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
13763         (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
13765 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
13767         * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
13768         (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
13769         (checkdoc-minor-keymap): Backward compatibility.
13770         (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
13771         (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
13772         (checkdoc-this-string-valid-engine): Be a bit more strict
13773         to avoid matching substrings of `...' quoted vars/funs.
13774         (checkdoc-defun-info): Only look for `interactive' if alone.
13775         (debug-ignored-errors): Add "arg doesn't appear in docstring".
13777         * progmodes/compile.el (grep): `tag-default' can be nil.
13779         * newcomment.el (comment-indent): Paren typo.
13781 2000-11-14  Dave Love  <fx@gnu.org>
13783         * calculator.el: New maintainer version.
13785         * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
13787         * cmuscheme.el: Doc fixes.
13788         (cmuscheme) <defgroup>: Use `scheme' as parent.
13789         (cmuscheme-program-name): Remove.  Change uses to scheme-program-name.
13791         * xscheme.el (scheme-program-name): Don't define here.
13793         * progmodes/scheme.el (scheme-program-name): New variable
13794         (originally in cmuscheme).
13796 2000-11-14  Miles Bader  <miles@gnu.org>
13798         * window.el (fit-window-to-buffer): Handle windows without mode-lines.
13799         Handle header-lines.  Don't loop forever if we can't enlarge the
13800         window anymore.  Simplify a bit.
13802 2000-11-14  Kenichi Handa  <handa@etl.go.jp>
13804         * window.el (fit-window-to-buffer): Don't check
13805         window-text-height.  Assure that the last line is fully visible.
13807         * international/quail.el (quail-show-guidance-buf):
13808         Call fit-window-to-buffer to assure the enough height of the guidance
13809         buffer.
13810         (quail-update-guidance): Avoid making the guidance buffer shorter.
13812 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
13814         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
13815         rather than `prepend' and add an interesting comment.
13816         (tex-math-face, tex-font-lock-syntactic-face-function):
13817         New face and function to use it.
13818         (tex-define-common-keys, tex-mode-map): Use menu-item rather
13819         than `menu-enable' symbol property.
13820         (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
13821         (tex-mode): Add some latex-mode commands for auto-selection.
13822         Use tex-font-lock-syntactic-face-function.
13823         (tex-insert-quote): Simplify.
13824         (tex-shell): New mode.
13825         (tex-start-shell): Use it.
13826         (tex-shell-proc, tex-shell-buf): New functions.
13827         (tex-send-command): Use it.
13828         (tex-main-file): Fix the meaning of the new arg REALFILE.
13829         (tex-send-tex-command): New function split from `tex-start-tex'.
13830         Set compilation-last-buffer and compilation-parsing-end.
13832         * newcomment.el (comment-indent-default): Stick \s<\s< to the left
13833         when it follows non-comment text on the line.
13835         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13836         Set font-lock-defaults.
13837         (lisp-mode-shared-map): Init inside the defvar.
13838         (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
13839         Use define-derived-mode.
13841 2000-11-14  Miles Bader  <miles@lsi.nec.co.jp>
13843         * faces.el (header-line): Use `:box nil' for color/gs displays too.
13845 2000-11-14  Gerd Moellmann  <gerd@gnu.org>
13847         * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
13848         Don't recursively optimize body because that can lead to infinite
13849         recursion; see comment there.
13851 2000-11-13  Eli Zaretskii  <eliz@is.elta.co.il>
13853         * faces.el (face-spec-set-match-display): Revert the change from
13854         2000-10-24.  Add a FIXME for after v21.1.
13856 2000-11-13  Miles Bader  <miles@gnu.org>
13858         * textmodes/fill.el (skip-line-prefix): New function.
13859         (fill-region-as-paragraph, fill-region):  Return the fill-prefix.
13860         (fill-paragraph): Don't leave point inside the fill-prefix.
13861         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
13862         point inside the fill-prefix.
13864 2000-11-13  Miles Bader  <miles@lsi.nec.co.jp>
13866         * calendar/calendar.el (generate-calendar-window):
13867         Use `fit-window-to-buffer'.
13869 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
13871         * gud.el (gud-minor-mode): New var.
13872         (gud-symbol, gud-val): New functions.
13873         (gud-find-file): Copy gud-minor-mode to the new buffer.
13874         (gud-menu-map): Include entries for commands that are not always
13875         available, using :enable to (de)activate them.
13876         (gud-minor-mode-map): New map.  Add it to minor-mode-map-alist.
13877         (gud-mode-map): New map.
13878         (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
13879         (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
13880         Don't set up gud's menu (it's done by the minor-mode).
13881         (gud-minibuffer-local-map): New.
13882         Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
13883         (gud-query-cmdline): New function.
13884         (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it.  Set gud-minor-mode.
13885         (gud-mode): Use define-derived-mode.
13886         Don't set up gud's menu (it's done by the minor-mode).
13887         (gud-chop-words): Remove.
13888         (gud-common-init): Use split-string instead.
13889         (gud-new-keymap, gud-make-debug-menu): Eradicate.
13891         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
13892         Add keyword arg :name.
13894         * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
13895         (diff-count-matches, diff-split-hunk): New functions.
13896         (diff-mode-map): Bind C-c C-s to diff-split-hunk.
13898         * pcvs-info.el (cvs-fi-conflict-face): New var.
13900         * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
13901         Make it into a simple syntax-table, shared among all submodes.
13902         (sh-heredoc-face): Re-introduce.
13903         (sh-font-lock-syntactic-face-function): New function.
13904         (sh-mode): Use it.  Also use define-derived-mode.
13905         Remove old bogus setting of indent-region-function.
13906         (sh-set-shell): Don't set the syntax-table any more.
13907         (sh-mode-syntax-table) <defun>: Remove.
13909 2000-11-12  Miles Bader  <miles@gnu.org>
13911         * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
13912         message if interactive.
13914 2000-11-12  Dave Love  <fx@gnu.org>
13916         * mail/feedmail.el: Fix header,
13917         (feedmail) <defgroup>: Add :link.
13919         * view.el: Use local-map property, not keymap on mode-line string.
13921         * scroll-all.el (scroll-all-mode): Customize variable.
13922         Add autoload cookie to function.
13924         * lazy-lock.el: Remove compatibility code.
13926         * finder.el (finder-known-keywords): Add `files', remove `vms'.
13927         (finder-help-echo): New variable.
13928         (finder-mouse-face-on-line): Add help-echo stuff.
13929         (finder-list-keywords, finder-list-matches): Use mapc.
13931         * faces.el (face-font-registry-alternatives): Add :version.
13933         * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
13934         tags-table-list.
13936         * net/browse-url.el (browse-url-browser-function): Update :version.
13938         * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
13939         (mail-mode): Use [:alnum:] in some regexps.
13941 2000-11-10  Dave Love  <fx@gnu.org>
13943         * ediff.el (ediff-regions-internal, ediff-documentation):
13944         * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
13945         fundamental mode.
13947         * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
13948         buffer into fundamental mode.
13949         (ediff-set-difference): Use copy-sequence if available.
13951         * ediff-ptch.el (ediff-dispatch-file-patching-job):
13952         Check ediff-patch-map non-nil.
13953         (ediff-fixup-patch-map, ediff-fixup-patch-map)
13954         (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
13955         buffer into fundamental mode.
13957         * ediff-merg.el (state-or-merge): Defvar when compiling.
13959 2000-11-10  Jason Rumney  <jasonr@gnu.org>
13961         * w32-fns.el (w32-add-charset-info): New function.
13962         (w32-charset-info-alist): Use it.
13964 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
13966         * faces.el (face-font-registry-alternatives): New user-option.
13968 2000-11-10  Stefan Monnier  <monnier@cs.yale.edu>
13970         * textmodes/texinfo.el (texinfo-block-default): New var.
13971         (texinfo-insert-block): Use it.  Insert a newline if needed.
13973         * textmodes/fill.el (fill-indent-according-to-mode): New var.
13974         (fill-region-as-paragraph): Use it.
13976         * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
13977         (latex-mode): Tweak tex-*-(head|trail)er regexps.
13978         Tweak paragraph regexps to allow a leading [ \t]*.
13979         (tex-latex-block): Insert a newline if necessary.
13980         (latex-insert-item): Only insert a newline if necessary.
13981         (tex-guess-main-file): New function.
13982         (tex-main-file): Use it.  Add arg `realfile'.  Trim `.tex'.
13983         Set tex-main-file if TeX-master is provided.
13984         (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
13986 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
13988         * startup.el (command-line): Set the default tooltip-mode
13989         to t for graphical displays which implement x-show-tip.
13991         * tooltip.el (tooltip-mode): Add a comment about startup.el
13992         setting the default value of this user-option.
13994 2000-11-09  Stefan Monnier  <monnier@cs.yale.edu>
13996         * font-lock.el (font-lock-*-face) <defvar>: Move.
13997         (font-lock-defaults-alist): Mark obsolete.
13998         (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
13999         (font-lock-mode): Use define-minor-mode.
14000         (font-lock-support-mode): Tweak type to default to jit-lock-mode.
14001         (font-lock-turn-off-thing-lock): Be more explicit.
14002         (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
14003         (font-lock-syntactic-face-function): New var.
14004         (font-lock-fontify-syntactically-region): Use it.
14005         (font-lock-doc-face): New.
14007         * pcvs.el (cvs-enabledp): Ignore errors.
14008         (cvs-commit-filelist): Never query.
14009         (cvs-mode-insert): Always add a terminating / in the initial prompt.
14010         (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
14011         (cvs-do-removal): Use cvs-partition rather than delete-if.
14012         Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
14013         cvs-bury-buffer.
14015         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14016         Allow `next' to jump to after the end of the last match.
14018 2000-11-09  Gerd Moellmann  <gerd@gnu.org>
14020         * simple.el (byte-compiling-files-p): New function.
14022         * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
14023         if it is there.
14025         * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
14026         nil again.
14028         * textmodes/ispell.el (ispell-library-path): Don't call
14029         check-ispell-version when byte-compiling because that starts
14030         an ispell process, and ispell might not be installed.
14031         (toplevel): Don't set up a menu when byte-compiling.
14033         * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
14034         it, so that a boundp test can be used to determine if we're
14035         currently byte-compiling.
14037 2000-11-09  Dave Love  <fx@gnu.org>
14039         * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
14041 2000-11-09  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14043         * ps-print.el: Patch for variable initialization when spooling.
14044         Doc fix.
14045         (ps-output-list): Fun eliminated.
14046         (ps-begin-file, ps-begin-job): Code fix.
14048 2000-11-08  Dave Love  <fx@gnu.org>
14050         * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
14052 2000-11-08  Gerd Moellmann  <gerd@gnu.org>
14054         * simple.el (shell-command, display-message-or-buffer)
14055         (shell-command-on-region): Mention resize-mini-windows in the doc
14056         string.
14057         (display-message-or-buffer): Take the value of resize-mini-windows
14058         into account.
14060 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
14062         * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
14064         * dired.el (dired-between-files): Add `^. find' as an alternative
14065         to the regular expression, for find-dired.
14067 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
14069         * textmodes/texnfo-upd.el: Require texinfo.
14070         (defmacro, defgroup): Remove.
14071         (texinfo-section-to-generic-alist): Remove.
14072         Use texinfo-section-list instead (i.e. level is changed string->int).
14073         (texinfo-filter): New function.
14074         (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
14075         (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
14076         Use it.  And use regexp-opt.
14077         (texinfo-find-higher-level-node, texinfo-hierarchic-level)
14078         (texinfo-update-menu-region-beginning)
14079         (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
14080         (texinfo-update-the-node, texinfo-sequentially-update-the-node)
14081         (texinfo-update-menu-same-level-regexps): Update.
14082         (texinfo-update-node, texinfo-every-node-update)
14083         (texinfo-sequential-node-update): Remove autoload cookie.
14085         * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
14086         (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
14087         (texinfo-chapter-level-regexp): Remove.
14088         (texinfo-mode): Hard code texinfo-chapter-level-regexp.
14090 2000-11-06  Dave Love  <fx@gnu.org>
14092         * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
14094         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
14095         Match defun*.
14097 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
14099         * composite.el (composition-function-table): Variable declaration
14100         moved to src/composite.c.
14101         (compose-chars-after): New optional arg object.
14103 2000-11-06  Gerd Moellmann  <gerd@gnu.org>
14105         * bindings.el (mode-line-toggle-read-only)
14106         (mode-line-toggle-modified, mode-line-widen)
14107         (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
14108         (make-mode-line-mouse2-map): Rewritten.
14109         (mode-line-modified, mode-line-format, minor-mode-alist): Use new
14110         functions so that C-h k can show something with a doc string.
14112         * startup.el (fancy-splash-delay): Set to 10 seconds.
14113         (fancy-splash-max-time): New user-option.
14114         (fancy-splash-stop-time): New variable.
14115         (fancy-splash-screens): Set it.  Catch `stop-splashing'.
14116         (fancy-splash-screens-1): Throw `stop-splashing' when current
14117         time is greater than fancy-splash-stop-time.
14119 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
14121         * vc-hooks.el (vc-insert-file): Don't assume byte==char.
14123         * pcvs.el (cvs-mode-marked): New arg `noquery'.
14124         Prompt user for a file rather than raising an error.
14125         (cvs-enabledp): Fix call to cvs-mode-marked.
14126         (cvs-insert-file): New function (extracted from cvs-mode-insert).
14127         (cvs-mode-insert): Use it.  Change the init prompt' value.
14128         (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
14130         * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
14131         Don't pass default arg to ewoc-locate.
14132         (ewoc-collect): Return result in the right order.
14134         * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
14136         * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
14137         (cvs-status-get-tags): Fix regexp.
14138         (cvs-status-trees, cvs-status-cvstrees):
14139         Combine after change hooks and don't sit-for.
14140         (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
14141         (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
14142         Use make-char rather than hard-coded cryptic data.
14143         (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
14145         * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
14147         * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
14148         (cvs-insert-strings): New function.
14150 2000-11-06  Miles Bader  <miles@lsi.nec.co.jp>
14152         * mwheel.el (mouse-wheel-scroll-amount): Renamed from
14153         `mwheel-scroll-amount'.
14154         (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
14155         (mouse-wheel-mode): Use (featurep 'xemacs) instead of
14156         string-matching against the version string.
14158 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
14160         * language/thai.el ("Thai"): Set a lisp form that produces
14161         composed string in `sample-text' language info.
14163         * language/tibetan.el ("Tibetan"): Set a lisp form that produces
14164         composed string in `sample-text' language info.
14166         * international/mule-cmds.el (describe-language-environment):
14167         Eval `sample-text' data and insert the result.
14169         * international/mule-conf.el (compound-text): Define this coding
14170         system here.  Make x-ctext and ctext aliases of it.
14172         * language/european.el (compound-text, ctext): Moved to
14173         international/mule-conf.el.
14175 2000-11-05  Andrew Innes  <andrewi@gnu.org>
14177         * w32-fns.el (w32-version): New function.
14179 2000-11-05  Stefan Monnier  <monnier@cs.yale.edu>
14181         * progmodes/awk-mode.el: Update copyright.
14182         (awk-mode-abbrev-table): Remove.
14183         (awk-font-lock-keywords): Use regexp-opt.
14184         (awk-mode): Use define-derived-mode.
14186         * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
14187         when extracting a suffix.
14189 2000-11-04  Andre Spiegel  <spiegel@gnu.org>
14191         * vc-hooks.el (vc-insert-file): Rewritten.  Don't bother about
14192         auto-save-mode.
14194 2000-11-04  Jason Rumney  <jasonr@gnu.org>
14196         * language/european.el (decode-mac-roman): Test against r1 not r0.
14198 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
14200         * progmodes/icon.el (icon-mode-map): Don't rebind \t.
14201         (icon-mode): Define indent-line-function.
14202         (icon-comment-indent): Simplify.
14203         (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
14205         * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
14207         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
14208         Bind change-log-default-mode to defeat the caching done on it.
14209         Don't bother saving excursion any more.
14211         * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
14213         * frame.el (after-setting-font-hook): Rename hooks -> hook.
14214         (set-frame-font): Use the new name (and the old for compatibility).
14216         * toolbar/tool-bar.el (tool-bar-mode):
14217         * time.el (display-time-mode):
14218         * recentf.el (recentf-mode):
14219         * paren.el (show-paren-mode):
14220         * mwheel.el (mouse-wheel-mode):
14221         * msb.el (msb-mode):
14222         * jka-compr.el (auto-compression-mode):
14223         * image-file.el (auto-image-file-mode):
14224         * hl-line.el (hl-line-mode):
14225         * delsel.el (delete-selection-mode):
14226         * autoinsert.el (auto-insert-mode):
14227         * complete.el (partial-completion-mode): Drop unneeded positional args.
14229         * info.el (Info-mode):
14230         * comint.el (comint-mode): Don't bother with make-local-hook.
14232         * log-edit.el (log-edit-menu): New menu.
14234 2000-11-03  Miles Bader  <miles@gnu.org>
14236         * wid-edit.el (widget-end-of-line): Reinstate, with a new
14237         definition, so that trailing spaces are handled properly.
14238         (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
14240 2000-11-03  Gerd Moellmann  <gerd@gnu.org>
14242         * startup.el (fancy-splash-text, fancy-splash-text): Use a single
14243         tab character.
14244         (fancy-splash-screens): Set tab-width to 20.
14246 2000-11-03  Dave Love  <fx@gnu.org>
14248         * comint.el (comint-completion-addsuffix): Fix custom type.
14250 2000-11-02  Stefan Monnier  <monnier@cs.yale.edu>
14252         * font-lock.el (font-lock-buffers): Remove.
14253         (font-lock-global-modes): Define with easy-mmode-define-global-mode.
14254         (font-lock-change-major-mode): Remove.
14255         (turn-on-font-lock-if-enabled): Only apply to the current buffer.
14256         (font-lock-default-fontify-region): Extend the multiline
14257         fontification to whole lines.
14258         (font-lock-fontify-anchored-keywords)
14259         (font-lock-fontify-keywords-region): If matching just one
14260         line (with \n) only mark the \n as multiline.
14262         * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
14263         Correctly handle the case where several :group args are supplied.
14264         Allow :extra-args.
14265         (easy-mmode-define-global-mode): Allow :extra-args.
14266         Correctly handle the case where several :group args are supplied.
14268 2000-11-02  Miles Bader  <miles@gnu.org>
14270         * calendar/calendar.el (diary-face, calendar-today-face)
14271         (holiday-face): Remove dependency on `window-system'.
14273 2000-11-02  Ken Raeburn  <raeburn@gnu.org>
14275         * Makefile.in (emacs): Set EMACSLOADPATH always.
14276         (update-authors, .el.elc, compile-files): Don't do it explicitly here.
14277         (compile-files): Bomb out if compilation of a file fails.
14279 2000-11-02  Dave Love  <fx@gnu.org>
14281         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
14283 2000-11-02  Eli Zaretskii  <eliz@is.elta.co.il>
14285         * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
14286         punctuation in the warning inserted into the *mail* buffer.
14288 2000-11-02  Gerd Moellmann  <gerd@gnu.org>
14290         * emacs-lisp/authors.el (authors-public-domain-files): New variable.
14291         (authors-public-domain-p): New function.
14292         (authors-print): Use it.
14294         * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
14296         * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
14298 2000-11-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14300         * ps-print.el: Extension for even/odd printing.  Doc fix.
14301         (ps-print-version): New version number (6.3.1).
14302         (ps-even-or-odd-pages): Customization fix.
14303         (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
14304         (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
14305         (ps-page-count): Var replaced by `ps-page-column'.
14306         (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
14307         (ps-print-sheet-p): New fun.
14309 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
14311         * tooltip.el (tooltip-gud-tips-setup): New function.
14312         (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
14313         (tooltip-mode): Call tooltip-gud-tips-setup.
14314         (tooltip-gud-tips): Use `gud-basic-call' instead of
14315         process-send-string, so the prompt gets frobbed appropriately.
14316         Handle nil return value from `tooltip-gud-print-command'.
14318 2000-11-01  Eric M. Ludlam  <zappo@ultranet.com>
14320         * comint.el (comint-add-to-input-history): New function.
14321         (comint-send-input): Use `comint-add-to-input-history'.
14323 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
14325         * info.el (info-menu-header): New face.
14326         (Info-fontify-menu-headers): New function.
14327         (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
14329         * info.el (Info-insert-dir): Don't include blank lines at
14330         beginning of additional dir files (one is added automatically).
14332 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
14334         * emacs-lisp/easy-mmode.el (define-minor-mode):
14335         Revert the latest changes.
14336         Allow the three positional arguments to be skipped and replaced
14337         by keyword arguments.
14338         Add a :toggle argument to determine whether a nil arg means toggle
14339         or means turn-on.  The default is unchanged.
14340         Add a call to force-mode-line-update.
14342 2000-11-01  Dave Love  <fx@gnu.org>
14344         * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
14346 2000-11-01  Miles Bader  <miles@lsi.nec.co.jp>
14348         * calendar/calendar.el (diary-face, holiday-face):
14349         Add dark-background variants.
14351 2000-10-31  Sam Steingold  <sds@gnu.org>
14353         * textmodes/tex-mode.el (tex-file): Use `default-directory' when
14354         `tex-main-file' does not have directory in it.
14356 2000-10-31  Stefan Monnier  <monnier@cs.yale.edu>
14358         * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
14360 2000-10-31  Thien-Thi Nguyen  <ttn@gnu.org>
14362         * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
14363         functional change.
14365 2000-10-31  Gerd Moellmann  <gerd@gnu.org>
14367         * files.el (find-file-noselect): When we expand a wildcard, return
14368         a list of buffers, as we should do according to the doc string.
14370 2000-10-31  Ken Raeburn  <raeburn@gnu.org>
14372         * loadup.el (top level): Adjust load path if program name is
14373         "../src/bootstrap-emacs", in case it's not dumped and thus the
14374         load path adjustment hasn't already been done.
14376 2000-10-31  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14378         * ps-print.el: Fix bug on selected pages for printing.
14379         Use `color-values' for Emacs 21.  Ensure fontification when jit-lock
14380         is on.  Try to avoid warning messages when compiling.  Doc Fix.
14381         (ps-print-version): New version number (6.3).
14382         (ps-color-device): Use `color-values' to determine if device
14383         supports color.
14384         (ps-color-values): Try to use `x-color-values' when using XEmacs.
14385         (ps-print-page-p): Changed from defsubst to defun.
14386         (ps-page-number): Changed from defmacro to defun.
14387         (ps-header-sheet, ps-header-page): Fix bug on selected pages for
14388         printing.
14389         (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
14390         (ps-end-file, ps-dummy-page): Funs eliminated.
14391         (ps-print-color-scale): Changed default value.
14392         (ps-page-n-up, ps-print-page-p): New internal vars.
14393         (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
14394         (ps-plot-region, ps-generate, ps-end-job): Code fix.
14396         * delim-col.el: Little programming improvement.
14397         (delimit-columns-str): New macro.
14398         (delimit-columns-region, delimit-columns-rectangle): Code fix.
14400 2000-10-31  Kenichi Handa  <handa@etl.go.jp>
14402         * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
14403         Moved to european.el.
14404         (ccl-encode-mac-roman-font, fontset-mac): Modified for
14405         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
14406         (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
14407         (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
14409 2000-10-30  Dave Love  <fx@gnu.org>
14411         * progmodes/cc-menus.el (imenu-generic-expression)
14412         (imenu-progress-message): Only defvar when compiling.
14414         * emacs-lisp/elp.el (elp-unload-hook): New function.
14416         * loadhist.el (unload-feature): Call elp-restore-function,
14417         checking for symbols; don't use elp-restore-all.
14418         (loadhist-hook-functions): Doc fix.
14420 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
14422         * log-edit.el (log-edit-confirm): Fix the default.
14424 2000-10-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14426         * delim-col.el: Little fix: replace delimit-columns-align-columns by
14427         delimit-columns-format.
14428         (delimit-columns-region, delimit-columns-rectangle): Code fix.
14430 2000-10-30  Miles Bader  <miles@lsi.nec.co.jp>
14432         * comint.el (comint-replace-by-expanded-history): Don't use
14433         comint-get-old-input (we're not looking at *old* input).
14434         (comint-get-old-input-default): If using fields, signal an error
14435         when the point is not in an input field.
14437 2000-10-30  Kenichi Handa  <handa@etl.go.jp>
14439         * international/mule-conf.el: New charsets mule-unicode-2500-33ff
14440         and mule-unicode-e000-ffff.
14442         * international/mule.el (decode-char, encode-char): New functions.
14443         (make-coding-system): Accept a symbol of translation table as a
14444         value of property `safe-chars'.
14446         * international/mule-cmds.el (encode-coding-char): Check property
14447         safe-chars instead of safe-charsets.
14449         * international/fontset.el (fontset-default): Modified for
14450         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
14451         (x-font-name-charset-alist): Likewise.
14452         (ccl-encode-unicode-font): New CCL program.  Record it in
14453         font-ccl-encoder-alist to be used for fonts "ISO10646-1".
14455         * language/european.el (mac-roman-decoder, mac-roman-encoder):
14456         New translation tables.
14457         (decode-mac-roman, encode-mac-roman): Definition of these CCL
14458         programs are modified and moved from mac-win.el.
14459         (mac-roman): Definition of this coding system is modified and
14460         moved from mac-win.el.
14462 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
14464         * ediff-wind.el (ediff-setup-control-frame): Enclose
14465         face-attribute in condition-case to avoid errors in older emacsen.
14467 2000-10-29  Miles Bader  <miles@gnu.org>
14469         * custom.el (custom-add-to-group): Allow multiple entries for a
14470         given value OPTION, as long as their widget types are different.
14471         * cus-edit.el (custom-face-value-create): If face name doesn't end
14472         with "face", add such here (similar to custom group widgets).
14474         * comint.el (comint-highlight-prompt): Add :type.
14476 2000-10-28  John Wiegley  <johnw@gnu.org>
14478         * calendar/timeclock.el (timeclock-log): Doc fix.
14479         (timeclock-last-event): Doc fix.
14480         (timeclock-log): Kill the timelog buffer after appending a new event.
14481         (timeclock-find-discrep): Use a temp buffer to read in the
14482         timelog, instead of visiting the file.
14483         (timeclock-log-data): A new function, along with a host of helper
14484         functions, for the purpose of making timelog data accessible to
14485         programmers.
14487         * eshell/esh-mode.el (window-height test): Make certain that
14488         `eshell-stringify-t' is non-nil.
14489         (eshell-password-prompt-regexp): Changed to a much simpler
14490         password regexp.
14491         (eshell-send-input): If `eshell-invoke-directly' returns t,
14492         directly invoke the parsed command using `eval'.  This improves
14493         turn-around time on simple commands by a factor of three or
14494         greater, such as cd, ls, pwd, etc. -- which get used very often.
14495         It also conserves thousands of cons cells per call (since
14496         `eshell-do-eval' consumes memory like a Cookie Monster set loose
14497         in the Pacific Cookie Company).
14499         * eshell/esh-test.el (eshell-test): Whitespace fix.
14501         * eshell/em-ls.el (eshell-ls-insert-directory):
14502         Make `eshell-ls-initial-args' nil when inserting directory contents.
14504         * eshell/em-script.el (eshell-script-initialize): Add names to
14505         `eshell-complex-commands, since `source' and `.' are complex.
14507         * eshell/esh-cmd.el (eshell-rewrite-for-command)
14508         (eshell-rewrite-while-command): Use `eshell-protect' instead of
14509         `eshell-copy-handles'.
14510         (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
14511         bodies.
14512         (eshell-separate-commands): Whitespace fix.
14513         (eshell-complex-commands): Added a new list of names, for
14514         determining whether a given command is as simple as it looks.
14515         (eshell-invoke-directly): New function.  Returns t if a command
14516         should be invoked directly (using `eval'), rather than indirectly
14517         using `eshell-do-eval'.
14518         (eshell-do-eval): Whitespace fix.
14520         * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
14521         which provides an emulation of the DOS shell behavior of assuming
14522         that cp/mv/ln should copy/move/link to the current directory.
14523         (eshell-remove-entries): Added a doc string.
14524         (eshell-shuffle-files): Removed the check for `target' being null.
14525         (eshell-mvcp-template, eshell-mvcpln-template): Renamed
14526         `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
14527         it to do a smarter check of whether a destination was provided.
14528         (eshell/mv, eshell/cp): Enable `:preserve-args'.
14529         (eshell/ln): Enable `:preserve-args', and use
14530         `eshell-mvcpln-template' to implement the body of the function.
14531         (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
14532         (eshell/du, eshell/diff, eshell/locate): Stringify the argument
14533         list after flattening it.  This makes it possible to cat files
14534         with numerical names.
14535         (eshell-unix-initialize): Added several names to
14536         `eshell-complex-commands.
14537         (eshell-unix-command-complex-p): Return t if a given command name
14538         may result in external processes being invoked.
14540         * eshell/em-glob.el (eshell-glob-show-progress): Make this
14541         variable nil by default, since it slows down glob processing by a
14542         factor of two or more, and increases memory consumption.
14544         * eshell/em-smart.el: Added a note about how memory consumptive
14545         smart display mode can be (at least this is true in Emacs 21).
14546         (eshell-smart-initialize): Whitespace fix.
14547         (eshell-refresh-windows): Use `if' instead of `when'.
14548         (eshell-smart-scroll-window): Calling `save-current-buffer' was
14549         not necessary.
14550         (eshell-currently-handling-window): Added a missing global variable.
14552         * eshell/em-ls.el (eshell-do-ls): Code simplification.
14553         (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
14554         Whitespace fix.
14555         (eshell-ls-exclude-hidden): Added this variable in addition to
14556         `eshell-ls-exclude-regexp'.  This one prevents files beginning
14557         with . from even being read, which can improve memory consumption
14558         quite a bit.
14559         (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
14560         read file entries beginning with a dot.  In home directories with
14561         lots of hidden files, fully two-thirds of the time spent in ls is
14562         used to read directory entries that are immediately thrown away.
14563         (eshell-ls-initial-args): Added back this configuration variable,
14564         for specifying default initial arguments to every call to ls.
14565         Much faster than using an alias to do the same thing.
14566         (eshell-do-ls): Use `eshell-ls-initial-args', if set.
14567         (eshell-ls-dir): Whitespace change.
14569         * eshell/em-dirs.el (eshell/pwd): Small code simplification.
14571         * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
14572         (eshell-stringify-t): Added a customization variable, to indicate
14573         whether `t' should be rendered as a string at all.  If not, one
14574         can still determine if the result of an expression is true using
14575         "file-exists-p FILE && echo true".
14576         (eshell-stringify): If `eshell-stringify-t' is nil, don't
14577         stringify t!
14579         * eshell/esh-module.el: Whitespace fix.
14581         * eshell/em-alias.el (eshell-alias-initialize):
14582         Added `eshell-command-aliased-p' to `eshell-complex-commands'.
14583         (eshell-command-aliased-p): New function that returns t if a
14584         command name names an aliased.
14586 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
14588         * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
14589         redrawing the screen when changing cursor color.
14590         (viper-insert-state-pre-command-sentinel)
14591         (viper-replace-state-pre-command-sentinel)
14592         (viper-replace-state-post-command-sentinel):
14593         Use viper-preserve-cursor-color.
14594         Many functions changed to use viper= instead of = when comparing
14595         characters.
14596         * viper-util.el (viper-memq-char,viper=): New functions for
14597         working with characters.
14598         (viper-change-cursor-color): Fixed buglet.
14599         Many functions changed to use viper= instead of = when comparing
14600         characters.
14601         * viper.el (viper-insert-state-mode-list): Added eshell.
14603         * ediff-init.el (ediff-before-setup-hook): New hook.
14604         Several typos fixed in various docstrings.
14605         * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
14606         * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
14607         (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
14608         * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
14609         (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
14610         (ediff-get-selected-buffers): New function.
14611         * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
14612         (ediff-vc-merge-internal,ediff-rcs-merge-internal):
14613         Use save-window-excursion.
14614         * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
14615         termination check in while loop.
14616         * ediff.el (ediff-get-default-file-name): Better defaults when in
14617         dired buffer.
14618         (ediff-files,ediff-merge-files,ediff-files3)
14619         (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
14621 2000-10-28  Dave Love  <fx@gnu.org>
14623         * info.el (Info-fontify-node): Add help-echo for menu items.
14625 2000-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
14627         * startup.el (normal-top-level): If the value of $TERM indicates
14628         we are running from xterm or one of its work-alikes, default to a
14629         light background mode.
14631         Support for -fg, -bg, and -rv command-line arguments for TTYs:
14632         * faces.el (tty-handle-reverse-video): New function.
14633         (tty-create-frame-with-faces): Call it.
14635         * frame.el (frame-notice-user-settings): Don't apply
14636         default-frame-alist and initial-frame-alist to MS-DOS frames.
14637         Call tty-handle-reverse-video, frame-set-background-mode, and
14638         face-set-after-frame-default for non-MS-DOS frames.
14640         * startup.el (tty-long-option-alist): New variable.
14641         (tty-handle-args): New function.
14642         (command-line): Call tty-handle-args.
14644         * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
14645         startup.el now does that for all character-terminal frames.
14647 2000-10-28  Miles Bader  <miles@gnu.org>
14649         * emacs-lisp/easy-mmode.el (define-minor-mode):
14650         Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
14651         is global.  If :global is followed by a non-nil but non-t value,
14652         make the mode buffer-local, but also generate a `global-MODE'
14653         version using `easy-mmode-define-global-mode'.
14654         Add :conditional-turn-on keyword argument.
14656 2000-10-28  Dave Love  <fx@gnu.org>
14658         * international/latin1-disp.el (latin1-char-displayable-p):
14659         Don't use window-system.
14661 2000-10-27  Eli Zaretskii  <eliz@is.elta.co.il>
14663         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
14664         Don't call find-buffer-file-type-coding-system.  Instead, just
14665         set eol-type to -unix if inhibit-eol-conversion is in effect, or
14666         if the file is on an untranslated filesystem.
14667         (add-untranslated-filesystem): Use "D" instead of "f" inside
14668         interactive.
14670 2000-10-27  Dave Love  <fx@gnu.org>
14672         * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
14673         (refill-mode): Use it.
14675 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
14677         * international/quail.el (quail-activate): Don't make-local-hook.
14679 2000-10-27  Andre Spiegel  <spiegel@gnu.org>
14681         * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
14682         manual backups and file.~<rev>.~ for automatic ones.
14683         (vc-make-version-backup): Don't do it on MS-DOS without long file
14684         names.
14686         * vc.el (vc-version-other-window): If an automatic backup of the
14687         desired version exists, rename it instead of copying it.
14689         * vc-cvs.el (vc-cvs-checkin): Check both status and error message
14690         after command.  If there's an unexpected error, signal it instead
14691         of being silent.
14692         (vc-cvs-merge-news): Be prepared for no news at all.
14694 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
14696         * shell.el (shell): Add BUFFER argument.
14697         * comint.el (make-comint-in-buffer): New function.
14698         (make-comint): Use it.
14700         * faces.el (face-spec-choose): Change syntax so that the list of
14701         attribute-value pairs is now the cdr of each clause, not the cadr.
14702         Detect old-style entries, and handle them.  Use pop.
14704 2000-10-26  Stefan Monnier  <monnier@cs.yale.edu>
14706         * cus-edit.el (custom-mode-map): Use a sparse map.
14707         (custom-mode): Don't bother with make-local-hook.
14709         * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
14711         * vc.el (vc-start-entry): Only erase the buffer if comment is set.
14713 2000-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14715         * ps-print.el: Avoid compilation gripes.
14716         (ps-print-version): New version number (6.2.1).
14718 2000-10-26  Dave Love  <fx@gnu.org>
14720         * menu-bar.el: Modify some menu item help strings.
14721         (menu-bar-help-menu): Add link to MORE.STUFF.
14723         * cus-edit.el (custom-mode): Add `special' mode-class property.
14725         * wid-browse.el (widget-browse-mode): Likewise.
14727         * wid-edit.el (widget-specify-field): Revert to using local-map
14728         property, not keymap.
14730 2000-10-26  Miles Bader  <miles@lsi.nec.co.jp>
14732         * wid-edit.el (widget-field-end): When checking for a `boundary'
14733         field, do so in the correct buffer.
14735         * simple.el (undo): Correctly distinguish between numeric and
14736         non-numeric prefix args in non-transient-mark-mode, as per the doc
14737         string.  When in transient-mark-mode, treat all prefix-args as
14738         numeric.
14740         * simple.el (previous-matching-history-element): Miscellaneous cleanup.
14741         Position point on match.  Handle N == 0 correctly.
14743         * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
14744         (comint-mode-map): Reverse order of `comint-write-output' and
14745         `comint-append-output-to-file'.
14746         (comint-append-output-to-file): Reinstate this function, for the
14747         benefit of the menu.
14749 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
14751         * vc.el (vc-version-other-window): Bind `file'.
14753 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
14755         * Makefile.in (update-authors): New target for maintenance purposes.
14757         * emacs-lisp/authors.el (batch-update-authors): New function.
14758         (authors-fixed-entries): New defconst.
14759         (authors-add-fixed-entries): New function.
14760         (authors): Call it.: Don't process lispref/.
14762 2000-10-25  Jason Rumney  <jasonr@gnu.org>
14764         * cus-edit.el (custom-button-face, custom-button-pressed-face):
14765         Merge x w32 and mac definitions.
14767 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
14769         * menu-bar.el (menu-bar-options-menu): Add a help string for
14770         `uniquify'.
14772 2000-10-25  Stephen Gildea  <gildea@stop.mail-abuse.org>
14774         * time-stamp.el (time-stamp-string-preprocess):
14775         Fix a wrong type argument error.
14777 2000-10-25  Miles Bader  <miles@gnu.org>
14779         * recentf.el (recentf-mode): Variable removed.
14780         (recentf-mode): Use `define-minor-mode'.
14782         * mwheel.el (mouse-wheel-mode): New global minor mode.
14783         (mwheel-install): Use `mouse-wheel-mode'.
14785 2000-10-25  Dave Love  <fx@gnu.org>
14787         * progmodes/cperl-mode.el (cperl-mode):
14788         Set normal-auto-fill-function correctly.
14790         * wid-edit.el (widget-field-keymap, widget-text-keymap):
14791         Don't inherit from global-map and don't nullify menu-bar and tool-bar
14792         bindings.
14794 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
14796         * wid-edit.el (widget-field-at): New function.
14797         (widget-at, widget-field-activate): Use it.
14798         (widget-tabable-at): Use `widget-at'.
14799         (widget-specify-field): If the terminating character of the widget
14800         field (which is read-only) is a newline, put it into a special
14801         `boundary' field so that C-n/C-p act more naturally.
14802         (widget-field-end): Also don't subtract one if a special
14803         `boundary' field has been added after the widget field.
14805         * comint.el (comint-output-filter, comint-send-input):
14806         Don't bother adding stickiness fields to overlays to fool the field
14807         code, since it should notice the overlay insertion-types now.
14809         * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
14810         Replace with aliases of the normal emacs b-o-l/e-o-l functions.
14811         (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
14813 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
14815         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
14816         (authors): Set file coding system to iso-2022-7bit.
14817         Add file-local variables to output buffer.
14819         * files.el (after-find-file): Don't print any warnings if
14820         WARN is nil.
14822 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14824         * ps-print.el (ps-generate): Fix odd/even pages printing bug.
14826         * delim-col.el: Now there is a column formatting mechanism.
14827         Modified to customization mechanisms convention.  Doc fix.
14828         (columns): New group for delim-col.
14829         (delimit-columns-before, delimit-columns-after)
14830         (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
14831         (delimit-columns-end): New vars.
14832         (delimit-columns-customize, delimit-columns-format): New funs.
14833         (delimit-columns-region, delimit-columns-rectangle)
14834         (delimit-columns-rectangle-line): Modified to support column
14835         formatting.
14837 2000-10-24  Dave Love  <fx@gnu.org>
14839         * log-edit.el (log-edit): Add :version and a :group for vc.
14841 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
14843         * files.el (after-find-file): Don't print a message ``New file''
14844         if WARN is nil.
14846         * wid-edit.el (widget-field-keymap, widget-text-keymap):
14847         Define the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
14848         get duplicate tool-bar entries because we'll see the global ones
14849         on more than one path through keymaps.
14851         * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
14853         * progmodes/cmacexp.el: Change Francesco's email address.
14855 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
14857         * window.el (fit-window-to-buffer): Adjust point of the window
14858         buffer, not that of the current buffer.
14860 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
14862         * progmodes/cmacexp.el: Update the euthor's email address.
14864 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
14866         * faces.el (face-spec-set-match-display): Add `graphic' display
14867         type (the inverse of `tty').  Use `display-graphic-p' instead of
14868         the window-system variable.
14870 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
14872         * international/isearch-x.el (isearch-with-input-method):
14873         Call input-method-function with the first event in
14874         unread-command-events.
14876 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
14878         * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
14880 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
14882         * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
14883         New charsets.
14885         * term/mac-win.el: Remove definitions of mac-roman-lower and
14886         mac-roman-upper, require dired, and define instead of set
14887         mac-ready-for-drag-n-drop to avoid compilation error.
14889 2000-10-23  Andrew Innes  <andrewi@gnu.org>
14891         * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
14892         Remove superfluous calls to subst-char-in-string; instead apply
14893         expand-file-name after convert-standard-filename to ensure
14894         expected directory separators are used.
14896 2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
14898         * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
14900 2000-10-23  Dave Love  <fx@gnu.org>
14902         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
14903         (tool-bar-add-item): Set foreground and background for XBM icons.
14905         * international/latin1-disp.el (latin1-char-displayable-p):
14906         New function (from Handa).
14907         (latin1-display-check-font): Use it.
14909         * imenu.el (imenu--create-keymap-2): Build menu with menu-item
14910         using :key-sequence, making it much more usable.
14911         Use nconc, not append.
14912         (imenu--create-keymap-1): Avoid append.
14914         * textmodes/refill.el: Remove bits redundant with define-minor-mode.
14916 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
14918         [the following changes fix a bug where `define-minor-mode' didn't
14919         correctly generate :require clauses for defcustoms in compiled files]
14920         * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
14921         (byte-compile-log-file, byte-compile-log-1): Don't set
14922         `byte-compile-current-file' to nil.  Instead set
14923         `byte-compile-last-logged-file' to it.  Test whether
14924         byte-compile-current-file equals byte-compile-last-logged-file
14925         instead of whether its nil.
14926         (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
14928 2000-10-23  Stefan Monnier  <monnier@cs.yale.edu>
14930         * textmodes/refill.el: Fix var names in doc.
14931         (refill-mode): Don't bother with make-local-hook anymore.
14933 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
14935         * faces.el (face-user-default-spec, face-default-spec): New functions.
14936         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
14937         (frame-set-background-mode, face-set-after-frame-default):
14938         Use `face-user-default-spec'.  Simplify code slightly.
14940         * woman.el (woman-italic-face, woman-bold-face)
14941         (woman-unknown-face): Add dark-background variants.
14942         (woman-default-faces): Renamed from `woman-colour-faces'.
14943         Set using the stored defaults, rather than using hard-wired colors.
14944         (woman-monochrome-faces): Renamed from `woman-black-faces'.
14945         Just make the foreground `unspecified' rather than "black".
14946         (woman-menu): Rename menu entries accordingly.
14948         * faces.el (header-line): Make more reasonable on mono/grayscale
14949         displays.
14951 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
14953         * cus-edit.el (custom-button-face): Use 3D look for mac.
14954         (custom-button-pressed-face): Likewise.
14956         * faces.el (set-face-attributes-from-resources): Handle mac frames
14957         in the same way as x and w32 frames.
14958         (face-valid-attribute-values): Likewise.
14959         (read-face-attribute): Likewise.
14960         (defined-colors): Likewise.
14961         (color-defined-p): Likewise.
14962         (color-values): Likewise.
14963         (display-grayscale-p): Likewise.
14964         (face-set-after-frame-default): Likewise.
14965         (mode-line): Same default face as for x and w32.
14966         (tool-bar): Likewise.
14968         * frame.el: Remove call to frame-notice-user-settings at end of
14969         the file.
14971         * info.el (Info-fontify-node): Make underlines invisible for mac
14972         as for x, pc, and w32 frame types.
14974         * term/mac-win.el: New file.
14976 2000-10-22  Dave Love  <fx@gnu.org>
14978         * textmodes/refill.el: New file.
14980 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
14982         * vc-hooks.el (vc-version-backup-file-name): New optional args
14983         MANUAL and REGEXP.
14984         (vc-delete-automatic-version-backups, vc-make-version-backup):
14985         New functions.
14986         (vc-before-save): Use the latter.
14987         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
14988         confusion.
14990         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
14991         expected by vc[-hooks].el.
14993         * vc.el (vc-checkout): Added `-p' suffix in call to
14994         vc-make-version-backups-p; use vc-make-version-backup to actually
14995         make the backup.
14996         (vc-version-other-window, vc-version-backup-file): Handle both
14997         automatic and manual backups.
14998         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
14999         of all of them.
15001 2000-10-22  Miles Bader  <miles@gnu.org>
15003         * comint.el (comint-highlight-input, comint-highlight-prompt):
15004         Renamed, `-face' at end removed.
15005         (comint-send-input, comint-output-filter): Use renamed faces.
15007         * window.el (fit-window-to-buffer): Change defaulting of
15008         MAX-HEIGHT slightly.
15010         * faces.el (color-values, color-defined-p): Use `member', not
15011         `memq', because it works correctly for strings.
15012         (frame-set-background-mode): Actually, "unspecified-fg" and
15013         "unspecified-bg" *are* strings.  Use `member', not `memq', and
15014         `equal', not `eq', when a string value is possible.
15016 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
15018         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
15020 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
15022         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
15023         sh-electric-rparen, sh-electric-less and sh-electric-hash.
15024         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
15025         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
15026         (sh-font-lock-syntactic-keywords): Use them.
15027         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
15028         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
15029         (sh-mode): Don't override font-lock-unfontify-region-function.
15030         Use a copy of sh-font-lock-syntactic-keywords.
15031         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
15032         Don't call sh-scan-buffer since font-lock does it on the fly.
15033         (sh-get-indent-info): Use `face' rather than `syntax-table'
15034         text-property to detect here-documents.
15035         Replace sh-special-syntax with sh-st-punc.
15036         (sh-prev-line): Use `face' rather than `syntax-table'
15037         text-property to skip over here-documents.
15038         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
15039         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
15040         (sh-electric-less, sh-set-here-doc-region)
15041         (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
15042         (sh-scan-buffer, sh-rescan-buffer): Remove.
15044 2000-10-21  Andrew Innes  <andrewi@gnu.org>
15046         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
15047         remote (ange-ftp) file names.
15049 2000-10-21  Miles Bader  <miles@gnu.org>
15051         * window.el (fit-window-to-buffer): New function.
15052         (shrink-window-if-larger-than-buffer): Use it.
15053         (window-text-height): Don't expect minibuffers to have mode-lines.
15055         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
15056         * international/quail.el (quail-update-guidance):
15057         Use `fit-window-to-buffer' instead of `set-window-text-height'.
15059         * international/quail.el (quail-show-guidance-buf): Make sure
15060         guidance window really has enough room.
15061         (quail-update-guidance): If quail-guidance-win is already shown,
15062         make sure its height is OK.
15064         * window.el (window-text-height, set-window-text-height):
15065         New functions.
15066         (shrink-window-if-larger-than-buffer): Use `window-text-height'
15067         instead of `window-height' & `mode-line-window-height-fudge'.
15068         (mode-line-window-height-fudge): Add FACE parameter.
15069         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
15070         instead of `enlarge-window' & `mode-line-window-height-fudge'.
15072 2000-10-20  Miles Bader  <miles@gnu.org>
15074         * window.el (height-affecting-face-attributes): Use `defconst'.
15076         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
15077         New function, conditionally aliased to `mode-line-window-height-fudge'.
15078         (ispell-help): Use it.
15079         (ispell-choices-win-default-height): Don't include mode-line fudge.
15080         (ispell-choices-win-default-height): New function.
15081         (ispell-show-choices, ispell-command-loop): Use function
15082         `ispell-choices-win-default-height' instead of variable.
15084 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
15086         * window.el (mode-line-window-height-fudge): New variable.
15087         (height-affecting-face-attributes): New variable.
15088         (mode-line-window-height-fudge): New function.
15089         (shrink-window-if-larger-than-buffer): Use it.
15090         * help.el (resize-temp-buffer-window): Likewise.
15092         * info.el (Info-fontify-node): Add support for @subsubsection
15093         titles, which use `Info-title-4-face'.
15094         (Info-title-4-face): New face.
15095         (Info-title-3-face): Inherit from Info-title-4-face instead of
15096         variable-pitch.
15098 2000-10-19  Jason Rumney  <jasonr@gnu.org>
15100         * dired.el (dired-insert-directory): Do not let errors signalled by
15101         attempt to run dired-free-space-program prevent dired from working.
15103 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
15105         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
15107 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
15109         * dirtrack.el (dirtrack): Fix call to run-hooks.
15111         * cmuscheme.el (cmuscheme-program-name): Renamed from
15112         scheme-program-name because xscheme.el contains a defcustom with
15113         the same name.  As a consequence, customizing group `cmuscheme'
15114         loaded `xscheme' which redefined run-scheme.
15115         (run-scheme): Use cmuscheme-program-name.
15117         * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
15119         * play/doctor.el (doctor-death): Update the Samaritans'
15120         anonymous address, and add a website for Befrienders International.
15122 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15124         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
15125         Avoid compilation gripes.  Doc fix.
15126         (ps-print-version): New version number (6.2).
15127         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
15128         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
15129         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
15130         (ps-x-extent-priority, ps-x-extent-start-position)
15131         (ps-x-face-font-instance, ps-x-find-coding-system)
15132         (ps-x-font-instance-properties, ps-x-make-color-instance)
15133         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
15134         avoid compilation gripes without defining functions.
15135         (ps-e-find-composition): Alias for function find-composition, to have a
15136         suitable function depending on Emacs version.
15137         (ps-color-device, ps-color-values, ps-face-foreground-name)
15138         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
15139         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
15140         (ps-print-ensure-fontified): Function definitions surrounded by
15141         `eval-and-compile' to avoid compilation gripes.
15142         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
15143         by symbol-value to avoid compilation gripes.
15144         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
15145         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
15147 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
15149         * startup.el (normal-top-level): Call `frame-set-background-mode'
15150         after `frame-notice-user-settings' because the latter doesn't call
15151         the former on a tty.
15153         * faces.el (frame-set-background-mode): `unspecified' &c are
15154         symbols, not strings.
15156 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
15158         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
15159         why some "light*" colors are deliberately absent from the alist.
15161         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
15162         Change colors for tty's, as suggested by Miles Bader.
15164 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
15166         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
15167         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
15168         for ISO10646-1 fonts.
15169         (x-font-name-charset-alist): Add an entry for "iso10646-1".
15171 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
15173         * faces.el (frame-set-background-mode): If a tty frame defines a
15174         background color, use that to compute the background mode, instead
15175         of always defaulting to "dark".
15177 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
15179         * comint.el (comint-write-output): New function.
15180         (comint-mode-map): Add it to the menu.
15181         Bind `C-c C-s' to comint-write-output.
15183 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
15185         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
15186         Use fancy-splash-delay.
15188 2000-10-18  Alex Schroeder  <alex@gnu.org>
15190         * progmodes/sql.el (sql-sybase-options): New option.
15191         (sql-sybase): Use it.  Add sql-database to the list of parameters
15192         provided for login.  The options -w 2048 -n are not used any more.
15194         * comint.el (comint-read-input-ring): Bugfix such that the first
15195         and the last entry of the input ring file are not lost.
15197 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15199         * ps-print.el: Internal variable changes to defcustom,
15200         make-local-hook changes to defvar.  Doc fix.
15201         (ps-print-version): New version number (6.1).
15202         (ps-setup, ps-do-despool): Code fix.
15203         (ps-printer-name): Customization fix.
15204         (ps-printer-name-option): Now is a defcustom instead of an
15205         internal variable.
15206         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
15207         (ps-print-begin-column-hook): Now are defvar instead of
15208         make-local-hook.
15210 2000-10-18  Miles Bader  <miles@gnu.org>
15212         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
15213         (comint-kill-output): Changed into an alias for `comint-delete-output',
15214         and made obsolete.
15215         (comint-mode-map): Rename references to comint-kill-output.
15217 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
15219         * diff-mode.el (diff-header-face, diff-file-header-face)
15220         (diff-changed-face): Add bold and italic attributes to tty faces.
15221         (diff-function-face): New face.
15222         (diff-font-lock-keywords): Use it.
15224 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
15226         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
15227         Remove commented-out call to force-mode-line-update.
15228         (comint-kill-output): Use `forward-line 0' instead of
15229         beginning-of-line to make sure we get past the prompt.
15231 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
15233         * diff-mode.el (diff-header-face, diff-file-header-face):
15234         Add specific setting for dark background.
15235         (diff-context-face): Renamed from diff-comment-face.
15236         Set explicitly rather than inheriting from font-lock-comment-face.
15238 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
15240         * startup.el (command-line): Move the code which sets the default
15241         TTY colors to before before-init-hook.
15243 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
15245         * jit-lock.el (jit-lock-stealth-time): Doc fix.
15247 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
15249         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
15250         extensions, for MS-DOS.
15252         * diff-mode.el (diff-header-face, diff-file-header-face)
15253         (diff-changed-face): Define tty-specific colors.
15255 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
15257         * startup.el (fancy-splash-text): Realign the text.
15259 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
15261         * font-lock.el (font-lock-comment-face): Define a separate default
15262         for dark-background tty's.
15264 2000-10-17  Miles Bader  <miles@gnu.org>
15266         * help.el (resize-temp-buffer-window): Add hack to avoid last line
15267         being obscured by whizzy mode-lines on graphics displays.
15269 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
15271         * info.el (Info-title-1-face, Info-title-2-face)
15272         (Info-title-3-face): Define colors for tty's.
15273         (info-header-node): Remove unneeded tty-specific definition.
15275 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
15277         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
15278         reverse from the frame parameters, and don't invert foreground and
15279         background colors.
15281 2000-10-16  Miles Bader  <miles@gnu.org>
15283         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
15284         string "*Info*".  Call propertized-buffer-identification to spruce
15285         up the result.
15287 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
15289         * help.el: Provide `help' for the sake of define-minor-mode
15290         which generates defcustoms with requires.
15292         * jit-lock.el (jit-lock-after-change): If we're in text that
15293         matches a multi-line font-lock pattern, make sure the whole text
15294         will be redisplayed.
15296         * emacs-lisp/authors.el (authors-add): Don't add an entry if
15297         author's name is unknown.
15299         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
15300         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
15301         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
15302         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
15303         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
15304         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
15305         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
15306         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
15307         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
15308         Add author information.
15310 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
15312         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
15313         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
15314         full-color version (using the Gimp) to eliminate dithering artifacts.
15316 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
15318         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
15320         * simple.el (syntax-flag-table, string-to-syntax): Remove.
15322 2000-10-15  Dave Love  <fx@gnu.org>
15324         * progmodes/sh-script.el: Require skeleton and comint when compiling.
15326         * pcomplete.el (pcomplete) <defgroup>: Add :version.
15328         * whitespace.el: Doc fixes.
15329         (top-level): Don't add hooks here.
15330         (whitespace-running-emacs): Deleted.
15331         (timer): Don't require.
15332         (whitespace): Add back :version conditional on xemacs test.
15333         (whitespace-spacetab-regexp, whitespace-indent-regexp)
15334         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
15335         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
15336         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
15337         Avoid specific xemacs test.
15338         (whitespace-global-mode): New option.
15339         (whitespace-global-mode): New command.
15340         (whitespace-unload-hook): New function.
15342         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
15343         (Info-fontify-node, Info-goto-node, Info-mode-menu)
15344         (Info-fontify-node): `Goto' goes to `Go to'.
15345         (Info-fontify-node): Add help-echo to xref links.
15347 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
15349         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
15351 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
15353         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
15354         Use plist-get and allow :inherit.
15356         * emacs-lisp/cl-macs.el (cl-do-arglist):
15357         Use plist-get and plist-member instead of memq.
15359         * emacs-lisp/ewoc.el (ewoc-location): New function.
15360         (ewoc-enter-after, ewoc-enter-before): Document return value.
15361         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
15362         Don't need make-local-hook any more.
15363         (cvs-addto-collection): Return the new tin.
15364         (cvs-mode-insert): Jump to the new line.
15366         * jit-lock.el (jit-lock-fontify-buffer): Remove.
15368         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
15370         * font-lock.el (font-lock-syntactically-fontified): New var.
15371         (font-lock-fontify-syntactic-keywords-region): Use it.
15372         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
15374         * diff-mode.el (diff-find-file-name): Fix regexp.
15376         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
15377         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
15379         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
15380         (sh-mode-syntax-table): Add punctuation syntax for < and >.
15381         (sh-mode): Don't make all vars local here.
15382         (sh-kw): Reformat.
15383         (sh-set-shell): Use dolist.  Don't set indent-region-function.
15384         (sh-mode-syntax-table): Use pop.
15385         (sh-remember-variable): Use push.
15386         (sh-help-string-for-variable): Use memq.
15387         (sh-safe-backward-sexp): Remove.
15388         (sh-safe-forward-sexp): Add ARG.
15389         (sh-get-indent-info, sh-prev-stmt): Use it.
15390         (sh-prev-line): Simplify by using forward-comment.
15391         (sh-this-is-a-continuation): Simplify.
15392         (sh-learn-buffer-indent): Use dolist.
15393         (sh-do-nothing): Remove.
15394         (sh-set-char-syntax, sh-set-here-doc-region):
15395         Use inhibit-modification-hooks.
15396         (sh-name-style): Use mapcar and push.
15397         (sh-load-style): Use dolist.
15398         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
15399         (sh-case, sh-while-getopts): Use propertize directly rather
15400         than sh-electric-rparen.
15402 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
15404         * textmodes/tex-mode.el: Require CL when compiling.
15405         (tex-mode-syntax-table): Init immediately.
15406         (tex-mode-map): Bind M-RET to latex-insert-item.
15407         (latex-mode): Set indent-line-function to latex-indent.
15408         (tex-common-initialization): Don't setup the syntax-table any more.
15409         (latex-insert-item): New skeleton.
15410         (tex-next-unmatched-end): Fix copy/paste braino.
15411         (latex-syntax-after, latex-skip-close-parens, latex-down-list)
15412         (latex-indent, latex-find-indent): New functions.
15413         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
15414         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
15415         (tex-compilation-parse-errors): Use with-syntax-table.
15417 2000-10-15  Miles Bader  <miles@gnu.org>
15419         * font-lock.el (font-lock-comment-face): Change dark-background,
15420         color, non-tty, default to `chocolate1'.
15422 2000-10-13  John Wiegley  <johnw@gnu.org>
15424         * eshell/esh-util.el (require): Added a missing `require' form,
15425         needed when compiling (for an ange-ftp macro definition).
15427 2000-10-13  Dave Love  <fx@gnu.org>
15429         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
15431 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
15433         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
15435         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
15436         transparent -colors 8).
15438 2000-10-13  Stephen Gildea  <gildea@stop.mail-abuse.org>
15440         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
15441         that breaks with old list format timestamps.
15442         (time-stamp-warn-inactive, time-stamp-old-format-warn)
15443         (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
15445 2000-10-13  John Wiegley  <johnw@gnu.org>
15447         * align.el, pcomplete.el, calendar/timeclock.el,
15448         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
15450         * calendar/timeclock.el (timeclock-find-discrep): A fix to some
15451         faulty math, where holiday hours were being computing as seconds.
15453 2000-10-13  John Wiegley  <johnw@gnu.org>
15455         * desktop.el (desktop-buffer-modes-to-save): Added a global for
15456         specifying what "other" kinds of buffers should be saved.
15457         This used to be hard-coded.
15458         (desktop-buffer-misc-functions): A global for specifying how
15459         auxiliary data should be determined for special buffer types.
15460         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
15461         instead of hard-coding the special buffer types.
15462         (desktop-save): Run `desktop-buffer-misc-functions' to gather
15463         auxiliary data, instead of hard-coding for Info buffers and dired.
15464         (desktop-buffer-info-misc-data): Aux function for determining Info
15465         buffer auxiliary info.
15466         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
15467         (desktop-buffer-info): Changed this function to use the info
15468         gathered above.
15469         (desktop-create-buffer): Be a little more careful about what
15470         `minor-mode' means before calling it.  This is important for some
15471         buffer types.
15473 2000-10-13  John Wiegley  <johnw@gnu.org>
15475         * eshell/esh-util.el: Added a global form which declares an
15476         autoload for `parse-time-string', if that function is not already
15477         defined, and if parse-time.el is available on the user's system.
15479         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
15480         to be aware of ange-ftp user info.
15481         (eshell-do-ls): Bind `ange-cache'.  Also, use `eshell-file-attributes'.
15482         (eshell-ls-annotate): Use `eshell-file-attributes'.
15483         (eshell-ls-file): Made the user-id printing code a bit smarter.
15485         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
15486         allow identification of alias user ids in remote directories.
15487         It's manual, but there's no other way to know when the current user
15488         on the local machine, is also the owning user on the remote machine.
15489         (fboundp): Bind `ange-cache'.
15490         (eshell-directory-files-and-attributes): Re-organized the logic a
15491         bit to use `eshell-file-attributes' instead of `file-attributes'.
15492         The former is more sensitive to directories that are read via FTP,
15493         and knows how to use ange-ftp to determine full attribute
15494         information, instead of just the name and last modtime.
15495         (eshell-current-ange-uids): Return the current user id when in a
15496         remote directory.
15497         (eshell-parse-ange-ls): Parse a full directory listing that has
15498         been returned by ange-ftp.
15499         (eshell-file-attributes): This beefed up version of
15500         `file-attributes' is only special if the user is currently in a
15501         remote directory, in which case it does a lot of work to find out
15502         what the real attributes of a file are, as they appear on the
15503         remote machine.  This makes usage of remote directories (i.e.,
15504         ange-ftp pathnames) much more useful.  You can now use Eshell as a
15505         full-fledged FTP client, with much more manipulation ability than
15506         most other clients.
15508         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
15509         variable, which means that Eshell's du should always be preferred
15510         in remote directories.
15511         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
15512         just `file-attributes'.
15513         (eshell-mvcp-template): Bind `ange-cache', to improve performance
15514         when reading remote directories.  This is an Eshell-specific
15515         variable (not part of ange-ftp).
15516         (eshell/ln): Bind `ange-cache'.
15517         (eshell/du): Added some extra logic for determining when to use
15518         Eshell's du (which is slow), and when to use the external version
15519         (which may or may not exist).
15521         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
15522         Call `eshell-interactive-process', rather than using
15523         `get-buffer-process', since backgrounded processes don't count in
15524         the context of this function's logic.
15526         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
15527         `forward-char', so that null strings are parsed correctly.
15529 2000-09-13  John Wiegley  <johnw@gnu.org>
15531         * eshell/em-pred.el (eshell-pred-file-type)
15532         (eshell-pred-file-links, eshell-pred-file-size):
15533         Use `eshell-file-attributes'.  This is more correct over ange-ftp.
15535         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
15536         that remote file globbing is more efficient.
15538         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
15539         gathering the files and attributes within a directory.
15541         * eshell/em-unix.el (eshell/cat): If any of the files passed on
15542         the command line is a special file (not a regular file, directory
15543         or symlink), always attempt to call the external version of cat.
15545 2000-09-13  John Wiegley  <johnw@gnu.org>
15547         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
15548         Eshell-friendly version of find-tag.
15550 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
15552         * image-file.el (image-file-name-extensions)
15553         (image-file-name-regexps): Add autoload cookies.
15555 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
15557         * international/mule-cmds.el (select-safe-coding-system): If FROM
15558         is string, show it in *Warning* buffer.
15560 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
15562         * startup.el (normal-top-level): Use display-popup-menus-p instead
15563         of window-system.
15564         (command-line): Use display-graphic-p instead of window-system.
15565         (command-line-1): Use display-popup-menus-p and display-mouse-p
15566         instead of window-system.
15568 2000-10-12  Sam Steingold  <sds@gnu.org>
15570         * tooltip.el (tooltip-use-echo-area): New user variable.
15571         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
15573 2000-10-12  Dave Love  <fx@gnu.org>
15575         * recentf.el: Maintainer's checkdoc fixes.
15577         * startup.el (normal-top-level-add-subdirs-to-load-path):
15578         Use character class, not ASCII when matching file names.
15579         (fancy-splash-head): Add trailing slash to URL.
15580         (command-line): Don't require XPM support for toolbar.
15582         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
15583         (cperl-invalid-face): Revert last change.
15584         (cperl-init-faces): Quote cperl-invalid-face.
15586 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
15588         * startup.el (fancy-splash-text): Remove superfluous quote.
15590 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
15592         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
15593         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
15594         (command-line-1): Don't use fancy-splash-pending-command.
15595         (fancy-splash-screens-1): Goto point-min after inserting text.
15597         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
15599         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
15600         instead of shared-lisp-mode-map.
15602 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
15604         * faces.el (header-line): Change tty-variant to use underlining.
15606         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
15607         (isearch-highlight): Restore lazy-isearch face properties at old
15608         position, and suppress them at new position.
15609         (isearch-dehighlight): Restore lazy-isearch face properties.
15610         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
15611         over the real isearch overlay, but in that case, don't give it a
15612         face property.  Use `push'.
15614 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
15616         * man.el (Man-getpage-in-background): Fix previous change.
15617         Decode the process output only when we are in multibyte mode.
15619 2000-10-11  Dave Love  <fx@gnu.org>
15621         * info.el (Info-mode-menu): Fix some help.
15622         (info-tool-bar-map): Add entry for Info-last.
15624         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
15625         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
15626         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
15627         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
15628         * toolbar/search-replace.xpm, toolbar/exit.xpm:
15629         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
15630         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
15631         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
15632         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
15633         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
15634         Reduce colour requirements to 25 overall.  (Probably wants
15635         revisiting from the originals to reduce further.)
15637 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
15639         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
15640         buffer-file-coding-system, instead of raw-text.
15641         (dehexlify-buffer): Bind coding-system-for-read to
15642         buffer-file-coding-system, instead of raw-text.
15644 2000-10-11  Sam Steingold  <sds@gnu.org>
15646         * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
15647         `underline' - fixes the bug introduced on 2000-09-21.
15649 2000-10-11  Dave Love  <fx@gnu.org>
15651         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
15652         Avoid compiler warnings.
15653         (scheme-mode): Doc fix.
15654         (scheme-font-lock-keywords-1): Match `define-syntax'.
15656 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
15658         * faces.el (frame-set-background-mode): Pay attention to saved
15659         face specs as well as default ones.  Only do anything if the
15660         bg-mode or display-type has actually changed.  Use `dolist'.
15661         (region): Make dark-background `region' face less in-your-face.
15663 2000-10-10  Sam Steingold  <sds@gnu.org>
15665         * chistory.el, ielm.el, ledit.el:
15666         * progmodes/inf-lisp.el, progmodes/scheme.el:
15667         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
15669 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
15671         * textmodes/texinfo.el: Update copyright and fix typo.
15673         * desktop.el (desktop-modes-not-to-save): New var.
15674         (desktop-save-buffer-p): Use it.
15675         Also, obey desktop-buffers-not-to-save even for non-file buffers.
15676         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
15678 2000-10-10  Dave Love  <fx@gnu.org>
15680         * toolbar/tool-bar.el (tool-bar-add-item)
15681         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
15683         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
15684         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
15685         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
15686         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
15687         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
15688         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
15689         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
15690         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
15691         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
15692         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
15693         the .xpms; probably need retouching.
15695 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
15697         * subr.el (add-to-list): Add optional argument APPEND.
15698         * battery.el (display-battery): Use `add-to-list'.
15700 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
15702         * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
15703         properties.
15704         (zone, zone-when-idle, zone-leave-me-alone)
15705         (zone-pgm-whack-chars): Use new symbol properties.
15707         * battery.el (display-battery): Doc spelling fix.
15709         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
15710         property.
15712 2000-10-09  Dave Love  <fx@gnu.org>
15714         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
15715         has been initialized before calling tool-bar-setup.
15716         (tool-bar-add-item-from-menu): Add autoload cookie.
15718 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
15720         * menu-bar.el (send-mail-item-name): New function.
15721         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
15722         of mail-user-agent in the menu.  Don't display the "Send Mail"
15723         item if mail-user-agent is nil or its value is ignore.
15724         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
15725         if read-mail-command is nil or its value is ignore.
15727         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
15729 2000-10-09  Miles Bader  <miles@gnu.org>
15731         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
15732         Correct image size.
15733         * toolbar/left_arrow.xpm: Correct image size.
15735         * jka-compr.el: Don't call `jka-compr-install' when loading (it
15736         will be done by the definition of `auto-compression-mode' if
15737         necessary.  Move code to uninstall existing file-name handler
15738         before definition of `auto-compression-mode'.
15740         * image-file.el (auto-image-file-mode): Move to the end of the
15741         file, because `define-minor-mode' actually calls the mode-function
15742         if the associated variable is non-nil, which requires that all
15743         needed functions be already defined.
15745         * mouse.el (popup-menu): Balance parens.
15747 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
15749         * mouse.el (popup-menu): Move the command call outside the loop
15750         so that popup-menu returns whatever the command returns.
15752         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
15753         (initialize-new-tags-table): Use run-hook-with-args-until-success.
15754         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
15755         (tags-table-format-functions): Renamed from tags-table-format-hooks.
15757         * vc.el (vc-version-diff): diff-switches can be a list.
15758         Use relative filenames for prettier output.
15760         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
15761         (vc-post-command-functions): Remove old-VC compatibility code.
15763         * newcomment.el (comment-indent-default): Autoload.
15765         * font-lock.el (font-lock-defaults): Make buffer-local.
15766         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
15767         (font-lock-choose-keywords):
15768         Ignore LEVEL unless KEYWORDS is a list of syms.
15769         (c-keywords, c++-keywords, objc-keywords, java-keywords):
15770         Don't wrap regexp-opt things in \(...\) unnecessarily.
15772         * jit-lock.el: Don't require font-lock any more.
15773         (jit-lock-functions): Make buffer-local.
15774         (jit-lock-saved-fontify-buffer-function): Remove.
15775         (jit-lock-mode): Remove autoload cookie.
15776         Remove font-lock specific code.
15777         (jit-lock-unregister): Don't bother handling complex hooks any more.
15778         (jit-lock-refontify): New function.
15779         (jit-lock-fontify-buffer): Use it.
15780         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
15781         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
15782         Add optional args START and END.
15783         Never call font-lock-fontify-region directly.
15784         (jit-lock-function, jit-lock-stealth-fontify): Use it.
15786         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
15788 2000-10-08  Dave Love  <fx@gnu.org>
15790         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
15792         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
15794         * play/studly.el (studlify-region, studlify-word): Add autoload
15795         cookie.
15797         * play/morse.el (morse-region, unmorse-region): Add autoload
15798         cookie.
15800         * play/spook.el (spook-phrases-file): Use expand-file-name, not
15801         concat.
15803         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
15804         insist on symbols starting with word syntax.
15805         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
15806         (eval-defun-1): Doc fix.
15807         (indent-sexp): Use nconc to build up indent-stack.
15809         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
15810         Gnus with little use.
15811         (mail-setup-hook): Add mail-abbrevs-setup to options.
15813         * recentf.el: Doc fixes.
15815         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
15816         Clean up remainder.
15818         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
15819         without timezone and (8) with timezone to enforce some whitespace.
15820         Simplify code somewhat.
15822         * options.el (list-options): Doc that you should use customize.
15824         * iswitchb.el (iswitchb-mode): Add :require.
15826         * info.el (Info-goto-node, Info-menu): Doc fix.
15827         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
15828         (info-tool-bar-map): New variable.
15829         (Info-mode): Use it.
15830         (Info-edit-map): Define all in defvar.
15831         (speedbar-attached-frame): Avoid compiler warning.
15833         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
15834         (global-map): Bind [tool-bar] to a filtered map.
15835         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
15836         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
15837         Allow PBM icons.
15838         (tool-bar-setup): Adjust calls of tool-bar-add-item.
15840         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
15841         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
15842         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
15843         icons, except up_arrow, which is left-arrow rotated.
15845         * imenu.el (imenu-add-to-menubar): Fix last change.
15847 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
15849         * generic-x.el (rul-generic-mode): Remove eval-when-compile
15850         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
15852 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
15854         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
15855         typos in doc strings.
15857         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
15858         the doc strings how to customize Font Lock faces.
15860         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
15861         computing growth when dragging the header line.
15863 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
15865         * simple.el (kill-line): Doc fix.
15867 2000-10-08  Miles Bader  <miles@gnu.org>
15869         * faces.el (secondary-selection): Make foreground visible on tty.
15871         * jka-compr.el (auto-compression-mode): Move to the end of the
15872         file, because `define-minor-mode' actually calls the mode-function
15873         if the associated variable is non-nil, which requires that all
15874         needed functions be already defined.
15875         (with-auto-compression-mode): Add autoload cookie.
15877 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
15879         * files.el (find-backup-file-name) [ms-dos]: If support for long
15880         file names is not available, behave as if version-control were set
15881         to never.
15883 2000-10-07  Dave Love  <fx@gnu.org>
15885         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
15886         (browse-url-gnome-moz): New function.
15887         (browse-url-browser-function): Use it.
15888         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
15890 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
15892         * indent.el (tab-always-indent): New var.
15893         (indent-for-tab-command): Use it.
15895         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
15896         raise an error.  This way it can still default to a sane value.
15898 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
15900         * startup.el (fancy-splash-screens): Use local rather than global map.
15901         Don't use `update-menu-bindings' any more.
15902         Get rid of assumptions about keymap representation.
15904 2000-10-06  Dave Love  <fx@gnu.org>
15906         * textmodes/fill.el (sentence-end-double-space)
15907         (sentence-end-without-period):  Doc fix.
15908         (adaptive-fill-regexp): Purecopy.
15909         (unjustify-current-line): Use line-end-position.
15910         (fill-individual-paragraphs-prefix): Use line-beginning-position.
15912         * net/eudc-vars.el (eudc): Add :version, :link.
15914         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
15916         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
15917         Fix for define-minor-mode.
15918         (function-at-point): Alias to function-called-at-point.
15920         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
15922         * simple.el (backward-word): Doc fix.
15924         * image-file.el (image-file-name-regexp): image-file-regexps ->
15925         image-file-name-regexps.
15926         (image-file-name-extensions): Add pbm.
15928 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
15930         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
15931         and add filename to the names so that diff-mode can jump to source.
15933         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
15934         (tex-font-lock-keywords, tex-font-lock-keywords-2)
15935         (tex-font-lock-keywords-1): Remove.
15936         (font-lock-turn-on-thing-lock): Use jit-lock-register.
15937         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
15938         (font-lock-default-fontify-region):
15939         Expand beg..end correctly when just following a multiline region.
15940         (font-lock-fontify-anchored-keywords):
15941         Include the anchor text as part of the multiline.
15943 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
15945         * loadup.el (toplevel): Load `loaddefs' before `help' because the
15946         latter needs the autoloaded define-minor-mode macro during the
15947         bootstrap.
15949         * startup.el (command-line): For now, activate tool-bar-mode only
15950         if XPM images are supported.
15952         * mouse.el (mouse-drag-header-line): Don't allow resizing a
15953         window by dragging a header-line at the top of the frame; that's
15954         confusing because the header-line doesn't move.
15955         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
15956         of treating the event as a list.  Some cleanup.
15958 2000-10-06  Miles Bader  <miles@gnu.org>
15960         * simple.el (display-message-or-buffer): New function.
15961         (shell-command-on-region): Use `display-message-or-buffer'.
15963         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
15964         docstring parts.
15966         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
15967         (smbclient-prompt-regexp): Add usage note to doc string.
15968         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
15969         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
15970         Use add-hook for adding the comint filter function, and only do so
15971         if it's not already in the global hook list.
15972         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
15973         to `make-local-variable'.
15974         (nslookup-font-lock-keywords): Remove prompt entry.
15975         (nslookup): Don't set the process-filter.
15976         (finger): Exit the loop correctly when the regexps list runs out.
15977         (ftp, smbclient, smbclient-list-shares):
15978         Set the real major mode immediately, not after execing.
15979         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
15981         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
15983 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
15985         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
15987         * which-func.el (which-func-format): Remove spurious space.
15988         (which-func-mode): Don't make it permanent-local.
15989         (which-func-ff-hook): Allow which-func-maxout to be nil.
15990         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
15991         (which-func-mode): Simplify.
15992         Use post-command-idle-hook rather than post-command-hook.
15993         Go through all buffers and update their state.
15994         (which-function): Also try add-log-current-defun-function.
15996         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
15997         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
15998         Update call to with-vc-properties accordingly.
15999         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
16000         (vc-revert-buffer): More careful about window selection and deletion.
16001         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
16003         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
16004         (cvs-retrieve-revision): Reuse a pre-existing buffer.
16005         (cvs-dired-action): Change the default to quickdir.
16007         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
16008         if comment-indent-function returns nil.
16009         (comment-indent-default): New function.
16010         (comment-indent-function): Use it and document the new semantics.
16012         * image-file.el: Docstring fixes.
16014         * help.el (help-xref-on-pp): Use match-string.
16015         (describe-variable): New arg BUFFER.
16016         Store the current buffer in the help-xref-stack.
16017         (temp-buffer-resize-mode): Use define-minor-mode.
16019         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
16020         consistently with its docstring.
16021         Set jit-lock-first-unfontify-pos in an idempotent way.
16022         (jit-lock-register): Autoload and add arg CONTEXTUAL.
16024 2000-10-05  Alex Schroeder  <alex@gnu.org>
16026         * sql.el (sql-mysql-options): New variable.
16027         (sql-mysql): Use it.
16029 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
16031         * image.el (image): New group.
16033         * smerge-mode.el (smerge-mine-face, smerge-other-face)
16034         (smerge-base-face, smerge-markers-face): Add dark-background variants.
16036 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
16038         * net/net-utils.el (nslookup-font-lock-keywords)
16039         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
16040         Ignore the value of wqindow-system; always define keywords
16042 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
16044         * startup.el (fancy-splash-screens): Remove the code for
16045         debugging; `(trace-to-stderr "EXITTT\n")'.
16047 2000-10-05  Miles Bader  <miles@gnu.org>
16049         * diff-mode.el (diff-goto-source): Update call to
16050         `diff-hunk-status-msg' to reflect new REV variable.
16052 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
16054         * progmodes/icon.el (icon-mode):
16055         Don't gratuitously override the default for comment-column.
16057         * vc-hooks.el (vc-mode-line): Fix interactive spec.
16059         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
16060         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
16061         (jit-lock-functions): New var.
16062         (jit-lock-function-1): Use it if non-nil.
16063         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
16064         Set the `fontified' property before doing the fontification to avoid
16065         repeatedly going through the same error.
16066         Don't turn errors into messages.
16067         (jit-lock-register, jit-lock-unregister): New functions.
16069         * dired.el (dired-mark-pop-up): Turn comment into docstring.
16070         Use with-current-buffer.
16072         * dired-aux.el (dired-do-create-files, dired-kill-tree):
16073         Turn comment into docstring.
16075         * apropos.el (apropos-mode): Use define-derived-mode.
16077 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
16079         * startup.el (fancy-splash-pending-command): New variable.
16080         (fancy-splash-pre-command): New function.
16081         (fancy-splash-screens): Rewritten.
16082         (command-line-1): If fancy-splash-pending-command is set, call it
16083         interactively.
16085 2000-10-04  Dave Love  <fx@gnu.org>
16087         * toolbar/tool-bar.el (tool-bar-setup): New function.
16088         (tool-bar-mode): Use it.
16090         * subr.el (substitute-key-definition): Doc fix.
16091         (play-sound-file): New command.
16093 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
16095         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
16096         vc-version-backup-file-name): New functions.
16098         * files.el (basic-save-buffer): Call vc-before-save before saving.
16100         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
16101         vc-cvs-stay-local-p.
16103         * vc.el (vc-revert-buffer): Handle empty diff properly.
16104         (vc-version-backup-file): New function.
16105         (vc-checkout): Create a version backup if necessary.
16106         (vc-checkin): If a version backup file exists, delete it.
16107         (vc-version-diff): Diff locally using version backups, if available.
16108         (vc-revert-file): If there's a version backup, revert locally.
16109         (vc-transfer-file): Use version backup for base version, if
16110         available.  If not, ask for confirmation whether to get it from the
16111         server.  Update mode line before check-in.
16113 2000-10-04  Dave Love  <fx@gnu.org>
16115         * toolbar/tool-bar.el (tool-bar-setup): New function.
16116         (tool-bar-mode): Use it.
16118 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
16120         * net/net-utils.el (nslookup-font-lock-keywords)
16121         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
16122         Only set if window-system is non-nil
16123         (net-utils-run-program): Returns buffer.
16124         (network-connection-reconnect): Added this function.
16126         * generic.el:
16127         Incorporates extensive cleanup and docfixes by
16128         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
16129         Uses cl compile-time macros.
16130         (generic-mode-name, generic-comment-list)
16131         (generic-keywords-list, generic-font-lock-expressions)
16132         (generic-mode-function-list, generic-mode-syntax-table):
16133         Removed variables.
16134         (generic-mode-alist): Renamed to generic-mode-list.
16135         (generic-find-file-regexp): Default changed to "^#".
16136         (generic-read-type): Uses completing read on generic-mode-list.
16137         (generic-mode-sanity-check): removed this function.
16138         (generic-add-to-auto-mode): Removed this function
16139         (generic-mode-internal): Bind mode-specific definitions
16140         into function instead of putting them in alist.
16141         (generic-mode-set-comments): Reworked extensively.
16142         (generic-mode-find-file-hook): Simplified regexp searching
16143         (generic-make-keywords-list): Omit extra pair of parens
16145         * find-lisp.el (find-lisp-find-files-internal):
16146         Make sure directory name ends with "/".
16148         * generic-x.el (apache-conf-generic-mode):
16149         Regexp now allows leading whitespace.
16150         (rc-generic-mode): Added eval-when-compile
16151         around generic-make-keywords-list.
16152         Deleted duplicate regexp
16153         (rul-generic-mode): Added eval-when-compile
16154         around generic-make-keywords-list.
16155         (etc-fstab-generic-mode): New generic mode.
16156         (rul-generic-mode): Removed one eval-when-compile
16157         which caused a max-specpdl-size exceeded error.
16159 2000-10-04  Miles Bader  <miles@gnu.org>
16161         * simple.el (minibuffer-temporary-goal-position): New variable.
16162         (next-history-element): Try to keep the position of point in the
16163         input string constant.
16165         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
16166         (dired-do-create-files): If there's only one file, pass it in as
16167         the DEFAULT arg to dired-mark-read-file-name.
16169 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
16171         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
16172         (diff-goto-source): Be smarter when choosing REVERSE or not.
16174         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
16175         (texinfo-mode-menu): Add an explicit shortcut for update all.
16177 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
16179         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
16180         factorize backend-specific code cleanly (this was essentially
16181         conceived by Stefan Monnier).
16182         (vc-unregister): Function removed.
16183         (vc-revert-file): New function.
16184         (vc-revert-buffer): Delegate some of the work to it.
16186         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
16187         default branch unconditionally.
16188         (vc-rcs-set-default-branch): New function.
16189         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
16190         (vc-rcs-checkin): If an appropriate default branch has been set,
16191         force creation of that branch.
16192         (vc-rcs-receive-file): Rewritten to contain only backend-specific
16193         code (as suggested by Stefan Monnier).
16195 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
16197         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
16198         highlighting overlay with a different face over the overlay
16199         isearch uses to highlight the current match because that can lead
16200         to bad face combinations.
16202         * loadup.el (toplevel): Load faces before isearch.
16204         * isearch.el (isearch-faces): New custom group.
16205         (isearch): New defface; was already tested for in the code.
16206         (isearch-lazy-highlight-face): Changed to defface from defcustom.
16207         (isearch-highlight): Always use face `isearch'.
16209 2000-10-02  Dave Love  <fx@gnu.org>
16211         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
16212         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
16213         comparison of opcode with operand.
16215 2000-10-03  Miles Bader  <miles@gnu.org>
16217         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
16218         buffer, since the echo area will now grow to accommodate them.
16220 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
16222         * vc-hooks.el (vc-registered): If FILE used to be registered under
16223         a certain backend, try that one first.
16225         * vc.el (vc-responsible-backend): Undo the previous change in the
16226         argument list.  Handle multiple backends correctly.
16227         (vc-find-new-backend): Function removed.
16228         (vc-register): Use vc-responsible-backend, as before.
16229         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
16231 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
16233         * startup.el (fancy-splash-head): Change message below the
16234         logo.
16236 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
16238         * diff-mode.el (diff-goto-source): Emit a status message.
16239         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
16240         (diff-test-hunk): Fix doc string.
16241         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
16242         (diff-advance-after-apply-hunk): New variable.
16243         (diff-apply-hunk): Don't return a value.
16245 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
16247         * vc.el (vc-editable-p): Minor optimization.
16248         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
16249         (vc-find-new-backend): New function split from vc-responsible-backend.
16250         (vc-register): Use it.
16251         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
16252         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
16253         (vc-default-unregister, vc-revert-buffer): Docstring fix.
16254         (vc-clear-headers): Don't use find-file.
16255         (vc-revert-buffer): Use `and' again (must have been a braino).
16256         (vc-switch-backend): Only prompt if requested.
16257         Short circuit if nothing is to be done.
16258         Don't use vc-resynch-buffer which could lose unsaved editing.
16259         (vc-default-receive-file): Update call to vc-unregister.
16260         (with-vc-file, vc-next-action-on-file):
16261         Use vc-backend rather than vc-registered.
16262         (vc-next-action-on-file): Use intern-soft.
16263         Deal with read-only *vc-diff* buffer.
16264         (vc-transfer-file): Docstring fix.
16266         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
16267         (vc-rcs-receive-file): Avoid with-vc-properties.
16268         Update call to vc-unregister.
16269         Use constant `RCS' rather than (dynamically bound) var `backend'.
16271 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
16273         * vc.el (vc-next-action-on-file): Update mode line only if file
16274         is visited.
16275         (vc-start-entry): New argument initial-contents.  Don't visit the file
16276         if it isn't already visited.  Brought documentation up-to-date.
16277         (vc-next-action, vc-register): Updated calls to vc-start-entry.
16278         (vc-checkin): New optional arg initial-contents, which is passed to
16279         vc-start-entry.
16280         (vc-finish-logentry): Make sure to bury log buffer only if there
16281         really is one.  Call `vc-resynch-buffer' on log-file, not
16282         buffer-file-name.
16283         (vc-default-comment-history, vc-default-wash-log): New functions.
16284         (vc-index-of): Removed.
16285         (vc-transfer-file): Make do without the above.
16286         (vc-default-receive-file): Call comment-history unconditionally.  Pass
16287         the resulting string to vc-checkin, instead of inserting it into the
16288         comment ring.
16290         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
16291         unconditionally.  Use the comments as initial contents of the log
16292         entry buffer.  Document the trick to force branch creation with no
16293         changes.
16295 2000-10-01  Miles Bader  <miles@gnu.org>
16297         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
16298         `recenter' with an arg to prevent redrawing the display.
16300 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
16302         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
16304         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
16306         * progmodes/c-mode.el (c-mode):
16307         Don't gratuitously override the default for comment-column.
16309         * textmodes/tex-mode.el (latex-metasection-list): New var.
16310         (latex-imenu-create-index): Use it.
16311         Move the regexp construction outside loops (and use push).
16312         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
16313         (tex-font-lock-keywords): Moved from font-lock.el.
16314         (tex-comment-indent): Remove.
16315         (tex-common-initialization): Don't set comment-indent-function.
16316         (latex-block-default): New var.
16317         (tex-latex-block): Use it to provide a default choice.
16318         Add any unknown choice to latex-block-names.
16319         Insert [...] after {...}.
16320         (tex-last-unended-begin): Simplify regexp.
16321         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
16322         (latex-forward-sexp-1, latex-forward-sexp): New functions.
16323         (latex-mode): Set forward-sexp-function.
16325         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
16326         Add regexp for @ignore ... @end ignore.
16327         (texinfo-heading-face): New face.
16328         (texinfo-font-lock-keywords): Use it.
16329         (texinfo-mode-menu): New menu.
16330         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
16331         New functions.
16332         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
16333         (texinfo-section-types-regexp, texinfo-section-level-regexp)
16334         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
16335         Remove declaration.
16336         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
16338         * delsel.el (delete-selection-mode): Use define-minor-mode.
16340         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
16342 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
16344         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
16346 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
16348         * replace.el (keep-lines-read-args): New function.
16349         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
16350         read arguments interactively.  Add parameters RSTART and REND.
16351         Operate on the active region in Transient Mark mode.
16353         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
16355         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
16356         (authors-obsolete-files-regexps): New variable.
16357         (authors-add): Don't record changes in obsolete files.
16359 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
16361         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
16363         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
16364         (comment-indent): Make sure there's a space between code and comment.
16365         Shift comments left to avoid going past fill-column.
16367 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
16369         * startup.el (startup-echo-area-message): New function.
16370         (display-startup-echo-area-message): Use it.
16371         (fancy-splash-screens): Rewritten to use keymaps and a timer.
16372         (fancy-splash-default-action): New function.
16373         (fancy-splash-screens-1): New function.
16374         (fancy-splash-head): Put a help-echo and a keymap under the image.
16376 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
16378         * diff-mode.el (diff-add-log-file-name): Remove.
16379         (diff-mode): Use add-log-buffer-file-name-function.
16381         * add-log.el (find-change-log): New arg BUFFER-FILE.
16382         (add-log-file-name): Obey add-log-file-name-function.
16383         (add-log-buffer-file-name-function): New var.
16384         (add-change-log-entry): Use it.
16386 2000-09-29  Miles Bader  <miles@gnu.org>
16388         * image-file.el (image-file-name-extensions): New variable.
16389         (image-file-name-regexps): Renamed from `image-file-regexps'.
16390         New default value is nil.  Call `auto-image-file-mode'.
16391         (image-file-name-regexp): New function.
16392         (auto-image-file-mode): New minor mode.
16393         (insert-image-file): Don't make conditional on the image-file
16394         handler being enabled.
16395         (image-file-handler): Make the call here conditional instead.
16396         (set-image-file-handler-enabled, enable-image-file-handler)
16397         (disable-image-file-handler): Functions removed.
16399         * emacs-lisp/authors.el (authors-print): Rephrase many-files
16400         string.
16402 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
16404         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
16405         it's a function from CL.
16406         (latex-imenu-create-index): Replace eval-when-compile with progn
16407         because latex-section-alist is not bound while compiling.
16409 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
16411         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
16412         (outline-mode): Use define-derived-mode.
16414         * progmodes/perl-mode.el (perl-mode):
16415         * progmodes/awk-mode.el (awk-mode):
16416         * progmodes/asm-mode.el (asm-mode):
16417         Don't gratuitously override the default for comment-column.
16419         * emacs-lisp/lisp.el (lisp-complete-symbol):
16420         Distinguish the let-binding case from the funcall case.
16421         (forward-sexp-function): New variable.
16422         (forward-sexp): Use it.
16424         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
16425         (easy-mmode-defmap): Remove the now useless autoload.
16427         * time.el (display-time-mode): Use define-minor-mode.
16429         * subr.el (add-minor-mode): Don't eval NAME.
16430         Don't depend on the presence of TOGGLE-FUN for any special behavior.
16431         Use if rather than cond.
16433         * simple.el (read-expression-map): Define more properly.
16434         (comment-indent-hook): Remove.
16435         (string-to-syntax): Bug fix.
16437         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
16438         (cvs-ediff-diff): Fix typo.
16439         (cvs-revert-if-needed): Don't bother preserving read-only.
16441         * paren.el (show-paren-mode): Use define-minor-mode.
16443         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
16444         (toggle-auto-compression): Remove.
16445         (jka-compr-build-file-regexp): Remove useless grouping.
16447         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
16448         Avoid user-reserved bindings.
16449         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
16450         (diff-header-face): Revert to grey85.
16452         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
16454         * complete.el (partial-completion-mode) <defcustom>: Remove.
16455         (partial-completion-mode): Use define-minor-mode.
16456         (PC-do-completion): Understand `completion-auto-help = delay'
16457         to mean to popup the completion buffer only the second time.
16458         (PC-include-file-all-completions, PC-include-file-all-completions)
16459         (PC-include-file-all-completions): Don't quote lambda.
16461         * comint.el (comint-mode-hook): Docstring fix.
16462         (comint-mode): Use define-derived-mode.
16463         (comint-mode-map): Remove obsolete comment.
16464         (make-comint): Minor stylistic change.
16465         (comint-insert-clicked-input): Be more careful to find the overlay.
16466         Use this-command-keys rather than hardcoding mouse-2.
16468         * font-lock.el: Replace confusing (,@ with ,
16469         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
16470         Don't use regexp-opt-depth.  Spice up the regexp for args.
16471         Don't distinguish between cmds that can take an opt arg or not.
16472         Use `append' and `prepend' rather than `keep'.
16474         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
16475         (latex-outline-regexp): New var.
16476         (latex-outline-level): New fun.
16477         (latex-section-alist): New var.
16478         (latex-imenu-create-index): Use it.  Use `push' as well.
16479         (tex-shell-map): Initialize it properly.
16480         (tex-mode): Minor stylistic change.
16481         (plain-tex-mode): Use define-derived-mode.
16482         (latex-mode): Use define-derived-mode.
16483         Construct the paragraph regexps in a more readable way.
16484         Set the buffer-local outline-{level,regexp} vars.
16485         (slitex-mode): Derive from latex-mode.
16486         (tex-common-initialization): Don't kill-all-vars anymore.
16487         Add setting for comment-add and font-lock-defaults.
16488         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
16489         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
16490         (tex-start-tex): New arg DIR (and send a chdir command for it).
16491         Also display the shell buffer and save it in tex-last-buffer-texed.
16492         (tex-region): Use expand-file-name rather than concat.
16493         Remove code made useless by changes in tex-start-tex.
16494         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
16496         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
16498 2000-09-28  Dave Love  <fx@gnu.org>
16500         * eshell/eshell.el (eshell) <defgroup>: Add :version.
16502 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
16504         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
16505         `append'.
16507 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
16509         * info.el (Info-extract-pointer): Undo last change.
16510         Instead, fix the position of the `bound' arg to re-search-backward.
16512 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
16514         * info.el (Info-extract-pointer):
16515         Widen more carefully, to avoid finding pointers in other nodes.
16516         (Info-index): Use push.
16518 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
16520         * frame.el (set-frame-font): Remove call to obsolete function
16521         frame-update-faces.
16522         (set-foreground-color, set-background-color): Likewise for
16523         frame-update-face-colors.
16525 2000-09-27  Miles Bader  <miles@gnu.org>
16527         * image-file.el: New file.
16529 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
16531         * frame.el (frame-notice-user-settings): Don't call
16532         frame-update-faces, which is a no-op now.
16534         * ediff-wind.el (ediff-control-frame-parameters): Add zero
16535         tool-bar-lines.
16537 2000-09-27  Dave Love  <fx@gnu.org>
16539         * mouse.el: Fix last change.
16541 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
16543         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
16545 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
16547         * international/quail.el (quail-help): The output message is
16548         improved.
16550 2000-09-26  Dave Love  <fx@gnu.org>
16552         * mouse.el (popup-menu): If POSITION is nil, set it using
16553         mouse-position.
16555 2000-09-25  Sam Steingold  <sds@gnu.org>
16557         * net/browse-url.el (browse-url-file-url): Check for null maps.
16559 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
16561         * frame.el (frame-notice-user-settings): Don't add a
16562         tool-bar-lines frame parameter to default-frame-alist in batch mode.
16564         * frame.el (frame-notice-user-settings):
16565         Make tool-bar-mode and default-frame-alist consistent.
16567         * toolbar/tool-bar.el (tool-bar-help): New function.
16569 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
16571         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
16572         current-load-list in top-level forms.  Else this leaks a cons cell
16573         every time a defun is called.
16575         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
16577 2000-09-25  Dave Love  <fx@gnu.org>
16579         * startup.el (fancy-splash-head): Check XPM is available.
16581         * autoinsert.el (auto-insert): Doc fix.
16582         (auto-insert-alist): Following GNU notices, don't say `copyright
16583         _by_'.  Use line-beginning-position.
16584         (auto-insert): Check buffer-file-name is non-nil before use.
16586 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
16588         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
16589         starting with `@def' or `@multitable', in addition to ones
16590         specified by the user in auto-fill-inhibit-regexp.
16592 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
16594         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
16595         rmail-dont-reply-to-names matches the empty string.
16597 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
16599         * startup.el (command-line-1, fancy-splash-text): Change the
16600         text to sound more friendly.
16602 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
16604         * progmodes/hideshow.el: Update author email address.
16605         Generally, sync w/ maintainer version 5.22.
16606         (hs-hide-all-non-comment-function): New var.
16607         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
16608         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
16609         (hs-show-region): Delete this command.
16610         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
16612 2000-09-22  Dave Love  <fx@gnu.org>
16614         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
16615         (hl-line-highlight): Specify buffer when moving overlay.
16617         * progmodes/fortran.el (fortran-mode): Locally set
16618         normal-auto-fill-function.
16619         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
16620         (fortran-mode-map): Adjust auto-fill menu entry.
16622 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
16624         * vc-rcs.el (toplevel): Require `vc' when compiling.
16626         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
16628 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
16630         * vc.el (vc-switch-backend): Signal an error if the file is not
16631         registered under the new backend.
16633         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
16634         without explicit revision number.
16636 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
16638         * diff-mode.el (diff-file-header-face): Reset to its previous value.
16639         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
16640         (diff-xor): New function.
16641         (diff-find-source-location): Use it.  Fix a stupid name clash.
16642         (diff-hunk-status-msg): New function.
16643         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
16644         (diff-test-hunk): Use diff-find-source-location.
16645         (diff-goto-source): Favor the `reverse'.
16646         (diff-hunk-text): Properly handle one-sided context diffs.
16647         (diff-apply-hunk): When done, advance to the next hunk.
16649 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
16651         * startup.el (command-line): If frame was created with a non-zero
16652         tool-bar-lines parameter, switch tool-bar-mode on.
16654         * add-log.el (change-log-date-face, change-log-name-face)
16655         (change-log-email-face, change-log-file-face)
16656         (change-log-list-face, change-log-conditionals-face)
16657         (change-log-function-face, change-log-acknowledgement-face):
16658         New faces, inheriting from font-lock faces.
16659         (change-log-font-lock-keywords): Use them.
16661 2000-09-21  Dave Love  <fx@gnu.org>
16663         * progmodes/cperl-mode.el (top-level): Clean up
16664         `eval-when-compile's and assorted defvars.
16665         (cperl-invalid-face): Don't double-quote value.  Change custom
16666         type.
16667         (cperl-mode): Set normal-auto-fill-function and don't zap
16668         auto-fill-function.
16669         (cperl-imenu--function-name-regexp-perl): Renamed from
16670         imenu-example--function-name-regexp-perl.
16671         (cperl-imenu--create-perl-index): Renamed from
16672         imenu-example--create-perl-index.
16673         (cperl-xsub-scan): Don't require cl.
16675         * msb.el (msb-mode-map): Use substitute-key-definition.
16676         (msb-mode): Use msb-mode-map.
16678 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
16680         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
16681         New functions.
16682         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
16683         (vc-switch-backend): New function.
16684         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
16685         (vc-register): Fix prompt.
16686         (vc-unregister, vc-default-unregister): New functions.
16687         (vc-version-diff): Handle empty buffer in sentinel.
16689         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
16690         (vc-rcs-state-heuristic): Use it to guess the state of files with
16691         non-strict locking.
16692         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
16693         been set with -b, but not created yet.
16694         (vc-rcs-fetch-master-state): With non-strict locking, compare file
16695         contents in order to find the state.
16696         (vc-rcs-checkin): Allow creation of branches with no changes.
16697         (vc-rcs-unregister, vc-rcs-receive-file)
16698         (vc-rcs-set-non-strict-locking): New functions.
16700         * vc-hooks.el (vc-name): Force correct computation of the value
16701         in case it is missing.
16703 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
16705         * startup.el (fancy-splash-tail): Use a different foreground
16706         color on a dark frame background.
16708 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
16710         * info.el: Use the correct capitalization when making Info-mode
16711         and Info-edit-mode `special' modes.
16713 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
16715         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
16716         (diff-mode): Add support for add-log.el.
16717         (diff-hunk-text): Use char offsets rather than line offsets.
16718         (diff-find-source-location): Replace LINE with line-offset (nil
16719         if not found) and always set POS to a meaningful position.
16720         Adapt to the new char-offsets.
16721         (diff-apply-hunk): Drop support for the unused `select' POPUP.
16722         Adapt to the new diff-find-source-location.
16723         (diff-goto-source): Adapt to the new diff-find-source-location.
16725         * add-log.el (add-log-file-name): New function (split out of
16726         add-change-log-entry).
16727         (add-change-log-entry): Use it.
16728         Call add-log-file-name-function with the changelog file name if
16729         the current buffer is not associated with any file.
16730         Avoid find-file if the selected window is dedicated.
16732         * diff-mode.el (diff-find-source-location):
16733         Move code from diff-apply-hunk.  Return buffer rather than file.
16734         (diff-apply-hunk): Use the new result from  diff-find-source-location.
16735         (diff-goto-source): Use the new diff-find-source-location.
16737 2000-09-20  Dave Love  <fx@gnu.org>
16739         * iswitchb.el: Some doc fixes.
16740         (iswitchb-mode-map): Define completely initially.  Inherit
16741         minibuffer-local-map.
16742         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
16743         fundamental-mode.
16744         (iswitchb-global-map): New variable.
16745         (iswitchb-summaries-to-end): Amalgamate regexps.
16746         (iswitchb-mode): New.
16747         (iswitchb-mode-hook): New variable.
16748         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
16749         `extensions'.
16751 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
16753         * ehelp.el (electric-help): New defgroup.
16754         (electric-help-shrink-window): New user-option.
16755         (with-electric-help): Use it.
16757         * window.el (shrink-window-if-larger-than-buffer): If face
16758         `mode-line' has a :box, and we're on a graphical frame, add 1
16759         to the needed window height.
16761         * frame.el (frame-notice-user-settings): Add a last parameter nil
16762         to a call to `append', because the last list passed to `append' is
16763         not copied, and so subsequent calls to assq-delete-all will modify
16764         default-frame-alist.
16766         * startup.el (fancy-splash-image): Change :type.
16767         (fancy-splash-head): Use an XBM image if appropriate.
16768         (command-line-1): Show splash screens in more cases.
16770         * startup.el (fancy-splash-text): Don't quote faces.
16772         * dired.el (dired-font-lock-keywords): Undo last change.
16773         (dired-readin): Bind indent-tabs-mode to nil.
16775         * startup.el (fancy-splash-head): If frame's background mode
16776         is `dark', change the black background of the image to gray.
16777         (fancy-splash-screens): Display startup echo area message.
16778         (display-startup-echo-area-message): New function.
16780 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
16782         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
16784         * info.el (info-header-node): Tweak for color ttys.
16786         * faces.el (face-valid-attribute-values): Make sure directories we
16787         search for stipples both exist and are readable before trying to
16788         search them.
16790         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
16791         in the dry-run case.
16793         * jka-compr.el (with-auto-compression-mode): New macro.
16795         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
16796         (custom-group-tag-face, custom-variable-tag-face): Use relative
16797         :height and inherit from `variable-pitch' face instead of
16798         hardwiring :family.
16799         * hi-lock.el (hi-black-hb): Likewise.
16801         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
16802         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
16803         toolbar-add-item, if image doesn't have a mask add a `:mask
16804         heuristic'.
16806 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
16808         * diff-mode.el: Docstring fixes.
16809         (diff-header-face, diff-comment-face): New faces.
16810         (diff-font-lock-keywords): Highlight a bit differently.
16811         (diff-find-source-location): Don't return SPAN any more.
16812         (diff-hunk-text): Don't bother erasing the temp buffer.
16813         (diff-find-text): Drop argument LINE.
16814         (diff-apply-hunk): Update calls to diff-find-text.
16815         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
16817         * calendar/calendar.el: Docstring fixes.
16818         (calendar-make-alist): Don't quote lambda.
16819         (calendar-star-date): Use make-local-variable.
16821 2000-09-19  Dave Love  <fx@gnu.org>
16823         * toolbar/tool-bar.el: Renamed from toolbar.el.
16824         Change `toolbar' to `tool-bar' generally in symbols.
16825         Make some items invisible in `special' major modes.
16826         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
16827         Add arg PROPS.
16829         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
16830         Add :version here.
16831         (fancy-splash-delay, fancy-splash-image): Remove :version here.
16833 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
16835         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
16837         * files.el (find-file-suppress-same-file-warnings): New user-option.
16838         (find-file-noselect): Use it.
16840         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
16841         (fancy-splash-screen): Defgroup.
16843         * add-log.el (change-log-font-lock-keywords): Match names
16844         more exactly for the case that font-lock-constant-face is
16845         underlined.
16847 2000-09-19  Richard M. Stallman  <rms@gnu.org>
16849         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
16851 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
16853         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
16855 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
16857         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
16858         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
16859         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
16860         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
16861         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
16862         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
16863         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
16864         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
16865         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
16866         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
16867         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
16868         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
16870         * startup.el (fancy-splash-text): New variable.
16871         (fancy-splash-delay, fancy-splash-image): New user-options.
16872         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
16873         (fancy-splash-screens): New functions.
16874         (command-line-1): If display has a `display' frame parameter, has
16875         colors, and we have XPM support, show more fancy splash screens.
16877 2000-09-19  Dave Love  <fx@gnu.org>
16879         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
16880         with null `help'.  Use modern backquote syntax.
16882 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
16884         * font-lock.el (font-lock-mode): Change message telling the user
16885         that ``the buffer is too big''.
16887         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
16888         for instance for the case that tab-width is 2.
16890 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
16892         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
16893         toolbar-add-item, if image doesn't have a mask add a `:mask
16894         heuristic'.
16896 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
16898         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
16899         and return a cons if it's non-nil.
16900         (diff-apply-hunk): Try to jump to the line in the source text
16901         corresponding to the position of point in the in the hunk.
16903         * info.el (Info-title-3-face, Info-title-2-face)
16904         (Info-title-1-face): Use face inheritance and relative sizes
16905         instead of hard-wiring things.
16907         * faces.el (secondary-selection): Make dark-background variant sane.
16909 2000-09-16  Andrew Innes  <andrewi@gnu.org>
16911         * makefile.w32-in (compile-files-CMD): No need to make .elc files
16912         read-only, since they aren't under VC now.
16914 2000-09-17  Dave Love  <fx@gnu.org>
16916         * tmm.el: Replace mapcar with mapc in several places.
16918         * loadhist.el (unload-feature): Maybe call elp-restore-list and
16919         ad-unadvise.
16921         * international/latin1-disp.el: New file.
16923         * calendar/cal-move.el (scroll-calendar-left)
16924         (scroll-calendar-right): Make arg optional (for active mode line).
16926         * calendar/calendar.el (calendar-mode-line-format): Make fields
16927         mouse-sensitive.
16928         (calendar-read-date, calendar-read-date, calendar-window-list):
16929         Unquote lambda.
16930         (calendar-month-name): Use aref, not sref.
16932         * view.el (minor-mode-alist): Propertize the string.
16934         * international/characters.el (standard-case-table): Add entries
16935         for Greek.
16937 2000-09-18  Miles Bader  <miles@gnu.org>
16939         * info.el (info-node, info-xref): Add dark-background variants.
16941         * faces.el (header-line): Change defaults to be less confusing
16942         when mixed with mode-lines.
16944         * info.el (Info-fontify-node): Make a few cleanups.
16945         Add extra `help-echo' and `local-map' props to node xrefs.
16946         Use header-specific faces for node-names & xrefs.
16947         (Info-use-header-line): New variable.
16948         (info-header-xref, info-header-node): New faces.
16949         (Info-setup-header-line): New function.
16950         (Info-select-node): Call Info-setup-header-line when enabled.
16951         (Info-extract-pointer): Work even if the header line is hidden.
16952         (Info-header-line): New variable.
16954 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
16956         * vms-patch.el (print-region-function): Don't quote lambda.
16958         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
16960         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
16961         (lm-get-header-re): Allow spaces between the header and the colon.
16962         (lm-header): Allow $ in non-RCS headers.
16963         (lm-header-multiline): Put the strings back into order.
16964         Stop at an empty line.  Don't require two space chars if the
16965         line is clearly not another header line.
16967         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
16968         (popup-menu-popup): Remove.
16970 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
16972         * toolbar/toolbar.el (toolbar-add-item): Use the same image
16973         specification if or if not tool-bar item contains an `:enabled'
16974         property.
16976         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
16977         current buffer has no file name.
16979 2000-09-15  Dave Love  <fx@gnu.org>
16981         * strokes.el: Sync with maintainer's current version with changes
16982         for Emacs, but avoid runtime cl and levents.
16983         (toplevel):  Change autoloads and compilation requires.
16984         (strokes-version, strokes-bug-address, strokes-lift): Values
16985         changed.
16986         (strokes-xpm-header, strokes-insinuated): New variable.
16987         (strokes): Add :link.
16988         (strokes-mode): Customized.
16989         (strokes-while-inhibiting-garbage-collector): New macro.
16990         (strokes-remassoc): Avoid remove-if.
16991         (strokes-fix-button2-command): Don't use ad-do-it.
16992         (strokes-insinuate): New function.
16993         (strokes-button-press-event-p, strokes-button-release-event-p):
16994         New functions, used instead of non-`strokes-' versions..
16995         (strokes-mouse-event-p): Rewritten.
16996         (strokes-event-closest-point): Avoid event-point.
16997         (strokes-get-grid-position): Avoid cdadr, caadr
16998         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
16999         functions.
17000         (strokes-help): Use with-output-to-temp-buffer.
17001         (strokes-window-configuration-changed-p): New function.
17002         (strokes-update-window-configuration): Use buffer-live-p,
17003         strokes-window-configuration-changed-p.
17004         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
17005         (strokes-char-face): New face.
17006         (strokes-char-table, strokes-base64-chars): New variable.
17007         (strokes-xpm-for-stroke, strokes-list-strokes)
17008         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
17009         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
17010         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
17011         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
17012         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
17013         functions.
17015 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
17017         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
17019         * image.el (create-image): Doc fix.
17021         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
17022         instead of `:heuristic-mask t'.
17024 2000-09-14  Andrew Innes  <andrewi@gnu.org>
17026         * makefile.w32-in: Revert to Unix line endings.
17028 2000-09-14  Andrew Innes  <andrewi@gnu.org>
17030         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
17031         when installing.
17033         * makefile.nt (DONTCOMPILE): Fix typo.
17035         * shell.el (shell-write-history-on-exit): New function.
17036         (shell-dumb-shell-regexp): New custom variable.
17037         (shell-mode): Make shell-write-history-on-exit the process
17038         sentinel if shell name matches shell-dumb-shell-regexp.
17040         * w32-fns.el: Comment out before-init-hook function which resets
17041         source-directory based; this breaks bootstrap.
17043 2000-09-14  Dave Love  <fx@gnu.org>
17045         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
17046         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
17047         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
17048         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
17049         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
17050         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
17051         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
17052         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
17053         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
17055         * toolbar/toolbar.el: New.
17057         * subdirs.el: Add toolbar.
17059 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
17061         * indent.el (indent-for-tab-command): Doc fix.
17063 2000-09-14  Alex Schroeder  <alex@gnu.org>
17065         * ansi-color.el (ansi-colors): Doc change.
17066         (ansi-color-get-face): Simplified regexp.
17067         (ansi-color-faces-vector): Added more faces, doc change.
17068         (ansi-color-names-vector): Doc change.
17069         (ansi-color-regexp): Simplified regexp.
17070         (ansi-color-parameter-regexp): New regexp.
17071         (ansi-color-filter-apply): Doc change.
17072         (ansi-color-filter-region): Doc change.
17073         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
17074         deal with zero length parameters.
17075         (ansi-color-apply-on-region): Doc change.
17076         (ansi-color-map): Doc change.
17077         (ansi-color-map-update): Removed debugging message.
17078         (ansi-color-get-face-1): Added condition-case to trap
17079         args-out-of-range errors.
17080         (ansi-color-get-face): Doc change.
17081         (ansi-color-make-face): Removed.
17082         (ansi-color-for-shell-mode): New option.
17084 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
17086         * international/quail.el (quail-start-translation): Translate KEY
17087         if necessary even if it doesn't have any mapping in the current
17088         input method.
17089         (quail-start-conversion): Likewise.
17090         (quail-help): The output message is improved.
17092 2000-09-13  Miles Bader  <miles@gnu.org>
17094         * comint.el (comint-output-filter): Revert to using
17095         `insert-before-markers'.  Add bletcherous hack to undo damage
17096         caused by `insert-before-markers'.  Put `front-sticky' property on
17097         overlays created here so that the field code understands how the
17098         overlay works.  Use a let when making comint-last-prompt-overlay,
17099         so that the code is easier to read.
17101 2000-09-13  Dave Love  <fx@gnu.org>
17103         * wid-edit.el (widget-default-format-handler): DTRT when
17104         doc-property is a function.
17106 2000-09-12  Francesco Potorti`  <pot@gnu.org>
17108         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
17109         filed name if it's not there.
17111 2000-09-12  Dave Love  <fx@gnu.org>
17113         * simple.el (read-mail-command): Doc fix.
17114         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
17116         * vc.el (vc-dired-listing-switches): Fix :version.
17118         * vc-hooks.el: Doc fixes.
17120         * subr.el (add-minor-mode): Use toggle-fun arg.
17122         * speedbar.el: Add :version to several defcustoms.
17124         * imenu.el (imenu--truncate-items, imenu--cleanup)
17125         (imenu--generic-function): Avoid mapcar.
17126         (imenu--replace-spaces): Function removed.
17127         (imenu--completion-buffer): Use subst-char-in-string.
17128         (imenu-add-to-menubar): Use keymap inheritance.
17130 2000-09-12  Miles Bader  <miles@gnu.org>
17132         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
17133         (diff-mode-map): Bind `diff-test-hunk'.
17134         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
17136 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
17138         * bytecomp.el (byte-compile-defvar): Undo last change
17139         because it breaks '(make-variable-buffer-local (defvar ...)'
17140         which is used at least in dired.
17142 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
17144         * international/quail.el (quail-define-package): Docstring
17145         modified.
17147 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
17149         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
17150         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
17151         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
17152         docstring of "chinese-py".
17154         * international/quail.el (quail-translation-docstring): New
17155         variable.
17156         (quail-show-keyboard-layout): Docstring modified.
17157         (quail-select-current): Likewise.
17158         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
17159         infinite recursive call.
17160         (quail-help): Check quail-translation-docstring.  Format of the
17161         output changed.
17162         (quail-help-insert-keymap-description): Adjusted for the above
17163         change.
17165 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
17167         * bytecomp.el (byte-compile-defvar): Only cons onto
17168         current-load-list in top-level forms.  Else this leaks a cons cell
17169         every time a defun is called.
17171 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
17173         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
17174         Now understands non-unified diffs.  Some functionality moved into
17175         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
17176         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
17177         modify anything.  Only reposition point in the patched file if the
17178         patch succeeds.  Only pop up another window if POPUP is true.
17179         Emit a message describing what happened if successful, and at what
17180         line-offset.  Automatically detect reversed hunks and do something
17181         appropriate.
17182         (diff-hunk-text, diff-find-text): New functions.
17183         (diff-filter-lines): Function removed.
17184         (diff-test-hunk): New function.
17185         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
17187 2000-09-10  Dave Love  <fx@gnu.org>
17189         * textmodes/tildify.el: Minor doc/commentary fixes.
17190         (tildify) <defgroup>: Add :version.
17192         * faces.el (face-x-resources): Make custom type more specific.
17193         (frame-background-mode): Use mapc.
17194         (region) <defcustom>: Add :version.
17196 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
17198         * vc-sccs.el (vc-sccs-register):
17199         * vc-rcs.el (vc-rcs-register):
17200         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
17201         * vc.el (vc-register): Clear file's properties.
17203 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
17205         * faces.el (face-spec-set): Only face-spec-reset-face when
17206         ATTRS is non-nil.
17208 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
17210         * help.el (help-insert-xref-button): Fix a typo in doc string.
17212 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
17214         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
17215         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
17216         methods.
17218         * menu-bar.el (read-mail-item-name): New function.
17219         (menu-bar-tools-menu): Use it to compute and display the package
17220         used to read email.
17221         (menu-bar-tools-menu): Fix typo in GUD's help string.
17223 2000-09-07  Dave Love  <fx@gnu.org>
17225         * diff-mode.el (diff-mouse-goto-source): New function.
17227         * vc-sccs.el: Doc fixes.
17228         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
17230         * vc-rcs.el: Doc fixes.
17231         (vc-rcs-register-switches, vc-rcs-checkin-switches)
17232         (vc-rcs-checkout-switches, vc-rcs-header)
17233         (vc-rcs-master-templates): Add or change :version.
17235         * vc-cvs.el: Doc fixes.
17236         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
17237         (vc-cvs-stay-local): Add :version.
17239         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
17241 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
17243         * international/quail.el (quail-help): Fix previous change.
17245 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
17247         * faces.el (color-values): Doc fix.
17249         * faces.el (frame-set-background-mode): Use frame-parameter
17250         instead of frame-parameters.
17252         * frame.el (filtered-frame-list): Reduce consing.
17253         (frames-on-display-list): Call frame-parameter instead of
17254         frame-parameters.
17256 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
17258         * language/devan-util.el (devanagari-to-indian-region): In the
17259         loop, change the following char, not preceding char.
17261 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
17263         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
17264         instead of frame-parameters.
17266         * faces.el (set-face-attribute): Simplify by calling
17267         internal-set-lisp-face-attribute with FRAME being 0.
17269         * vc.el: Remove `Id' version control keyword.
17271 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
17273         * help.el (help-make-xrefs): Adjusted for the change of
17274         help-xref-mule-regexp.
17275         (help-insert-xref-button): New function.
17277         * international/mule-cmds.el (help-xref-mule-regexp-template):
17278         Include the pattern for character set.
17279         (leim): New group.
17281         * international/quail.el: Don't require face.
17282         (quail): New group.
17283         (quail-other-command): Dummy command to make quail-help work better.
17284         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
17285         (quail-keyboard-layout-substitution): New variable.
17286         (quail-update-keyboard-layout): New function.
17287         (quail-keyboard-layout-type): New customizable variable.
17288         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
17289         (quail-keyboard-translate): Pay attention to
17290         quail-keyboard-layout-substitution.
17291         (quail-insert-kbd-layout): New function.
17292         (quail-show-keyboard-layout): New function.
17293         (quail-get-translation): If the definition is a vector of length
17294         1, and the element is a string of length 1, return the character
17295         in that string.
17296         (quail-update-current-translations): Fix the case of
17297         relative-index out of range.
17298         (quail-build-decode-map, quail-insert-decode-map): New Functions.
17299         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
17300         Show key sequences for all available characters.
17301         (quail-help-insert-keymap-description): Don't show such verbose
17302         key bindings as quail-self-insert-command.
17304         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
17305         Format changed, and each element now have extra documentations.
17306         (tit-process-header): Delete invalid characters from TIT-PROMPT.
17307         Adjusted for the change of quail-cxterm-package-ext-info.
17309 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
17311         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
17312         requiring it leads to a recursive loading of vc.el and vc-hooks.el
17313         during bootstrap.
17315 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
17317         * vc.el: (toplevel): Don't require `dired' at run-time.
17318         (vc-dired-resynch-file): Remove autoload cookie.
17320 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
17322         * vc.el: Made several backend functions optional.
17323         (vc-default-responsible-p): New function.
17324         (vc-merge): Use RET for first version to trigger merge-news, not
17325         prefix arg.
17326         (vc-annotate): Handle backends that do not support annotation.
17327         (vc-default-merge-news): Removed.  The existence of a merge-news
17328         implementation is now checked on caller sites.
17330         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
17331         case.
17333         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
17334         special case that has been removed from the default in vc-hooks.el.
17336 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
17338         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
17340 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
17342         * vc-hooks.el: Require vc during compilation.
17343         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
17344         macro `with-vc-properties' in vc.el.
17345         (vc-file-getprop): Doc fix.
17346         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
17348         * vc.el: Require dired-aux during compilation.
17349         (vc-name-assoc-file): Moved to vc-sccs.el.
17350         (with-vc-properties): New macro.
17351         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
17352         vc-finish-steal): Use it.
17353         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
17354         to the backend-specific function is now supposed to do the checkout,
17355         too.
17356         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
17358         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
17359         set file properties; that gets done in the generic code now.
17361         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
17362         Changed parameter list, added code from vc.el that does the
17363         checkout, possibly with a double-take.
17365         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
17366         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
17367         the above under the new name.
17368         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
17369         parameter list, added checkout command.
17370         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
17371         properties; that gets done in the generic code now.
17373 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
17375         * vc.el: Docstring fixes (courtesy of checkdoc).
17377 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
17379         * vc.el (vc-checkout-writable-buffer-hook)
17380         (vc-checkout-writable-buffer): Remove.
17381         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
17382         (vc-log-mode): Make it into a clean derived major mode.
17383         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
17384         vc-log-mode if log-edit is not available.
17385         (vc-dired-mode-map): Don't set-keymap-parent yet.
17386         (vc-dired-mode): Do set-keymap-parent here.
17387         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
17389 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
17391         * faces.el (set-face-attribute, face-spec-reset-face)
17392         (face-spec-set): Avoid consing by removing calls to `apply'.
17394         * frame.el (frame-parameter): Move to C code.
17396 2000-09-05  Dave Love  <fx@gnu.org>
17398         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
17399         insert-before-markers-and-inherit.  Now checked systematically!
17401 2000-09-05  Alex Schroeder  <alex@gnu.org>
17403         * sql.el (sql-postgres): Use sql-postgres-options.
17404         (sql-postgres-options): New variable.
17406 2000-09-05  Alex Schroeder  <alex@gnu.org>
17408         * sql.el (sql-mode-menu): Work around missing variable mark-active
17409         in XEmacs.
17410         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
17411         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
17412         compatibility.
17414 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
17416         * vc.el (vc-dired-resynch-file): Add autoload cookie.
17418         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
17420         * Makefile.in (DONTCOMPILE): Fix typo in file name.
17422 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17424         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
17425         don't support anything else under SCCS yet.
17427         * vc-hooks.el: Minor doc fixes.
17429 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17431         * vc.el (vc-next-action-on-file): Do not visit the file if it's
17432         not necessary.  If verbose in state `needs-patch', do the same as
17433         under `up-to-date'.  When NOT verbose and `needs-patch', check out
17434         latest version instead of `merge-news'.
17435         (vc-next-action-dired): Don't mess with default-directory here; it
17436         breaks other parts of dired.  It is the job of the
17437         backend-specific functions to adjust it temporarily if they need it.
17438         (vc-next-action): Remove a special CVS case.
17439         (vc-clear-headers): New optional arg FILE.
17440         (vc-checkin, vc-checkout): Set properties vc-state and
17441         vc-checkout-time properly.
17442         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
17443         (vc-print-log): Use new backend function `show-log-entry'.
17444         (vc-cancel-version): Do the checks in a different order.  Added a
17445         FIXME concerning RCS-only code.
17447         * vc-rcs.el (vc-rcs-show-log-entry): New function.
17448         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
17450         * vc-cvs.el (vc-cvs-show-log-entry): New function.
17452         * vc-hooks.el (vc-default-mode-line-string): Show state
17453         `needs-patch' as a `-' too.
17455 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17457         * vc.el (vc-responsible-backend): New optional arg REGISTER.
17458         (vc-default-could-register): New function.
17459         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
17460         (vc-resynch-buffer): Call vc-dired-resynch-file.
17461         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
17462         vc-resynch-buffer instead of vc-resynch-window.
17463         (vc-next-action-dired): Don't redisplay here, that gets done as a
17464         result of the individual file operations.
17465         (vc-retrieve-snapshot): Corrected prompt order.
17467         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
17469         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
17470         as well.
17471         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
17472         hostname regexps.  Updated all callers.
17473         (vc-cvs-responsible-p): Handle directories as well.
17474         (vc-cvs-could-register): New function.
17475         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
17476         properties up-to-date.
17478         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
17479         user whether to create one.
17481 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17483         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
17484         check out a non-existing file.
17486         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
17487         workfile does not exist.
17489         * vc.el (vc-version-diff): Use `require' to check for existence of
17490         diff-mode.
17492 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17494         * vc-cvs.el (vc-cvs-registered): Use new function
17495         vc-cvs-parse-entry to do the actual work.
17497 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17499         * vc-hooks.el (vc-find-backend-function): If function doesn't
17500         exist, return nil instead of error.
17501         (vc-call-backend): Doc fix.
17503         * vc.el (vc-do-command): Doc fix.
17504         (vc-finish-logentry): When checking in from vc-dired, choose the
17505         right backend for logentry check.
17506         (vc-dired-mode-map): Inherit from dired-mode-map.
17507         (vc-dired-mode): Local value of dired-move-to-filename-regexp
17508         simplified.
17509         (vc-dired-state-info): Removed, updated caller.
17510         (vc-default-dired-state-info): Use parentheses instead of hyphens.
17511         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
17512         (vc-dired-listing-switches): New variable.
17513         (vc-directory): Use it, instead of dired-listing-switches.
17515         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
17516         (vc-cvs-dir-state): New function.
17517         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
17518         (vc-cvs-parse-entry): New function, also to be used in
17519         vc-cvs-registered.
17521 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17523         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
17524         *or* single-window-frames.
17526 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17528         * vc.el (vc-update-changelog): Split into generic part and default
17529         implementation.  Doc string adapted.
17530         (vc-default-update-changelog): New function.  Call the `rcs2log'
17531         script in exec-directory, to fix a long-standing nuisance.
17533         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
17534         simply signals an error.
17536 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17538         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
17539         control-flow more clear and to avoid running `cvs' twice.
17541         * vc.el (vc-next-action-on-file): Doc fix.
17542         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
17543         (vc-print-log): Eval `file' before constructing the continuation.
17545 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17547         * vc.el (vc-next-action-on-file): Corrected several messages.
17548         (vc-merge): Add prefix arg `merge-news'; handle it.
17550         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
17551         is not reached.  It is.
17552         (vc-cvs-merge): Set state to 'edited after merge.
17553         (vc-cvs-merge-news): Set workfile version to nil if not known.
17554         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
17556         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
17557         via stdout. (Merge from main line.)
17559 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17561         * vc.el (vc-finish-logentry): Thinko in the "same comment"
17562         detection.
17564 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17566         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
17567         against kill-all-local-variables.
17568         (vc-log-edit): Don't save vc-parent-buffer any more.
17569         (vc-last-comment-match): Initialize to an empty string.
17570         (vc-post-command-functions): New hook.
17571         (vc-do-command): Run it.
17572         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
17573         (vc-finish-logentry): Only add the comment to the ring if it's
17574         different from the last comment entered.
17575         (vc-new-comment-index): New function.
17576         (vc-previous-comment): Use it.  Make the minibuffer message
17577         slightly less terse.
17578         (vc-comment-search-reverse): Make it work forward as well.  Don't
17579         set vc-comment-ring-index if no match is found.  Use
17580         vc-new-comment-index.
17581         (vc-comment-search-forward): Use vc-comment-search-reverse.
17582         (vc-dired-mode-map): Don't inherit from dired-mode-map since
17583         define-derived-mode will do it for us.  Bind `v' to a keymap that
17584         inherits from vc-prefix-map so that we can bind `vt' without
17585         binding C-x v t.
17586         (vc-retrieve-snapshot): Parenthesis typo.
17588         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
17589         to 1.  Make sure to switch to *vc* before looking for an error
17590         message.  Use vc-parse-buffer.
17592 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17594         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
17595         and NAME.
17596         (vc-retrieve-snapshot): Split into two parts.
17597         (vc-default-retrieve-snapshot): New function.
17599         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
17600         (vc-cvs-retrieve-snapshot): New function (untested).
17601         (vc-cvs-stay-local): Default to t.
17602         (vc-cvs-remote-p): New function and property.
17603         (vc-cvs-state): Stay local only if the above is t.
17604         (vc-handle-cvs): Removed.
17605         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
17606         done via vc-handled-backends now.
17607         (vc-cvs-header): Escape Id.
17609 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17611         * vc.el (vc-do-command): Remove unused commands.
17612         (vc-version-diff): Make sure default-directory ends with a slash.
17613         Move the window commands into a vc-exec-after.
17614         (vc-print-log): Move more of the code into the `vc-exec-after'.
17616 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17618         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
17619         (vc-print-log): Search current revision from beginning of buffer.
17620         (vc-revert-buffer): Clear echo area after the diff is finished.
17621         (vc-prefix-map): Removed definition of "t" for terse display in vc
17622         dired.
17623         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
17624         definition of "vt" for terse display.
17625         (vc-dired-mode): Fix dired-move-to-filename-regexp.
17627 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17629         * vc.el (vc-exec-after): Avoid caddr.
17631 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17633         * vc.el (vc-exec-after): New function.
17634         (vc-do-command): Use it to add a termination message for async
17635         procs.
17636         (vc-checkout): Try to handle a missing-backend situation.
17637         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
17638         of a directory with a backend using async diffs.
17639         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
17640         present.
17642         * vc-sccs.el (vc-sccs-state-heuristic): Use
17643         file-ownership-preserved-p.
17645         * vc-rcs.el (vc-rcs-state-heuristic): Use
17646         file-ownership-preserved-p.
17647         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
17649 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17651         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
17652         vc-do-command.
17654         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
17655         when there are no changes.
17657 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17659         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
17661         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
17663 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17665         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
17667         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
17668         the `fset' outside of the defvar so that it works even if
17669         vc-prefix-map was already defined.
17670         (vc-setup-buffer): New function, split out of vc-do-command.
17671         (vc-do-command): Allow BUFFER to be t to mean `just use the
17672         current buffer without any fuss'.
17673         (vc-version-diff): Change the `diff' backend operation to just put
17674         the diff in the current buffer without erasing it.  Always use
17675         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
17676         shrink-window-if-larger-than-buffer.
17677         (vc-print-log): Change the `print-log' backend operation to just
17678         put the log in the current buffer without erasing it.  Protect
17679         shrink-window-if-larger-than-buffer.
17680         (vc-update-change-log): Fix setd typo.
17682         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
17683         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
17685         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
17686         (vc-rcs-diff): Insert in the current buffer and remove unused arg
17687         CMP.
17689         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
17690         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
17691         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
17693 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17695         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
17696         not possible, use vc-BACKEND-workfile-unchanged-p.
17697         (vc-default-workfile-unchanged-p): New function.  Delegates to a
17698         full vc-BACKEND-diff.
17700         * vc-hooks.el (vc-simple-command): Removed.
17702         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
17703         instead of vc-simple-command.
17704         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
17705         avoid doing a diff when opening a file.
17706         (vc-rcs-state): Added check for unlocked-changes.
17707         (vc-rcs-header): Escape Id.
17708         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
17709         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
17710         version.
17712         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
17713         (vc-sccs-diff): Remove optional arg CMP.
17714         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
17715         SCCS-specific function.
17717         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
17718         vc-simple-command.
17720 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17722         * vc.el (vc-editable-p): Renamed from vc-writable-p.
17723         (with-vc-file, vc-merge): Use vc-editable-p.
17724         (vc-do-command): Remove unused var vc-file and fix the
17725         doubly-defined `status' var.  Add a user message when starting an
17726         async command.
17727         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
17728         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
17729         Use with-current-buffer.
17730         (vc-buffer-sync): Use unless.
17731         (vc-next-action-on-file): If the file is 'edited by read-only,
17732         make it read-write instead of trying to commit.
17733         (vc-version-diff, vc-update-change-log): Use `setq
17734         default-directory' rather than `cd'.
17735         (vc-log-edit): Don't forget to set default-directory in the
17736         buffer.
17738         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
17739         (vc-sccs-state-heuristic): Use file-writable-p instead of
17740         comparing userids.
17741         (vc-sccs-checkout): Use `unless'.
17743         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
17744         of comparing userids.
17745         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
17746         Simplify the logic by eliminating unreachable code.
17747         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
17748         just do a recursive call if we need to retry.
17749         (vc-rcs-checkout): Handle the case where rcs is missing by making
17750         the buffer read-write if requested and re-signalling the error.
17752         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
17754 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17756         * vc-hooks.el (vc-handled-backends): Docstring change.
17757         (vc-ignore-vc-files): Mark obsolete.
17758         (vc-registered): Check vc-ignore-vc-files.
17759         (vc-find-file-hook, vc-file-not-found-hook): Don't check
17760         vc-ignore-vc-files.
17762         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
17764 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17766         * vc.el (vc-checkout): Don't do anything special for ange-ftp
17767         files since ange-ftp already has vc-registered return nil.
17769         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
17770         (vc-sccs-workfile-version): Use with-temp-buffer and new
17771         vc-parse-buffer and don't bother setting the property.
17772         (vc-sccs-add-triple): Use with-current-buffer and
17773         find-file-noselect.
17774         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
17776         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
17777         derives from the old vc-parse-buffer but uses the revision number
17778         rather than the date (much easier to compare robustly).
17779         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
17780         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
17781         locking-user more directly.  Check strict locking and set
17782         checkout-model appropriately.
17783         (vc-rcs-parse-locks): Remove.
17784         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
17785         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
17786         (vc-rcs-system-release): Use with-current-buffer and
17787         vc-parse-buffer.
17788         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
17790         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
17791         (vc-simple-command): Docstring fix.
17792         (vc-registered): Align the way the file-handler is called with the
17793         way the function itself works.
17794         (vc-file-owner): Remove.
17796         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
17797         extraction of fields and call to file-attributes because of a
17798         temporary bug in rcp.el.
17799         (vc-cvs-fetch-status): Use with-current-buffer.
17801 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17803         * vc.el (vc-do-command): Use file-relative-name.
17804         (vc-responsible-backend): Use vc-backend if possible.
17805         (vc-create-snapshot): Improve the `interactive' spec. Add support
17806         for branches and dispatch to backend-specific `create-snapshot'.
17807         (vc-default-create-snapshot): New function, containing the bulk of
17808         the old vc-create-snapshot.
17809         (vc-retrieve-snapshot): Improve the interactive spec.
17811         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
17812         (vc-backend-hook-functions): Remove.
17813         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
17814         (vc-backend): Reintroduce the test for `file = nil' now that I
17815         know why it was there (and added a comment to better remember).
17817         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
17818         code from vc-sccs-hooks.el.
17819         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
17820         'vc anymore.
17821         (vc-sccs-responsible-p): Use expand-file-name instead of concat
17822         and file-directory-p instead of file-exists-p.
17823         (vc-sccs-check-headers): Simplify the regexp.
17825         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
17826         from vc-rcs-hooks.el.  Don't require 'vc anymore.
17827         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
17828         file-directory-p instead of file-exists-p.
17830         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
17831         from vc-cvs-hooks.el.
17832         (proto vc-cvs-registered): Require 'vc-cvs instead of
17833         'vc-cvs-hooks.  Don't require 'vc anymore.
17834         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
17835         file-directory-p instead of file-exists-p.
17836         (vc-cvs-create-snapshot): New function, replacing
17837         vc-cvs-assign-name.
17838         (vc-cvs-assign-name): Remove.
17840 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17842         * vc-cvs.el (vc-cvs-header): New var.
17844         * vc-rcs.el (vc-rcs-exists): Remove.
17845         (vc-rcs-header): New var.
17847         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
17848         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
17849         (vc-sccs-header): New var.
17851         * vc.el (vc-do-command): Get rid of the `last' argument.
17852         (vc-header-alist): Remove, replaced by vc-X-header.
17853         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
17854         (vc-dired-hook): Use expand-file-name instead of concat.
17855         (vc-directory): Use file-name-as-directory.
17856         (vc-snapshot-precondition, vc-create-snapshot)
17857         (vc-retrieve-snapshot): Allow the command to operate on any
17858         directory.
17860         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
17861         just removing the 'WORKFILE argument or by removing the 'MASTER
17862         argument and replacing `file' with (vc-name file).
17864 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17866         * vc.el: Update Copyright and add a crude list of backend funs.
17867         (vc-writable-p): New function.
17868         (with-vc-file): Use vc-writable-p.
17869         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
17870         (vc-register): Avoid vc-name.
17871         (vc-locking-user): Remove.
17872         (vc-steal-lock): Make the `owner' arg non-optional.
17873         (vc-merge): Use vc-writable-p instead of vc-locking-user and
17874         vc-checkout-model.
17875         (vc-default-dired-state-info): Use vc-state instead of
17876         vc-locking-user and return special strings for special states.
17877         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
17878         and get rid of one of the special CVS cases.
17879         (vc-cancel-version): prettify error message with \\[...].
17880         (vc-rename-master): New function.
17881         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
17882         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
17883         the CVS special case generic.
17884         (vc-default-record-rename): Remove.
17885         (vc-file-tree-walk-internal): Only call FUNC for files that are
17886         under control of some VC backend and replace `concat' with
17887         expand-file-name.
17888         (vc-file-tree-walk): Update docstring.
17889         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
17890         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
17892         * vc-sccs.el (vc-sccs-rename-file): Renamed from
17893         vc-sccs-record-rename.  Use `find-file-noselect' rather than
17894         `find-file' and call `vc-rename-master' to do the actual move.
17895         (vc-sccs-diff): Remove unused `backend' variable.
17897         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
17898         to delay loading of vc-sccs until it is really used.
17899         (vc-sccs-master-templates): Preload.
17900         (vc-sccs-state): Update call to vc-sccs-parse-locks.
17901         (vc-sccs-project-dir): Remove (merged into
17902         vc-sccs-search-project-dir).
17903         (vc-sccs-search-project-dir): Rewrite using file name handling ops
17904         rather than `concat', make sure it is preloaded and don't bother
17905         to check that the file actually exists.
17906         (vc-sccs-parse-locks): Remove unused `file' argument, remove
17907         `locks' argument (use buffer's content instead) and eliminate n^2
17908         behavior.
17910         * vc-rcs.el: Update Copyright.
17911         (vc-rcs-rename-file): New function.
17912         (vc-rcs-diff): Remove unused `backend' variable.
17914         * vc-hooks.el: Update Copyright.
17915         (vc-backend): Don't accept a nil argument any more.
17916         (vc-up-to-date-p): Turn into a defsubst.
17917         (vc-possible-master): New function.
17918         (vc-check-master-templates): Use `vc-possible-master' and allow
17919         funs in vc-X-master-templates to return a non-existent file.
17921         * vc-cvs.el: Update Copyright.
17922         (vc-cvs-diff): Remove unused `backend' variable.
17923         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
17925         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
17927 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17929         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
17930         since it can be called from vc-rcs.el.
17931         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
17933 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17935         * vc.el (vc-version-diff): Expand file name read from the
17936         minibuffer.  Handle the case when a previous version number can't
17937         be guessed.  Give suitable messages when there were no differences
17938         found.
17939         (vc-clear-headers): Call backend-specific implementation, if one
17940         exists.
17941         (vc-cancel-version): Made error checks generic.  When done, clear
17942         headers generically, too.
17944         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
17945         from vc-clear-headers in vc.el.
17947         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
17948         correctly.
17949         (vc-rcs-latest-on-branch-p): Made second argument VERSION
17950         optional.  Handle the case when it's not there.
17952 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17954         * vc.el (vc-locking-user): Moved from vc-hooks.el.
17956 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17958         * vc-hooks.el (vc-loadup): Remove.
17959         (vc-find-backend-function): Use `require'.  Also, handle the case
17960         where vc-BACKEND-hooks.el doesn't exist.
17961         (vc-call-backend): Cleanup.
17963 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17965         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
17966         vc-rcs-grab-templates)
17967         (vc-rcs-registered): Remove.  The default function works as well.
17968         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
17969         vc-sccs-grab-templates)
17970         (vc-sccs-registered): Remove.  The default function works as well.
17972         * vc.el (vc-version-diff): Left out a vc- in call to
17973         vc-call-backend.
17974         (vc-default-dired-state-info, vc-default-record-rename)
17975         (vc-default-merge-news): Update for the new backend argument.
17977         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
17978         using the default function.
17979         (vc-call-backend): If calling the default function, pass it the
17980         backend as first argument.  Update the docstring accordingly.
17981         (vc-default-state-heuristic, vc-default-mode-line-string): Update
17982         for the new backend argument.
17983         (vc-make-backend-sym): Renamed from vc-make-backend-function.
17984         (vc-find-backend-function): Use the new name.
17985         (vc-default-registered): New function.
17987 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17989         * vc.el (vc-merge): Use vc-find-backend-function.
17991         * vc-hooks.el (vc-backend-functions): Remove.
17992         (vc-loadup): Don't setup 'vc-functions.
17993         (vc-find-backend-function): New function.
17994         (vc-call-backend): Use above fun and populate 'vc-functions
17995         lazily.
17996         (vc-backend-defines): Remove.
17998 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
18000         * vc.el (vc-register): Put a FIXME note for a newly found bug.
18001         Call vc-call-backend without the leading vc-.
18002         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
18003         (vc-check-headers): Call vc-call-backend without the leading vc-.
18004         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
18005         (vc-annotate-display): Replace confusing use of `cond' with `or'.
18006         Call vc-call-backend without the leading vc-.
18008         * vc-cvs.el (tail): Provide vc-cvs.
18009         * vc-sccs.el (tail): Provide vc-sccs.
18010         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
18012         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
18013         (vc-make-backend-function, vc-call): Pass names without leading
18014         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
18015         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
18016         (vc-call-backend): Always try to load vc-X-hooks.
18017         (vc-registered): Remove vc- in call to vc-call-backend.
18019 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
18021         * vc.el (vc-process-filter): New function.
18022         (vc-do-command): Setup `vc-process-filter' for the async process.
18023         (vc-maybe-resolve-conflicts): New function to reduce
18024         code-duplication.  Additionally, it puts the buffer in
18025         `smerge-mode' if applicable.
18026         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
18027         calling `merge-news'.
18028         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
18029         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
18030         interfacing to log-edit.el.
18031         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
18032         log-edit is available.
18033         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
18035 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
18037         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
18038         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
18039         defvar and the initialization.
18040         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
18042         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
18043         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
18045         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
18047 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
18049         * vc.el (vc-file-clear-masterprops): Removed.
18050         (vc-checkin, vc-revert-buffer): Removed calls to the above.
18051         (vc-version-diff): Use buffer-size without argument.
18052         (vc-register): Heed vc-initial-comment.
18054         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
18055         default branch.
18057         * vc-rcs.el (vc-rcs-register): Parse command output to find master
18058         file name and workfile version.
18059         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
18061         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
18062         vc-file-clear-masterprops.
18064         * vc-sccs.el (vc-sccs-checkout): Removed call to
18065         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
18066         rather than user login name.
18069 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
18071         * vc.el (vc-workfile-unchanged-p): Remove unused argument
18072         `want-differences-if-changed' and simplify.
18073         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
18074         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
18075         output (which is invalid for async vc-diff) to decide whether to
18076         do the revert silently or not.
18078 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
18080         * vc-hooks.el (vc-loadup): Load files quietly.
18081         (vc-call-backend): Oops, brain fart.
18083 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
18085         * vc-cvs.el (vc-cvs-state): Typo.
18086         (vc-cvs-merge-news): Return the status code rather than the error msg.
18088 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
18090         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
18091         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
18092         vc-state or vc-up-to-date-p.
18093         (vc-merge): Use vc-backend-defines to check whether merging is
18094         possible.  Set state to 'edited after successful merge.
18096         * vc-hooks.el (vc-locking-user): If locked by the calling user,
18097         return that name.  Redocumented.
18099 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
18101         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
18102         new `vc-state' semantics.
18103         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
18104         'vc-locking-user to the current user.
18105         (vc-merge): Inline vc-backend-merge.  Comment out code that I
18106         don't understand and hence can't adapt to the new `vc-state' and
18107         `vc-locking-user' semantics.
18108         (vc-backend-merge): Remove.
18110         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
18111         rather than 'vc-locking-user.
18113         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
18115         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
18116         (vc-state): Don't use 'reserved any more.  Just use the same
18117         convention as the one used for vc-<backend>-state where the
18118         locking user (as a string) is returned.
18119         (vc-locking-user): Update, based on the above convention. The
18120         'vc-locking-user property has disappeared.
18121         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
18123         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
18124         with a heuristic one.
18125         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
18126         (vc-cvs-checkin): Do a trivial parse to set the state in case of
18127         error.  That allows us to get to 'needs-merge even in the
18128         stay-local case.  There's still no way to detect 'needs-patch in
18129         such a setup (or to force an update for that matter).
18130         (vc-cvs-logentry-check): Remove, the default works as well.
18132 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
18134         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
18136         * vc.el (vc-do-command): kill-all-local-variables, to reset any
18137         major-mode in which the buffer might have been put earlier.  Use
18138         `remove' and `when'.  Allow `okstatus' to be `async' and use
18139         `start-process' in this case.
18140         (vc-version-diff): Handle the case where the diff looks empty
18141         because of the use of an async process.
18143 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
18145         * vc.el (vc-next-action-on-file): Removed optional parameter
18146         `simple'.  Recompute state unconditionally.
18147         (vc-default-toggle-read-only): Removed.
18149         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
18150         (vc-toggle-read-only): Undid prev change.
18152         * vc-cvs.el (vc-cvs-stay-local): Renamed from
18153         vc-cvs-simple-toggle.  Redocumented.
18154         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
18155         (vc-cvs-toggle-read-only): Removed.
18157 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
18159         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
18160         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
18161         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
18162         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
18163         still is. So maybe it should be removed.
18164         (vc-head-version, vc-find-binary): Remove.
18165         (vc-recompute-state): Move from vc-hooks.el.
18166         (vc-next-action-on-file): Add a `simple' argument to allow
18167         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
18168         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
18169         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
18170         (vc-dired-mode-map): Properly defvar it.
18171         (vc-print-log): Call log-view-mode if available.
18172         (small-temporary-file-directory): defvar instead of use boundp.
18173         (vc-merge-news): Moved to vc-cvs.el.
18174         (vc-default-merge-news): New function.
18176         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
18177         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
18178         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
18179         unknown `vc-latest-version' function.  It should probably refer to
18180         vc-workfile-version or somesuch, but it's very unclear to me and I
18181         don't have SCCS to test things.
18183         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
18184         (vc-sccs-state-heuristic): Fix typo.
18185         (vc-sccs-workfile-unchanged-p): Add missing argument.
18187         * vc-rcs.el: Require vc and vc-rcs-hooks.
18188         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
18189         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
18190         (vc-release-greater-or-equal-p): Move from vc.
18191         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
18192         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
18193         (vc-rcs-checkout): Add a missing `new-version' argument in the
18194         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
18196         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
18197         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
18198         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
18199         than the apparently unbound `workfile-version'.
18201         * vc-hooks.el (vc-master-templates): Def the obsolete var.
18202         (vc-file-prop-obarray): Use `make-vector'.
18203         (vc-backend-functions): Add new hookable functions
18204         vc-toggle-read-only, vc-record-rename and vc-merge-news.
18205         (vc-loadup): If neither backend nor default functions exist, use
18206         the backend function rather than nil.
18207         (vc-call-backend): If the function if not bound yet, try to load
18208         the non-hook file to see if it provides it.
18209         (vc-call): New macro plus use it wherever possible.
18210         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
18211         nor `vc-find-binary' since it's only called from
18212         vc-mistrust-permission which is only used once the backend is known.
18213         (vc-checkout-model): Fix parenthesis.
18214         (vc-recompute-state, vc-prefix-map): Move to vc.el.
18216         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
18217         (vc-cvs-release, vc-cvs-system-release): Remove.
18218         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
18219         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
18220         status symbols.
18221         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
18222         (vc-cvs-toggle-read-only): First cut at a function to allow a
18223         cvs-status-free vc-toggle-read-only.
18224         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
18225         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
18226         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
18227         (vc-cvs-checkout): Modify access rights directly if the user
18228         requested not to use `cvs edit'.  And refresh the mode line.
18230         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
18231         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
18233 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
18235         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
18236         workfile' that got lost when the code was extracted from vc.el.
18237         And merged the tail with the rest of the code (not possible in the
18238         old vc.el where the tail was shared among all backends).  And
18239         explicitly set the state to 'edited if `writable' is set.
18241         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
18242         (vc-cvs-state): Be careful to return the value from
18243         vc-cvs-parse-state.
18244         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
18245         property but return it instead.  Also be careful to handle a nil
18246         or "" `rev' when workfile is non-nil (it was handled properly when
18247         workfile was nil).
18249         * vc.el: Removed those pesky unnecessary `(function' quotes.
18250         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
18251         directly in the defvar.
18252         (vc-do-command): Bind inhibit-read-only so as to properly handle
18253         the case where the destination buffer has been made read-only.
18254         (vc-diff): Delegate to vc-version-diff in all cases.
18255         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
18256         (vc-annotate-mode-variables): Removed (code moved partly to
18257         defvars and partly to vc-annotate-add-menu).
18258         (vc-annotate-mode): Turned into a derived-mode.
18259         (vc-annotate-add-menu): Moved in code in
18260         vc-annotate-mode-variables.
18261         (vc-update-change-log): Use make-temp-file if available.
18263 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
18265         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
18266         `vc-checkout-model' updated to `vc-cvs-update-model'.
18268 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18270         * vc.el (vc-next-action-on-file): Added handling of state
18271         `unlocked-changes'.
18272         (vc-checkout-carefully): Is now practically obsolete, unless the
18273         above is too slow to be enabled unconditionally.
18274         (vc-update-change-log): Fixed typo.
18276         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
18278         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
18279         Now handles state `unlocked-changes'.
18280         (vc-sccs-workfile-unchanged-p): New function, to support the above.
18282         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
18284         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
18285         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
18286         `unlocked-changes'.
18287         (vc-rcs-workfile-unchanged-p): Renamed from
18288         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
18289         function yet, but supposed to become one soon.
18291         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
18292         `vc-steal-lock'.
18293         (vc-call-backend): Changed error message.
18294         (vc-state): Added description of state `unlocked-changes'.
18296 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18298         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
18299         always return t in CVS-controlled directories.
18301         * vc.el (vc-responsible-backend): New function.
18302         (vc-register): Largely rewritten.
18303         (vc-admin): Removed (implementation moved into vc-register).
18304         (vc-checkin): Redocumented.
18305         (vc-finish-logentry): If no backend defined yet (because we are in
18306         the process of registering), use the responsible backend.
18308         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
18309         Updated function lists.
18310         (vc-call-backend): Fixed typo.
18312         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
18313         New functions.
18314         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
18315         Removed query option.  Redocumented.
18317 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18319         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
18321         * vc.el: Updated callers of `vc-checkout-required' to use
18322         `vc-checkout-model'.
18324 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18326         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
18327         stuff updated to reference this function instead of the old
18328         `vc-backend-release-p'.
18330 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18332         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
18333         vc-checkout-model.  Return appropriate values.  Updated callers.
18335 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18337         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
18338         (vc-backend-revert): Function moved into `vc-revert';
18339         `vc-next-action' must be updated to accomodate this change.
18340         (vc-backend-steal): Function moved into `vc-finish-steal'.
18341         (vc-backend-logentry-check): Function moved into
18342         `vc-finish-logentry'.
18343         (vc-backend-printlog): Function moved into `vc-print-log'.
18344         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
18345         (vc-backend-assign-name): Function moved into
18346         `vc-create-snapshot'.
18348 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18350         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
18351         Rename to vc-checkout-model.  Return appropriate values.
18352         Update callers.
18354         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
18355         to vc-checkout-model.
18356         (vc-checkout-required): Rename to vc-checkout-model.
18357         Re-implement and re-comment.
18358         (vc-after-save): Use vc-checkout-model.
18360 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18362         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
18363         Update to use the vc-BACKEND-diff functions instead.
18364         `vc-diff' is now working.
18366         * vc-rcs.el (vc-rcs-logentry-check): New function.
18368         * vc-cvs.el (vc-cvs-logentry-check): New function.
18370         * vc-sccs.el (vc-sccs-diff): Function changed name from
18371         `vc-backend-diff'.  This makes `vc-diff' work.
18373         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
18374         of functions possibly implemented in a vc-BACKEND library.
18375         (vc-checkout-required): Fix bug that caused an error to be
18376         signaled during `vc-after-save'.
18378         * vc.el: Fix typo.
18379         This checkin is made with our new VC code base for the very first time.
18380         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
18382         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
18383         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
18385         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
18386         updated to `vc-uses-locking'.
18387         (vc-checkout-required): Call to backend function.
18388         `vc-checkout-required' updated to `vc-uses-locking' instead.
18390         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
18391         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
18393         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
18394         to match the split into various backends.
18395         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
18396         (vc-retrieve-snapshot): Bug fix.
18398 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18400         * vc-sccs.el (vc-sccs-release): Doc fix.
18402 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18404         * vc.el (vc-next-action-on-file): Bug found and fixed.
18405         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
18406         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
18408         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
18409         (vc-rcs-checkout): Name space cleaned up.  No more revision number
18410         crunching function names that are not prefixed with vc-rcs.
18411         (vc-rcs-checkout-model): Function added.  References to
18412         `vc-checkout-model' replaced.
18414 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18416         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
18417         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
18418         still need to be split, and implemented for RCS).
18420 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18422         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
18424         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
18425         required by the vc.el file.
18427         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
18428         required by the vc.el file.
18429         (vc-rcs-exists): Function added.
18431         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
18432         required by the vc.el file.
18434         * vc.el (vc-admin): Updated to handle selection of appropriate
18435         backend.  Current implementation is crufty and need re-thinking.
18437         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
18439 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18441         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
18442         beginning of annotate buffers correctly.
18444         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
18445         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
18446         functionality updated quite a lot to support multiple backends.
18447         Variables `vc-annotate-mode', `vc-annotate-buffers',
18448         `vc-annotate-backend' added.
18450         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
18451         `vc-annotate-difference' added to supported backend functions.
18453 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18455         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
18456         Use with-temp-file instead of /bin/sh.  Merged from mainline
18458 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18460         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
18462         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
18464         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
18466 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18468         * vc-hooks.el: vc-state-heuristic added to
18469         vc-backend-hook-functions.
18471         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
18473         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
18475         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
18476         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
18477         state to `reserved'.
18479         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
18480         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
18482 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18484         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
18485         untouched.
18487         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
18489         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
18490         if defined.  (Merged from main line, slightly adapted.)
18492         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
18493         millenium problem (merged from mainline).
18495 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18497         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
18498         part and moved the non-BACKEND stuff to vc.el.
18500         * vc.el: Split the annotate feature into a BACKEND specific part
18501         and moved it from the vc-cvs.el file to this one.
18503 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18505         * vc-hooks.el: Implement new state model.
18506         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
18507         (vc-locking-user): Simplify.  Now only needed if the file is
18508         locked by somebody else.
18509         (vc-lock-from-permissions): Remove.  Functionality is in
18510         vc-sccs-hooks.el and vc-rcs-hooks.el now.
18511         (vc-mode-line-string): New name for former vc-status.  Adapted.
18512         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
18514         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
18515         Various simplifications and adaptations all over the place.
18517         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
18518         Simplify and adapt the rest.
18520         * vc.el (vc-resynch-window): Add TODO comment: check for
18521         interaction with view mode according to recent RCS change.
18522         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
18524 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18526         * vc.el: Convert the remaining function comments to docstrings.
18528 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18530         * vc.el (vc-backend-release, vc-release-greater-or-equal)
18531         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
18532         (vc-minor-part, vc-previous-version): Functions that operate and
18533         compare revision numbers got proper documentation.  Comments added
18534         about their possible removal.
18536 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18538         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
18539         the vc-backend.el files.
18541         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
18543         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
18544         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
18545         (vc-rcs-previous-version): Functions added.
18547         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
18549         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
18551 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18553         * vc-hooks.el (vc-master-templates): Is really obsolete.
18554         Comment out the definition for now.  What is the right procedure
18555         to get rid of it?
18556         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
18557         rewritten.
18558         (vc-default-registered): Remove.
18559         (vc-check-master-templates): New function; does mostly what the
18560         above did before.
18561         (vc-locking-user): Don't rely on the backend to set the property.
18563         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
18564         Rewrite documentation.
18565         (vc-rcs-templates-grabbed): New variable.
18566         (vc-rcs-grab-templates): New function.
18567         (vc-rcs-registered): Rewrite to use above mechanism.
18569         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
18570         Rewrite documentation.
18571         (vc-sccs-templates-grabbed): New variable.
18572         (vc-sccs-grab-templates): New function.
18573         (vc-sccs-registered): Rewrite to use above mechanism.
18574         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
18575         Don't throw the result, simply return it.
18577         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
18578         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
18579         (vc-cvs-registered): Does the check itself now.  Simplify.
18581         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
18582         from main line.
18584 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18586         * vc-cvs.el (vc-cvs-diff): New function.
18588         * vc-sccs.el (vc-sccs-diff): New function.
18590         * vc-rcs.el (vc-rcs-diff): New function.
18591         (vc-rcs-checkout): Bug (typo) found and fixed.
18592         (vc-rcs-register-switches): New variable.
18594         * vc.el (vc-backend-diff): Function removed and placed in the
18595         backend files.
18597 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18599         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
18601         * vc.el (vc-backend-checkout): Function removed and replaced in
18602         the vc-backend.el files.
18604         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
18606         * vc.el (vc-backend-admin): Removed and replaced in the
18607         vc-backend.el files.
18609         * vc.el (Martin): Removed all the annotate functionality since it
18610         is CVS backend specific.
18612 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18614         * spec.txt: Added specification of vc-state.
18616         * vc-sccs-hooks.el (vc-sccs-master-properties):
18617         Remove handling of vc-latest-version and
18618         vc-your-latest-version.  What used to be vc-latest-version, is now
18619         returned as vc-workfile-version.
18620         (vc-sccs-workfile-version): Adapt.
18622 2000-09-04  Dave Love  <fx@gnu.org>
18624         * vc.el: [Merged from mainline.]
18625         (vc-dired-mode): Make the dired-move-to-filename-regexp
18626         regexp match the date, to avoid treating date as file size.
18627         Add YYYY S option to WESTERN/
18629 2000-09-04  Dave Love  <fx@gnu.org>
18631         * vc.el: Require `compile' when compiling.
18632         (vc-logentry-check-hook): New option.
18633         (vc-steal-lock): Use compose-mail.
18634         (vc-dired-mode-map): Defvar when compiling.
18635         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
18636         vc-sccs.el and renamed.  Callers changed.
18637         (vc-backend-checkout, vc-backend-logentry-check)
18638         (vc-backend-merge-news): Doc fix.
18639         (vc-default-logentry-check): New function.
18640         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
18641         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
18642         (vc-backend-merge): Doc fix.  Use backend functions.
18643         (vc-check-headers): Use backend functions.
18645         * vc-cvs.el: Require vc when compiling.
18646         (vc-cvs-register-switches): Doc fix.
18647         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
18648         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
18649         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
18650         New functions (code from vc.el).
18651         (vc-annotate-display-default): Fix interactive spec.
18652         (vc-annotate-time-span): Doc fix.
18654         * vc-rcs.el: Require vc when compiling.
18655         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
18656         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
18657         (vc-rcs-checkin): New functions (code from vc.el).
18658         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
18659         Doc fix.
18660         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
18662         * vc-sccs.el: Require vc when compiling.
18663         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
18664         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
18665         (vc-sccs-revert)
18666         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
18667         from vc.el).
18668         (vc-sccs-add-triple, vc-sccs-record-rename)
18669         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
18670         (vc-sccs-admin): Doc fix.
18672 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18674         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
18675         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
18676         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
18677         from vc.el.
18679         * vc-sccs.el (vc-admin-sccs): Added from vc.el
18681         * vc-cvs.el: Moved the annotate functionality from vc.el.
18682         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
18684 2000-09-04  Dave Love  <fx@gnu.org>
18686         * vc.el (vc-backend-release): Call vc-system-release.
18688         * vc-sccs.el (vc-sccs-system-release):
18689         Renamed from vc-sccs-backend-release.
18691         * vc-rcs.el (vc-rcs-system-release):
18692         Renamed from vc-rcs-backend-release.
18694         * vc-cvs.el (vc-cvs-system-release):
18695         Renamed from vc-cvs-backend-release.
18697 2000-09-04  Dave Love  <fx@gnu.org>
18699         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
18700         backend files.
18701         (vc-backend-release): Dispatch to backend functions.
18702         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
18703         probably needs attention.]
18705         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
18706         (vc-sccs-backend-release): New function.
18708         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
18709         (vc-cvs-backend-release): New function.
18711         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
18712         Doc fix.
18713         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
18714         (vc-default-dired-state-info): New function.
18715         (vc-dired-state-info): Dispatch to backends.
18716         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
18718         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
18719         from vc.el and renamed.
18721 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18723         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
18724         (vc-version-other-window, vc-backend-assign-name): Removed
18725         references to vc-latest-version; sometimes changed into
18726         vc-workfile-version.
18728         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
18729         vc-rcs-master-workfile-version.
18730         (vc-rcs-workfile-version): Use the above.  Don't call
18731         vc-latest-version (that was unreachable code, anyway).
18732         (vc-rcs-fetch-master-properties): Doc fix.
18734         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
18735         (vc-backend-hook-functions): Removed them from this list, too.
18736         (vc-fetch-properties): Removed.
18737         (vc-workfile-version): Doc fix.
18739         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
18740         (vc-rcs-workfile-version, vc-rcs-locking-user)
18741         (vc-rcs-uses-locking): Use it.
18743         * vc-hooks.el (vc-consult-rcs-headers):
18744         Moved into vc-rcs-hooks.el, under the name
18745         vc-rcs-consult-headers.
18747         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
18748         headers.
18749         (vc-cvs-find-master): Use this name only; correct different
18750         versions of the name.
18752         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
18753         New functions.
18754         (vc-sccs-locking-user): Use the latter.
18756         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
18757         New functions.
18759         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
18760         Moved into both
18761         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
18762         functions are implementation details of those two backends.
18764 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18766         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
18767         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
18769         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
18770         (vc-sccs-parse-locks): SCCS-specific code moved here from
18771         vc-hooks.
18773         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
18774         code moved here from vc-hooks.
18776         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
18777         into back-end specific parts and removed.  Callers not updated
18778         yet; because I guess these callers will disappear into back-end
18779         specific files anyway.
18781 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18783         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
18784         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
18785         `vc-uses-locking'.
18787         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
18788         Store yes/no in the property, and return t/nil.  Updated all
18789         callers.
18791         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
18792         vc-sccs-uses-locking.  Don't set property.
18793         (vc-sccs-locking-user): Don't set property.
18795         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
18796         vc-cvs-uses-locking.  Don't set property here; leave that to
18797         vc-hooks.
18798         (vc-cvs-locking-user): Reflect above change.  Streamlined.
18800         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
18801         vc-rcs-uses-locking.
18802         (vc-rcs-locking-user): Reflect above change.
18804 2000-09-04  Dave Love  <fx@gnu.org>
18806         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
18808         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
18810         * vc-hooks.el (vc-checkout-model): Punt to backends.
18812         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
18814         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
18816         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
18817         New functions.
18819         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
18820         New functions.
18822         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
18823         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
18825         * vc-hooks.el (vc-default-locking-user): New function.
18826         (vc-locking-user, vc-workfile-version): Punt to backends.
18828 2000-09-04  Dave Love  <fx@gnu.org>
18830         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
18831         (vc-master-workfile-version): Moved from vc-hooks.
18833         * vc-rcs-hooks.el: Fix duplicate code in last change.
18835         * vc-rcs-hooks.el: Require vc-hooks when compiling.
18836         (vc-rcs-master-templates): Improve :type.
18837         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
18838         vc-master-workfile-version): Moved from vc-hooks.
18840         * vc-sccs-hooks.el: Require vc-hooks when compiling.
18841         (vc-sccs-master-templates): Improve :type.
18842         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
18844         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
18846         * vc-cvs-hooks.el: Require vc-hooks when compiling.
18847         (vc-cvs-master-templates): Improve :type.  Use
18848         vc-cvs-find-cvs-master.
18849         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
18850         from vc-hooks.
18851         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
18853         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
18854         Moved to vc-cvs-hooks.
18856         * vc-hooks.el: Add doc strings in various places.  Simplify the
18857         minor mode setup.
18858         (vc-handled-backends): New user variable.
18859         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
18860         simplification.
18862 2000-09-04  Dave Love  <fx@gnu.org>
18864         * vc.el: Some doc fixes for autoloaded and interactive functions.
18865         Fix compilation warnings from ediff stuff.
18866         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
18868         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
18870         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
18872         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
18874 2000-09-04  Dave Love  <fx@gnu.org>
18876         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
18877         New variable.
18878         (vc-make-backend-function, vc-loadup, vc-call-backend)
18879         (vc-backend-defines): New functions.
18881         * vc-hooks.el: Various doc fixes.
18882         (vc-default-back-end, vc-follow-symlinks): Custom fix.
18883         (vc-match-substring): Function removed.  Callers changed to use
18884         match-string.
18885         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
18886         Simplify.
18888 2000-09-04  Dave Love  <fx@gnu.org>
18890         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
18891         type.
18892         (vc-sccs-project-dir, vc-search-sccs-project-dir)
18893         (vc-sccs-registered): Doc fix.
18895         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
18896         (vc-cvs-registered): Doc fix.
18898         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
18899         (vc-rcs-registered): Doc fix.
18901 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18903         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
18905         * vc-hooks.el: vc-registered has been renamed
18906         vc-default-registered.  Some functions have been moved to the
18907         backend specific files.  they all support the
18908         vc-BACKEND-registered functions.
18910 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18912         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
18914         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
18916 2000-09-04  Dave Love  <fx@gnu.org>
18918         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
18919         menu-bar-update-hook.
18921         * help.el (help-manyarg-func-alist): Add
18922         find-operation-coding-system.
18924         * wid-edit.el (widget-sexp-validate): Fix garbled code.
18926         * custom.el (custom-set-variables): Print message about errors in
18927         setting.
18929 2000-09-03  Andrew Innes  <andrewi@gnu.org>
18931         * makefile.w32-in: Change to DOS line endings.
18933 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
18935         * mouse.el (mouse-popup-menubar): Supply the prompt string for
18936         minor-mode keymaps, if they don't have one.
18938 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
18940         * eshell/esh-module.el (eval-when-compile): Don't lose if
18941         esh-module.el's file name is truncated to DOS 8+3 limits.
18943 2000-09-01  John Wiegley  <johnw@gnu.org>
18945         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
18946         predicate, which caused entries in the completion list to be
18947         doubled.
18949 2000-08-30  John Wiegley  <johnw@gnu.org>
18951         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
18952         sending to subprocesses.  Also, hook pre-command-hook if
18953         `eshell-send-direct-to-subprocesses' is non-nil.
18954         (eshell-send-direct-to-subprocesses): New config variable.  If t,
18955         subprocess input is send immediately.
18956         (eshell-toggle-direct-send): New function.
18957         (eshell-self-insert-command): New function.
18958         (eshell-intercept-commands): New function.
18959         (eshell-send-input): If direct subprocess sending is enabled,
18960         don't echo any input to the Eshell buffer.  Let the subprocess
18961         handle that.  This requires "stty echo" in bash, for example.
18963 2000-08-28  John Wiegley  <johnw@gnu.org>
18965         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
18966         completion function for Eshell's implementation of `unset'.
18968 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
18970         * info.el (Info-directory-list): Doc fix.
18972 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
18974         * filecache.el (file-cache-add-directory-using-find): Don't quote
18975         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
18977 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
18979         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
18980         coding systems.
18982 2000-08-30  Andrew Innes  <andrewi@gnu.org>
18984         * timer.el (run-with-idle-timer): Undo last change, so that timer
18985         is not activated immediately if Emacs is already idle.  Some
18986         existing code relies on this behaviour.
18988 2000-08-30  Miles Bader  <miles@gnu.org>
18990         * frame.el (set-frame-font): Do completion of font-name for
18991         interactive use.
18993 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
18995         * international/quail.el (quail-start-translation): Bind locally
18996         last-command-event, last-command, and this-command.
18997         (quail-start-conversion): Likewise.
18998         (quail-self-insert-command): Fix docstring.
19000 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
19002         * progmodes/executable.el
19003         (executable-make-buffer-file-executable-if-script-p): Check that
19004         buffer contains at least 2 characters.
19006 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
19008         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
19010 2000-08-29  Dave Love  <fx@gnu.org>
19012         * diff-mode.el (diff-mode) <defgroup>: Add :version.
19013         (diff-mode-shared-map): Bind mouse-2.
19014         (diff-imenu-generic-expression): New variable.
19015         (diff-mode): Use it.
19017         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
19018         (mouse-popup-menubar): Add minor mode menus.
19019         (popup-menu): Check for lookup-key returning number.
19021 2000-08-29  Miles Bader  <miles@gnu.org>
19023         * comint.el (comint-send-input): Create overlays using the proper
19024         front/read-advance arguments.
19026 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
19028         * ps-print.el: Even/odd pages printing.  Doc fix.
19029         (ps-print-version): New version number (6.0).
19030         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
19031         (ps-background, ps-begin-file, ps-begin-job): Code fix.
19032         (ps-print-duplex-feature): Variable eliminated.
19033         (ps-even-or-odd-pages): New variable.
19035         * progmodes/ebnf2ps.el: Doc fix.
19036         (ebnf-version): New version (3.3).
19037         (ebnf-user-arrow): Change variable customization to sexp.
19038         (ebnf-user-arrow): Function eliminated.
19039         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
19041 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
19043         * help.el (help-xref-mule-regexp): New variable.
19044         (help-make-xrefs): Handle help-xref-mule-regexp.
19046         * international/mule-cmds.el (help-xref-mule-regexp-template): New
19047         variable.
19048         (describe-input-method): Temporarily activate the specfied input
19049         method to display the information.
19050         (describe-language-environment): Hyperlinks to mule related items.
19052         * international/mule-diag.el (charset-multibyte-form-string): New
19053         function.
19054         (list-character-sets-1): Use charset-multibyte-form-string.
19055         (describe-character-set): New function.
19056         (describe-coding-system): Hyperlinks to safe character sets.
19058         * international/quail.el (quail-help): New arg PACKAGE.
19059         Hyperlinks to mule related items.
19060         (quail-help-insert-keymap-description): Use
19061         substitute-command-keys instead of describe-bindings.
19062         (quail-translation-help): Hyperlinks to mule related items.
19064 2000-08-28  John Wiegley  <johnw@gnu.org>
19066         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
19067         have a defsubst call itself.  Made `eshell-flatten-list' back into
19068         a function again.
19070         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
19071         catch, in case re-centering point at bottom messes up the display.
19072         This happens frequently in Emacs 21, due I believe to variable
19073         line heights.
19075         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
19076         to call `find-tag-interactive'.
19078         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
19079         the list of remember directories.
19081 2000-08-28  John Wiegley  <johnw@gnu.org>
19083         * align.el: Test align-region-separate to see if it's a symbol.
19085 2000-08-28  John Wiegley  <johnw@gnu.org>
19087         * eshell/esh-util.el (eshell-flatten-list): Made this function
19088         into a defsubst form.  It gets used very frequently, although
19089         calls don't occur all that often.
19091         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
19092         examining it.
19094         * eshell/esh-cmd.el (eshell-rewrite-while-command):
19095         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
19096         `eshell-protect'.
19097         (eshell-copy-handles): Created a new macro for duplicating the
19098         current set of open handles.  This is needed by the looping
19099         functions.
19100         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
19101         is not incorrectly stomped on.
19103         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
19104         declaration for pcomplete-use-paring.
19105         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
19106         value of eshell-cmpl-use-paring.
19107         * pcomplete.el (pcomplete-use-paring): New config variable, to
19108         indicate whether paring should be used.
19109         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
19110         completion alternatives that have already been used.
19112         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
19113         bound to C-c C-y, which will repeat the previous N arguments
19114         (based on prefix argument).
19115         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
19117         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
19118         if there is no *Help* buffer.  This is for XEmacs, which renames
19119         its help buffers uniquely.  TODO: Find out what the current buffer
19120         name to delete is.
19122         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
19123         first entry that correlates to a passwd/group number.  Later
19124         entries (used for group/user name aliasing to multiple IDs) are
19125         ignored.
19127         * eshell/em-xtra.el (eshell/expr):
19128         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
19129         (eshell-grep, eshell/diff, eshell/locate):
19130         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
19131         argument list, before passing it to the system command.
19133         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
19134         `find-tag' for use at final position in Eshell buffers (which
19135         otherwise triggers an error on Emacs 21).
19136         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
19137         buffer, if it is currently bound to `find-tag'.
19139         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
19140         in the list of matched Makefile names.
19141         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
19142         directory, prefer its contents to Makefile.
19144         * eshell/em-dirs.el (eshell/cd): cd commands that look up
19145         directory parts (like "cd old new", or "cd =regexp"), are now case
19146         sensitive on non-Windows/DOS platforms.
19148         * eshell/esh-mode.el (eshell-parse-command-input): When a user
19149         types RET after an open delimiter (like "), display a message
19150         indicating that Eshell is waiting for the closing delimiter.
19152         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
19153         environment variables.
19155         * eshell/em-unix.el (eshell/diff): Added logic to fail more
19156         gracefully if the user enters incorrect arguments.
19158         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
19159         Eshell buffers.
19161         * eshell/esh-var.el (eshell-interpolate-variable):
19162         * eshell/esh-mode.el (eshell-move-argument):
19163         * eshell/em-unix.el (eshell-du-sum-directory):
19164         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
19165         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
19166         (not (= ...)).
19168         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
19169         to ensure the `preserve' flag gets propagated when doing recursive
19170         directory copies.
19172 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
19174         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
19175         Don't convert \n into \0177 in memory.
19176         (eshell-read-history, eshell-write-history): Convert \n to \0177,
19177         and back again, when reading and writing.
19179 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
19181         * eshell/esh-util.el (eshell-processp): Added to relieve constant
19182         testing of `fboundp' on `processp'.
19184         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
19185         (eshell/jobs): Don't call process-list if it is not bound.
19186         (eshell-gather-process-output): Support systems where async
19187         subprocesses aren't supported.
19188         (eshell-scratch-buffer, eshell-last-sync-output-start): New
19189         variables.
19191         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
19192         eshell-do-eval returns t.
19193         (eshell-do-pipelines-synchronously): New defmacro.
19194         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
19195         when async subprocesses aren't supported.
19196         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
19197         if async subprocesses aren't supported.
19198         (eshell-resume-command): Don't assume STATUS is a string.
19200         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
19202         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
19203         (eshell-close-target, eshell-get-target): Use eshell-processp.
19204         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
19205         fix.
19206         (eshell-get-target, eshell-create-handles): Doc fix.
19208 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
19210         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
19211         criterion to include commands that output something, as long as it
19212         leaves both the command and the end-of-buffer visible when the
19213         command has exited.
19214         (eshell-review-quick-commands): Adjust the help doc string
19215         accordingly.
19217 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
19219         * locate.el (locate): Cleaned up locate command's interactive prompting
19220         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
19222         * filecache.el (file-cache-case-fold-search): New variable
19223         (file-cache-assoc-function): New variable
19224         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
19225         Use file-cache-case-fold-search variable
19226         (file-cache-add-file): Use file-cache-assoc-function
19227         (file-cache-delete-file): likewise
19228         (file-cache-directory-name): likewise
19229         (file-cache-debug-read-from-minibuffer): likewise
19231 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
19233         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
19234         (abbrev-table-name): New function.
19235         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
19236         If non-nil list local abbrev, only.
19238 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
19240         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
19241         from Gnus support code, and use special article copy buffer
19242         `(gnus-original-article-buffer)' instead.  This allows to get rid
19243         of article-hide-headers usage (which breaks in the latest Gnus
19244         version).  Thanks to Detlev Zundel.
19246 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
19248         * international/quail.el (quail-use-package): Hide "... loaded"
19249         message.
19250         (quail-start-translation, quail-start-conversion): Likewise.
19252         * international/kkc.el (kkc-region): Hide "... loaded" message.
19254 2000-08-27  Dave Love  <fx@gnu.org>
19256         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
19258 2000-08-27  Miles Bader  <miles@gnu.org>
19260         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
19262 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
19264         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
19265         'ja-dic-cnv), not (require 'skkdic-cnv).
19267 2000-08-26  Miles Bader  <miles@gnu.org>
19269         * faces.el (face-x-resources): Add entry for :inherit.
19270         * cus-face.el (custom-face-attributes): Add support for :inherit
19271         attribute.  Add support for relative face heights.
19272         (custom-face-attributes-get): Treat `nil' as being a default value
19273         for :inherit (as well as `unspecified').
19275         * faces.el (set-face-attribute): Update doc string.
19276         (face-attribute-name-alist): Add :inherit.
19277         (face-valid-attribute-values): Handle :inherit.
19278         (face-read-string): Rephrase prompt to be less confusing.
19279         Assume that DEFAULT is a string, since we must return a string.
19280         (face-read-integer): Use `format' to turn DEFAULT into an
19281         acceptable default for face-read-string.  Match NEW-VALUE against
19282         the string "unspecified", not the symbol `unspecified', since
19283         that's what face-read-string returns.
19284         (read-face-attribute): Lookup a name for old-value in valid, and
19285         use it as a default if we find one.  Treat all values from
19286         face-read-string as strings.  If the default is used, don't do any
19287         more processing on the value, just use the old value directly.
19288         (read-face-and-attribute, modify-face): Tweak prompt.
19289         (read-face-name): Don't assume prompt ends with a space.
19291         * faces.el (describe-face): Add support for :inherit attribute.
19293 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
19295         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
19296         concat doesn't accept interger.
19298         * international/kkc.el: Remove SKK from Keywords.  Require
19299         ja-dic-utl instead of skkdic-utl.
19301         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
19302         Provide ja-dic-cnv instead of skkdic-cnv.
19303         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
19304         (iso-2022-7bit-short): Add safe-charsets property.
19305         (skkdic-convert-postfix): Search Japanese chou-on character in
19306         addition to Hiragana character.
19307         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
19308         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
19309         (batch-skkdic-convert): Likewise.
19311         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
19312         Provide ja-dic-utl instead of skkdic-utl.
19313         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
19315 2000-08-24  Dave Love  <fx@gnu.org>
19317         * disp-table.el (standard-display-default): Make the test of `l'
19318         useful.
19320         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
19321         mod sample text.
19323         * international/iso-ascii.el: Make pilcrow convenient string
19324         consistent with section.
19325         (iso-ascii-display): Set up multibyte characters as well as
19326         unibyte.
19328 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
19330         * international/mule-cmds.el (reset-language-environment): Set
19331         default-process-coding-system to '(undecided . iso-latin-1), which
19332         makes process I/O almost consistent with file I/O.   Call this
19333         function when mule-cmds.el[c] is loaded.
19335 2000-08-22  Andrew Innes  <andrewi@gnu.org>
19337         * makefile.w32-in: New file.
19339 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
19341         * comint.el (comint-output-filter): Compare end of
19342         comint-last-output-overlay with the start of the newly inserted
19343         text, not the end, when deciding whether to extend it.
19344         Set saved-point's insertion type to advance after insertion.
19346         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
19347         since this is now done independently of font-lock mode.
19349 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
19351         * server.el (server-kill-new-buffers): New user option.
19352         (server-existing-buffer): New buffer-local variable.
19353         (server-visit-files): When using an existing buffer, set
19354         server-existing-buffer to t.
19355         (server-buffer-done): If server-kill-new-buffers is t, kill the
19356         buffer, unless it was already present before visiting it with
19357         Emacs server.
19359 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
19361         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
19362         even if the display doesn't support colors: some displays will
19363         support bold/underline faces.
19365 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
19367         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
19369         * startup.el (command-line): If user's init file had an error,
19370         add explanatory text to *Messages*.
19372 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
19374         * man.el (Man-getpage-in-background): Decode the process output by
19375         the system locale coding system.
19377 2000-08-20  Dave Love  <fx@gnu.org>
19379         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
19380         Don't test x-popup-menu.
19381         (function) <complete-function>: Complete only fbound symbols.
19382         <validate, value>: New.
19383         (variable) <complete-function>: Complete only bound symbols.
19384         (coding-system): Add :base-only, :complete-function, :validate,
19385         :value, :prompt-match.
19386         (widget-coding-system-prompt-value): Use read-coding-system and
19387         act on :base-only.
19388         (editable-field): Add :help-echo.
19389         (widget-push-button-gui, widget-push-button-cache)
19390         (widget-gui-action, widget-editable-list-gui): COmment out, along
19391         with uses.
19392         (widget-at): Make arg optional.
19393         (widget-echo-help): Adjust for current help-echo calling sequence.
19394         (widget-specify-field, widget-specify-button)
19395         (widget-specify-insert, widget-get-sibling, widget-image-find)
19396         (widget-convert, widget-insert, widget-leave-text)
19397         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
19398         (widget-setup, widget-field-find, widget-before-change)
19399         (widget-after-change, widget-default-complete)
19400         (widget-default-create, widget-default-delete)
19401         (widget-push-button-value-create, editable-field)
19402         (widget-field-prompt-value, widget-field-validate)
19403         (widget-choice-value-create, widget-choice-action)
19404         (widget-choice-validate, widget-checklist-add-item)
19405         (widget-radio-add-item, widget-radio-chosen)
19406         (widget-radio-value-inline, widget-editable-list-value-create)
19407         (widget-editable-list-entry-create)
19408         (widget-documentation-link-add)
19409         (widget-documentation-string-value-create)
19410         (widget-regexp-validate, widget-file-complete)
19411         (widget-sexp-validate, widget-plist-convert-widget)
19412         (widget-plist-convert-widget, widget-alist-convert-widget)
19413         (widget-alist-convert-widget, widget-color-complete): Simplify,
19414         particularly to avoid bindings which aren't optimized out.
19416         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
19417         Doc fix.
19418         (down-list, backward-up-list, up-list, kill-sexp)
19419         (backward-kill-sexp, mark-sexp): Make arg optional.
19420         (lisp-complete-symbol): Add optional arg PREDICATE.
19422         * cus-start.el: Add display-buffer-reuse-frames,
19423         file-coding-system-alist.
19425 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
19427         * startup.el (command-line): Clear realized faces after
19428         modifying TTY color mappings.
19430 2000-08-20  Miles Bader  <miles@gnu.org>
19432         * faces.el (face-attr-match-p): Don't return true if ATTRS are
19433         merely a subset of FACE's attributes.
19435 2000-08-19  Miles Bader  <miles@gnu.org>
19437         * comint.el (comint-output-filter): Save the point with a marker,
19438         not just a buffer position.
19440         * international/mule.el (set-buffer-process-coding-system): Make
19441         interactive prompt less confusing.
19443 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
19445         * hilit-chg.el: General cleanup of doc strings, comments and
19446         code formatting.
19448 2000-08-19  Miles Bader  <miles@gnu.org>
19450         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
19451         Compiler macro removed; beginning-of-line is no longer always
19452         equivalent to forward-line, in the presence of fields.
19454         * comint.el (comint-output-filter): Remove ad-hoc saving of
19455         restriction, and just use save-restriction, now that it works
19456         correctly.  Don't adjust comint-last-input-start to account for
19457         our insertion; it shouldn't have moved because we don't use
19458         insert-before-markers anymore.  Comment out call to
19459         `force-mode-line-update'; why is it here?
19461         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
19462         while checking for prompt to delete.  Use `forward-line 0'
19463         instead of beginning-of-line.
19464         (gud-filter): Temporarily widen gud comint buffer while
19465         examining output.
19467 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
19469         * progmodes/sh-script.el: Big bag of typos.
19471         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
19472         check since ispell-process is not bound when ispell is not yet loaded.
19474 2000-08-18  Dave Love  <fx@gnu.org>
19476         * image.el (find-image): Copy `spec' before using plist-put.
19478 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
19480         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
19481         `portugues'.
19483         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
19484         backward-kill-sexp, analogous to kill-sexp.
19486         * progmodes/icon.el (icon-indent-line)
19487         (icon-is-continuation-line): Handle comments specially.
19489 2000-08-17  Ken Stevens <k.stevens@ieee.org>
19491         * ispell.el: Set to standard author/maintainer/keyword fields.
19492         Fine tuning to menu map appearance and operation, and added help.
19493         Remove `start' and `end' error messages when compiling.
19494         (ispell-choices-win-default-height): Fixed comment string.
19495         (ispell-dictionary-alist-1): Fixed regexp in castellano and
19496         castellano8 dictionaries.
19497         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
19498         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
19499         dictionary, added italiano dictionary.
19500         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
19501         word character
19502         (ispell-tex-skip-alists): Added psfig support.
19503         (ispell-skip-html): Renamed from ispell-skip-sgml.
19504         (ispell-begin-skip-region-regexp, ispell-skip-region)
19505         (ispell-minor-check): Improved html skipping support to skip across
19506         code, and recognize `&' commands without propper `;' syntax;
19507         (ispell-process-line): Fix alignment error when manually
19508         correcting spelling.
19509         (ispell): Fix comment string.
19510         (ispell-add-per-file-word-list): Always put word list on new line.
19512 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
19514         * format.el (format-encode-run-method): Fix error message to say
19515         `encode' instead of `decode'.  Use save-window-excursion around
19516         shell-command-on-region as in format-decode-run-method because
19517         shell-command-on-region can display a buffer with error output.
19518         (format-decode): Don't record undo information for the decoding.
19519         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
19520         that number part of the temporary buffer name so that more than
19521         one decoding using a temporary buffer can happen safely.
19523         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
19524         of `A-z' in the regexp.
19526         * hilit-chg.el: Fix typos in commentary.
19528         * help.el (view-emacs-news): Rewritten for new naming scheme
19529         for old NEWS files.
19531         * startup.el (command-line): Pop to *Messages* in case an error
19532         is signaled while loading user-init-file.
19534 2000-08-17  Andreas Schwab  <schwab@suse.de>
19536         * files.el (insert-directory): Don't lose original file name,
19537         undoing an undocumented change.
19539 2000-08-17  Alex Schroeder  <alex@gnu.org>
19541         * sql.el (sql-magic-go): Use comint-bol.
19542         (sql-copy-column): Use comint-line-beginning-position.
19543         (comint-line-beginning-position): Define a replacement for
19544         comint-line-beginning-position if it is not fboundp.
19546 2000-08-17  Alex Schroeder  <alex@gnu.org>
19548         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
19549         it didn't have any effect anyway.
19551 2000-08-17  Alex Schroeder  <alex@gnu.org>
19553         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
19554         --pset and pager=off instead of sending \\o|cat at the beginning
19555         of the session.
19557 2000-08-17  Miles Bader  <miles@gnu.org>
19559         * progmodes/octave-inf.el: Add compatibility definition of
19560         comint-line-beginning-position.
19562 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
19564         * startup.el (normal-top-level): Look in each dir in load-path for
19565         a leim-list.el file too.  This assures of loading leim-list.el
19566         that is created at Emacs installation time even if a user have his
19567         own leim-list.el.
19569 2000-08-17  Miles Bader  <miles@gnu.org>
19571         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
19572         foreground color to black if the background is dark.
19574 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
19576         * loadhist.el (unload-feature): Typo.
19578         * finder.el (finder-compile-keywords):
19579         * cus-dep.el (custom-make-dependencies): Add local-variable settings
19580         to the generated file.
19582         * mail/mh-e.el (mh-make-local-vars):
19583         Replace make-variable-buffer-local with make-local-variable.
19585         * play/landmark.el:
19586         * options.el (Edit-options-{set,toggle,t,nil}):
19587         * mail/mailabbrev.el (mail-abbrevs-mode):
19588         * textmodes/tex-mode.el (tex-expand-files):
19589         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
19591         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
19593         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
19594         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
19595         Allow going past the last element.
19596         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
19597         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
19598         (cvs-mouse-toggle-mark): Don't move point.
19599         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
19601         * progmodes/compile.el (grep): Provide a default set of files.
19602         (next-error): Docstring fix.
19603         (compilation-find-file): Avoid find-file (fails in a dedicated window).
19605         * emacs-lisp/easy-mmode.el (define-minor-mode):
19606         Use `symbol-value' to keep the byte-compiler quiet.
19608         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
19609         (diff-find-source-location): New fun, extracted from diff-goto-source.
19610         (diff-goto-source): Use it.
19611         (diff-next-complex-hunk, diff-filter-lines): New function.
19612         (diff-apply-hunk): New command.
19614         * smerge-mode.el (smerge-mode-menu): Doc fix.
19616         * msb.el (msb-mode): Define it in terms of define-minor-mode.
19618 2000-08-16  Dave Love  <fx@gnu.org>
19620         * windmove.el (windmove) <defgroup>: Add :version.
19622         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
19623         (goto-address-fontify-p, goto-address-highlight-p)
19624         (goto-address-url-face, goto-address-url-mouse-face)
19625         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
19626         (goto-address-url-regexp): Use thing-at-point-url-regexp.
19627         (goto-address-fontify, goto-address-at-mouse): Simplify,
19628         (goto-address-at-point): browse-url-url-at-point,
19629         goto-address-find-address-at-point can return nil.
19630         (goto-address-find-address-at-point): Return nil on failure.
19632         * align.el (align) <defgroup>: Add :version.
19634         * calculator.el (calculator): Add :version.
19635         (calculator): Use two lines for calculator window if `modeline'
19636         face is boxed.
19638         * play/5x5.el: Doc fixes.
19639         (5x5) <defgroup>: Add :version.
19641         * play/fortune.el (fortune) <defgroup>: Add :version.
19642         (fortune-append): Fix error message.
19643         (fortune-from-region): Doc fix.
19645         * play/pong.el (pong): Doc fix.
19647         * play/morse.el: Keywords, commentary, autoloads.
19649 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
19651         * desktop.el (desktop-save): Don't look at symbol-value of a
19652         member of minor-mode-alist, unless it is boundp.
19654 2000-08-16  Sam Steingold  <sds@gnu.org>
19656         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
19657         `while'; use `with-current-buffer' instead of `save-excursion'.
19658         Removed unnecessary kludges now that "*Buffer List*" is excluded.
19660 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
19662         * international/ccl.el (declare-ccl-program): Docstring modified.
19663         (ccl-execute-with-args): Likewise.
19665 2000-08-16  Miles Bader  <miles@gnu.org>
19667         * progmodes/sql.el: Add compatibility definition of
19668         comint-line-beginning-position.
19670 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
19672         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
19673         'buffer-menu' property.
19674         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
19675         fails.
19676         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
19677         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
19678         wasn't killed.
19680         * buff-menu.el (list-buffers-noselect): Don't display the
19681         *Buffer List* buffer.
19683         * font-lock.el: Require jit-lock to prevent a very late
19684         `Loading jit-lock' message.
19686         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
19687         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
19688         mail address.
19690 2000-08-15  Miles Bader  <miles@gnu.org>
19692         * textmodes/ispell.el (ispell-graphic-p): New constant.
19693         (ispell-choices-win-default-height, ispell-help): Use
19694         `ispell-graphic-p' instead of `xemacsp'.
19696 2000-08-15  Dave Love  <fx@gnu.org>
19698         * simple.el: Autoload widget-convert when compiling.
19699         (mail-user-agent): Doc fix.
19701         * help.el (function-called-at-point, variable-at-point): Use
19702         with-syntax-table.
19703         (help-manyarg-func-alist): Add insert-and-inherit.
19705         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
19707         * delsel.el (delsel-unload-hook): New function.
19709         * find-file.el: Doc fixes.  Move provide to end.
19710         (ff) <defgroup>: Add :link.
19711         (ff-goto-click): Deleted.
19712         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
19713         Use mouse-set-point.
19715         * textmodes/tildify.el: Doc fixes.
19716         (tildify) <defgroup>: Add:version.
19718         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
19719         (glasses-custom-set): Use set-default, not set.
19720         (minor-mode-alist): Propertize the lighter.
19721         (glasses-mode): Provide optional arg.
19723         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
19724         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
19725         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
19726         option.  Provide :type.
19727         (cwarn-configuration): Provide :type.
19728         (cwarn-mode): Doc fix.
19730         * add-log.el (change-log-merge): Doc fix.
19731         (change-log-redate): New command.
19733         * net/browse-url.el (browse-url-filename-alist): Add a clause for
19734         Doze and Dog.
19735         (browse-url): Use dolist, not mapcar.
19736         (browse-url-at-point): Check for null url.
19737         (browse-url-event-buffer, browse-url-event-point): Functions
19738         deleted.
19739         (browse-url-at-mouse, browse-url-netscape): Simplify.
19741         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
19742         modes.
19743         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
19744         Fix previous change to mapcan.
19745         (msb--init-file-alist, msb--add-separators)
19746         (msb--make-keymap-menu): Simplify.
19747         (msb--choose-file-menu): Use copy-sequence.
19748         (msb-mode-map): Add title to keymap.
19749         (msb-unload-hook): New function.
19751         * bs.el: Fix indentation.
19752         (bs) <defgroup>: Add :links.
19753         (bs-show): Doc fix.
19754         (bs-apply-sort-faces): Don't use window-system.
19755         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
19757 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
19759         * calendar/timeclock.el (timeclock-file): Run .timelog through
19760         convert-standard-filename.
19762 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
19764         * emacs-lisp/authors.el: New file.
19766         * paren.el (show-paren-priority): New user option.
19767         (show-paren-function): Set overlay priorities to
19768         show-paren-priority.
19770 2000-08-14  Miles Bader  <miles@gnu.org>
19772         * comint.el (comint-bol): Use `forward-line 0' instead of calling
19773         beginning-of-line with inhibit-field-text-motion bound.
19775 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
19777         * calendar/timeclock.el: New file.
19779 2000-08-14  David Ponce  <david@dponce.com>
19781         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
19782         `widget-button-click'. so that one can use left mouse button to
19783         click on dialog buttons.
19785 2000-08-14  Emmanuel Briot  <briot@gnat.com>
19787         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
19788         identifiers, since XML is case sensitive
19790 2000-08-12  Miles Bader  <miles@gnu.org>
19792         * comint.el (comint-output-filter): Don't bother frobbing
19793         window-start, it doesn't seem to be necessary.
19795         * comint.el (comint-send-string, comint-send-region): Make into
19796         real functions.  Snapshot the prompt before sending.
19798 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
19800         * info.el (Info-find-emacs-command-nodes): Rewrite to use
19801         technique similar to Info-index, instead of relying on specific
19802         names of relevant Index nodes.
19803         (Info-goto-emacs-command-node): Bind Info-history to nil when
19804         going to the first node found by Info-find-emacs-command-nodes.
19806 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
19808         * menu-bar.el (menu-bar-help-menu): Add a :help string.
19810 2000-08-10  Miles Bader  <miles@gnu.org>
19812         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
19814 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
19816         * info.el (Info-file-list-for-emacs): More elements for the
19817         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
19818         and woman manuals.
19820 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
19822         * comint.el (comint-send-input): Make the newline boundary overlay
19823         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
19824         (comint-output-filter): Use `insert' instead of
19825         `insert-before-markers'.  Extend comint-last-output-overlay when
19826         necessary since we can't rely on insert-before-markers to do it.
19827         * gud.el (gud-filter): Use `with-current-buffer' instead of
19828         save-excursion when inserting the output, so that point gets
19829         updated correctly; the old method relied on a rather dodgy
19830         side-effect of comint-output-filter to avoid the effect of
19831         save-excursion.
19833 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
19835         * files.el (recover-file): Call insert-directory instead of
19836         invoking `ls' directly.
19838 2000-08-10  Miles Bader  <miles@gnu.org>
19840         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
19841         (comint-last-prompt-overlay): New variables.
19842         (comint-output-filter): Implement prompt highlighting.
19843         (comint-snapshot-last-prompt): New function.
19844         (comint-send-input): Snapshot the last prompt.
19845         Use comint-highlight-input-face.
19846         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
19847         Use defface instead of defcustom.
19848         (send-invisible, comint-send-eof): Snapshot the last prompt.
19849         (comint-delchar-or-maybe-eof): Use comint-send-eof.
19850         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
19852 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
19854         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
19855         (regexp-opt-group): Use a list of chars for `letters'.
19856         (regexp-opt-charset): `chars' is now a list of chars.
19857         Use a char-table rather than a vector so it works for multibyte chars.
19859         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
19860         Set cvs-minor-current-files to the selected fileinfo.
19861         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
19862         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
19864 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
19866         * files.el (insert-directory): Don't call access-file on
19867         directories on DOS and Windows.
19869 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
19871         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
19872         longer if necessary.
19873         (ccl-embed-code): Call ccl-embed-data to store CODE in
19874         ccl-program-vector.
19876 2000-08-09  Miles Bader  <miles@gnu.org>
19878         * comint.el (comint-output-filter): Properly handle the case where
19879         the text surrounded by comint-last-output-overlay was deleted.
19881 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
19883         * info.el (Info-insert-dir): Use Info-additional-directory-list if
19884         non-nil.
19885         (Info-file-list-for-emacs): Remove "info" from the list because
19886         that leads to trying to use the documentation from file `info'
19887         in various situations where it isn't appropriate, for instance
19888         C-h C-k C-h i.
19890         * ffap.el (ffap-read-file-or-url-internal): Handle case that
19891         DIR and/or STRING are nil.
19893         * progmodes/compile.el (compilation-setup): Make variable
19894         compilation-error-screen-columns buffer-local, as some comment
19895         in the code suggests it should be.
19897         * files.el (auto-mode-interpreter-regexp): New variable.
19898         (set-auto-mode): Use it.
19900         * indent.el (indent-for-tab-command): Doc fix.
19902         * mouse-sel.el (mouse-sel-mode): Doc fix.
19904         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
19905         labels.
19907         * help.el (print-help-return-message): When
19908         display-buffer-reuse-frames is set, let the help window been quit,
19909         instead of deleting it, which might delete a reused frame.
19911 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
19913         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
19914         rename a directory to a name that differs only by its letter case.
19916 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
19918         * international/quail.el (quail-define-rules): Handle Quail decode
19919         map correctly.  Add code for supporting annotations.
19920         (quail-install-decode-map): New function.
19921         (quail-defrule-internal): New optional arguments decode-map and
19922         props.
19923         (quail-advice): New function.
19925 2000-08-07  Sam Steingold  <sds@gnu.org>
19927         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
19928         `defconst', `define-condition', `with-slots'.
19929         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
19931 2000-08-03  Miles Bader  <miles@gnu.org>
19933         * comint.el (comint-use-prompt-regexp-instead-of-fields):
19934         New variable.
19935         (comint-prompt-regexp, comint-get-old-input): Document dependence on
19936         comint-use-prompt-regexp-instead-of-fields.
19937         (comint-send-input): Add `input' field property to stuff we send to
19938         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
19939         (comint-output-filter): Add `output' field property to process
19940         output, if comint-use-prompt-regexp-instead-of-fields is nil.
19941         (comint-replace-by-expanded-history)
19942         (comint-get-old-input-default, comint-show-output)
19943         (comint-backward-matching-input, comint-forward-matching-input)
19944         (comint-next-prompt, comint-previous-prompt):  Use field
19945         properties if comint-use-prompt-regexp-instead-of-fields is nil.
19946         (comint-line-beginning-position): New function.
19947         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
19948         (comint-replace-by-expanded-history-before-point): Use
19949         comint-line-beginning-position and line-end-position.
19950         (comint-last-output-overlay): New variable.
19951         (comint-mode): Make `comint-last-output-overlay' buffer-local.
19953         * shell.el (shell-prompt-pattern): Doc change.
19954         (shell-backward-command): Use line-beginning-position.
19956         * gud.el (gud-gdb-complete-command): Use
19957         comint-line-beginning-position.
19959         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
19960         comint-bol doesn't actually go to the beginning of the line.
19962         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
19963         if comint-use-prompt-regexp-instead-of-fields is non-nil.
19964         (try-expand-line-all-buffers): Likewise.
19966         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
19967         explicitly matching comint-prompt-regexp.
19968         (sql-copy-column): Use comint-line-beginning-position instead of
19969         explicitly matching comint-prompt-regexp.
19971         * progmodes/octave-inf.el (inferior-octave-complete): Use
19972         comint-line-beginning-position.
19974         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
19976         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
19977         looking for a prompt, use `forward-line 0' instead of
19978         `beginning-of-line', to avoid getting caught by an input field.
19980 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
19982         * files.el (shell-quote-wildcard-pattern): Make sure to return
19983         PATTERN, in the Unix case.
19985 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
19987         * play/zone.el (zone): Discard any pending input before running
19988         the randomly-chosen pgm.
19990 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
19992         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
19993         checking the existence of any multibyte characters.
19995 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
19997         * help.el (describe-mode): Test minor-mode symbol for being
19998         bound before testing its value for being nil.
20000         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
20001         `first', `second', and `third'.
20003         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
20004         (second): Make it an alias for `cadr'.
20006 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
20008         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
20009         types of display support faces now.
20011 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
20013         * pcvs.el (require): Require `cl' during compilation, only.
20015         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
20016         (toplevel): Remove `remq' and `remove' from autoloads.
20017         (cl-fake-autoloads): New variable.  If set, arrange for an error
20018         when CL functions etc. are autoloaded.
20020 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
20022         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
20024         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
20025         popped up, but the user clicks outside the menu, return an empty
20026         regexp (that causes unhighlight-regexp to have no effect).
20028         * menu-bar.el (menu-bar-games-menu): Add Zone.
20030         * hi-lock.el (toplevel): Require font-lock.
20032 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
20034         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
20035         (ebnf-8-bit-chars): New var for bug fix.
20036         (ebnf-string): Bug fix.
20038 2000-08-03  Sam Steingold  <sds@gnu.org>
20040         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
20041         instead of `buffer-string'.
20042         (require 'cl): Always, not just when compiling.
20043         `ignore-errors' in `interactive', `list*', `defun*' &c make this
20044         necessary.
20046 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
20048         * international/mule-cmds.el (select-safe-coding-system): Make
20049         the message text about selecting a safe coding system more clear.
20051 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
20053         * hi-lock.el: New file.
20055         * play/zone.el: New file.
20057         * replace.el (occur): Set tab-width in the *Occur* buffer to the
20058         value of tab-width in the original buffer.  Choose a line number
20059         format that's a multiple of the original buffer's tab width, so
20060         that lines appear right.
20062         * textmodes/ispell.el (ispell): New function, replacing an alias.
20063         Spell-check active region if in transient-mark-mode and mark
20064         is active; otherwise spell-check buffer.
20066 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
20068         * ps-mule.el: Fix a customization problem on
20069         ps-mule-font-info-database-default.
20071 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
20073         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
20074         display-mouse-p instead of window-system.
20075         (ebrowse-member-mode-map): Ditto.
20077 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
20079         * progmodes/ebnf2ps.el: Update ps-print functions call.
20080         Indentation fix.  Doc fix.
20081         (ebnf-version): New version number (3.2).
20082         (ebnf-format-color, ebnf-begin-job): Code fix.
20084 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
20086         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
20087         font lock support on window-system.
20088         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
20090         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
20091         display-color-p, if fboundp, instead of window-system.
20093 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
20095         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
20096         instead of window-system.
20098         * wid-edit.el (widget-choose): Use display-mouse-p instead of
20099         window-system.
20100         (widget-choice-mouse-down-action): Use display-popup-menus-p
20101         instead of window-system.
20103         * strokes.el (strokes-file): Run the file name through
20104         convert-standard-filename.
20105         (strokes-mode): Call display-mouse-p instead of looking at
20106         window-system.  Change the error message accordingly.
20108         * progmodes/cpp.el (toplevel): Support faces on tty's.
20110         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
20111         (lm-plot-square, lm-init-display): Don't use window-system.
20113         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
20114         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
20116         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
20117         instead of looking at window-system.
20119 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
20121         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
20122         of testing if iswitchb-prepost-hooks is bound, because the
20123         latter will always be true when invoking a recursive minibuffer
20124         from an active Iswitchb buffer.
20126 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
20128         * files.el (shell-quote-wildcard-pattern): New function.
20129         (insert-directory): Call it.  Only prepend "\" to command on Unix
20130         and GNU/Linux systems.
20132 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
20134         * eshell/esh-groups.el: Change custom :link file names
20135         from `eshell.info' to `eshell'.
20137 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
20139         * dired.el (dired-build-subdir-alist): Expand subdirectory names
20140         correctly in recursive ange-ftp listings.
20142 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
20144         * ps-print.el: Fix bug 1: if ps-font-size-internal,
20145         ps-header-font-size-internal and
20146         ps-header-title-font-size-internal variables are not set,
20147         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
20148         face text property is (foreground-color . COLOR) or
20149         `(background-color . COLOR)', ps-print crashes.  Doc fix.
20150         (ps-print-version): New version number (5.2.4).
20151         (ps-plot-region): Code fix.
20152         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
20153         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
20154         Bug fix 2.
20156 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
20158         * glasses.el (glasses-make-readable): Fix uncapitalization of
20159         identifiers like `myXMLDocument'.
20161 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
20163         * mail/mail-hist.el (mail-hist-previous-input)
20164         (mail-hist-next-input): Do the obvious code factorization.
20165         (mail-hist-retrieve-and-insert): New func, contains common
20166         code of above two.
20167         If inserting a message body, leave point at top.
20169 2000-07-28  Sam Steingold  <sds@gnu.org>
20171         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
20172         Use `<=', not `<' to compare times!
20173         (ange-ftp-ls): Remove.
20175 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
20177         * play/cookie1.el: Add explanation of how to make cookie.el
20178         compatible with strfile(1) to comment.
20180         * subr.el (remove, remq): New functions.
20182         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
20183         escape `*' in regexps.
20184         (midnight-find): Reverse order of arguments in the funcall of
20185         TEST.
20187         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
20188         and `.class'.
20190         * play/meese.el: Add Commentary section.
20192 2000-07-27  Alex Schroeder  <alex@gnu.org>
20194         * sql.el (sql-ms): Added autoload cookie.
20195         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
20196         (sql-oracle): Ditto.
20197         (sql-help): Doc change.
20199         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
20200         types and exceptions.
20202 2000-07-27  Alex Schroeder  <alex@gnu.org>
20204         * sql.el (sql-placeholder-history): New variable.
20205         (sql-query-placeholders-and-send): New function that will query
20206         the user and replace placeholders with user input.
20207         (sql-oracle): If running on NT, set comint-input-sender to
20208         sql-query-placeholders-and-send.
20210         (sql-stop): If in the SQLi buffer, insert stop notification, else
20211         present it as a message.
20213 2000-07-27  Alex Schroeder  <alex@gnu.org>
20215         * sql.el (sql-input-ring-separator): Doc change.
20216         (sql-input-ring-file-name): Doc change.
20217         (sql-interactive-mode): Use `sql-input-ring-separator' and
20218         `sql-input-ring-file-name' to set the comint-mode equivalents
20219         without making them local variables.
20220         (sql-stop): Don't bind `sql-input-ring-separator' and
20221         `sql-input-ring-file-name' dynamically to their comint-mode
20222         equivalents.
20224 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
20226         * international/mule.el (register-char-codings): New function.
20227         (make-coding-system): Handle `safe-chars' specification in the arg
20228         PROPERTY.
20230         * international/mule-cmds.el
20231         (find-coding-systems-region-subset-p): This function deleted.
20232         (sort-coding-systems-predicate): New variable.
20233         (sort-coding-systems): New function.
20234         (find-coding-systems-region): Use
20235         find-coding-systems-region-internal.
20236         (find-coding-systems-string): Use find-coding-systems-region.
20237         (find-coding-systems-for-charsets): Check
20238         char-coding-system-table.
20239         (select-safe-coding-system-accept-default-p): New variable.
20240         (select-safe-coding-system): Mostly rewritten.  New argument
20241         ACCEPT-DEFAULT-P.
20242         (select-message-coding-system): Call select-safe-coding-system
20243         with ACCEPT-DEFAULT-P arg.
20244         (reset-language-environment): Reset default-sendmail-coding-system
20245         to the default value iso-latin-1.
20246         (set-language-environment): Don't set the obsolete variable
20247         charset-origin-alist.
20249         * international/codepage.el (cp-coding-system-for-codepage-1):
20250         Give `safe-chars' property to make-coding-system.
20252         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
20253         calling select-message-coding-system twice.
20255         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
20256         instead of `safe-charsets'.
20257         (cyrillic-alternativnyj): Likewise.
20258         (ccl-encode-alternativnyj): Don't check the charset
20259         cyrillic-iso8859-5.
20261 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
20263         * composite.el (compose-chars-after): Preserve match data.
20265 2000-07-26  Sam Steingold  <sds@gnu.org>
20267         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
20268         (ange-ftp-real-file-newer-than-file-p): New function.
20269         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
20270         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
20272         * tooltip.el (tooltip-float-time): Removed (use `float-time').
20273         * midnight.el (midnight-float-time): Ditto.
20275 2000-07-26  Andreas Schwab  <schwab@suse.de>
20277         * files.el (normal-backup-enable-predicate): Correct
20278         interpretation of the return value of compare-strings.
20280 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
20282         * isearch.el (isearch-resume): New function.
20283         (isearch-done): Add something to command-history to resume
20284         the search.
20285         (isearch-yank-line, isearch-yank-word): Use
20286         buffer-substring-no-properties instead of buffer-substring.
20288         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
20289         of flyspell-mouse-map.
20291         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
20292         duplicate definition.
20293         (makefile-mode): Remove duplicate setting of local-abbrev-table.
20295         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
20296         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
20298 2000-07-25  Sam Steingold  <sds@gnu.org>
20300         * net/ange-ftp.el: Get modtime over the net.
20301         (ange-ftp-file-modtime): New function.
20302         (ange-ftp-write-region, ange-ftp-insert-file-contents)
20303         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
20304         Use it.
20305         (ange-ftp-dot-to-slash): New function.
20306         (ange-ftp-fix-name-for-vms): Use it.
20308         * midnight.el (midnight-buffer-display-time): Use
20309         `with-current-buffer'.
20311 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
20313         * find-dired.el: Update copyright notice.
20314         (find-dired): Offer to kill a running `find'.
20316         * enriched.el (enriched-face-ans): For a `foreground-color'
20317         property, return '(("x-color" COLOR))' so that COLOR will be
20318         output as a parameter of the x-color annotation.  Likewise for the
20319         `background-color' property.  In the case of normal face
20320         properties, don't return annotations for unspecified foreground
20321         and background face attributes.
20323 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
20325         * language/japan-util.el (japanese-katakana-region): Fix handling
20326         HANKAKU argument.
20328 2000-07-25  Miles Bader  <miles@gnu.org>
20330         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
20331         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
20332         constrain-to-field.
20334 2000-07-24  Andrew Innes  <andrewi@gnu.org>
20336         * timer.el (timer-activate-when-idle): Add optional parameter
20337         DONT-WAIT.  Update docstring.
20338         (run-with-idle-timer): Specify extra parameter to
20339         timer-activate-when-idle, so that timer will be activated
20340         immediately if Emacs is already idle.
20342         * w32-fns.el (w32-using-nt): Fix docstring.
20344 2000-07-24  Dave Love  <fx@gnu.org>
20346         * mouse.el (popup-menu): Set last-command-event.
20347         (mouse-major-mode-menu-prefix): Declare.
20349 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
20351         * textmodes/flyspell.el: Update to author's version 1.5d.
20353         * progmodes/hideshow.el: Update copyright notice.
20355         * vcursor.el: Set maintainer to FSF, since author cannot
20356         be reached.
20358 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
20360         * info.el (Info-goto-emacs-key-command-node): Leave a space after
20361         the prompt.
20363         * mouse.el (popup-menu): Run the keymap through indirect-function,
20364         in case it was defined with define-prefix-key.  If the menu is a
20365         list of keymaps, look up the binding of user's choice in each one
20366         of the keymaps.
20367         (mouse-popup-menubar): If the global and local menu-bar keymaps
20368         don't have a prompt string, create one and insert it into the
20369         keymap.  Don't barf if current-local-map returns nil.
20371 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
20373         * dired.el (dired-sort-R-check): Added to allow recursive listing
20374         to be undone.
20375         (dired-sort-other): Use it.
20377 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20379         * Release of cc-mode 5.27
20381 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20383         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
20384         c-beginning-of-statement-1 that caused a bad case of recursion
20385         which could consume a lot of CPU in large classes in languages
20386         that have in-expression classes (i.e. Java and Pike).
20388         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
20389         statements before top level constructs (i.e. case 6 is moved
20390         before case 5 and is now case 4) to catch in-expression
20391         classes in top level expressions correctly.
20393 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20395         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
20396         objc-method-intro. Case 4 removed and case 5I added.
20398         * cc-langs.el (c-append-paragraph-start): New variable used by
20399         c-common-init to get paragraph-start correct.
20400         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
20401         initialize paragraph-start to make it correct both with and
20402         without the javadoc special case.
20404         * cc-mode.el (java-mode): Use c-append-paragraph-start to
20405         initialize paragraph-start for javadoc markup.
20407         * cc-vars.el (c-style-variables-are-local-p): Incompatible
20408         change by defaulting this to t.  It's motivated by the
20409         confusing behavior that otherwise arise from the style system
20410         when editing both java and non-java files at the same time
20411         (see the comments about style setting in c-common-init).
20413 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20415         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
20416         similar to the one in c-fill-paragraph to check the fill
20417         prefix from the adaptive fill function for sanity.
20419 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20421         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
20422         defun block.
20424 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20426         * cc-align.el (c-lineup-multi-inher): Handle lines with
20427         leading comma nicely. Extended to handle member initializers
20428         too.
20430         * cc-engine.el: (c-beginning-of-inheritance-list,
20431         c-guess-basic-syntax): Fixed recognition of inheritance lists
20432         when the lines begins with a comma.
20434         * cc-vars.el (c-offsets-alist): Changed default for
20435         member-init-cont to c-lineup-multi-inher since it now handles
20436         member initializers and indents better for leading commas.
20438 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20440         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
20441         handling that caused class open lines to be recognized as
20442         statement-conts in some cases.
20444         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
20445         guessed by the adaptive fill function unless point is on the
20446         first line of a block comment.
20448         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
20449         when the buffer ends with a macro continuation char.
20451         * cc-engine.el (c-guess-basic-syntax): Added support for
20452         function definitions as statements in Pike.  The first
20453         statement in a lambda block is now labeled defun-block-intro
20454         instead of statement-block-intro.
20456         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
20457         so that the class surrounding point is selected, not the one
20458         innermost in the state.
20460         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
20461         recognition of switch labels having hanging multiline
20462         statements.
20464         * cc-engine.el (c-beginning-of-member-init-list): Broke out
20465         some code in c-guess-basic-syntax to a separate function.
20466         * cc-engine.el (c-just-after-func-arglist-p): Fixed
20467         recognition of member inits with multiple line arglists.
20468         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
20469         member-init-cont when the commas are in funny places.
20471 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20473         * cc-defs.el (c-auto-newline): Removed this macro since it's
20474         not used anymore.
20476         * cc-engine.el (c-looking-at-bos): New helper function.
20477         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
20478         inexpr and toplevel classes apart in Pike.
20480         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
20481         of case 9A.
20483         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
20484         constant, since "class" can introduce an in-expression class
20485         in Pike nowadays.
20487 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20489         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
20490         indentation on cpp-macro lines.
20492         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
20493         a syntax modifier like comment-intro, to make it possible to
20494         get syntactic indentation for preprocessor directives.  It's
20495         incompatible wrt to lineup functions on cpp-macro, but it has
20496         no observable effect in the 99.9% common case where cpp-macro
20497         is set to -1000.
20499 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20501         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
20502         member-init-cont when the preceding arglist is several lines.
20504 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20506         * cc-styles.el (c-style-alist): The basic offset for the BSD
20507         style corrected to 8.
20509 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20511         * cc-styles.el (c-style-alist): Adjusted the indentation of
20512         brace list openers in the gnu style.
20514 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20516         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
20518         * cc-cmds.el (c-electric-brace, c-electric-slash,
20519         c-electric-star, c-electric-semi&comma, c-electric-colon,
20520         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
20521         when c-syntactic-indentation is nil.
20523         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
20524         we were left at comments preceding the first statement when
20525         reaching the beginning of the buffer.
20527         * cc-vars.el (c-syntactic-indentation): New variable to turn
20528         off all syntactic indentation.
20530 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20532         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
20533         between the text and the block comment ender when it hangs,
20534         depending on how many there are before the fill.
20536 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20538         * cc-engine.el (c-beginning-of-closest-statement): New helper
20539         function to go back to the closest preceding statement start,
20540         which could be inside a conditional statement.
20541         * cc-engine.el (c-guess-basic-syntax): Use
20542         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
20544         * cc-engine.el (c-guess-basic-syntax): Better handling of
20545         arglist-intro, arglist-cont-nonempty and arglist-close when
20546         the arglist is nested inside parens.  Cases 7A, 7C and 7F
20547         changed.
20549         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
20550         up-to-date with javadoc 1.2.
20552 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20554         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
20555         multiline Pike type decls.
20557 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20559         * cc-cmds.el (c-indent-new-comment-line): Always break
20560         multiline comments in multiline mode, regardless of
20561         comment-multi-line.
20563 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20565         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
20566         fully::qualified::names in C++ member init lists.  Preamble in
20567         case 5D changed.
20569 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20571         * cc-langs.el (c-common-init): Handling of obsolete variables
20572         moved to c-initialize-cc-mode.  More compatible style override
20573         when using global style variables.
20574         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
20575         variables moved here.
20577         * cc-styles.el (c-make-styles-buffer-local): Flag style
20578         variable localness in c-style-variables-are-local-p to make
20579         the compatibility measure in c-common-init work well.
20581         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
20582         longer contain set-from-style.
20583         * cc-styles.el (c-initialize-builtin-style): Don't check for
20584         set-from-style on c-special-indent-hook.
20585         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
20586         copy-alist is sufficient now.
20588         * cc-styles.el (c-set-style, c-set-style-1,
20589         c-get-style-variables): Fixes to variable initialization so
20590         that duplicate entries in styles have the same effect
20591         regardless of DONT-OVERRIDE.
20593         * cc-styles.el (c-set-style-2): Fixed bug where the
20594         initialization of inheriting styles failed when the
20595         dont-override flag is set.
20597         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
20598         on this.
20600 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20602         * cc-defs.el (c-forward-comment): Removed the workaround
20603         introduced in 5.38 since it had worse side-effects.  If a line
20604         contains the string "//\"", it regarded the // as a comment
20605         start since the \ temporarily doesn't have escape syntax.
20607 2000-07-17  Emmanuel Briot  <briot@act-europe.fr>
20609         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
20610         ada-xref.el before ada-prj.el, so that the Project menu is created
20611         when ada-prj tries to add to it.
20612         (ada-activate-keys-for-case): Suppress the characters that are not
20613         part of the Ada syntax. Better compatibility with else-mode
20614         (ada-adjust-case-interactive): When auto-casing is not active,
20615         correctly insert newlines (used to insert only ^M).  Prevent the
20616         syntax table from being changed in case of an error
20617         (or '_' becomes part of a word and some commands are confused).
20618         Do nothing if ada-auto-case is nil.
20619         (ada-after-keyword-p): Ignore keywords that are also attributes
20620         (ada-batch-reformat): Update usage comment
20621         (ada-call-from-contextual-menu): New function
20622         (ada-case-read-exceptions): Reinitialize the casing exception list
20623         first to nil first, so that the casing exception file can be
20624         shared.
20625         (ada-check-defun-name): Handles "configure" keyword for gnatdist
20626         files.
20627         (ada-compile-goto-error): Fix regexp used to detect a file:line
20628         anywhere in the error message
20629         (ada-contextual-menu-last-point): New variable
20630         (ada-create-keymap): If the variable delete-key-deletes-forward is
20631         t on XEmacs, it means that DEL should delete one character
20632         forward.
20633         (ada-create-menu): Use :included instead of :visible for XEmacs.
20634         New submenu "Options".
20635         (ada-end-stmt-re): Correctly indent "select ... then abort"
20636         statements.
20637         (ada-fill-comment-paragraph): Correctly delete all leading '--'
20638         even if they don't match ada-fill-comment-prefix Fix handling of
20639         paragraphs on the first or last line of a file.
20640         (ada-format-paramlist): Fix handling of default parameter values.
20641         (ada-get-body-name): New function.
20642         (ada-get-current-indent): Optimized by searchling directly for an
20643         existing generic part or a statement outside of it.  Handle
20644         ada-indent-align-comments when indenting comments Replaced some
20645         regexps by testing directly the next character. This results in a
20646         huge speedup on some files.  New indentation scheme for renames
20647         statements.  Stop looking for the 'while' or 'for' associated with
20648         a 'loop' at the first semicolon encountered.  A "return" can also
20649         match an anonymous access subprogram declaration.
20650         (ada-get-indent-noindent): Ignore strings and comments when
20651         looking for the keywords "record" and "private".
20652         (ada-goto-matching-decl-start): When matching "if", make sure we
20653         are not in fact seeing "end if".  Ignore "when" statements except
20654         when initial keyword was "begin".  Fix handling of nested
20655         procedures.  Add a recursive call to this function to skip over
20656         other 'end' statmts.  Fix indentation for "when .. => begin"
20657         (ada-in-open-paren-p): Fix indentation for complex boolean
20658         expressions, where 'and then', 'or else' and parenthesis
20659         statements are mixed up.
20660         (ada-in-paramlist-p): Skip comments while searching for the
20661         beginning Fix handling of operator declarations.
20662         (ada-indent-align-comments): New variable
20663         (ada-indent-current): Change the syntax table only in the
20664         protected section, so that we are sure it is restored correctly.
20665         (ada-indent-on-previous-lines): Use ada-use-indent and
20666         ada-with-indent Correctly indent "select ... then"
20667         (ada-indent-region): Slight speedup.
20668         (ada-indent-renames): New variable.
20669         (ada-last-which-function-subprog, ada-last-which-function-line):
20670         New variables
20671         (ada-looking-at-semi-private): Correctly indent the 'private'
20672         keyword when it is the first word in a package declaration.
20673         (ada-loose-case-word): Stop searching if at the end of the buffer.
20674         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
20675         even if point is not initially at the end of the word.
20676         (ada-matching-decl-start-re): Add "when".
20677         (ada-mode): Add support for abbrev-mode, outline-mode and
20678         which-func-mode Override the old find-file.el entry in
20679         ff-special-constructs since it is using the obsolete
20680         ada-spec-suffix variable
20681         (ada-no-auto-case): New function
20682         (ada-scan-paramlist): When parsing the argument type, accept
20683         spaces (as in "X 'Class", generated by Rational Rose).
20684         (ada-other-file-name): No longer loads the other file.
20685         (ada-popup-menu): Save and restore the current buffer and cursor
20686         position before and after displaying the menu.
20687         (ada-search-ignore-complex-boolean): New function.
20688         (ada-uncomment-region): Emacs21 already knows how to delete
20689         comments not starting in the first column.
20690         (ada-use-indent): New variable
20691         (ada-which-function): New function.
20692         (ada-with-indent): New variable
20693         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
20694         can be batch-compiled from the command line.
20696         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
20697         Add to the menu when the file is loaded, not in ada-mode-hook.
20698         Add -toolbar to the default ddd command Switches moved from
20699         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
20700         ada-prj-default-comp-opt
20701         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
20702         Reference Manual to the menu
20703         (ada-check-current): rewritten as a call to ada-compile-current
20704         (ada-compile): Removed.
20705         (ada-compile-application, ada-compile-current, ada-check-current):
20706         Set the compilation-search-path so that compile.el automatically
20707         finds the sources in src_dir.  Automatic scrollong of the
20708         compilation buffer.  C-uC-cC-c asks for confirmation before
20709         compiling
20710         (ada-compile-current): New parameter, prj-field
20711         (ada-complete-identifier): Load the .ali file before doing
20712         processing
20713         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
20714         conform to gnatmake's behavior.
20715         (ada-find-file-in-dir): New function
20716         (ada-find-references): Set the environment variables for gnatfind
20717         (ada-find-src-file-in-dir): New function.
20718         (ada-first-non-nil): Removed
20719         (ada-gdb-application): Add support for jdb, the java debugger.
20720         (ada-get-ada-file-name): Load the original-file first if not done
20721         yet.
20722         (ada-get-all-references): Handles the new ali syntax (parent types
20723         are found between <>).
20724         (ada-initialize-runtime-library): New function
20725         (ada-mode-hook): Always load a project file when a file is opened,
20726         so that the casing exceptions are correctly read.
20727         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
20728         (ada-parse-prj-file): Use find-file-noselect instead of find-file
20729         to open the project file, since the latter does not work with
20730         speedbar Get default values before loading the prj file, or the
20731         default executable file name is wrong.  Use the absolute value of
20732         src_dir to initialize ada-search-directories and
20733         compilation-search-path,...  Add the standard runtime library to
20734         the search path for find-file.
20735         (ada-prj-default-debugger): Was missing an opening '{'
20736         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
20737         variables.
20738         (ada-prj-default-gnatmake-opt): New variable
20739         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
20740         buffers, the project file is the default one Save the windows
20741         configuration before displaying the menu.
20742         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
20743         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
20744         ...)  regexp-quote identifiers names to support operators +,
20745         -,... in regexps.
20746         (ada-remote): New function.
20747         (ada-run-application): Erase the output buffer before starting the
20748         run Support remote execution of the application.  Use
20749         call-process, or the arguments are incorrectly parsed
20750         (ada-set-default-project-file): Reread the content of the active
20751         project file, not the one from the current buffer When a project
20752         file is set as the default project, all directories are
20753         automatically associated with it.
20754         (ada-set-environment): New function
20755         (ada-treat-cmd-string): New special variable ${current}
20756         (ada-treat-cmd-string): Revised.  The substitution is now done for
20757         any ${...} substring
20758         (ada-xref-current): If no body was found, compiles the spec
20759         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
20760         compiler to get rid of command line length limitations.
20761         (ada-xref-get-project-field): New function
20762         (ada-xref-project-files): New variable
20763         (ada-xref-runtime-library-specs-path)
20764         (ada-xref-runtime-library-ali-path): New variables
20765         (ada-xref-set-default-prj-values): Default run command now does a
20766         cd to the build directory.  New field: main_unit Provide a default
20767         file name even if the current buffer has no prj file.
20769         * ada-prj.el:
20770         Rewritten to show a tabbed-dialog.
20771         (ada-prj-add-ada-menu): Remove the map and name parameters.
20772         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
20773         New function
20774         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
20775         (ada-prj-load-from-file): New function
20776         (ada-prj-save): Always save fields that depend on the current buffer
20777         (ada-prj-show-value): New function
20779         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
20780         Ada mode. This will allow us to display the Ada menu in any buffer
20781         we want (for project items).
20782         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
20783         number of spaces in the header.
20785 2000-07-24  Dave Love  <fx@gnu.org>
20787         * ediff-init.el (ediff-region-help-echo): Bind face-help.
20789 2000-07-23  Noah Friedman  <friedman@splode.com>
20791         * type-break.el (type-break): perform autosave.
20792         Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
20793         (type-break-do-query): Cancel query schedule while performing
20794         actual query, to avoid possibility of a second query being made
20795         while first one is already in progress.
20796         (type-break-time-stamp-format): New variable.
20797         (type-break-time-stamp): New function.
20798         (type-break-time-warning): Use it.
20799         (type-break-keystroke-warning): Use it.
20800         (type-break-noninteractive-query): Use it.
20802         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
20803         cookie.
20804         Use add-minor-mode to set minor-mode-alist, if available.
20805         (eldoc-echo-area-use-multiline-p): New user option.
20806         (eldoc-echo-area-multiline-supported-p): New variable.
20807         (eldoc-docstring-format-sym-doc): Use them.
20808         (eldoc-mode): If not using idle timers, append to local post and
20809         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
20810         (eldoc-display-message-no-interference-p): Don't interfere with
20811         edebug.
20812         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
20813         (eldoc-function-arglist): New function.
20814         (eldoc-function-argstring): Use it.
20816         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
20817         auto save directory exists before calling directory-files.
20819 2000-07-23  Dave Love  <fx@gnu.org>
20821         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
20822         ^o, ^u.
20824 2000-07-21  Dave Love  <fx@gnu.org>
20826         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
20827         now passed to the function.  It now works properly.
20829         * smerge-mode.el (smerge-mode-menu): Fill it out.
20831 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
20833         * info-look.el (info-lookup): If *info* is shown in another frame
20834         on the same display, select that frame, instead of switching to
20835         the Info buffer in another window of the selected frame.
20837         * simple.el (universal-argument-map): Bind numeric keypad keys
20838         kp-0 to kp-9 and kp-subtract.
20839         (digit-argument): Handle these keys.
20841 2000-07-20  Dave Love  <fx@gnu.org>
20843         * net/goto-addr.el (goto-address-fontify): Don't bother with
20844         buffer-modified and read-only stuff -- irrelevant with overlays.
20845         Put an extra property on the overlays and use it to clean up in
20846         case goto-address is re-run.
20848 2000-07-19  Richard M. Stallman  <rms@gnu.org>
20850         * timer.el (run-with-idle-timer): Doc fix.
20852         * mail/mail-utils.el (mail-strip-quoted-names):
20853         Handle case where <...> appears inside "...".
20854         Use replace-match to edit the string more simply.
20855         (rmail-dont-reply-to): Cope with an unmatched ".
20857 2000-07-19  Dave Love  <fx@gnu.org>
20859         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
20860         implementation.
20862         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
20863         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
20864         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
20866 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
20868         * textmodes/refer.el: Correct maintainer's email address.
20870         * progmodes/hideif.el: Correct author's email address.
20871         Fix typo in comment.
20873         * xml.el: New file.
20875         * mail/mailheader.el: Correct author's mail address.
20877         * gnus/parse-time.el: Correct author's mail address.
20879 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
20881         * comint.el (comint-highlight-input, comint-highlight-face):
20882         New user options.
20883         (comint-input-ring-file-name): Change custom type.
20884         (comint-mode-map): Bind mouse-2.
20885         (comint-insert-clicked-input): New function.
20886         (comint-send-input): Handle input highlighting.
20888 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
20890         * mouse.el (popup-menu): New function.
20891         (mouse-major-mode-menu): Use it.
20893 2000-07-18  Dave Love  <fx@gnu.org>
20895         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
20896         improvements.
20898 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
20900         * faces.el (face-font-selection-order)
20901         (face-font-family-alternatives): Add custom type.
20903 2000-07-18  Dave Love  <fx@gnu.org>
20905         * cus-edit.el (custom-variable-reset-saved)
20906         (custom-variable-reset-standard): Remove unused bindings.
20908         * rect.el (open-rectangle-line): Remove unused let.
20910         * hl-line.el (hl-line-highlight): Check hl-line-mode.
20912 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
20914         * cdl.el: Fix `Maintainer' keyword.
20916         * play/pong.el: Add author's email address.
20918 2000-07-17  Sam Steingold  <sds@gnu.org>
20920         * files.el (insert-directory): Call `split-string' instead of
20921         re-implementing it.
20923 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
20925         * mail/vms-pmail.el: Change maintainer to FSF.
20927         * net/goto-addr.el: Change maintainer to FSF.
20929         * info.el (Info-title-face-alist): Removed.
20931 2000-07-18  David Ponce  <david@dponce.com>
20933         * recentf.el (recentf-open-files): New command that works like
20934         `recentf-open-more-files', but shows the whole list of files (not just
20935         those omitted from the menu). Useful if you don't use a menu-bar!
20936         (recentf-open-more-files) Modified to use `recentf-open-files'.
20938         (recentf-open-files, recentf-open-more-files)
20939         (recentf-edit-list): Dialogs use `recentf-dialog-mode'
20941         (recentf-dialog-mode): New mode for dialogs. You can now just type
20942         "q" to cancel the dialogs.
20944 2000-07-18  David Ponce  <david@dponce.com>
20946         * recentf.el: This is a major update of recentf.el. It adds new
20947         features to better organize the recentf menu and "More..." buffer.
20949         Using new provided menu filtering functions you can now organize the
20950         recent files list:
20952         - by major modes
20953         - by directories
20954         - by user defined rules
20956         Finally, with the new `recentf-filter-changer' customizable filter you
20957         can define a ring of filters and dynamically (via the menu) cycle on
20958         each menu organization in the ring (a la msb).
20960 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
20962         * eshell/eshell.el (eshell): Replace links to eshell.info with
20963         links to eshell, to avoid problems on systems where the manual is
20964         installed as `eshell'.
20965         * eshell/esh-cmd.el (eshell-cmd): Ditto.
20966         * eshell/em-smart.el (eshell-smart): Ditto.
20967         * eshell/em-banner.el (eshell-banner): Ditto.
20968         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
20970         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
20971         same-file check in the MS-DOS version (it does support inodes).
20973         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
20975         * eshell/eshell.el (eshell-directory-name):
20976         Run default directory name through convert-standard-filename.
20978 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
20980         * international/mule-cmds.el (select-safe-coding-system):
20981         Fix typo in the comment.
20983         * language/european.el (compound-text):
20984         Force katakana-jisx0201 to be designated to G1.
20986         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
20987         Don't translate some national variant characters of latin-jisx0201.
20988         (x-ctext): Force katakana-jisx0201 to be designated to G1.
20990         * international/kkc.el (kkc-after-update-conversion-functions):
20991         New variable.
20992         (kkc-update-conversion): Run functions in it at the tail.
20994 2000-07-16  John Wiegley  <johnw@gnu.org>
20996         * lisp/align.el (align-newline-and-indent):
20997         Adding new function.  for auto-aligning blocks of code on RET.
20998         (align-region): Fixed badly formatted minibuffer message.
21000 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
21002         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
21003         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
21004         the conversion list at first if appropriate.
21005         (kkc-next): Don't update kkc-next-count here.
21006         (kkc-prev): Don't update kkc-prev-count here.
21007         (kkc-show-conversion-list-update): Fix setting up of conversion
21008         list message.
21010 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
21012         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
21014 2000-07-16  Dave Love  <fx@gnu.org>
21016         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
21017         function to be more specific.
21019         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
21020         non-string help-echo.
21021         (widget-types-convert-widget): Defsubst it.
21022         (widget-echo-help): Try to cope with a help-echo function of two
21023         possible sorts.
21025 2000-07-15  Jason Rumney  <jasonr@gnu.org>
21027         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
21028         Declare as obsolete.
21030         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
21032 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
21034         * hilit-chg.el: Fix typo.
21036 2000-07-14  Dave Love  <fx@gnu.org>
21038         * info.el (Info-mode-menu): Fix use of :help, :enable.
21040 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
21042         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
21044 2000-07-13  Dave Love  <fx@gnu.org>
21046         * emacs-lisp/easymenu.el: Doc fixes.
21047         (easy-menu-remove): Defalias to ignore.
21049         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
21050         Call throw correctly.
21052 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
21054         * faces.el (frame-background-mode): Doc fix.
21056         * simple.el (eval-expression-print-length): Change custom type to
21057         allow entering nil as value.
21059 2000-07-13  Dave Love  <fx@gnu.org>
21061         * progmodes/fortran.el (fortran-imenu-generic-expression):
21062         Change definition layout.
21063         (fortran-mode-menu): Reinstate customize entries.
21065         * cus-edit.el (custom-group-menu-create, customize-menu-create):
21066         Use :filter, per old XEmacs code.
21068 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
21070         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
21071         event when deciding what to send to the terminal.
21073 2000-07-12  Dave Love  <fx@gnu.org>
21075         * cus-start.el: Add optional version as 4th element of specs and
21076         use it for several things new in v21.  Remove load-path.  Fix type
21077         of line-number-display-limit.
21079 2000-07-11  Dave Love  <fx@gnu.org>
21081         * progmodes/fortran.el: Don't require easymenu.
21082         Use repeat counts in various regexps.
21083         (fortran-mode-syntax-table): Defvar directly.
21084         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
21085         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
21086         Use defvar, not defconst.
21087         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
21088         (fortran-mode): Set fortran-comment-line-start-skip,
21089         fortran-comment-line-start-skip, dabbrev-case-fold-search.
21090         (fortran-comment-indent): Use defsubst.
21091         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
21092         Use fortran-comment-indent, not fortran-comment-indent-function.
21093         (fortran-comment-region, fortran-electric-line-number): Simplify.
21094         (fortran-auto-fill): New function.
21095         (fortran-do-auto-fill): Deleted.
21096         (fortran-find-comment-start-skip):
21097         Check for non-null comment-start-skip.
21098         (fortran-auto-fill-mode, fortran-fill-statement):
21099         Use fortran-auto-fill.
21100         (fortran-fill): Use fortran-auto-fill.  Check for null
21101         comment-start-skip.  Simplify final clause and use end-of-line finally.
21103         * widget.el (widget-plist-member): New alias.
21105 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
21107         * eshell/esh-module.el (toplevel): Reference
21108         byte-compile-current-file only if it is bound.
21110 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
21112         * dired.el: Don't require `dired-aux'.
21114 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
21116         * dired-aux.el (dired-show-file-type): New function.
21117         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
21118         (dired-show-file-type): Add autoload.
21120 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
21122         * international/mule-diag.el (describe-font): Adjusted for the
21123         change of fontset-info.
21124         (print-fontset): Likewise.
21126 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
21128         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
21130 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
21132         * bindings.el: Bind `[delete]' to delete-char.
21134         * dired.el (dired-find-alternate-file): New function.
21135         (dired-mode-map): Bind `a' to dired-find-alternate-file.
21136         (toplevel): Require dired-aux when compiling.
21137         (dired-buffers): Move defvar within file to avoid compiler warning.
21139         * info.el (Info-last-search): Variable removed.
21140         (Info-search-history): New variable.
21141         (Info-search): New Info-search-history.
21143         * battery.el, info-look.el: Change author's mail address.
21145 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
21147         * mail/rmail.el (rmail-clear-headers): Don't throw an error
21148         if rmail-ignored-headers is nil.
21149         (rmail-retry-failure): Bind rmail-ignored-headers and
21150         rmail-displayed-headers to nil.
21152 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
21154         * lpr.el (lpr-page-header-switches): Add `-h' switch.
21155         (print-region-1): Don't hard code `-h' here.
21157         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
21159 2000-07-01  Francesco Potorti`  <pot@gnu.org>
21161         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
21162         exim can use "your message" instead of "the message".
21164 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
21166         * facemenu.el: Docstrings fixes.
21167         (facemenu-get-face): Don't use internal-find-face.
21168         (facemenu-iterate): Rename arg to match the docstring.
21170         * newcomment.el (uncomment-region): Be more careful when skipping
21171         backwards over `=' not to bump into BOBP.
21173 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
21175         * ediff-diff.el (ediff-wordify): Use syntax table.
21176         * ediff-init.el (ediff-has-face-support-p): Use
21177         ediff-color-display-p.
21178         (ediff-color-display-p): Use display-color-p, changed to defun
21179         from defsubst.
21180         Got rid of special cases for NeXT and OS/2.
21181         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
21182         face.
21184 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
21186         * emacs-lisp/lucid.el: Require CL.
21187         (copy-tree, remprop): Remove, it's provided by CL.
21188         (map-keymap): Define in terms of cl-map-keymap.
21189         (extent-property, set-extent-end-glyph): New functions.
21191         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
21193 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
21195         * Makefile.in (DONTCOMPILE): Add comment that the name may
21196         not be changed without changing the make-dist script.
21198         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
21199         (cl-mapc): Use mapc instead of cl-old-mapc.
21201 2000-07-05  Andrew Innes  <andrewi@gnu.org>
21203         * makefile.nt: Add support for `bootstrap' and related targets.
21205 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
21207         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
21208         (easy-menu-do-define): Use `menu-item' format.
21209         Handle case where easy-menu-create-menu returns a symbol.
21210         Manually call the potential top-level filter in the function binding.
21211         (easy-menu-filter-return): New arg NAME.
21212         Convert to a keymap if MENU is an XEmacs menu.
21213         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
21214         (easy-menu-converted-items-table, easy-menu-convert-item):
21215         New var and fun to memoize easy-menu-convert-item-1.
21216         (easy-menu-do-add-item): Use it.
21217         (easy-menu-create-menu): Use easy-menu-convert-item.
21218         Wrap easy-menu-filter-return around any :filter specification.
21219         Don't convert the menu if a filter was specified.
21220         Tell easy-menu-make-symbol not to check for MENU being an expression.
21221         (easy-menu-make-symbol): New arg NOEXP.
21223 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
21225         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
21226         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
21227         (eval-defun): If called with prefix arg, instrument code for
21228         Edebug.
21230         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
21231         similar to that of eval-defun.
21233 2000-07-04  Dave Love  <fx@gnu.org>
21235         * hl-line.el (hl-line-overlay): Make it permanent-local.
21237         * calendar/todo-mode.el: Replaced with a working version, based on
21238         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
21240 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
21242         * paths.el (prune-directory-list): New function.
21243         (Info-default-directory-list): Rewritten to more methodically
21244         enumerate a big list of possible info directories (based on the
21245         list used by the standalone info reader).
21247         * info.el (info-initialize): Use prune-directory-list to remove
21248         non-existent directories from Info-directory-list.
21250         * paths.el (Info-default-directory-list): Try a list of possible
21251         info-directories instead of a single one.  Add the possible
21252         info directory "/usr/share/info".
21254         * woman.el (woman-man.conf-path): Explicitly include the debian
21255         man-db config file "/etc/manpath.config".
21256         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
21257         are present in `manpath.config'.
21258         (woman-manpath): Include "/usr/share/man".
21260 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
21262         * frame.el (blink-cursor-mode): Don't hide cursor initially.
21264         * startup.el (command-line): Initialize blink-cursor based
21265         on window-system.
21267         * frame.el (blink-cursor): Default to nil if not running under
21268         a window-system.
21270         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
21271         (face-x-resources): Remove duplicate entry for :font.
21273         * textmodes/refer.el (refer-find-entry-internal): Use some-window
21274         instead of cycling through windows with next-window.
21276         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
21277         of cycling through windows with next-window.
21279         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
21280         of cycling through windows with next-window.
21282         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
21283         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
21284         instead of cycling through windows with next-window.
21286         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
21287         instead of cycling through windows with next-window.
21289         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
21290         of cycling through windows with next-window.
21292         * terminal.el (te-process-output): Use walk-windows instead of
21293         cycling through windows with next-window.
21295         * server.el (server-switch-buffer): Use some-window instead of
21296         cycling through windows with next-window.
21298         * window.el (some-window): New function.
21299         (walk-windows): Remove reference to walk-windows-start.
21301         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
21303 2000-07-03  Richard Stallman  <rms@gnu.org>
21305         * window.el (walk-windows): Guarantee termination by keeping a list
21306         of all the windows already handled.
21308 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
21310         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
21311         window-system.
21313         * man.el (Man-notify-when-ready): Don't use window-system.  If
21314         Man-notify-method is newframe, and the display is not
21315         multi-frame, select the frame created for the man page.
21316         (Man-init-defvars): Doc fix.
21318 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
21320         * faces.el (region): Change background color for light background.
21322         * ediff-wind.el (ediff-setup-control-frame): Remove :box
21323         attribute from mode-line face of Ediff control frame.
21325         * replace.el (query-replace-map): Bind `e' like `E'.
21327 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
21329         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
21330         Change name to "Select All".
21332         * dos-fns.el (convert-standard-filename): Fix last change.
21334 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
21336         * help.el (describe-variable): Don't insert a second `'s' in front
21337         of the string `value is shown below'.  Since the syntax-table is
21338         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
21339         an existing `'s', so that this won't be deleted.
21341         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
21342         * pcmpl-unix.el: New files.
21344 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
21346         * wid-edit.el (widget-member): Use the new plist-member.
21348 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
21350         * replace.el (perform-replace): Undo change of 2000-04-04.
21351         Instead, move backward 1 character at the end of the loop when
21352         necessary.
21354         * faces.el (fringe): Change face for different backgrounds.
21356         * eshell/esh-module.el (toplevel): Load defgroup's differently;
21357         patch from John.
21359         * eshell/*.el: Change spelling of the Free Software Foundation.
21361         * eshell/esh-toggle.el: Removed.
21363         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
21365         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
21366         interactively.
21368 2000-06-26  Alex Schroeder  <alex@gnu.org>
21370         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
21371         `define-key'; instead of checking `(emacs-version)' check for
21372         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
21373         for `;' and `o' which might be electric.
21375         (sql-electric-stuff): New user option.
21376         (sql-magic-go): New function which uses `sql-electric-stuff'.
21377         (sql-magic-semicolon): New function which uses
21378         `sql-electric-stuff'.
21380         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
21381         is not fboundp.
21383         (sql-oracle-options): New variable.
21384         (sql-oracle): Use it.
21386         (sql-imenu-generic-expression): Doc change.
21387         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
21388         is used.
21390         (sql-informix): Added command line parameter "-" to force
21391         sql-informix-program to use stdout.
21393 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
21395         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
21396         (cp864-decode-table): Doc fix.
21397         (cp720-decode-table): New variable, supports the Arabic OEM
21398         codepage used by Windows.
21399         (cp737-decode-table): New, Greek OEM codepage used by Windows.
21401 2000-06-23  Dave Love  <fx@gnu.org>
21403         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
21404         (font-lock-fontify-anchored-keywords): Use
21405         line-beginning-position.
21406         (global-font-lock-mode): Use mapc.
21408 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
21410         * eshell/esh-module.el: Require CL when compiling.
21412 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
21414         * comint.el (comint-substitute-in-file-name): Call replace-match
21415         with second and third arg t.
21417         * cus-edit.el (custom-button-face, custom-button-pressed-face):
21418         Specify foreground color.
21420         * faces.el (tool-bar, mode-line, header-line): Specify foreground
21421         color.
21423         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
21425         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
21426         cddr instead of cdddr.
21428         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
21429         instead of copy-list.
21431         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
21432         of copy-list.
21434         * subdirs.el: Add eshell subdirectory.
21436         * eshell: New subdirectory containing the Eshell package.
21438         * pcomplete.el: New file.
21440 2000-06-23  Paul Eggert  <eggert@twinsun.com>
21442         * mail/mailpost.el (post-mail-send-it): Make sure file has
21443         proper permissions from birth.
21445         * files.el (basic-save-buffer-2): When temporarily setting
21446         file modes, set them to current modes plus 0200, not to 0777.
21448         * emerge.el (emerge-make-temp-file): Make sure file has proper
21449         permissions from birth.
21451 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
21453         * files.el (make-backup-file-name-1): On DOS/Windows, run the
21454         backup file name through convert-standard-filename.
21456         * dos-fns.el (convert-standard-filename): Convert leading
21457         directories as well.  When long file names are supported, convert
21458         characters that are invalid in Windows file names.
21460 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
21462         * ps-print.el: Fix bug: if ^L is the very first buffer character,
21463         ps-print crashes.  New feature: page selection for printing.  Create
21464         raw-text-unix coding system for XEmacs.  Doc fix.
21465         (ps-print-version): New version number (5.2.3).
21466         (ps-plot-region): Bug fix.
21467         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
21468         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
21469         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
21470         funs.
21471         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
21472         (ps-last-page): New vars.
21474 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
21476         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
21477         empty option string.
21479 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
21481         * man.el (man): Doc fix.
21483 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
21485         * international/mule-cmds.el (set-language-info-alist): Docstring
21486         fixed.
21488 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
21490         * version.el (emacs-version): Use ISO date format.
21492         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
21493         instead of `M-backspace'.
21495         * simple.el (turn-off-auto-fill): New function.
21497 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
21499         * jit-lock.el (with-buffer-prepared-for-jit-lock):
21500         Renamed from with-buffer-prepared-for-font-lock and use
21501         inhibit-modification-hooks rather than setting *-change-functions.
21502         Update all functions to use the new name.
21503         (jit-lock-first-unfontify-pos): New semantics (and doc).
21504         (jit-lock-mode): Make non-interactive.
21505         Don't automatically turn on font-lock.
21506         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
21507         Always use jit-lock-after-change.
21508         Remove and restore font-lock-after-change-function.
21509         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
21510         (jit-lock-after-unfontify-buffer): Remove.
21511         (jit-lock-stealth-fontify):
21512         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
21513         (jit-lock-after-change): Set the `fontified' text-prop to nil.
21515 2000-06-20  Sam Steingold  <sds@gnu.org>
21517         * emacs-lisp/cl-indent.el (toplevel): Indent
21518         `print-unreadable-object' properly.  Untabify.
21520 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
21522         * textmodes/reftex.el (reftex-find-citation-regexp-format):
21523         Support for bibentry.
21524         (reftex-compile-variables): Fixed problem with end of section-re.
21526         * texmodes/reftex-dcr.el (reftex-view-crossref,
21527         reftex-view-crossref-from-bibtex):
21528         Deal with changed `reftex-find-citation-regexp-format'.
21529         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
21530         Replaced `remprop' with `put'.
21531         (reftex-view-crossref, reftex-view-crossref-when-idle):
21532         Support for bibentry.
21534         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21535         New entry for bibentry package.
21537         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
21538         Regexp also matches "\nobibliography".
21540         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
21541         Call `reftex-ensure-write-access' before doing anything.
21542         (reftex-ensure-write-access): New function.
21544 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
21546         * progmodes/idlwave.el: File re-installed (update to version 4.2)
21548         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
21550         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
21552         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
21555 2000-06-20  Dave Love  <fx@gnu.org>
21557         * faces.el (frame-background-mode): Use set-default, not set, in
21558         setter.
21559         (frame-update-faces, frame-update-face-colors): Define with
21560         defalias.
21562         * enriched.el (enriched-decode-foreground)
21563         (enriched-decode-background): Don't use internal-find-face.
21565         * apropos.el: Doc fixes.
21567         * cus-edit.el (customize-changed-options): Check arg.
21568         (customize-version-lessp): Don't require decimal point.
21570         * custom.el (defcustom, defgroup): Doc fix.
21572         * newcomment.el (comment) <defgroup>: Add :version.
21573         (comment-multi-line): Doc fix.
21575         * emulation/mlsupport.el (define-hooked-local-abbrev,
21576         define-hooked-global-abbrev): Fix, using define-abbrev.
21578 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
21580         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
21581         the whole buffer.
21583 2000-06-19  Dave Love  <fx@gnu.org>
21585         * menu-bar.el (menu-bar-options-save): New function.
21586         (menu-bar-options-menu): Use it.
21587         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
21588         Simplify.
21590 2000-06-19  Andreas Schwab  <schwab@suse.de>
21592         * progmodes/etags.el (tags-query-replace): Put new parameters
21593         START and END at the end, for backward compatibility.
21595 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
21597         * international/codepage.el:
21598         (cp-coding-system-for-codepage-1): Delete special codes for
21599         generating xxx-dos coding system because now a CCL based coding
21600         system can handle EOL conversion by default.
21602         * international/mule.el (make-coding-system): Generate subsidiary
21603         coding systems for EOL handling variants even for a CCL based
21604         coding system.
21606 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
21608         * international/isearch-x.el (isearch-minibuffer-input-method)
21609         (isearch-minibuffer-input-method-function): These variables
21610         deleted.
21611         (isearch-with-input-method): Don't use the above variables.
21612         (isearch-process-search-multibyte-characters): Likewise.  Call
21613         read-string with the arg INHERIT-INPUT-METHOD t.
21615 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
21617         * font-lock.el (font-lock-after-fontify-buffer)
21618         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
21620         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
21621         Use consistent make-local-variable style for font-lock-fontified.
21622         (jit-lock-fontify-buffer):
21623         Don't bother checking for font-lock-mode and jit-lock-mode.
21625         * time.el: Remove trailing ^M that prevent CVS-merging.
21627 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
21629         * Makefile.in (distclean): New target.
21631 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
21633         * Makefile.in (srcdir): Define for update-subdirs.
21635 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
21637         * find-lisp.el: New file.
21639 2000-06-16  Andrew Innes  <andrewi@gnu.org>
21641         * time.el (display-time-mail-function): New variable, to allow
21642         external packages to indicate when new mail is available.
21643         (display-time-update): Use it.
21645 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
21647         * international/mule.el (mule-version): Change version name to
21648         SAKAKI.  AOI has already been used by Meadow.
21650         * international/quail.el (quail-show-guidance-buf): To find the
21651         bottom window (but minibuffer), pay attention to the height of
21652         minibuffer.
21654 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
21656         * arc-mode.el (archive-mode-map): Use the new menu-item format for
21657         menu-bar menus.  Add help strings.  Don't remove the Edit menu
21658         from the menu bar, as the menu bar has enough space now.
21660         * Makefile.in (SHELL): Make sure /bin/sh is used.
21662         * woman.el (woman-man-buffer): Fix bold and underlined CJK
21663         characters, which use series of two ^H characters instead of one.
21665 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
21667         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
21668         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
21669         functions.
21670         (Info-find-node-2): Try a case-sensitive search first, then
21671         do a case-insensitive search.
21673         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
21674         tutorials.
21676         * complete.el (PC-env-vars-alist): New variable.
21677         (PC-complete-as-file-name): New function.
21678         (partial-completion-mode): Initialize PC-env-vars-alist from
21679         process-environment.
21680         (PC-do-completion): Handle completion of env vars.
21682         * info.el (Info-set-mode-line): Show file name in mode line,
21683         use `*Info*' instead of `Info:'.
21685         * startup.el (command-line-1): Change copyright messages to year
21686         2000.
21688 2000-06-15  Dave Love  <fx@gnu.org>
21690         * net/goto-addr.el (goto-address-fontify): Use keymap property,
21691         not local-map.
21693 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
21695         * international/mule.el (set-buffer-file-coding-system): Almost
21696         rewritten to handle `undecided' as no-op.
21698 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
21700         * Makefile.in: New file.
21702         * Makefile: Removed.
21704         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
21705         (goto-address-highlight-keymap): Bind C-c RET.
21707 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
21709         * mail/sendmail.el (sendmail-send-it): The temporary buffer
21710         inherits buffer-file-coding-system of the current buffer.
21712         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
21713         0.  Give correct argument to set-auto-coding-function.
21714         (tar-expunge): For goto-char, use (point-min), not 0.
21715         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
21716         (tar-subfile-save-buffer): Likewize.
21718         * international/mule.el
21719         (after-insert-file-set-buffer-file-coding-system): Call
21720         set-buffer-file-coding-system with the arg FORCE t.
21722 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
21724         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
21725         nil.  Contemporary sendmails issue an X-Authentication-Warning if
21726         the sender is set with `-f'.
21728 2000-06-13  Dave Love  <fx@gnu.org>
21730         * help.el (describe-function-1): Kluge around cases of functions
21731         fset to subrs whose doc doesn't match their symbol-name.
21733         * image.el (insert-image): Default STRING to a space.
21735         * info.el Doc fixes.
21736         (Info-build-node-completions): Match Ref tags.
21738 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
21740         * frame.el (display-multi-frame-p, display-multi-font-p): New
21741         defaliases for display-graphic-p.
21743         * hl-line.el: Fixed a typo in commentary.
21745 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
21747         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
21748         fixed.
21750 2000-06-12  Dave Love  <fx@gnu.org>
21752         * image.el (insert-image): Save a little consing.
21754 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
21756         * language/tibet-util.el: Convert all tibetan-1-column characters
21757         to the corresponding tibetan characters.
21758         (tibetan-add-components): Delete code for the special treatment of
21759         'a chung.
21761         * language/tibetan.el (tibetan-composable-pattern): Fix previous
21762         change.
21763         (tibetan-vowel-transcription-alist): More rules added.
21764         (tibetan-composite-vowel-alist): New variable.
21765         (tibetan-precomposition-rule-alist): More rules added.
21767 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
21769         * startup.el (command-line): Only call menu-bar-mode if interactive.
21771         * thingatpt.el (toplevel symbol-properties):
21772         * textmodes/makeinfo.el (makeinfo-compile):
21773         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
21774         * progmodes/hideif.el (hif-compress-define-list)
21775         (hide-ifdef-use-define-alist):
21776         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
21777         (ange-ftp-vms-add-file-entry):
21778         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
21779         * man.el (Man-build-man-command):
21780         * mail/rnewspost.el (news-reply-header-hook):
21781         * info.el (Info-insert-dir):
21782         * emulation/mlconvert.el (backward-word, forward-word, setq):
21783         * emacs-lisp/gulp.el (gulp-send-requests):
21784         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
21785         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
21786         (byte-optimize-apply, end of file):
21787         * emacs-lisp/advice.el (ad-advice-class-completion-table)
21788         (ad-make-freeze-definition):
21789         * startup.el (command-line, command-line-1): Don't quote lambdas.
21791         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
21792         (cvs-cleanup-removed): New function.
21793         (cvs-cleanup-functions): New var.
21794         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
21795         some flexibility in specifying additional entries to auto-cleanup.
21796         (cvs-quickdir): New function.
21797         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
21798         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
21799         (cvs-mode-find-file): Check that we are on a filename or dirname
21800         when invoked through a mouse-click.
21801         (cvs-full-path): Remove.
21802         (cvs-dired-action): Re-introduced.
21803         (cvs-dired-noselect): Use it.
21804         (vc-post-command-functions): use this new hook if available.
21806         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
21807         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
21808         (cvs-filename-map, cvs-dirname-map): Remove.
21809         (cvs-default-action): Remove.
21810         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
21811         if the arg is really a keymap.
21812         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
21813         Don't hardcode the mapping from state (aka type) to face, but check
21814         the var cvs-fi-<type>-face instead.
21815         (cvs-fileinfo-from-entries): New function.
21817         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
21818         Docstring fix.
21819         (cvs-find-file-and-jump): Change default to be safer.
21820         (cvs-mode-diff-map): Define it as a function as well.
21821         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
21822         Bind mouse-2 in this global map rather than with text-properties.
21824         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
21825         file to resolve the ambiguity between C(conflict) and C(need-merge).
21827 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
21829         * international/mule.el (set-buffer-file-coding-system): If
21830         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
21831         unconditionally.
21833 2000-06-12  Dave Love  <fx@gnu.org>
21835         * wid-edit.el (widget-specify-button): Really suppress the face if
21836         required.
21838 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
21840         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
21842 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
21844         * imenu.el (imenu-generic-expression): Docstring fix.
21846         * composite.el (composition-function-table): Move the `put'
21847         below the autoload cookie so we can load the file before loaddefs.
21849         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
21851         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
21852         Handle easy-mmode-define-global-mode.
21853         For complex macros like define-minor-mode that can generate
21854         several autoload entries, try to autoload entries in the
21855         macroexpanded code.
21857         * emacs-lisp/easy-mmode.el (define-minor-mode):
21858         If KEYMAP is a symbol, just use it.
21859         Use byte-compile-current-file and load-file-name to infer the
21860         proper :require to pass to defcustom.
21861         Wrap the hook var into `progn' so as not to autoload it.
21862         Add a :autoload-end cookie.
21863         Be more careful about the evaluation of KEYMAP.
21864         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
21865         (define-derived-mode): Move define-abbrev-table outside of defvar.
21867 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
21869         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
21870         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
21871         (backup-compiled-files): Ignore errors during `tar'.
21872         (bootstrap): Make autoloads before elc files.
21874 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
21876         * international/mule.el (set-buffer-file-coding-system): If one of
21877         undecided-XXX is specified, change only EOL conversion.
21879         * international/mule-conf.el (unix): New alias for the coding
21880         system undecided-unix.
21882 2000-06-09  Dave Love  <fx@gnu.org>
21884         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
21886         * progmodes/executable.el: Byte compile dynamic.
21887         (executable-insert): Change custom type.
21888         (executable-find): Add autoload cookie.
21889         (executable-make-buffer-file-executable-if-script-p): New
21890         function.  After Noah Friedman.
21892         * files.el (after-save-hook): Customize, with
21893         executable-make-buffer-file-executable-if-script-p as an option.
21895 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
21897         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
21898         "tib24p-mule.bdf" for Tibetan.
21900         * composite.el (decompose-composite-char): Declare it as obsolete.
21902         * man.el (Man-fontify-manpage): Pay attention to underline and
21903         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
21905 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
21907         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
21908         Set maintainer to FSF since author isn't reachable.
21910 2000-06-08  Dave Love  <fx@gnu.org>
21912         * international/mule-cmds.el (select-safe-coding-system): If
21913         DEFAULT-CODING-SYSTEM is not specified, also check the most
21914         preferred coding-system if buffer-file-coding-system is
21915         `undecided'.  From Handa.
21917 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
21919         * international/mule.el
21920         (after-insert-file-set-buffer-file-coding-system): If the buffer
21921         size is greater than INSERTED, judget that we are not visiting.
21923 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
21925         * whitespace.el (defgroup whitespace): Comment out `:version'.
21926         XEmacs 20.4 has problems defining the group with this present.
21927         We'll have this commented out till get resolve the problem.
21929 2000-06-07  John Wiegley  <johnw@gnu.org>
21931         * align.el (align-dq-string-modes, align-sq-string-modes)
21932         (align-open-comment-modes): Add pyhton-mode.
21933         (align-rules-list): Use get-text-property instead of
21934         text-properties-at.
21935         (align-rules-list): Add python-assignment.
21936         (align-rules-list): Change perl-comma-delimiter to
21937         basic-comma-delimiter.  Use if for Perl modes and python-mode.
21938         (align-rules-list): Add python-chain-logic and
21939         basic-line-continuation.
21941 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
21943         * apropos.el (apropos-mode-hook): New user variable.
21944         (apropos-mode): Run apropos-mode-hook.
21946 2000-06-07  David Ponce  <david@dponce.com>
21948         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
21949         commands.  Require `wid-edit' at run-time.
21951 2000-06-07  David Ponce  <david@dponce.com>
21953         * recentf.el: Added some "Commentary".
21954         (recentf-open-more-files, recentf-edit-list): Minor changes to
21955         move the point at the top of the file list.  This behaviour is
21956         consistent with the menu one when the list contains a lot of
21957         files.
21958         (recentf-cleanup): Now displays the number of items removed from
21959         the list.
21960         (recentf-relative-filter) New menu filter to show filenames
21961         relative to `default-directory'.
21963 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
21965         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
21966         with/without giving an error if PostScript printer doesn't have this
21967         kind of page size.  Zebra Stripe continues or restarts on next page.
21968         Manual/automatic paper feeding.  Switch or not the header.
21969         (ps-print-version): New version number (5.2.2).
21970         (ps-windows-system): Include emx as a Windows system.
21971         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
21972         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
21973         (ps-background-text): Code fix.
21974         (ps-error-handler-message, ps-user-defined-prologue)
21975         (ps-print-prologue-header, ps-printer-name)
21976         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
21977         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
21978         (ps-use-face-background): Customization fix.
21979         (ps-n-up-database): Data fix.
21980         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
21981         (ps-switch-header): New vars.
21982         (ps-xemacs-color-name, ps-face-foreground-name)
21983         (ps-face-background-name, ps-boolean-constant): New funs.
21985 2000-06-07  Dave Love  <fx@gnu.org>
21987         * allout.el: New version from Manheimer.
21989 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
21991         * textmodes/fill.el (fill-find-break-point): Check the validity of
21992         charset.
21994 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
21996         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
21997         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
21998         Call display-color-p and display-mouse-p instead of looking at
21999         window-system.
22001 2000-06-06  Dave Love  <fx@gnu.org>
22003         * image.el (find-image): Doc fix.  Return nil if image not found.
22004         (put-image, insert-image): Make STRING arg optional.
22006 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
22008         * language/vietnamese.el: Remove eval-when-compile.
22009         (viet-viscii-nonascii-translation-table): Define it as a
22010         translation table made from viet-viscii-decode-table.
22011         (viet-viscii-encode-table): Define it as a translation table made
22012         from the reverse map of above.
22013         (viet-vscii-nonascii-translation-table): Define it as a
22014         translation table made from viet-vscii-decode-table.
22015         (viet-vscii-encode-table): Define it as a translation table made
22016         from the reverse map of above.
22017         (ccl-decode-viscii): Use translate-character.
22018         (ccl-encode-viscii, ccl-encode-viscii-font)
22019         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
22020         Likewize.
22022         * language/cyrillic.el: Remove eval-when-compile.
22023         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
22024         translation table made from cyrillic-koi8-r-decode-table.
22025         (cyrillic-koi8-r-encode-table): Define it as a translation table
22026         made from the reverse map of above.
22027         (ccl-decode-koi8): Use translate-character.
22028         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
22029         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
22030         a translation table made from cyrillic-alternativnyj-decode-table.
22031         (cyrillic-alternativnyj-encode-table): Define it as a translation
22032         table made from the reverse map of above.
22033         (ccl-decode-alternativnyj): Use translate-character.
22034         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
22035         Likewize
22037         * international/mule-diag.el (non-iso-charset-alist): Specify
22038         translation table symbol instead of translation table itself.
22039         (list-block-of-chars): CHARSET may be a translation table symbol.
22041         * international/mule.el (make-coding-system): If CODING-SYSTEM
22042         already exists, override it.
22044         * international/fontset.el: Use family `proportional' for Tibetan
22045         fonts.
22047         * international/ccl.el (ccl-compile-translate-character): Don't
22048         check if Rrr has property translation-table.
22049         (ccl-compile-map-multiple): Modified to avoid compiler warning.
22051 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
22053         * info.el: Bind case-fold-search to t when searching in case
22054         a user sets it to nil in a hook.
22056 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
22058         * autoarg.el (autoarg-mode, autoarg-kp-mode):
22059         * hl-line.el (hl-line-mode): Use the new :global key argument.
22061         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
22062         (tar-clip-time-string): Prepend a space.
22063         (tar-grind-file-mode): Construct a string rather than modifying one.
22064         (tar-header-block-summarize): Fix docstring.
22065         Use `format' rather than an error-prone set of copy-loops.
22067         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
22068         (diff-goto-source, diff-unified->context, diff-context->unified)
22069         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
22070         understand the format output by the `-p' argument to diff.
22072         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
22073         (sh-re-done): Use defconst.
22074         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
22075         (sh-help-string-for-variable, sh-guess-basic-offset):
22076         Don't quote lambdas.
22077         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
22078         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
22080         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
22081         (mh-letter-mode): Derive from text-mode.
22082         This implicitly means that it now calls kill-all-local-variables.
22083         Also remove the Emacs-18 compatibility code.
22085         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
22086         Make use of symbol-property doc-string-elt.
22087         Use memq rather than a sequence of eq.
22088         (doc-string-elt): Fix the wrong or missing previously unused values.
22089         (autoload-print-form): New function extracted from
22090         generate-file-autoloads to allow recursion when handling progn
22091         so that defvar's and defun's docstrings are properly printed.
22092         (generate-file-autoloads): Use it.
22094         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
22095         Use find-file-hooks in the minor-mode function.
22096         Be careful not to loop indefinitely in the post-command-hook function.
22098 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
22100         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
22101         tty's.
22102         * ediff-diff.el (ediff-exec-process): Use --binary for fine
22103         differences whenever appropriate.
22104         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
22105         * viper.el (find-file, find-file-other-window): Get viper to do
22106         wildcards.
22108 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
22110         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
22111         (jit-lock-fontify-buffer): New function for JIT refontification.
22112         (jit-lock-mode): Fix docstring.
22113         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
22114         Remove jit-lock-after-change from the _local_ hook.
22115         (jit-lock-function-1): Fix docstring.
22117         * info.el (Info-on-current-buffer): Initialize info.
22119         * newcomment.el (comment-indent): Ignore comment-indent-hook.
22121         * progmodes/tcl.el (tcl-indent-for-comment):
22122         Ignore comment-indent-hook.
22124         * emacs-lisp/easy-mmode.el: Require CL during compilation.
22125         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
22126         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
22127         and improve to use the lighter to guess the capitalization.
22128         (define-minor-mode): Inline code from easy-mmode-define-toggle.
22129         Add keyword arguments to specify global-ness or the custom group.
22130         Add local-map and help-echo properties to the lighter.
22131         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
22132         (easy-mmode-define-global-mode): New macro.
22134 2000-06-02  Dave Love  <fx@gnu.org>
22136         * wid-edit.el: byte-compile-dynamic since we typically don't use
22137         all the widgets.  Don't require cl or widget.  Remove
22138         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
22139         (widget-read-event): Removed.  Callers changed to use read-event.
22140         (widget-button-release-event-p): Renamed from
22141         button-release-event-p.
22142         (widget-field-add-space, widget-field-use-before-change):
22143         Uncustomize.
22144         (widget-specify-field): Use keymap property, not local-map.
22145         (widget-specify-button): Obey :suppress-face.
22146         (widget-specify-insert): Use modern backquote syntax.
22147         (widget-image-directory): Renamed from widget-glyph-directory.
22148         (widget-image-enable): Renamed from widget-glyph-enable.
22149         (widget-image-find): Replaces widget-glyph-find.
22150         (widget-button-pressed-face): Move defvar.
22151         (widget-image-insert): Replaces widget-glyph-insert.
22152         (widget-convert): Use keywordp.
22153         (widget-leave-text, widget-children-value-delete): Use mapc.
22154         (widget-keymap): Remove XEmacs stuff.
22155         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
22156         (widget-button-click): Don't set point at the click, but re-centre
22157         if we scroll out of window.  Rewritten for images v. glyphs &c.
22158         (widget-tabable-at): Use POS arg, not point.
22159         (widget-beginning-of-line, widget-end-of-line)
22160         (widget-item-value-create, widget-sublist, widget-princ-to-string)
22161         (widget-sexp-prompt-value, widget-echo-help): Simplify.
22162         (widget-default-create): Use widget-image-insert; some rewriting.
22163         (widget-visibility-value-create)
22164         (widget-push-button-value-create, widget-toggle-value-create): Use
22165         widget-image-insert.
22166         (checkbox): Create on and off images dynamically.
22167         (documentation-link): Change :help-echo.
22168         (widget-documentation-link-echo-help): Remove.
22170 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
22172         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
22174         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
22175         (easy-mmode-define-toggle, define-minor-mode): Use it.
22176         (easy-mmode-define-keymap): Docstring fix.
22177         (define-derived-mode): Default PARENT to fundamental-mode.
22178         Add the derived-mode-parent symbol-property.
22179         (easy-mmode-derived-mode-p): New function.
22181 2000-06-02  Dave Love  <fx@gnu.org>
22183         * files.el (convert-standard-filename): Doc fix.
22184         (normal-backup-enable-predicate): New function.
22185         (backup-enable-predicate): Use it to replace the lambda form.
22187         * calendar/todo-mode.el: [This needs more work on the outline
22188         stuff.]  Doc fixes.
22189         (todo) <defgroup>: Add :version.
22190         (todo-add-category): Don't use pushnew.
22191         (todo-cmd-raise): Fix typo.
22192         (todo-top-priorities): Change temp buffer name.
22193         (todo-category-alist): Avoid redundant lambda.
22194         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
22195         Use outline-next-heading.
22197         * autoarg.el: Rewritten to use define-minor-mode.
22198         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
22199         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
22201 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
22203         * isearch.el (isearch-other-meta-char): Fix previous change.
22205 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
22207         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
22208         (log-edit-done): Only add the comment to the ring if it's different
22209         from the last comment entered.
22211         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
22213 2000-06-01  Dave Love  <fx@gnu.org>
22215         * hl-line.el: Rewritten using define-minor-mode.
22217         * help.el (describe-function-1): Distinguish special form from
22218         builtin function.  Sanity-check presence of arglist for builtins.
22220 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
22222         * international/characters.el: Fix syntax/category setting of
22223         Tibetan characters.
22225         * language/tibet-util.el (tibetan-add-components): Fixes for new
22226         encoding of Tibetan characters.
22227         (tibetan-decompose-precomposition-alist): New variable.
22228         (tibetan-decompose-region): Convert precomposed characters to
22229         non-precomposed characters.
22230         (tibetan-decompose-string): Likewise.
22231         (tibetan-composition-function): Fix args to
22232         thibetan-compose-string.
22234         * language/tibetan.el (tibetan-composable-pattern): More
22235         characters included.
22236         (tibetan-consonant-transcription-alist): Rule for "R" added.
22237         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
22238         "+R" added.
22239         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
22241         * language/lao-util.el (lao-composition-function): Fix args to
22242         compose-string.
22244         * language/thai-util.el (thai-composition-function): Fix args to
22245         compose-string.
22247         * isearch.el (isearch-update): Set disable-point-adjustment to t
22248         to prevent the point moving to the end of a composition when a
22249         part of a composition is searched.
22250         (isearch-other-meta-char): If the key invoking this command can be
22251         mapped by function-key-map to a printing char, call
22252         isearch-process-search-char directly.
22254 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
22256         * emacs-lisp/bytecomp.el:
22257         * frame.el:
22258         * international/mule-cmds.el:
22259         * international/mule-util.el:
22260         * international/mule.el:
22261         * mouse.el:
22262         * subr.el:
22263         * faces.el: Update calls to make-obsolete with a WHEN argument.
22265         * byte-run.el (make-obsolete, make-obsolete-variable):
22266         Add an optional WHEN argument and change the format of the
22267         symbol-property information.
22268         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
22269         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
22270         new obsolete-symbol-property format and print WHEN if it is provided.
22272 2000-05-31  Dave Love  <fx@gnu.org>
22274         * loadhist.el (loadhist-hook-functions): Remove
22275         before-change-function, after-change-function.
22276         (unload-feature): Deal with symbols which are both bound and
22277         fbound.
22279         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
22280         before-change-function, after-change-function.
22282         * simple.el (newline): Don't bind before-change-function,
22283         after-change-function.
22285 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
22287         * whitespace.el (whitespace-rescan-timer-time): Update interval
22288         set to 600 seconds (10 minutes) instead of 60 seconds since
22289         a large number of whitespace buffers causes emacs to `freeze'
22290         for a considerable amount of time.
22292         * whitespace.el: Updated email address
22294 2000-05-31  Dave Love  <fx@gnu.org>
22296         * add-log.el (change-log-font-lock-keywords) <function>: Add
22297         pattern for function of change.
22298         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
22299         acknowledgements patterns.
22301 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
22303         * isearch.el (isearch-printing-char): If keyboard coding system is
22304         being used, call isearch-process-search-multibyte-characters.
22306         * international/isearch-x.el: Mostly rewritten.
22308         * international/quail.el (quail-start-conversion): Don't include
22309         unhandled events in the returned events, but set them in
22310         unread-command-events.  Exit if all inputs are deleted.
22312 2000-05-30  Jason Rumney  <jasonr@gnu.org>
22314         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
22316         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
22317         Reenable code to create initial fontsets.
22318         Use set-fontset-font in place of put-charset-property.
22320 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
22322         * progmodes/perl-mode.el (perl-indent-line): When looking for a
22323         label, ensure that the first colon isn't followed by another.
22325         * paths.el (Info-default-directory-list): Doc fix.
22327         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
22328         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
22329         send a query containing USER only, not USER@HOST.
22331         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
22332         and rmail-msgend to compute the restriction at the end, instead of
22333         computing it.
22335 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
22337         * dabbrev.el (dabbrev-expand): Don't display messages in the
22338         echo area if the minibuffer window is active.
22340         * jit-lock.el (jit-lock-mode): Add after change function to
22341         local hook.
22343 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
22345         * antlr-mode.el: New commands: hide/unhide actions,
22346         upcase/downcase literals.
22347         (antlr-tiny-action-length): New user option.
22348         (antlr-hide-actions): New command.  Suggested by
22349         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
22350         (antlr-mode-map): New binding [C-c C-v].
22351         (antlr-mode-menu): New entries.
22352         (antlr-downcase-literals): New command.
22353         (antlr-upcase-literals): Ditto.
22355         * antlr-mode.el: Minor changes: indendation, mode-name.
22356         (antlr-indent-line): Indent cpp directive at column 0.
22357         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
22359         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
22360         (antlr-font-lock-additional-keywords): Workaround for intentional
22361         bug in XEmacs version of font-lock.
22362         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
22363         be used by a smarter version of `buffers-menu-grouping-function'.
22365 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
22367         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
22368         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
22370 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
22372         * international/encoded-kb.el
22373         (encoded-kbd-iso2022-designation-map): Pay attention to that
22374         charset-iso-final-char return -1 for eight-bit-control and
22375         eight-bit-graphic.
22377 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
22379         * speedbar.el (speedbar-use-images, speedbar-update-flag)
22380         (speedbar-easymenu-definition-base): Use display-graphic-p where
22381         available, instead of window-system.
22383 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
22385         * international/codepage.el (cp-coding-system-for-codepage-1): Add
22386         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
22387         coding systems.
22389 2000-05-26  Dave Love  <fx@gnu.org>
22391         * disp-table.el (standard-display-underline): Don't use
22392         internal-find-face.
22394         * mail/reporter.el: Maintainer change.  Doc fixes.
22395         (reporter-version): Deleted.
22397         * emacs-lisp/elp.el: Maintainer change.
22398         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
22400 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
22402         * add-log.el (add-change-log-entry): Merge the current entry with the
22403         previous one if the previous one is empty.
22405 2000-05-26  Dave Love  <fx@gnu.org>
22407         * loadhist.el (unload-feature): Fix interactive spec [from
22408         lijnzaad@ebi.ac.uk].
22410         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
22411         subr-arity to check primitives.
22412         (byte-compile-flush-pending, byte-compile-file-form-progn)
22413         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
22414         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
22415         mapcar.
22417 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
22419         * international/fontset.el: Set family names of non-latin charsets
22420         in default fontset to "*".
22422         * international/mule-diag.el (print-fontset): Combine family part
22423         and registry part of the fontname by "-*-" instead of "-".
22425         * international/mule-cmds.el (encode-coding-char): Make strings
22426         multibyte before calling encode-coding-string.
22428 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
22430         * derived.el: Fix keywords.
22431         (define-derived-mode): Only define if needed.
22433         * simple.el (fill-comment, comment-column, comment-start)
22434         (comment-start-skip, comment-end, comment-indent-function)
22435         (block-comment-start, block-comment-end, indent-for-comment)
22436         (set-comment-column, kill-comment, comment-padding, comment-region)
22437         (comment-multi-line, indent-new-comment-line): Remove.
22439         * bindings.el (esc-map): Change ; to comment-dwim and use the new
22440         function names for comment operations.
22442         * newcomment.el: Add abundant autoload cookies.
22443         (comment-style): Don't depend on runtime data at compile-time.
22444         (comment-indent-hook): Remove.
22445         (comment-indent): Check if comment-indent-hook is bound.
22446         (comment-region): Docstring fix.
22448 2000-05-25  Dave Love  <fx@gnu.org>
22450         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
22451         byte-code-function-p.
22453         * mail/rmailsum.el: Add provide.
22455         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
22457         * smerge-mode.el (smerge-diff-switches): Don't use list* in
22458         defcustom.
22460 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
22462         * ediff-diff.el (ediff-exec-process): delete --binary option from
22463         non-buffer ediff jobs.
22465 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
22467         * hilit-chg.el (highlight-changes-mode): Ask about color or
22468         grayscale support, not about window-system.
22470         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
22471         window-system.
22472         (ffap-highlight): Always default to t.
22474         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
22475         display-popup-menus-p instead of looking at window-system.
22477         * disp-table.el (standard-display-g1, standard-display-graphic):
22478         Only refuse to use string glyphs on X and MS-Windows.
22480         * avoid.el: Remove window-system from commentary, suggest to use
22481         display-*-p instead.
22483         * apropos.el (apropos-print): Use display-mouse-p instead of
22484         window-system.
22486 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
22488         * international/codepage.el (cp-decoding-vector-for-codepage):
22489         Fill up unsupported characters with their own codes.  From Kenichi
22490         Handa.
22492 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
22494         * international/mule-diag.el (describe-char-after): Use
22495         display-graphic-p instead of window-system, so that this function
22496         works on MS-DOS.
22498 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
22500         * international/codepage.el (cp-make-coding-systems-for-codepage):
22501         Remove the eight-bit-graphic and eight-bit-control charsets from
22502         the list of charsets which we convert into `?'.
22504 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
22506         * international/mule-conf.el: Specify CHARSET-ID explicitely for
22507         private charsets.
22508         (mule-unicode-0100-24ff, japanese-jisx0213-1,
22509         japanese-jisx0213-2): New charsets.
22511         * international/fontset.el: Setup default fontset for new charsets.
22513 2000-05-24  Dave Love  <fx@gnu.org>
22515         * info.el (Info-find-node-2): Restructure [following "Vadim
22516         S. Solomin" <sovs@uic.nnov.ru>].
22518         * icomplete.el: Fix header for Finder.
22520 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
22522         * rmailout.el (rmail-output-to-rmail-file): Added optional param
22523         STAY.
22525         * rmail.el (rmail-automatic-folder-directives): New user variable.
22526         (rmail-show-message): Add call to `rmail-auto-file' during
22527         display.
22528         (rmail-auto-file): New function.
22530 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
22532         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
22533         account.
22534         (ediff-test-utility,ediff-diff-mandatory-option)
22535         (ediff-reset-diff-options): Utilities for proper initialization of
22536         ediff-diff-options and ediff-diff3-options on Windows.
22538         * ediff-init.el (ediff-merge-filename-prefix): New customizable
22539         variable.
22541         * ediff-mult.el (ediff-filegroup-action): Use
22542         ediff-merge-filename-prefix.
22544 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
22546         * viper-ex.el (ex-write): Set selective display to nil.
22548 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
22550         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
22551         aliases for hebrew-iso-8bit.
22553 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
22555         * woman.el: New version from Francis J. Wright
22556         <F.J.Wright@Maths.QMW.ac.uk>.
22557         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
22558         names in environment variables regardless of the path separator.
22559         (woman-topic-all-completions-1): Don't call file-name-directory-p
22560         on all files, since woman-file-regexp already filters out any
22561         directories.
22563 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
22565         * international/quail.el (quail-start-translation): Don't change
22566         modified-p of the current buffer.
22567         (quail-start-conversion): Likewise.
22569         * international/kkc.el (kkc-region): Don't change modified-p of
22570         the current buffer.
22572         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
22573         conform to RFC1468.
22574         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
22576 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
22578         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
22579         (speedbar-insert-button): Invisible text property fix.
22580         (speedbar-directory-plus): Renamed from speedbar-directory-+
22581         (speedbar-directory-minus): Renamed from speedbar-directory--
22582         (speedbar-page-plus): Renamed from speedbar-file-+
22583         (speedbar-page-minus): Renamed from speedbar-file--
22584         (speedbar-page): Renamed from speedbar-file-
22585         (speedbar-tag): Renamed from speedbar-tag-
22586         (speedbar-tag-plus): Renamed from speedbar-tag-+
22587         (speedbar-tag-minus): Renamed from speedbar-tag--
22588         (speedbar-expand-image-button-alist): Use above renames.
22590         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
22591         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
22592         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
22593         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
22594         * sb-pg.xpm: Renamed from sb-file.xpm
22595         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
22596         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
22598 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
22600         * international/quail.el (quail-show-guidance-buf): Set
22601         current-input-method of the guidance buffer to the name of the
22602         curren input method.
22604 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
22606         * progmodes/compile.el (compile-internal): Style typo.
22608         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
22609         quote vars and functions in the docstring.
22611         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
22613         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
22614         Don't quote lambdas.
22616         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
22618 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
22620         * startup.el (command-line): Determine source file of compiled
22621         user init file differently.  Warn if compiled user init file
22622         is older than its source file.
22624         * ffap.el (ffap-url-regexp): Add `https'.
22626 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
22628         * files.el (make-backup-file-name-1): Replace slashes with `!'
22629         rather than `|' (which is not allowed on Windows).  Replace the
22630         drive letters with a string "drive_X".
22632 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
22634         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
22636         * files.el (interpreter-mode-alist): Add `bash2'.
22638 2000-05-22  Dave Love  <fx@gnu.org>
22640         * loadhist.el (feature-symbols, file-provides, file-requires): Use
22641         mapc.
22642         (feature-file): Avoid calling symbol-name.  Doc fix.
22643         (file-set-intersect, file-dependents): Use dolist, not mapcar.
22644         (loadhist-hook-functions): Add mouse-position-function.
22645         (unload-feature): Change uses of mapcar.
22647         * files.el (parse-colon-path): Doc fix.
22648         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
22649         (set-auto-mode): Use mapc.
22651         * complete.el (PC-look-for-include-file): Use :alnum: character
22652         class.
22653         (partial-completion-mode): Add autoload cookie.
22655 2000-05-22  Sam Steingold  <sds@gnu.org>
22657         * info.el (Info-fontify-node): Fixed the call to
22658         `add-text-properties' (bug introduced on 2000-05-18).
22660 2000-05-22  Dave Love  <fx@gnu.org>
22662         * bindings.el: Remove debug-ignored-errors set in other files.
22664         * progmodes/etags.el: Add to debug-ignored-errors.
22665         (visit-tags-table-buffer): Clear out buffers holding old tables
22666         when making a new list.
22667         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
22668         mapc.
22670         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
22671         quote keywords.
22672         (cmpl-string-case-type): Use character classes.
22674         * comint.el:
22675         * textmodes/ispell.el:
22676         * imenu.el:
22677         * mail/mh-e.el:
22678         * progmodes/compile.el: Add to debug-ignored-errors.
22680         * dabbrev.el: Add to debug-ignored-errors.
22681         (dabbrev-completion): Use mapc.
22683 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
22685         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
22686         (woman-mapcan, woman-parse-man.conf)
22687         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
22688         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
22689         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
22690         path syntax better.
22691         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
22692         (woman-manpath): Call woman-parse-man.conf.
22693         (woman-emulation): New defcustom, defaults to nroff.
22694         (woman-font-support): New defconst.
22695         (woman-use-symbol-font): New defcustom.
22696         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
22697         "Emulation".
22698         Many functions: Doc fix.
22700 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
22702         * international/quail.el (quail-simple-translation-keymap): Map
22703         128..255 to quail-self-insert-command.
22704         (quail-keyboard-layout-alist): Add definition for "pc102-de".
22706 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
22708         * help.el (help-manyarg-func-alist): Typo.
22710         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
22711         intervals which makes it heaps simpler.
22713         * newcomment.el (comment-region-internal): Go back to BEG after quoting
22714         the nested comment markers.
22716         * subr.el (remove-hook): Don't turn the hook's value into a list.
22718 2000-05-21  Dave Love  <fx@gnu.org>
22720         * edmacro.el (edmacro-parse-keys): Return vector if any elements
22721         are invalid characters.
22723         * international/mule-util.el (detect-coding-with-priority): Use
22724         mapc.  Remove redundant lambda.
22726         * international/mule-diag.el (list-non-iso-charset-chars)
22727         (describe-fontset): Remove redundant lambda.
22729         * emulation/crisp.el (brief-mode): New alias.
22731         * emacs-lisp/ring.el (ring-elements): New function.
22733         * emacs-lisp/easymenu.el (easy-menu-create-menu)
22734         (easy-menu-do-add-item): Use keywordp.
22736         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
22738         * replace.el: Doc and error message fixes.
22739         (replace-highlight): Use facep, not internal-find-face.
22741 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
22743         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
22745         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
22746         (log-edit-insert-changelog): Drop `:' as well.
22748         * log-view.el: Fix file description.
22749         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
22750         available.
22751         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
22752         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
22754         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
22755         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
22756         Print a status message if the toggle is called interactively.
22757         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
22758         for global minor modes and use `defcustom' for them.
22759         Use add-minor-mode.
22760         (easy-mmode-define-derived-mode): Remove.
22761         (define-derived-mode): Fancier default docstring.
22762         (easy-mmode-define-navigation): Signal an error rather than (ding).
22764         * newcomment.el (comment-styles): New `box-multi'.
22765         (comment-normalize-vars): Better default for comment-continue to
22766         avoid whitespace-only continuations.
22767         (comment-search-forward): Always move even in the no-syntax case.
22768         (comment-padright): Only obey N if it's only obeyed for padleft.
22769         (comment-make-extra-lines): Better handling of empty continuations.
22770         Use `=' for the filler if comment-start has only one character.
22771         (uncomment-region): Try handling the special `=' filler.
22772         (comment-region): Allow LINES even if MULTI is nil.
22773         (comment-box): Choose box style based on comment-style.
22775 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
22777         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
22778         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
22780 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
22782         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
22783         and insert, not subst-char-in-region.
22785         * international/mule-diag.el (list-character-sets-1): Handle
22786         charsets eight-bit-control and eight-bit-graphic.
22787         (list-iso-charset-chars): Likewise.
22788         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
22789         charactes as is.  Use indent-to to align characters.
22791         * international/mule-cmds.el (find-multibyte-characters): Never
22792         exclude charsets eight-bit-control and eight-bit-graphic.
22794 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
22796         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
22797         Don't quote lambdas.
22799         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
22801 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
22803         * gud.el (gud-jdb-directories): Doc fix.
22805 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
22807         * newcomment.el: New file.
22809 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
22811         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
22813 2000-05-18  Andreas Schwab  <schwab@suse.de>
22815         * dired.el (dired-between-files): Also skip lines beginning with
22816         `used'.
22818 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
22820         * msb.el (msb-menu-cond): Add choice `user'.
22822 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
22824         * ps-print.el: Compatibility, customization and doc fix.
22825         (ps-printer-name-option): Replace defconst by defvar.
22826         (ps-postscript-code-directory): XEmacs compatibility.
22827         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
22828         fix.
22829         (ps-user-defined-prologue, ps-print-prologue-header)
22830         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
22831         compatibility and code fix.
22832         (ps-print-background-image, ps-print-background-text):
22833         Customization fix.
22834         (ps-line-number-start, ps-n-up-on): New vars.
22836 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
22838         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
22839         the indent-comment function to just return the appropriate indent.
22841 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
22843         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
22844         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
22845         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
22847 2000-05-18  Dave Love  <fx@gnu.org>
22849         * info.el (Info-fontify-node): Add intangible property as well as
22850         invisible.
22852         * calendar/appt.el (appt-make-list): Match all lines of entry.
22853         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
22855 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
22857         * international/mule-diag.el (describe-char-after): Call
22858         internal-char-font, not char-font.  If internal-char-font returns
22859         nil, display "-- none --".
22861 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
22863         * image.el (image-type-available-p): Don't reference image-types
22864         if it isn't bound.
22866 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
22868         * autoarg.el (autoarg-mode): Typo in the :set argument.
22870 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
22872         * startup.el (command-line-1): Don't signal an error if the
22873         directory for auto-save-list files does not yet exist.
22875 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
22877         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
22879 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
22881         * subr.el (remove-hook): `setq' hook-value, not `set'.
22883 2000-05-16  Sam Steingold  <sds@gnu.org>
22885         * info.el (debug-ignored-errors): More errors to ignore.
22887 2000-05-16  Dave Love  <fx@gnu.org>
22889         * cus-edit.el: Don't require cl or easymenu.
22890         (custom-variable-prompt): Test standard-value property, not
22891         user-variable-p.
22893 2000-05-16  Sam Steingold  <sds@gnu.org>
22895         * subr.el (add-hook): `setq' hook-value, not `set'.
22897 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
22899         * startup.el (command-line-1): Mention the FAQ in the startup
22900         message.
22902         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
22904         * progmodes/compile.el (compilation-parse-errors): Collect
22905         `nomessage' regexps last.
22907         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
22909         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
22910         to the function name.
22912 2000-05-15  Dave Love  <fx@gnu.org>
22914         * speedbar.el (speedbar-recenter): Typo.
22915         (speedbar-expand-line): Make arg optional.
22916         (speedbar-mode): Avoid a compiler warning.
22918 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
22920         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
22921         user-specified option string is empty.
22923         * mouse.el (mouse-yank-at-click): Doc fix.
22925 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
22927         * term/internal.el (IT-character-translations): More updates of
22928         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
22929         documents.
22931 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
22933         * env.el (getenv): New function, interactively callable.
22934         (setenv, getenv): Remove autoload cookies.
22936         * loadup.el: Load `env'.
22938         * progmodes/f90.el: Change author's mail address.
22940 2000-05-14  Dave Love  <fx@gnu.org>
22942         * mail/rmail.el (rmail-show-message-hook): Customize and offer
22943         goto-addr as an option.
22945         * help.el (help-xref-stack): Doc fix.
22946         (help-xref-following): New variable.
22947         (help-make-xrefs): Use it.
22948         (help-xref-go-back): Use position information from stack element.
22949         (help-follow): Make position in stack element a pair.  Use
22950         help-xref-following.
22952         * autoarg.el: New file.
22954         * faces.el: Declare more functions obsolete.
22956         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
22957         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
22958         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
22959         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
22960         Remove all the setup-...-environment functions.
22962 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
22964         * speedbar.el: Updated the commentary section.  xemacs20p now uses
22965         >= when detecting.  Require `defimage' safely.
22966         (speedbar-easymenu-definition-base): Add toggle for images.
22967         (speedbar-easymenu-definition-special): Add flush cache & expand.
22968         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
22969         (speedbar-reconfigure-keymaps-hook): New variable.
22970         (speedbar-frame-parameters): Updated documentation.
22971         (speedbar-use-imenu-flag): Updated custom tag
22972         (speedbar-dynamic-tags-function-list): New variable.
22973         (speedbar-tag-hierarchy-method): Updated doc & custom.
22974         (speedbar-indentation-width, speedbar-indentation-width) New
22975         variables.
22976         (speedbar-hide-button-brackets-flag): Customizable.
22977         (speedbar-vc-indicator): Doc update.
22978         (speedbar-ignored-path-expressions): Updated default value.
22979         (speedbar-supported-extension-expressions): Updated default value.
22980         (speedbar-syntax-table): Remove {} paren status.
22981         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
22982         as "+".  Added overlay aliases.
22983         (speedbar-mode): Use `speedbar-mode-line-update' instead of
22984         `force-mode-line-update'.
22985         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
22986         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
22987         `mouse-set-point'
22988         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
22989         (speedbar-item-info-tag-helper): Revamped to handle a wider range
22990         of arbitrary text, and new helper functions.
22991         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
22992         filename finder.
22993         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
22994         (speedbar-directory-buttons): Update path search/expansion.
22995         (speedbar-make-tag-line): Pay attention to
22996         `speedbar-indentation-width'.  Use more care w/ invisible
22997         properties.
22998         (speedbar-change-expand-button-char): Call
22999         `speedbar-insert-image-button-maybe'.
23000         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
23001         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
23002         (speedbar-trim-words-tag-hierarchy)
23003         (speedbar-simple-group-tag-hierarchy): New functions
23004         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
23005         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
23006         functions.
23007         (speedbar-mouse-set-point): New function
23008         (speedbar-power-click): Updated documentation.
23009         (speedbar-line-token, speedbar-goto-this-file): Handle more types
23010         of tag prefix text.
23011         (speedbar-expand-line, speedbar-contract-line): Make more robust
23012         to strange text.
23013         (speedbar-expand-line): Takes universal argument to flush the
23014         cache.
23015         (speedbar-flush-expand-line): New function.
23016         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
23017         Use new generator insertion method.
23018         (speedbar-fetch-dynamic-tags): New function.
23019         (speedbar-fetch-dynamic-imenu): Removed code now handled in
23020         `speedbar-fetch-dynamic-imenu'.
23021         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
23022         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
23023         "Revert Buffer" menu items.
23024         (speedbar-buffer-buttons-engine): Be smarter when creating a
23025         filename tag (for expansion purposes.).
23026         (speedbar-highlight-one-tag-line,
23027         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
23028         (speedbar-recenter): New functions.
23029         (defimage-speedbar): Image loading abstraction.
23030         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
23031         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
23032         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
23033         (speedbar-tag-type, speedbar-tag-mail): New images.
23034         (speedbar-expand-image-button-alist): New variable.
23035         (speedbar-insert-image-button-maybe): Insert an image over some
23036         buttons.
23038 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
23040         * international/mule-cmds.el (encode-coding-char): An ASCII
23041         character is always encodable.
23043         * international/mule-conf.el: Add more information in descriptions
23044         of character sets.
23046         * international/mule-diag.el (describe-char-after): New function.
23047         (describe-font-internal): Adjusted for the change of font-info.
23048         (describe-font): Likewise.
23049         (print-fontset): Rewritten for the new fontset implementation.
23050         (describe-fontset): Include fontset alias names in completion.
23051         (list-fontsets): Adjusted for the change of print-fontset.
23053         * simple.el (what-cursor-position): If DETAIL is non-nil, call
23054         describe-char-after instead of displaying the detail in the echo
23055         area.
23056         (syntax-code-table): Format changed.
23057         (string-to-syntax): Adjusted for the above change.
23059 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
23061         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
23063 2000-05-12  Dave Love  <fx@gnu.org>
23065         * calendar/todo-mode.el: Remove some compatibility stuff and CL
23066         dependence.  Use line-{beginning,end}-position, not
23067         point-at{b,e}ol.  Some doc fixes.
23068         (todo-position): New function.  Fix callers of position to use it.
23069         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
23071 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
23073         * time.el (display-time-mail-icon): Use `:ascent center'.
23075         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
23076         handling FTP security extensions.
23078 2000-05-11  Dave Love  <fx@gnu.org>
23080         * calendar/todo-mode.el: New file.
23082 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
23084         * comint.el (comint-read-input-ring): Move reference to
23085         comint-input-ring-size outside of the save-excursion.  It was
23086         causing the default value to be the only one ever seen.
23088         * font-lock.el: Update copyright.  Remove Simon Marshall's email
23089         address on request from him.
23091         * subr.el (substitute-key-definition): Add comment describing
23092         the meaning of PREFIX.
23094 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
23096         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
23098         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
23099         (add-minor-mode): Don't make the variable buffer-local and add a
23100         reference to define-minor-mode in the docstring.
23102         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
23103         HEADER/FOOTER and fix bug with trailing empty directory.
23104         (cvs-append-to-ignore): Use vc-editable-p if available.
23105         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
23106         (vc-do-command): Tweak advice to handle the new VC.
23108         * log-view.el (log-view-goto-rev): New function for the new VC.
23109         (log-view-minor-wrap): Use mark-active.
23111         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
23112         (log-edit-changelog-full-paragraphs): New var.
23113         (log-edit-insert-changelog): Remove a lonely leading `* file'.
23114         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
23115         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
23116         (log-edit-changelog-ours-p, log-edit-changelog-entries)
23117         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
23118         Replace the `cvs' prefix with `log-edit'.
23120         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
23122         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
23123         (diff-font-lock-defaults): Explicitly turn off multiline.
23124         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
23125         (diff-ediff-patch): Fix call to ediff-patch-file.
23126         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
23127         Handle comments.
23129         * frame.el (automatic-hscrolling): Typo.
23131         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
23133 2000-05-09  Sam Steingold  <sds@goems.com>
23135         * apropos.el (apropos-print): use `describe-face' instead of
23136         `customize-face-other-window'.
23138 2000-05-09  Dave Love  <fx@gnu.org>
23140         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
23142         * help.el (describe-variable): Have customize button pop the
23143         help-xref stack when invoked.
23144         (help-xref-symbol-regexp): Add `face'.
23145         (help-make-xrefs): Check for quoted face names and adapt regexp
23146         submatch numbers to cope.
23147         (help-xref-interned): Maybe insert face doc too.  Separate
23148         sections with a line of hyphens.
23150         * faces.el:  Some doc fixes.  Declare some functions obsolete.
23151         (describe-face): Add customize button.  Return the help
23152         text.  Fix prompt.
23154 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
23156         * term/internal.el (IT-character-translations): Fix last change.
23158 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
23160         * woman.el: New file
23161         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
23163 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
23165         * term/internal.el (IT-character-translations): Update ASCII
23166         simulations for greek-iso8859-7, add latin-iso8859-14 and
23167         latin-iso8859-15.
23169         * international/mule-cmds.el (set-language-info-alist): Call
23170         define-prefix-command with 3 arguments, to make the map suitable
23171         for a menu.
23173 2000-05-07  Dave Love  <fx@gnu.org>
23175         * time.el: Small doc fixes from Pavel Jan\e,Bm\e(Bk ml.
23177 2000-05-05  Dave Love  <fx@gnu.org>
23179         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
23180         list in doc string.  Don't quote keyword symbols.
23181         * emacs-lisp/cl.el: Likewise
23182         * emacs-lisp/cl-seq.el: Likewise
23184 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
23186         * abbrev.el (abbrev-mode): Make ARG optional.
23188 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
23190         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
23192         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
23194         * subr.el (substitute-key-definition): Clarify documentation.
23196 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
23198         * glasses.el (glasses-convert-to-unreadable): Use
23199         `glasses-separator' instead of the hard-wired "_".
23200         (glasses-mode): Call `glasses-make-unreadable' only in a single
23201         place.
23203 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
23205         * term/internal.el (cjk-codepages-alist): Add associations for
23206         Chinese and Korean codepages.  Remove FIXME comment.
23208 2000-05-03  Dave Love  <fx@gnu.org>
23210         * time.el (display-time-mail-face, display-time-use-mail-icon):
23211         New option.
23212         (display-time-mail-icon): New variable.
23213         (display-time-string-forms): Use the above.  Fix the local-map.
23215 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
23217         * replace.el (query-replace-map): Add binding for `E'.
23218         (query-replace-help): Extend help text.
23219         (perform-replace): Allow editing the replacement string.
23221         * make-mode.el (makefile-mode-abbrev-table): New variable.
23222         (makefile-mode): Set local abbrev table to
23223         makefile-mode-abbrev-table.
23224         (makefile-font-lock-keywords): Fontify includes and conditionals.
23226         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
23227         set TOGGLE's value.
23229         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
23230         mail-interactive-insert-alias.
23231         (mail-abbrev-complete-alias): New command.
23232         (mail-mode-map): Bind it to `M-TAB'.
23234 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
23236         * language/lao-util.el (lao-compose-region): New function.
23238 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
23240         * files.el (recover-session): Make directories as necessary
23241         if they don't exist yet.
23243         * calendar/cal-french.el
23244         (french-calendar-multibyte-special-days-array)
23245         (french-calendar-special-days-array): Change French text.
23246         (calendar-french-date-string): Change output.
23247         (calendar-goto-french-date): Likewise.
23249 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
23251         * wid-edit.el (widget-default-active): Obey `:always-active'.
23252         (widget-documentation-string-value-create): Set `:always-active'.
23254 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
23256         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
23257         default prefix to `~/_emacs.d/auto-save.list/_s'.
23258         (normal-top-level): Create the directory for auto-save files, if
23259         it doesn't already exist (in the ms-dos case only).
23261 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
23263         * international/mule-cmds.el (set-language-environment): Don't
23264         concat an integer (dos-codepage), use format instead.
23266 2000-05-02  Dave Love  <fx@gnu.org>
23268         * help.el (help-xref-on-pp): Check for constant symbols.
23270 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
23272         * startup.el (normal-top-level): Put a condition-case around
23273         the code loading subdirs.el.
23275 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
23277         * ps-print.el: Upside-down and face background color printing,
23278         line number step, doc fix.
23279         (ps-print-version): New version number (5.2).
23280         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
23281         (ps-face-attribute-list, ps-plot-with-face): Code fix.
23282         (ps-spool-config): Var fix.
23283         (ps-printer-name-option): Const fix.
23284         (ps-print-upside-down, ps-use-face-background)
23285         (ps-line-number-step): New vars.
23286         (ps-window-system, ps-lp-system): New consts.
23287         (ps-face-background): New fun.
23289 2000-04-28  Richard Stallman  <rms@gnu.org>
23291         * files.el (make-auto-save-file-name):
23292         Apply auto-save-file-name-transforms to visited file name
23293         before generating auto save file name.
23294         (auto-save-file-name-transforms): New variable.
23296         * files.el (backup-enable-predicate):
23297         Correctly test for a file under a temporary directory.
23299 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
23301         * subr.el (add-minor-mode): Rewritten.
23303 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
23305         * mail/sendmail.el (sendmail-send-it): Set
23306         buffer-file-coding-system to the selected coding system for MIME
23307         header.
23309 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
23311         * dired.el (dired-move-to-filename-regexp): Allow format where
23312         YYYY is followed by two spaces.
23314         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
23315         in the second character class of the regexp.
23317         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
23318         mh-etc, too.
23320         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
23321         nil.
23323         * subr.el (add-minor-mode): Use `set' instead of `setq'.
23325         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
23326         argument.
23328 2000-04-27  Sen Nagata <sen@eccosys.com>
23330         * emacs-lisp/crm.el (crm-completion-table): New variable.
23331         (crm-collection-fn, crm-test-completion)
23332         (completing-read-multiple): Use it.
23334 2000-04-27  Dave Love  <fx@gnu.org>
23336         * help.el (locate-library): Use mapc.
23337         (help-manyarg-func-alist): Add call-process-region.
23339 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
23341         * subr.el (add-minor-mode): Make argument MAP optional.
23343         * desktop.el (desktop-save): Save list of minor modes.
23344         (desktop-create-buffer): Restore minor modes.
23345         (desktop-minor-mode-table): New user-option.
23347         * subr.el (add-minor-mode): New function.
23349         * image.el (find-image): New function.
23350         (defimage): Rewritten to find image at load time.
23352         * startup.el (normal-top-level-add-to-load-path): Handle
23353         case that the default directory is not in load-path.
23355         * help.el: Old patch from Stefan Monnier.
23356         (help-xref-on-pp): New function.
23357         (describe-variable): Use it to display xrefs in a symbol's value.
23359 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
23361         * cus-edit.el (custom-face): Fix parenthesis.
23363 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
23365         * mail/rmail.el (rmail-expunge): When there are no deleted
23366         messages, do nothing.
23368 2000-04-26  Dave Love  <fx@gnu.org>
23370         * international/mule-cmds.el (locale-translation-file-name):
23371         Defvar to nil.
23372         (set-locale-environment): Set it here (at runtime).
23374 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
23376         * replace.el (perform-replace): Add parameters START and END.  Use
23377         them instead of the check for a region in Transient Mark mode.
23378         (query-replace-read-args): Return two more list elements for the
23379         start and end of the region in Transient Mark mode.
23380         (query-replace, query-replace-regexp, query-replace-regexp-eval)
23381         (map-query-replace-regexp, replace-string, replace-regexp): Add
23382         optional last arguments START and END and pass them to
23383         perform-replace.
23385         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
23386         form with additional arguments for perform-replace.
23388         * progmodes/etags.el (tags-query-replace): Add parameters START
23389         and END.  Construct a form with additional arguments for
23390         perform-replace.
23392         * simple.el (shell-command): Set default directory for "*Shell
23393         Command Output" buffer.
23395         * language/european.el (iso-latin-4): Fix typo.
23397         * emacs-lisp/crm.el: New file.
23399 2000-04-24  Dave Love  <fx@gnu.org>
23401         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
23402         (Custom-reset-saved, Custom-reset-standard)
23403         (custom-group-value-create, custom-group-set, custom-group-save)
23404         (custom-group-reset-current, custom-group-reset-saved)
23405         (custom-group-reset-standard): Use mapc.
23406         (custom-buffer-create-internal): Disable undo when creating items.
23407         Use mapc.
23408         (custom-face): Avoid redundant lambda.
23410 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
23412         * startup.el (auto-save-list-file-prefix): Set default to
23413         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
23415 2000-04-24  Sam Steingold  <sds@gnu.org>
23417         * time-stamp.el (time-stamp-string-preprocess): Always convert
23418         `field-result' to a string.
23420 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
23422         * frame.el (scrolling): New group.
23423         (automatic-hscrolling): New user-option.
23425         * startup.el (command-line-x-option-alist): Add `-lsp' and
23426         `--line-spacing'.
23428 2000-04-19  Dave Love  <fx@gnu.org>
23430         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
23431         (cl-mapc): Rename from mapc.  Fix the funcall.
23433 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
23435         * simple.el (clone-indirect-buffer-other-window): New command.
23436         (clone-indirect-buffer): Add optional arg NORECROD.
23437         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
23439         * help.el (resize-temp-buffer-window): Use count-screen-lines.
23441         * window.el (count-screen-lines): New function.
23442         (shrink-window-if-larger-than-buffer): Use count-screen-lines
23443         instead of window-buffer-height.
23445         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
23446         non-existing variable comint-input-sentinel.
23447         (inferior-lisp-args-to-list): Removed.
23448         (inferior-lisp): Use split-string instead of
23449         inferior-lisp-args-to-list.
23451         * hexl.el (hexl-insert-hex-string): New command.
23453         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
23454         instead of concat.
23456 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
23458         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
23459         at the start of an existing but empty folder.
23461 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
23463         * ps-mule.el: Customization fix, doc fix.
23464         (ps-multibyte-buffer): Customization fix.
23466 2000-04-17  Richard M. Stallman  <rms@gnu.org>
23468         * subr.el (read-passwd): Use read-char-exclusive.
23470 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
23472         * textmodes/texinfo.el (texinfo-insert-@email)
23473         (texinfo-insert-@emph, texinfo-insert-@quotation)
23474         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
23475         (texinfo-mode-map): Add key bindings for them.
23477         * files.el (basic-save-buffer-2): Use a template with `$'
23478         instead of `#' for VMS.
23480         * simple.el (clone-indirect-buffer): New function.
23482 2000-04-16  Stephen Eglen  <stephen@gnu.org>
23484         * iswitchb.el (iswitchb-case): New function.  If the user input
23485         contains any upper-case characters, the search is made
23486         case-sensitive.
23488 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
23490         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
23491         comment-end.
23492         (texinfo-font-lock-syntactic-keywords): New var.
23493         (texinfo-font-lock-keywords): Remove comment regexp.
23494         (texinfo-insert-block): New function.
23495         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
23496         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
23497         and font-lock-defaults.  Use regexp-opt for outline-regexp.
23498         (texinfo-environments): New var.
23499         (texinfo-environment-regexp): Use regexp-opt and
23500         texinfo-environments.
23502         * textmodes/ispell.el (ispell-menu-map-needed): Check that
23503         ispell-process is bound since this might be eval'd before ispell
23504         is loaded.
23505         (ispell-message): Use a tiny bit less magic and a bit more hard
23506         data to figure out what kind of sc-cite-regexp to use.
23508         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
23510         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
23511         (insert-cyclic-diary-entry): Unquote the lambda.
23513         * gud.el (gud-jdb-build-source-files-list): Fix typo.
23515         * files.el (backup-enable-predicate): Unquote the lambda.
23517         * cus-edit.el (custom-face, face): Unquote the lambda.
23519 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
23521         * ps-print.el: Check for line-beginning-position definition.
23523         * ps-print.el: Fix counting lines in a region.
23524         (ps-print-version): New version number (5.1.5).
23525         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
23526         (ps-printing-region): Fun code fix.
23528 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
23530         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
23531         to file-directory-p.
23533 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
23535         * gud.el (gud-jdb-build-source-files-list): Check that directory
23536         exists before calling directory-files.
23538 2000-04-13  Dave Love  <fx@gnu.org>
23540         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
23541         syntax.
23543         * emacs-lisp/cl-specs.el: Remove when, unless.
23545         * emacs-lisp/cl-extra.el: Don't quote keywords.
23546         (cl-old-mapc): New variable.
23547         (mapc): Use it.
23548         (cl-map-intervals): Use with-current-buffer.  Don't check for
23549         next-property-change.
23550         (cl-map-overlays): Use with-current-buffer.
23551         (cl-expt): Remove.
23552         (copy-tree, remprop): Define unconditionally.
23554         * emacs-lisp/cl-compat.el (keywordp): Remove.
23556         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
23557         to use keywordp.
23558         (edebug-spec): Enable keywordp.
23560         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
23561         string-lessp.
23563         * cus-start.el: Use keywordp.
23565 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
23567         * diary-lib.el (include-other-diary-files): Fix the fix of
23568         2000-02-18 by doing a save-excursion.
23570 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
23572         * ps-print.el: Customization fix, doc fix.
23573         (ps-print-version): New version number (5.1.4).
23574         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
23575         (ps-print-preprint): Adjust code.
23576         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
23577         (ps-print-prologue-header, ps-print-control-characters)
23578         (ps-spool-config): Customization fix.
23580 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
23582         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
23583         converted to the new menu-item format, names silightly changed,
23584         help strings added.
23586         Support for spelling without async subprocesses:
23588         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
23589         (ispell-session-buffer): New variables.
23590         (ispell-start-process, ispell-process-status,
23591         ispell-accept-output, ispell-send-string): New functions, for
23592         Ispell invocation when async subprocesses aren't supported.
23593         (ispell-word, ispell-pdict-save, ispell-command-loop,
23594         ispell-process-line, ispell-buffer-local-parsing): Replace calls
23595         to process-send-string with calls to ispell-send-string, and
23596         accept-process-output with ispell-accept-output.
23597         (ispell-init-process): Call ispell-process-status instead of
23598         process-status with.
23599         (ispell-init-process): Call ispell-start-process.  Call
23600         ispell-accept-output and ispell-send-string.  Don't call
23601         process-kill-without-query and kill-process if they are unbound.
23602         (ispell-async-processp): New function.
23604 2000-04-12  Dave Love  <fx@gnu.org>
23606         * info.el: Add debug-ignored-errors.
23607         (Info-mode-menu): Add some items.
23608         (Info-directory): Add autoload cookie.
23610         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
23611         Modify `truncate-lines'.  Make `describe-language-environment'
23612         always visible and add help.  Modify `describe-key' help.  Invoke
23613         Info-directory from `info'.  New entry `emacs-manual'.
23615 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
23617         * progmodes/ebrowse.el (ebrowse-tree-mode):
23618         Use propertized-buffer-identification.
23619         (ebrowse-update-member-buffer-mode-line): Likewise.
23620         (ebrowse--mode-strings): Removed.
23621         (ebrowse--mode-line-props): Removed.
23623         * files.el (auto-mode-alist): Add `EBROWSE'.
23625         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
23626         space before testing for end of buffer.
23627         (ebrowse-load): Removed.
23628         (ebrowse-revert-tree-buffer-from-file): Rewritten.
23629         (ebrowse-create-tree-buffer): Rewritten.
23630         (ebrowse-tree-mode): Read tree from buffer.
23632         * progmodes/ebrowse-ffh.el: Removed.
23634 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
23636         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
23638 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
23640         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
23641         at the wrong place.
23643 2000-04-09  Dave Love  <fx@gnu.org>
23645         * files.el (backup-enable-predicate):
23646         Use temporary-file-directory, small-temporary-file-directory.
23647         (make-backup-file-name-function, backup-directory-alist): New vars.
23648         (make-backup-file-name-1): New function.
23649         (make-backup-file-name): Use it.
23650         (find-backup-file-name): Likewise.  Use format for clarity, not concat.
23651         (file-newest-backup): Use make-backup-file-name.
23653 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
23655         * progmodes/ebrowse-ffh.el: New file.
23657         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
23658         Moved to ebrowse-ffh.el.
23659         (ebrowse-load): Add autoload.
23661         * finder.el (finder-commentary): Add autoload cookie.
23663         * mail/rfc2368.el: Correct author's email address.
23665         * progmodes/ebrowse.el: New file.
23667         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
23668         item help string.
23669         (easy-menu-do-add-item): Ditto.
23670         (easy-menu-define): Extend doc string.
23672         * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
23673         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
23674         (jit-lock-function, jit-lock-stealth-fontify): Don't use
23675         with-buffer-unmodified.
23677 2000-04-08  Dave Love  <fx@gnu.org>
23679         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
23680         unless, when.
23682 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
23684         * viper-util.el (viper-put-on-search-overlay): New subroutine.
23685         (viper-flash-search-pattern): No operation when using Emacs
23686         doesn't support face.
23687         Use `viper-put-on-search-overlay'.
23689 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
23691         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
23692         like C-r.
23694         * progmodes/make-mode.el: Some doc fixes.
23695         (makefile-mode-abbrev-table): New variable.
23696         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
23697         (makefile-font-lock-keywords): Fontify includes and conditionals.
23698         (toplevel): Require `dabbrev' and `add-log' when compiling.
23700         * replace.el (perform-replace): Don't move forward one char
23701         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
23702         to do that because it leaves point 1 position after the last
23703         replacement, after everything has been replaced.
23705         * jit-lock.el (with-buffer-unmodified): New macro.
23706         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
23707         modified state.
23708         (jit-lock-function-1): Extracted from jit-lock-function; not
23709         preserving buffer's modified state.
23710         (jit-lock-function, jit-lock-stealth-fontify):
23711         Call jit-lock-function-1.
23713         * mail/rfc2368.el: Remove supernumerary copyright line.
23715 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
23717         * glasses.el: Provide facilities for inserting space before left
23718         parentheses and uncapitalization of identifiers.
23719         (glasses-mode): Try to remove old overlays in all cases.
23721 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
23723         * progmodes/compile.el (compile-internal): Display the compilation
23724         buffer in a different frame, if it's already displayed there.
23726         * mail/rfc2368.el: New file.
23728         * simple.el (sendmail-user-agent-compose): Recognize a `body'
23729         header and insert its value as mail body.
23731         * subr.el (member-ignore-case): New function.
23733         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
23734         (dabbrev--find-expansion): Ignore buffers matching a regexp
23735         from dabbrev-ignored-regexps.
23737         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
23738         to extensions handled by gzip.
23740 2000-04-03  Richard M. Stallman  <rms@gnu.org>
23742         * files.el (insert-directory): List the total free space
23743         along with the used space.
23745         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
23746         line is followed by one that matches CITATION-REGEXP, end the
23747         paragraph.
23749 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
23751         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
23752         (rmail-make-basic-summary-line): Use that option.
23754 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
23756         * international/mule-cmds.el (encoded-string-description):
23757         Rewritten.   Try pretty description for ISO 2022 escape sequences
23758         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
23759         for hexadecimal format.
23761 2000-04-01  Dave Love  <fx@gnu.org>
23763         * cpp.el: Change customization group to `c' from `C'.
23765         * vcursor.el (vcursor-move): Use display-color-p.
23767         * international/mule-util.el: Provide mule-utils.
23768         (string-to-sequence): Simplify and speed up.
23770         * international/mule.el (make-coding-system): Purecopy doc-string.
23772         * international/mule-cmds.el: Various menu changes.
23773         (describe-specified-language-support): Handle `Default'.
23774         (set-language-info): Purecopy `info'.
23776 2000-03-31  Andrew Innes  <andrewi@gnu.org>
23778         * vc.el (vc-backend-diff): Return the correct status if we had to
23779         retry the rcsdiff command without the --brief option.
23781 2000-03-31  Dave Love  <fx@gnu.org>
23783         * help.el (help-manyarg-func-alist): Correct several omissions.
23785         * add-log.el: Don't require cl, fortran.
23786         (add-log-current-defun-function): Doc fix.
23787         (change-log-version-number-regexp-list): Remove SCCS part.  Doc fix.
23788         (change-log-version-rcs): Function deleted.
23789         (change-log-version-number-search): Doc fix.
23790         Use vc-workfile-version. Avoid CL dolist.
23791         (add-change-log-entry): Just call add-log-current-defun to get
23792         defun.  Simplify somewhat.
23793         (change-log-get-method-definition-1): Likewise.
23794         (add-log-current-defun): Return nil if calling
23795         add-log-current-defun-function does so.  Move Fortran stuff to
23796         fortran.el.  Return string without properties.
23798         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
23799         and :alpha: char classes.
23801         * mail/supercite.el: Defvar curline when compiling.
23802         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
23803         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
23804         rather than a-zA-Z0-9 to allow non-ASCII characters.
23806 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
23808         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
23810         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
23811         Re-enable new code.
23813         * lpr.el (print-region-1): Use -d to specify printer name for
23814         systems `usg-unix-v*, `dgux', `hpux', `irix'.
23816 2000-03-31  Dave Love  <fx@gnu.org>
23818         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
23819         Look for function definition in symbol's function value slot first
23820         instead of first consulting byte-compile-function-environment.
23822 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
23824         * language/european.el ("Polish"): New language environment.
23825         (setup-polish-environment): New function.
23827 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
23829         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
23830         Disable new code.
23832         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
23833         trying to `load' the symbol of an autoload instead of the file
23834         recorded in the autoload.  Fix error messages.
23836 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
23838         * ps-print.el: PostScript programming fix for ghostview, doc fix.
23839         (ps-print-version): New version number (5.1.3).
23840         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
23841         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
23842         (ps-generate-postscript-with-faces): Code fix.
23843         (ps-color-values): XEmacs compatibility.
23844         (ps-print-background-image, ps-print-background-text, ps-printer-name)
23845         (ps-default-fg, ps-default-bg): Adjust customization.
23846         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
23847         (ps-color-scale): Renaming old ps-color-value fun.
23848         (ps-print-headers): Replace ps-print-header group to avoid conflict
23849         with ps-print-header variable.
23850         (ps-print-miscellany): New group.
23851         (ps-format-color, ps-rgb-color): New funs.
23852         (ps-default-foreground): New var.
23853         (ps-printer-name-option): New const.
23855 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
23857         * net/net-utils.el:
23858         (network-connection-host, network-connection-service): New variables
23859         (network-connection-mode): New mode, derived from comint-mode
23860         (network-connection-mode-setup): New function, saves host and
23861         service information in local variables.
23863         * lisp/locate.el:
23864         (locate-word-at-point): Added this function
23865         (locate): Default to using locate-word-at-point as input
23866         Run dired-mode-hook
23868 2000-03-29  Dave Love  <fx@gnu.org>
23870         * calendar/appt.el: Doc fixes.
23871         (appt-check): Convert min-to-app to a string before passing to
23872         appt-disp-window-function or concat.
23873         (appt-delete-window): Remove test for frame-root-window.
23874         (appt-select-lowest-window, appt-convert-time): Simplify.
23876         * emacs-lisp/bytecomp.el: Doc fixes.
23877         (byte-compile-file-form-autoload):
23878         Update byte-compile-function-environment.
23880 2000-03-29  Andreas Schwab  <schwab@suse.de>
23882         * emacs-lisp/autoload.el: Also print defsubst doc string specially.
23884         * dired.el (dired-insert-directory): If dired-free-space-program
23885         failed just delete its output.
23887 2000-03-29  Dave Love  <fx@gnu.org>
23889         * international/iso-cvt.el: Move provide to end.  Doc fixes.
23890         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
23891         (iso-iso2sgml, iso-sgml2iso): New functions.
23892         (iso-cvt-define-menu): Fix some entries and use backquote for
23893         clarity.
23895         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
23897 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
23899         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
23900         ISO-DATE.  If non-nil, return date in ISO 8601 format.
23902 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
23904         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
23905         if it ever becomes used.
23906         (log-edit-mode-hook): Default to vc-log-mode-hook.
23907         (log-edit-mode): Fix the docstring.
23909         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
23910         the code.
23912 2000-03-26  Dave Love  <fx@gnu.org>
23914         * net/browse-url.el (browse-url): Re-fix case of
23915         browse-url-browser-function being an alist.
23916         (browse-url): Add :link to defgroup.
23918         * files.el: Doc fixes.
23919         (file-truename): Include `[' in wildcard characters.
23920         (automount-dir-prefix): Customize.
23921         (find-file-wildcards): Add :version.
23922         (find-file-noselect): Simplify a mapcar call.
23924         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
23925         compatible with inf-lisp version.
23926         (eval-defun-1): Fix custom-declare-variable case.
23928 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
23930         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
23932 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
23934         * Makefile (COMPILE_FIRST): New macro.
23935         (compile-files): Compile files from COMPILE_FIRST first.
23937         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
23939         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
23940         matching open parenthesis in column 0 to defun-prompt-regexp
23941         only if open-paren-in-column-0-is-defun-start is set.
23943         * sun-curs.el: Require CL at compile-time only.
23945         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
23946         instead of copy-list which is a function from CL.
23947         (msb--choose-menu, msb--mode-menu-cond)
23948         (msb--create-buffer-menu-2): Use dolist instead of mapc.
23949         (msb--init-file-alist): Use mapcar instead of mapcan.
23950         (msb--aggregate-alist): Use mapcar instead of mapcan.
23951         Fix `(' in column 0 in doc string.
23952         (msb--add-separators): Use mapcar instead of mapcan.
23954         * cus-dep.el: Require CL at compile-time only.
23956 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
23958         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
23959         (byte-compile-warnings): New warning `noruntime'.
23960         (byte-compile-constants, byte-compile-variables): Fix docstring.
23961         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
23962         execute `eval-whenc-compile's body.
23963         (byte-compile-unresolved-functions): Fix docstring.
23964         (byte-compile-eval): New function.
23965         (byte-compile-callargs-warn): Check if the function will be available
23966         at runtime (via property `byte-compile-noruntime').
23967         (byte-compile-print-syms): New function.
23968         (byte-compile-warn-about-unresolved-functions): Also warn about
23969         `noruntime' functions (and use `byte-compile-print-syms').
23970         (byte-compile-file): Capitalize the message.
23972 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
23974         * mail/rmail.el (rmail-confirm-expunge): New user-option.
23975         (rmail-expunge): Ask for confirmation depending on the setting
23976         of rmail-confirm-expunge.
23978 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
23980         * Makefile (bootstrap-clean): If $(emacs) exists, build
23981         loaddefs.el first.  A loaddefs.el that's not up-to-date might
23982         cause a bootstrap failure because things don't autoload as expected.
23984 2000-03-23  Dave Love  <fx@gnu.org>
23986         * net/browse-url.el: Restore previous use of
23987         browse-url-maybe-new-window.
23989 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
23991         * ps-print.el: Skip banner page fix.
23992         (ps-print-version): New version number (5.1.2).
23993         (ps-begin-file, ps-end-file, ps-generate): Code fix.
23995 2000-03-23  Dave Pearson  <davep@davep.org>
23997         * net/quickurl.el Changed the type of parameter passed to the
23998         function defined by `quickurl-format-function'. Before only the
23999         text of the URL was passed. Now the whole URL structure is passed
24000         and the function is responsible for extracting the parts it requires.
24001         Changed the default of `quickurl-format-function' accordingly.
24002         (quickurl-insert): Changed the `funcall' of
24003         `quickurl-format-function' to match the above change.
24004         (quickurl-list-insert): Changed the `url' case so that it makes
24005         use of `quickurl-format-function', previous to this the format was
24006         hard wired.
24008 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
24010         * startup.el: Change some spellings for the X Window System.
24012 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
24014         * progmodes/make-mode.el (makefile-warn-suspicious-lines):
24015         Clean up the code and the regexp and make sure the cursor is
24016         temporarily moved to the suspicious line while querying the user.
24018 2000-03-22  Jason Rumney  <jasonr@gnu.org>
24020         * w32-fns.el (w32-charset-info-alist): Initialize.
24022 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
24024         * ps-print.el: N-up last page fix.
24025         (ps-print-version): New version number (5.1.1).
24026         (ps-end-file, ps-end-job, ps-generate): Code fix.
24028 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
24030         * files.el (find-file-run-dired): Update docstring.
24031         (find-directory-functions): New hook.
24032         (find-file-noselect): Run find-directory-functions rather than
24033         calling dired directly.
24035         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
24037         * pcvs.el: Add a minimal leading commentary.
24038         (cvs-make-cvs-buffer): Change the header part by removing the startup
24039         message and adding a `Module' entry.  Also replace the FOOTER and
24040         HEADER special fileinfos with the new support in ewoc for updating
24041         its own footer and header.
24042         (cvs-update-header): Update to use the header/footer of the ewoc.
24043         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
24044         (cvs-is-within-p): New function.
24045         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
24046         to only examine some subset of the buffers.
24048         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
24049         `format' instead of our own ad-hoc functions.
24050         Remove HEADER and FOOTER cases, now handled in the EWOC.
24051         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
24053         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
24054         output to avoid scaring the user.
24055         (cvs-parse-table): Catch message for non-up-to-date commits.
24057         * pcvs-defs.el (cvs-startup-message): Remove.
24058         (cvs-global-menu): New autoloaded menu.
24060         * pcvs-util.el (cvs-string-fill): Remove.
24062         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
24063         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
24064         PP part of it and also make it work for footers and headers.
24065         (ewoc-create): Drop POS and BUFFER arguments.
24066         Use the DLL's dummy node to store the end-of-footer position.
24067         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
24068         (ewoc-refresh): Remove unused `header' variable.
24069         (ewoc-(get|set)-hf): New functions.
24071         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
24072         log-view-*-(message|file) and use easy-mmode-define-navigation.
24073         (log-view-message-re): Match SCCS format as well.
24074         And match the revision line rather than the dashed separator line.
24075         (log-view-mode): Use the new define-derived-mode.
24076         (log-view-current-tag): Fill in with an actual implementation.
24078         * cvs-status.el (cvs-status-(prev|next)): Rename from
24079         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
24080         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
24081         to let the output "breathe" a little more (more readable).
24082         (cvs-status-mode): Use the new define-derived-mode.
24084         * smerge-mode.el (smerge-auto-leave): New function and variable.
24085         (smerge-basic-map): Rename from smerge-basic-keymap.
24086         Change the bindings for smerge-diff-*.
24087         (smerge-*-map): Use easy-mmode-defmap.
24088         (smerge-(next|prev)): Use easy-mmode-define-navigation.
24089         (smerge-keep-*): Use smerge-auto-leave.
24091 2000-03-21  Jason Rumney  <jasonr@gnu.org>
24093         * cus-edit.el (custom-button-face): Use 3D look for w32.
24094         (custom-button-pressed-face): Likewise.
24096 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
24098         * progmodes/etags.el (tags-case-fold-search): New user-option.
24099         (tags-loop-eval): New function.  Bind case-fold-search around eval
24100         depending on the value of tags-case-fold-search.
24101         (tags-loop-continue): Use tags-loop-eval.
24102         (find-tag-in-order): Bind case-fold-search depending on the value
24103         of tags-case-fold-search.
24105 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
24107         * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
24108         (diff-end-of-hunk): Return the end position for use in
24109         `easy-mmode-define-navigation'.
24110         (diff-recenter): Remove.
24111         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
24112         of `easy-mmode-define-navigation'.
24113         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
24114         previous renaming) and fix to use new names.
24115         (diff-merge-strings): Use \n as separator: simpler, faster.
24116         (diff-mode): Use `define-derived-mode'.
24118         * derived.el (define-derived-mode): Don't autoload anymore.
24119         Prefer the macro-only version provided by easy-mmode.el.
24121         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
24122         `easy-mmode-define-derived-mode'.  Use `combine-run-hooks'.
24123         (easy-mmode-define-navigation): New macro.
24125         * subr.el (combine-run-hooks): New function.
24127 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
24129         * term/x-win.el: Fontsets related initialization is simplified.
24131         * international/mule-diag.el (describe-font): Don't refer to
24132         global-fontset-alist, instead call font-list.
24133         (describe-fontset, list-fontsets, mule-diag): Likewise.
24134         (print-fontset): Adjusted for the change of fontset implementation.
24136         * international/fontset.el (x-charset-registries): Variable removed,
24137         instead the corresponding data is stored in the default fontset.
24138         (register-alternate-fontnames): Function removed.
24139         (resolved-ascii-font): Variable removed.
24140         (x-compose-font-name): Ignore the second argument REDOCE.
24141         (x-complement-fontset-spec): Complement only an ASCII font and
24142         element for those charsets than can use that ASCII font.
24143         (generate-fontset-menu): Don't refer to global-fontset-alist,
24144         instead call fontset-list.
24145         (uninstantiated-fontset-alist): Variable removed.
24146         (x-style-funcs-alist): Likewise.
24147         (fontset-default-styles): Likewise.
24148         (x-modify-font-name): Function removed.
24149         (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
24150         (create-fontset-from-ascii-font): Docsting adjusted for the above
24151         change.
24152         (instantiate-fontset, resolve-fontset-name): Functions removed.
24153         (fontset-list): Now implemented by C code.
24155         * faces.el (read-face-font): Fix TABLE arg to completing-read.
24156         (describe-face): Include `font' attribute in the description.
24158 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
24160         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
24162 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
24164         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
24165         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
24166         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
24168         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
24169         about behavior of set-buffer-modified-p wrt redisplay.
24171 2000-03-19  Richard M. Stallman  <rms@gnu.org>
24173         * view.el (view-mode-disable): Kill local binding of view-read-only.
24175 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
24177         * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
24178         is a string, convert it to a syntax cell using string-to-syntax.
24180         * simple.el (syntax-code-table, syntax-flag-table): New variables.
24181         (string-to-syntax): New function.
24183         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
24184         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
24185         try to use passive ftp mode.
24187 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
24189         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
24191         * simple.el (append-to-buffer): Update point of windows after
24192         insertion.
24194         * abbrev.el (inverse-add-abbrev): Identify word by first moving
24195         forward then moving backward.  Reindent.
24197         * frame.el (other-frame): Call x-focus-frame only if
24198         focus-follows-mouse is off.
24200 2000-03-17  Dave Love  <fx@gnu.org>
24202         * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
24204 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
24206         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
24207         regexp for labels cannot span several lines.
24209         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
24210         `(setq :<key> ':<key>)' to the macro expansion.
24212 2000-03-16  Dave Love  <fx@gnu.org>
24214         * progmodes/f90.el (f90): Put custom group under `languages', not
24215         `fortran'.
24216         (f90-mode-hook): Customize.
24217         (f90-mode): Set add-log-current-defun-function.
24218         (f90-current-defun): New function.
24220 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
24222         * cus-edit.el (custom-variable-tag-face): Handle case that
24223         default face's height is not a number.
24224         (custom-face-tag-face, custom-group-tag-face-1)
24225         (custom-group-tag-face): Ditto.
24226         (custom-group-tag-face-1): Add :group.
24228         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
24230 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
24232         * pcvs-defs.el (toplevel): Remove autoload cookie for form
24233         requiring easymenu.
24235 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
24237         * ps-print.el: PostScript user-defined prologue, PostScript error
24238         handler, doc fix.
24239         (ps-print-version): New version number (5.1).
24240         (ps-user-defined-prologue, ps-error-handler-message)
24241         (ps-print-prologue-0, ps-error-handler-alist): New vars.
24242         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
24243         (ps-insert-string): New function.
24245 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
24247         * international/ccl.el (ccl-compile-expression): Don't generate
24248         invalid self-assignment code.
24250 2000-03-14  Dave Love  <fx@gnu.org>
24252         * subr.el (replace-regexp-in-string): Renamed from
24253         replace-regexps-in-string.  Doc fix.
24255 2000-03-12  Dave Love  <fx@gnu.org>
24257         * cus-edit.el: Doc fixes.
24258         (customize-set-variable, customize-save-variable): Rename args for doc.
24259         (custom-variable-tag-face, custom-face-tag-face)
24260         (custom-group-tag-face-1, custom-group-tag-face): Modify from
24261         style which user identify as hyperlink.
24262         (hook): Don't add undefined functions to the hook.
24263         (debug-ignored-errors): Transfer message from bindings.el.
24265 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
24267         * recentf.el (recentf-keep-non-readable-files-p):
24268         Remove double/nested definition.
24270 2000-03-12  Dave Love  <fx@gnu.org>
24272         * facemenu.el (facemenu-get-face): Use display-color-p.
24273         * enriched.el (enriched-decode-foreground): Likewise.
24274         (enriched-decode-background): Likewise.
24275         * isearch.el (isearch-highlight): Likewise.
24276         * info-look.el (info-lookup): Likewise.
24277         * simple.el (completion-setup-function): Likewise.
24279         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
24280         :options.
24282         * bindings.el (mode-line-format): Fix line-number and
24283         column-number items.  Add help-echo for the background.
24284         (mode-line-mule-info): Modify help-echo.
24286         * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
24288         * files.el (load-file): Allow completion to .elc.
24290         * man.el: Doc fixes.
24291         (Man-init-defvars): Use display-color-p to set fontification.
24293         * play/hanoi.el (hanoi-internal): Don't use oddp.
24295 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
24297         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
24299         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
24301 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
24303         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
24304         Fix comment.
24306 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
24308         * font-lock.el (font-lock-keywords): Fix the doc now that
24309         regexp-opt-depth is unnecessary.
24310         (save-buffer-state): Set an edebug spec.
24311         (font-lock-fontify-anchored-keywords): Properly handle the case when
24312         the matcher goes past the limit.
24314         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
24315         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
24317         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
24318         dll.el and cookie.el (from Elib) with heavy renaming and other
24319         massaging.
24321         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
24322         Autoload the functions used.
24323         (easy-mmode-define-syntax): Fix CL typo.
24324         (easy-mmode-define-derived-mode): Improve the docstring generation.
24326 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
24328         * textmodes/texinfo.el (texinfo-version): Variable and function
24329         removed.
24331 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
24333         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
24334         allow more flexibility.
24335         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
24336         (easy-mmode-defmap, easy-mmode-defsyntax)
24337         (easy-mmode-define-derived-mode): New macros.
24339 2000-03-09  Didier Verna  <didier@xemacs.org>
24341         * rect.el (replace-rectangle): New function.
24343 2000-03-09  Dave Love  <fx@gnu.org>
24345         * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
24346         (fortran-comment-line-start-skip): Don't match cpp stuff.
24347         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
24348         (fortran-mode-map): Remove over-eager custom-menu-create for now.
24349         (fortran-mode): Don't set fortran-comment-line-start-skip,
24350         fortran-comment-line-start here.  Set comment-start,
24351         add-log-current-defun.
24352         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
24353         (fortran-current-defun): New function.
24355 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
24357         * emacs-lisp/re-builder.el: New file.
24359         * mouse.el (mouse-drag-region): Don't run up-event handler
24360         if hscroll has changed.
24362         * octave-mod.el (octave-font-lock-keywords): To font-lock the
24363         builtin operators, use `font-lock-builtin-face' for Emacs and
24364         `font-lock-preprocessor-face' otherwise.
24366         * font-lock.el (lisp-font-lock-keywords-1): Highlight
24367         `(defun (setf foo)' differently.
24369 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
24371         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
24372         (regexp-opt): Update comment and adapt the code the new meaning of
24373         the `paren' argument of regex-opt-group for shy-groups.
24374         (regexp-opt-depth): Handle shy groups as well as backslashed
24375         backslashes.
24376         (regexp-opt-group): Turn the leading comment into a docstring.
24377         Allow `paren' to be a string (the string to use to open a group).
24378         Remove open-presuf and close-presuf.  Instead of checking for `all
24379         one-char' and then later on check for `several one-char', handle
24380         both cases close together.  Also apply a more generic algorithm
24381         for suffixes (the mirror image of the algorithm used for
24382         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
24383         (regexp-opt-try-suffix): Removed.
24385         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
24386         from comint-mode-map, so we can just inherit from it.  Also, move
24387         the initialization into the `defvar' since there's no docstring
24388         anyway and it's fairly short.
24389         (inferior-scheme-mode): Define it as derived-mode: the code is
24390         shorter and this way we inherit from comint-mode-map rather than
24391         copying it.
24393         * subr.el (replace-regexps-in-string): Properly handle the case
24394         where we match an empty string.
24396         * comint.el (comint-exec-1): Add the current-dir to the exec-path
24397         when the command has a directory component (such as "./testml").
24398         Also fix a typo in the comment.
24400 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
24402         * Makefile (compile-files): Compile files one by one because
24403         that's the only way to ensure a clean compilation environment for
24404         each individual file.
24406         * frame.el (other-frame): Call x-focus-frame.
24408 2000-03-07  Dave Love  <fx@gnu.org>
24410         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
24411         :require to defcustom.
24413         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
24415         * files.el (auto-mode-alist): Add configure.in.
24417         * progmodes/autoconf.el: New file.
24419 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
24421         * mail/mh-e.el: Change maintainer to `none'.
24423         * recentf.el (recentf-keep-non-readable-files-p): Quote args
24424         to remove-hook and add-hook.
24426 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
24428         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
24429         it as the default.
24430         (mail-send): Test mail-send-nonascii also for the new `mime' value.
24431         (sendmail-send-it): Conditionally add MIME headers specifying the
24432         used character set.
24434 2000-03-07  Dave Love  <fx@gnu.org>
24436         * winner.el: Fix keywords, autoload cookies.
24437         Split eval-when-compile form to avoid compilation failure.
24439 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
24441         * international/mule.el: Modify comment about coding system
24442         property `coding-category'.
24443         (make-coding-system): New argument EOL-TYPE.  Pay attention to
24444         coding-category property of PROPERTIES.
24446         * international/mule-conf.el (coding-category-utf-8)
24447         (coding-category-utf-16-be, coding-category-utf-16-le): New coding
24448         categories.  Include them in the argument for set-coding-priority.
24450         * international/mule-cmds.el (reset-language-environment):
24451         Include coding-category-utf-8, coding-category-utf-16-be, and
24452         coding-category-utf-16-le in the argument for set-coding-priority.
24453         (reset-language-environment): Initialize coding-category-utf-8,
24454         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
24456 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
24458         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
24459         code abstracted out of `bookmark-jump-noselect'.  Now tries info
24460         extensions as well as compression extensions.
24461         (bookmark-jump-noselect): Use above new func.
24463 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
24465         * strokes.el: Change maintainer's mail address.
24467 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
24469         * international/mule-diag.el (list-character-sets): Make help-echo
24470         string by substitute-command-keys.
24471         (list-character-sets): Likewise.
24472         (sort-listed-character-sets): Call help-setup-xref.
24474 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
24476         * time.el (display-time-mail-file): Add `none' to the list of choices.
24478 2000-03-01  Dave Love  <fx@gnu.org>
24480         * help.el (help-xref-go-back): Don't try to set position.
24482         * international/mule-diag.el (list-character-sets):
24483         Call help-setup-xref.  Add help-echo to xrefs.
24484         (list-character-sets-1): Add help-echo to xrefs.
24486 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
24488         * frame.el (blink-cursor-mode): Switch cursor on when turning
24489         the mode off.
24491         * add-log.el (add-log-current-defun): Add support for
24492         Autoconf mode.
24494         * mail/rmail.el (rmail-quit-hook): New variable.
24496 2000-03-01  Dave Love  <fx@gnu.org>
24498         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
24500         * help.el (help-xref-button): Add help-echo arg.
24501         (describe-function-1, describe-variable, help-make-xrefs): Use it.
24503         * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
24505         * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
24507 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
24509         * image.el (defimage): Look for image files in load-path.
24511         * frame.el (busy-cursor-delay-seconds): Change type to `number'.
24513 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
24515         * recentf.el (recentf): Added version tag to the defgroup of recentf.
24517 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
24519         * recentf.el (recentf-cleanup): Changed to remove excluded file too.
24520         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
24521         action to select/unselect a file.
24522         (recentf-edit-list): Code cleanup and improvement.
24523         (recentf-open-more-files-action): `recentf-open-more-files' button
24524         widget action to open a file.
24525         (recentf-open-more-files): No more use standard completion but widgets.
24526         (recentf-more-collection): Deleted.
24527         (recentf-more-history): Deleted.
24528         (recentf-setup-more-completion): Deleted.
24530 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
24532         * recentf.el (recentf-mode): No more needs that Emacs is running
24533         under a window-system.
24535 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
24537         * recentf.el (recentf-edit-list): New command to edit the recent
24538         list which allow the user to remove files.
24539         (recentf-edit-selected-items): New global variable, used by
24540         `recentf-edit-list' to hold the list of files to be removed from
24541         the recent list.
24542         (recentf-make-menu-items): Updated to display a "Edit list..."
24543         menu item.  Minor code cleanup.
24545 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
24547         * recentf.el (recentf-open-more-files): New command to open files
24548         that are not displayed in the menu.
24549         (recentf-more-collection): New global variable holding the set of
24550         permissible completions used by `recentf-open-more-files'.
24551         (recentf-more-history): New global variable holding the history list
24552         used by `recentf-open-more-files' completion.
24553         (recentf-setup-more-completion): New function to setup completion for
24554         `recentf-open-more-files'.
24555         (recentf-make-menu-items): Updated to display a "More..." menu item.
24557 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
24559         * recentf.el (recentf-menu-action): Doc fixed.
24561 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
24563         * recentf.el (recentf-menu-filter): Doc updated.
24564         (recentf-update-menu-hook): Allow menu filters to force menu update.
24565         (recentf-make-menu-items): New menu filter handling.
24566         (recentf-make-menu-item): New helper function.
24567         (recentf-menu-elements): New menu handling function.
24568         (recentf-sort-ascending): Updated to new menu filter handling.
24569         (recentf-sort-descending): Updated to new menu filter handling.
24570         (recentf-sort-basenames-ascending): New menu filter function.
24571         (recentf-sort-basenames-descending): New menu filter function.
24572         (recentf-show-basenames): New menu filter function.
24573         (recentf-show-basenames-ascending): New menu filter function.
24574         (recentf-show-basenames-descending): New menu filter function.
24576 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
24578         * diary-lib.el (list-diary-entries): Don't try to go forward at
24579         the end of the buffer.
24581 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
24583         * international/mule-diag.el (list-character-sets):
24584         Completely rewritten.
24585         (sort-listed-character-sets): New function.
24586         (list-character-sets-1): Completely rewritten.
24587         (list-character-sets-2): New function.
24588         (non-iso-charset-alist): New variable.
24589         (decode-codepage-char): New function.
24590         (charset-history): New variable.
24591         (read-charset) (list-block-of-chars)
24592         (list-iso-charset-chars)
24593         (list-non-iso-charset-chars)
24594         (list-charset-chars): New functions.
24595         (mule-diag): Call list-character-sets-2, not list-character-sets-2.
24596         (dump-charsets): Likewise.
24598 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
24600         * dired-x.el (dired-filename-at-point): Add `@' to valid
24601         file name characters.
24602         (dired-filename-at-point): Handle ange-ftp file names.
24604         * frame.el (frame-notice-user-settings): Use assq-delete-all
24605         instead of assoc-delete-all.
24606         (frame-notice-user-settings): Ditto.
24608         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
24609         Don't copy alist.
24611 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
24613         * calculator.el (calculator-use-menu): New option.
24614         (calculator-initial-bindings): Changed some bindings to work as macros.
24615         (calculator-forced-input): Removed.
24616         (calculator-restart-other-mode): New variable.
24617         (calculator-mode-map): Set up menu.
24619 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
24621         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
24623 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
24625         * viper-cmd.el (viper-envelop-ESC-key): Add the option to
24626         translate all ESC key sequences.
24627         (viper-goto-mark-subr): Restore markers for files for which
24628         they were saved.
24629         * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
24630         * viper-util.el (viper-set-replace-overlay-glyphs)
24631         (viper-set-replace-overlay): Always check if the replacement
24632         overlay is live.
24633         * viper.el (viper-vi-state-mode-list): Add major modes.
24634         * ediff-wind.el: Minor comment changes.
24635         * ediff.el: Copyright notice date fix.
24637 2000-02-27  Jason Rumney  <jasonr@gnu.org>
24639         * faces.el (face-font-family-alternatives): Add arial to helv.
24640         (mode-line, header-line, tool-bar): Same default as x for w32.
24641         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
24642         face-font-family-alternatives from working.
24643         * term/w32-win.el (mouse-set-font): Do not build fontset from
24644         chosen font.
24646 2000-02-25  Sam Steingold  <sds@goems.com>
24648         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
24649         properly.
24651 2000-02-25  Richard M. Stallman  <rms@gnu.org>
24653         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
24655 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
24657         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
24659         * frame.el (busy-cursor-delay-seconds): New option.
24661 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
24663         * frame.el (show-cursor-in-non-selected-windows): New option.
24665 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
24667         * diary-lib.el (include-other-diary-files): Undo the selective
24668         display in any included file and don't kill it.
24670 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
24672         * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
24673         Menu items converted to (menu-item format, help strings added.
24674         [downcase, upcase]: Don't enable on MS-DOS.
24675         [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
24676         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
24678 2000-02-23  Dave Love  <fx@gnu.org>
24680         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
24681         (backward-kill-word): Revert addition of * to interactive spec --
24682         it's a feature.
24684         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
24685         (backward-kill-sentence, kill-sentence): Likewise.
24687         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
24688         scratch buffer name.
24689         (gud-format-command): Use int-to-string in ?l case.  Simplify slightly.
24691         * term/w32-win.el (internal-face-interactive): Update prompt for
24692         new read-face-name.
24694         * mail/footnote.el (footnote): Add :version to defgroup.
24695         (footnote-section-tag-regexp): Customize.
24696         (footnote-start-tag, footnote-end-tag): New option.
24697         (footnote-latin-regexp): New variable.
24698         (Footnote-latin): New function.
24699         (footnote-style-alist): Add element for latin style.
24700         (footnote-style): Moved.
24701         (Footnote-goto-footnote): Use eq to test arg.
24703         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
24705         * emacs-lisp/byte-opt.el: Change old backquote syntax.
24706         (byte-compile-trueconstp): Include keywords.
24707         (byte-optimize-quote, byte-optimize-lapcode):
24708         Use byte-compile-const-symbol-p.
24709         (byte-optimize-char-before): New optimization.
24711         * emacs-lisp/bytecomp.el: Change old backquote syntax.
24712         (byte-compile-const-symbol-p): New function.
24713         (byte-compile-constp, byte-compile-out-toplevel)
24714         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
24715         Use it.
24717         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
24719 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
24721         * international/encoded-kb.el: Be sure to update minor-mode-alist
24722         and minor-mode-map-alist.
24723         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
24724         codes SS2 and SS3 correctly.
24725         (encoded-kbd-self-insert-ccl): New function.
24726         (encoded-kbd-setup-keymap): New function.
24727         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
24728         by calling encoded-kbd-setup-keymap.
24730         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
24731         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
24733 2000-02-22  Dave Love  <fx@gnu.org>
24735         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
24736         (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
24737         (lisp-mode-syntax-table): Set up for #|...|# comments.
24738         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
24739         classes.  Match `defface'.
24740         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
24741         (eval-defun-1): Fix for defcustom.
24742         (lisp-indent-region): Doc fix.
24744         * subr.el (when, unless, split-string): Doc fix.
24745         (read-passwd): Move call of clear-this-command-keys to the right place.
24746         (replace-regexps-in-string): New function.
24748 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
24750         * help.el (describe-variable): Set syntax table to
24751         emacs-lisp-mode-syntax-table when moving forward over the
24752         symbol's name.
24754 2000-02-22  Dave Love  <fx@gnu.org>
24756         * xt-mouse.el: Doc fixes.
24757         (xterm-mouse-position-function): New function, replacing advice of
24758         mouse-position.
24759         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
24761         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
24763 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
24765         * format.el (format-annotate-single-property-change):
24766         Handle properties with dotted-list values.
24767         (format-proper-list-p): New function.
24769         * enriched.el (enriched-face-ans): Handle '(foreground-color
24770         . COLOR) and (background-color . COLOR).
24772 2000-02-20  Dave Love  <fx@gnu.org>
24774         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
24775         and assignments to it.
24776         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
24777         current local map.
24778         (make-flyspell-overlay): Use it.
24779         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
24781         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
24782         (lm-get-header-re): Defun, not defsubst.
24783         (lm-get-package-name): Defun, not defsubst.  Simplify.
24784         (lm-version): Doc fix.  Simplify.
24785         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
24786         (lm-crack-address, lm-last-modified-date, lm-commentary)
24787         (lm-verify, lm-synopsis): Simplify.
24788         (lm-report-bug): Require emacsbug.  Use compose-mail.
24790 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
24792         * dired.el (dired-mode): Call propertized-buffer-identification
24793         to set mode-line-buffer-identification to something having
24794         the right text properties.
24796         * bindings.el (propertized-buffer-identification): New function.
24798 2000-02-20  Dave Love  <fx@gnu.org>
24800         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
24801         check for t-mouse too.
24803         * cus-start.el: Make echo-keystrokes `number'.
24805 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
24807         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
24808         Don't call ring-empty-p unless tags-location-ring is bound.
24809         From Noah Friedman <friedman@splode.com>.
24811 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
24813         * progmodes/hideshow.el (hs-flag-region): No longer use
24814         `intangible' overlay property.
24816         (hs-toggle-hiding): New command.
24817         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
24819         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
24820         Fix omission bug: Run `hs-minor-mode-hook' for both activation
24821         and deactivation.
24823 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
24825         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
24827 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
24829         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
24831         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
24832         of `*' to handle `(* ... *)' comments.
24834 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
24836         * faces.el (list-faces-display): Use display-mouse-p instead of
24837         window-system.
24839         * menu-bar.el (global-map): Menu-bar items converted to the new
24840         format (menu-item..., rearranged for better CUA compliance, and
24841         their names changed for better clarity.  Help strings added.
24843         * international/mule-cmds.el (mule-menu-keymap)
24844         (describe-language-environment-map, set-coding-system-map)
24845         (setup-language-environment-map): Convert to new (menu-item...
24846         form, add help strings.  Change names of menu items for better clarity.
24847         "Mule" menu-bar item removed (it's now in the "Options" submenu).
24849 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
24851         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
24852         within the code.
24854 2000-02-16  Dave Love  <fx@gnu.org>
24856         * faces.el: Don't require custom.  Add more specific :groups to
24857         various deffaces.
24858         (set-face-attribute): Purecopy args.
24859         (read-face-name): Default to name at point and use it in prompt.
24860         Remove colon from arg in all callers.
24861         (list-faces-display): Hyperlink to face descriptions and customize
24862         buffers.
24864 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
24866         * wid-edit.el (widget-match-inline): An atom never matches a list.
24868 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
24870         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
24871         at ':' characters by call to split-string.
24873 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
24875         * textmodes/bibtex.el: Added RCS version identification.
24877 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
24879         * textmodes/bibtex.el: Some temporary comments removed.
24880         (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
24881         (bibtex-field-const): Allow capital letters.
24882         (bibtex-start-of-string): Deleted because unused.
24884         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
24885         use the term 'reference' to describe a bibtex entry as a whole.
24886         Further, reference keys are no longer called 'labels'.
24887         (bibtex-keys): Renamed to bibtex-reference-keys.
24888         (bibtex-reformat-previous-labels): Renamed to
24889         bibtex-reformat-previous-reference-keys.
24890         (bibtex-reference-type): Renamed to bibtex-entry-type.
24891         (bibtex-reference-head): Renamed to bibtex-entry-head.
24892         (bibtex-reference-maybe-empty-head): Renamed to
24893         bibtex-entry-maybe-empty-head.
24894         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
24895         (bibtex-search-reference): Renamed to bibtex-search-entry.
24896         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
24897         bibtex-enclosing-entry-maybe-empty-head.
24898         (bibtex-entry-field-alist, bibtex-entry-head)
24899         (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
24900         (bibtex-map-entries, bibtex-search-entry)
24901         (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
24902         (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
24903         (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
24904         (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
24905         (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
24906         (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
24907         (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
24909 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
24911         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
24912         comment.
24913         (bibtex-format-field-delimiters): New function, functionality
24914         extracted from bibtex-format-entry.
24915         (bibtex-autokey-get-yearfield-digits): New function, functionality
24916         extracted from bibtex-autokey-get-yearfield.
24918         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
24919         entries in order to avoid stack overflow in the regexp matcher if
24920         field contents become large.
24921         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
24922         (bibtex-field-string-part-not-braced)
24923         (bibtex-field-string-part-no-inner-braces)
24924         (bibtex-field-string-part-1-inner-brace)
24925         (bibtex-field-string-part-2-inner-braces)
24926         (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
24927         (bibtex-field-string-quoted, bibtex-field-string)
24928         (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
24929         (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
24930         (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
24931         Deleted as parsing is now performed by the following functions.
24932         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
24933         (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
24934         (bibtex-parse-field-string, bibtex-search-forward-field-string)
24935         (bibtex-parse-association, bibtex-field-name-for-parsing)
24936         (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
24937         (bibtex-search-forward-field, bibtex-search-backward-field)
24938         (bibtex-start-of-field, bibtex-end-of-field)
24939         (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
24940         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
24941         (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
24942         (bibtex-parse-string, bibtex-search-forward-string)
24943         (bibtex-search-backward-string, bibtex-start-of-string)
24944         (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
24945         (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
24946         (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
24947         entries.  Instead of reporting the results of the parsing by
24948         match-beginning or match-end, these functions return data structures
24949         that hold the corresponding positions.
24950         (bibtex-enclosing-field): Changed to also report field boundaries by
24951         return values rather than by match-beginning or match-end.
24952         The following functions have been adapted to use the new
24953         parsing functions.
24954         (bibtex-skip-to-valid-entry, bibtex-search-reference)
24955         (bibtex-enclosing-field, bibtex-format-entry)
24956         (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
24957         (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
24958         (bibtex-print-help-message, bibtex-end-of-entry)
24959         (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
24960         (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
24961         (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
24962         Use the new method for parsing.
24963         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
24964         (bibtex-map-entries, bibtex-flash-head)
24965         (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
24966         (bibtex-autokey-change, bibtex-autokey-get-namefield)
24967         (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
24968         (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
24969         (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
24970         (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
24971         (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
24972         order to make the new binding of case-fold-search immediately visible.
24974 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
24976         * textmodes/bibtex.el: Copyright notice is up to date.
24977         Added constant 'bibtex-maintainer-salutation.
24979         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
24980         than make-temp-name, use match-string-no-properties and eliminate
24981         a quadratic behavior when building bibtex-strings.
24983         * bibtex.el (bibtex-reference-key): Accept string entries whose
24984         reference key contains upper case letters.
24986 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
24988         * bibtex.el (bibtex-reference-head): Allow entries to start with
24989         a new line.
24991 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
24993         * bibtex.el: Hiding of entry bodies is not longer provided by
24994         bibtex.el directly.  Instead the hideshow package can be used.
24995         Added a special bibtex entry to hs-special-modes-alist.
24996         (bibtex-hs-forward-sexp): Added for hideshow.el.
24998 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
25000         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
25001         proceedings entry type (for cross referencing). Thanks to Wagner
25002         Toledo Correa for the suggestion.
25004         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
25006 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
25008         * international/characters.el: Setup case table for Vietnamese.
25010 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
25012         * uniquify.el (toplevel): Require CL at compile time.
25013         (uniquify-push): Removed.
25015         * shadowfile.el (shadow-when): Removed.
25017         * tempo.el (tempo-dolist, tempo-mapc): Removed.
25018         (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
25020         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
25021         regexp for paragraph-start.
25023         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
25024         commas as well.
25026 2000-02-10  Dave Love  <fx@gnu.org>
25028         * wid-edit.el: (widgets) [defgroup]: Remove url link.
25029         (widget-color-choice-list, widget-color-history, widget-mouse-help):
25030         Deleted.
25031         (widget-specify-field, widget-specify-button): Don't use
25032         widget-mouse-help as help-echo property.
25033         (default): Use #'ignore for :validate and :mouse-down-action.
25034         (checkbox): Add help-echo.
25035         (widget-sexp-validate): Rewritten to clarify error messages.
25036         (character): Use char-valid-p in :match function.
25037         (widget-color-complete): Use facemenu-color-alist.
25038         (widget-color-action): Use facemenu-read-color.
25040         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
25041         set up `caar' &c that we now have.
25043 2000-02-09  Ray Blaak  <blaak@gnu.org>
25045         * delphi.el: Make resourcestring a declaration region, like const
25046         and var.
25048 2000-02-09  Dave Love  <fx@gnu.org>
25050         * bindings.el (mode-line-input-method-map): New variable.
25051         (mode-line-mule-info): Use it; fix last change.
25052         (mode-line-mode-menu): Move definition.
25053         (mode-line-mouse-sensitive-p): Deleted.
25054         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
25055         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top level.
25057         * startup.el (command-line-1): Don't call
25058         make-mode-line-mouse-sensitive.
25060 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
25062         * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
25063         before rmail-toggle-header, because the former toggles headers.
25065 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
25067         * diff-mode.el (diff-kill-junk): New interactive function.
25068         (diff-reverse-direction): Use delete-and-extract-region.
25069         (diff-post-command-hook): Restrict the area so that the hook also works
25070         outside of any diff hunk.  This is necessary for the minor-mode.
25071         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
25072         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
25074         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
25075         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
25076         so that it can be used more easily in <foo>-mode-hook.  Also make sure
25077         to avoid duplicate entries.
25078         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
25079         (font-lock-remove-keywords): Just as was done for `add', allow it to
25080         work even if font-lock-mode is nil.  Also make sure we don't modify
25081         any pre-existing list by forcing a copy-sequence.  Finally rename
25082         `major-mode' to `mode'.
25083         (font-lock-fontify-syntactic-anchored-keywords)
25084         (font-lock-fontify-anchored-keywords)
25085         (font-lock-fontify-keywords-region): Use line-end-position.
25086         Don't make `font-lock-multiline' local (it's now done in
25087         font-lock-set-defaults).
25088         (font-lock-set-defaults): Make `font-lock-multiline' local.
25089         Move the `font-lock-fontified' creation to inside the `unless'.
25091 2000-02-06  Andrew Innes  <andrewi@gnu.org>
25093         * term/w32-win.el (x-handle-args): Comment out call to message,
25094         which occurs before window system is initialized.
25096         * makefile.nt: Add support for recompiling lisp code.
25098 2000-02-04  Dave Love  <fx@gnu.org>
25100         * bindings.el (mode-line-mule-info): Fix/extend last change.
25102         * completion.el: Replace completion-dolist with dolist.
25104         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
25106 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
25108         * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
25109         environment names before they go into the section regexp.
25111         * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
25112         char class in regexp.
25114         * textmodes/reftex-parse.el (reftex-with-special-syntax):
25115         Bind `case-fold-search' to nil.
25117         * progmodes/idlwave.el (idlwave-template):
25118         Respect `idlwave-abbrev-change-case'.
25119         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
25120         (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
25121         (idlwave-while): Respect `idlwave-reserved-word-upcase'.
25122         (idlwave-rw-case): New function.
25123         (idlwave-statement-match): Fixed problem with assignment regexp.
25124         (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
25125         (idlwave-surround): New argument LENGTH to support padding of
25126         operators longer than 1 char.
25128         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
25129         idlwave-shell-expression-overlay.  Implemented printing of
25130         expressions on higher levels of the calling stack.
25131         (idlwave-shell-display-level-in-calling-stack): Restore stack level.
25132         (idlwave-retrieve-expression-from-level): New function.
25133         (idlwave-shell-last-calling-stack): Variable removed.
25134         (idlwave-shell-reset): Argument action reversed (`visible' to
25135         `hidden').  Also remove stop-line overlay.
25136         (idlwave-shell-calling-stack-routine): New variable.
25137         (idlwave-shell-parse-stack-and-display): Messages now display
25138         negative level numbers.
25139         (idlwave-shell-mode): Set `modeline-format'.
25140         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
25141         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
25142         (idlwave-shell-print-expression-function): New option.
25144         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
25145         (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
25146         `tool-bar' instead of `toolbar'.
25148 2000-02-02  Dave Love  <fx@gnu.org>
25150         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
25151         emacs-lisp-mode-hook.  Don't check for defalias being defined.
25153         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
25154         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
25155         Use the new builtins directly.
25157         * whitespace.el (whitespace): Add :version to defgroup.
25159         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
25160         Doc fix.
25162         * thingatpt.el (sexp-at-point, symbol-at-point)
25163         (number-at-point, list-at-point): Add autoload cookie.
25165         * recentf.el (recentf): Add :version to defgroup.
25167         * quickurl.el (quickurl): Add :version to defgroup.
25169         * elide-head.el (elide-head): Use point-marker more.
25171         * bs.el (bs): Add :version to defgroup.
25173         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
25175         * progmodes/delphi.el (delphi): Add :version to defgroup.
25177 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
25179         * ange-ftp.el (ange-ftp-write-region): Handle case that
25180         succeeding process operation sets a different coding system.
25182         * calculator.el: New file.
25184 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
25186         * frame.el (frames-on-display-list, framep-on-display): New functions.
25187         (display-mouse-p, display-popup-menus-p, display-graphic-p)
25188         (display-selections-p, display-screens, display-pixel-width)
25189         (display-pixel-height, display-mm-width, display-mm-height)
25190         (display-backing-store, display-save-under, display-planes)
25191         (display-color-cells, display-visual-class): New functions.
25193         * term/tty-colors.el (tty-color-gray-shades): New function.
25195         * faces.el (display-color-p): Use framep-on-display.
25196         (display-grayscale-p): New function.
25198 2000-01-31  Dave Love  <fx@gnu.org>
25200         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
25201         (create-fontset-from-x-resource): Don't concat integers.
25203 2000-01-31  Inge Frick  <inge@nada.kth.se>
25205         * view.el: Some changes in documentation.  Removed some trailing
25206         whitespace. Changed some parameter names to agree with documentation.
25207         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
25208         window is not deleted.  Modifies change 1998-04-26.
25210 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
25212         * windmove.el: New file.
25214         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
25215         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
25216         progmodes/ebnf-yac.el: Update copyright and license info.
25218         * jit-lock.el (jit-lock-function): Widen before calculating
25219         end position.
25220         (jit-lock-stealth-chunk-start): Rewritten.
25222         * info.el (Info-title-face-alist): Removed.
25223         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
25224         (Info-fontify-node): Use these faces.
25226 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
25228         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
25229         (cl-macro-list1): Recognize `&allow-other-keys' instead of
25230         `&allow-other-keywords'.
25232         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
25233         the list of directories scanned heuristically.
25235         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
25237 2000-01-30  Jason Rumney  <jasonr@gnu.org>
25239         * w32-fns.el: Define w32-tty-standard-colors.
25241         * startup.el (command-line): Use w32-tty-standard-colors when in
25242         w32 console mode.
25244 2000-01-30  Dave Love  <fx@gnu.org>
25246         * jka-compr.el (jka-compr-load): Fix up load-history.
25248         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
25250         * emacs-lisp/cl-macs.el: Revert previous change.
25252 2000-01-29  Dave Love  <fx@gnu.org>
25254         * facemenu.el: Purecopy various strings.
25256         * timezone.el (timezone-fix-time): Window against 69 for two-digit
25257         years.  Deal with three-digit years.
25259         * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
25260         Use defconst, purecopy.
25261         (help-back-label): Purecopy it.
25263 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
25265         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
25266         variable. If non-nil, order the buffer list according to the
25267         currently selected frame.
25268         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
25269         non-nil, pass the selected frame to function buffer-list.
25271 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
25273         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
25275 2000-01-28  Dave Love  <fx@gnu.org>
25277         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
25279         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
25280         Don't use lisp-indent-hook property.
25281         (cl-abs): Remove.
25283         * subr.el: Move out indent and edebug specs for when and unless.
25285         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
25286         when, unless.
25288         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
25289         unless, when.
25291 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
25293         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
25294         `collecting' as synonym for `collect'.
25296         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
25297         for the case it contains spaces.
25299         * simple.el (what-cursor-position): Change formatting of messages.
25301         * frame.el (delete-other-frames): New function.
25302         (toplevel): Bind it to C-x 5 1.
25304         * sort.el (sort-numeric-base): New option.
25305         (sort-numeric-fields): If number starts with `0' or `0[xX[',
25306         interpret it as octal or hexadecimal.  Use sort-numeric-base
25307         as default base.
25309         * progmodes/glasses.el: New file.
25311 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
25313         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
25314         userids differently.
25316         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
25317         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
25318         progmodes/ebnf-yac.el: New files.
25320 2000-01-26  Dave Love  <fx@gnu.org>
25322         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
25323         on a function with an empty body.  [From Eric Ludlam.]
25325 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
25327         * vc.el (vc-version-diff): Make sure file name is expanded.
25329 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
25331         * scroll-bar.el (scroll-bar-timer): Variable removed.
25332         (scroll-bar-toolkit-scroll): Don't use a timer.
25334 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
25336         * language/thai-util.el (thai-composition-function):
25337         Delete superfluous `a'.
25339 2000-01-24  Dave Love  <fx@gnu.org>
25341         * fortran.el (fortran-mode): Use beginning-of-defun-function,
25342         end-of-defun-function.
25344         * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
25346 2000-01-22  Jason Rumney  <jasonr@gnu.org>
25348         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
25349         conflicts with new face support.
25351 2000-01-22  Richard M. Stallman  <rms@gnu.org>
25353         * replace.el (query-replace): Rename last arg to DELIMITED.
25354         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
25355         (query-replace-regexp): Likewise.
25357 2000-01-20  Richard M. Stallman  <rms@gnu.org>
25359         * subr.el (with-syntax-table): Use make-symbol, not gensym.
25361         * emacs-lisp/lisp.el (beginning-of-defun-function):
25362         Variable renamed from beginning-of-defun.
25363         Do not call make-variable-buffer-local.
25364         (beginning-of-defun-raw): Use new variable name; doc fix.
25365         (beginning-of-defun): Doc fix.
25366         (end-of-defun-function): Variable renamed from end-of-defun.
25367         Do not call make-variable-buffer-local.
25368         (end-of-defun): Use new variable name; doc fix.
25370         * subr.el (dolist, dotimes): Copied from cl-macs.el
25371         and made to work.
25373         * mail/undigest.el (rmail-digest-end-regexps):
25374         Variable replaces rmail-digest-end-regexp.
25375         Allows multiple regexps for detecting the end line.
25376         (undigestify-rmail-message): Corresponding changes.
25378 2000-01-19  Dave Love  <fx@gnu.org>
25380         * files.el (user-init-file): Don't declare here -- is primitive.
25382         * startup.el (command-line): Check for compiled user-init-file and
25383         set to uncompiled version if necessary.
25385 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
25387         * mail/undigest.el (rmail-digest-end-regexp): New user option.
25388         (undigestify-rmail-message): Use it.
25390         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
25392 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
25394         * tmm.el (tmm-goto-completions): Adapt to prompt being part
25395         of mini-buffer.
25397 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
25399         * emacs-lisp/copyright.el (copyright-update): Removed the
25400         requirement for a trailing space from `copyright-regexp', to
25401         support copyrights with owner specified on a separate line..
25403         * align.el: New file.
25405         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
25407         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
25409 2000-01-13  Dave Love  <fx@gnu.org>
25411         * ph.el: Removed.  (Obsoleted by EUDC.)
25413 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
25415         * net/eudc.el (toplevel): Remove autoloaded code installing
25416         menu with easymenu, because that causes build problems.
25418         * frame.el (frame-notice-user-settings): New variable.
25419         (frame-notice-user-settings): Don't modify frame parameters
25420         if called a second time.
25422 2000-01-13  Richard M. Stallman  <rms@gnu.org>
25424         * frame.el (frame-notice-user-settings):
25425         Notice default-frame-parameters even for non-window frames.
25427 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
25429         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
25430         for Emacs.
25431         (eudc-bob-can-display-inline-images): Extend for Emacs.
25432         (eudc-bob-toggle-inline-display): Ditto.
25433         (eudc-bob-display-jpeg): Ditto.
25435 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
25437         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
25438         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
25439         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
25441         * add-log.el (add-change-log-entry): Fix error trying an
25442         `(insert nil)'.
25444         * subdirs.el: Add `net' directory.
25446         * net: New directory.
25448         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
25449         eval-last-sexp.  Don't bind debug-on-error here.
25450         (eval-last-sexp): New function.  Bind debug-on-error if
25451         eval-expression-debug-on-error is non-nil.
25452         (eval-defun-2, eval-defun): Likewise.
25454         * simple.el (eval-expression): Don't bind debug-on-error if
25455         eval-expression-debug-on-error is nil.  Detect changed
25456         debug-on-error, and propagate new value to global binding, if
25457         eval-expression-debug-on-error is non-nil,
25458         (eval-expression-debug-on-error): Change doc string.
25460 2000-01-11  Richard M. Stallman  <rms@gnu.org>
25462         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
25464         * emacs-lisp/lisp-mode.el (with-syntax-table):
25465         Set up lisp-indent-function property.
25467         * subr.el (with-syntax-table): Moved from simple.el.
25469         * simple.el (with-syntax-table): Moved to subr.el.
25471 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
25473         * tmm.el (tmm-shortcut): Delete region after prompt instead
25474         of erasing buffer.
25476         * textmodes/fill.el (fill-common-string-prefix): New function.
25477         (fill-context-prefix): Use the longest common prefix of first
25478         and second line fill prefix, if there is one.
25480 2000-01-11  Richard M. Stallman  <rms@gnu.org>
25482         * array.el (array-mode): Don't use make-variable-buffer-local.
25483         Use make-local-variable for `truncate-lines'.
25485 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
25487         * add-log.el (add-log-current-defun): Handle user-defined
25488         add-log-current-function returning nil,
25490         * add-log.el (add-change-log-entry): Insert version number
25491         if having found a current function
25493         * add-log.el (add-log-current-defun):
25494         Call `add-log-current-defun-function'.  Try matches at level 0 and
25495         level 1.  Strip whitespace from defun found.
25497 2000-01-10  John Wiegley  <johnw@gnu.org>
25499         * allout.el (isearch-done/outline-provisions): Added `edit'
25500         argument to correspond with the current definition of `isearch-done'.
25502 2000-01-10  Dave Love  <fx@gnu.org>
25504         * elide-head.el (elide-head): Use point-marker, not point.
25506 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
25508         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
25509         before and after the year 2000.
25511         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
25512         Add ispell- prefix.
25514 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
25516         * ispell.el:  Only define dictionaries in menus when they exist.
25517         (version18p): New variable.
25518         (version20p): New variable.
25519         (xemacsp): New variable.
25520         (ispell-choices-win-default-height): Fix for XEmacs visibility.
25521         (ispell-dictionary-alist1): Added Brasileiro dictionary.
25522         (ispell-dictionary-alist6): Russian command lines no longer accept
25523         run-together words.
25524         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
25525         (ispell-dictionary-alist): Add koi8-r to customize definition.
25526         (check-ispell-version): Added documentation string.  Return library
25527         path when called non-interactively.
25528         (ispell-menu-map-needed): Uses new variables.
25529         (ispell-library-path): New variable.
25530         (ispell-decode-string): XEmacs fix for bogus variable bindings.
25531         (ispell-word): Improved documentation string.  Test for valid
25532         character mappings.  Correctly check typed in word changes that can
25533         result in single words split into multiple words.
25534         Return replacement word.
25535         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
25536         replace in recursive query replace mode.  Help message for
25537         recursive edit mode.
25538         (ispell-show-choices): Protect against bad framepop bindings.
25539         (ispell-help): Fix to work with XEmacs.
25540         (ispell-highlight-spelling-error): Use new variables.
25541         (ispell-overlay-window): Fix to work with XEmacs.
25542         (ispell-parse-output): Passed and returns location information
25543         tracking spelling corrections.  Doesn't recheck same word on
25544         current line.
25545         (ispell-init-process): Protect against bogus XEmacs variable binding.
25546         Fix call to single argument in sleep-for.  Use new variables.
25547         (ispell-region): Passed and returns location information tracking
25548         spelling corrections.  Doesn't check same word on current line.
25549         Improved documentation string.  Doesn't resend a line already
25550         checked to the ispell process - fixes bug in LaTeX parsing.
25551         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
25552         (ispell-skip-region): No longer skips <TT> in SGML.
25553         (ispell-process-line): Tracks location information with spelling
25554         corrections.  Added documentation string.  Accounts for words
25555         already accepted on this line.  Don't allow query-replace on line
25556         starting with math characters.  Doesn't resend a line already sent
25557         to ispell process.  Fixes alignment error bug.
25559 2000-01-10  Richard M. Stallman  <rms@gnu.org>
25561         * dired-x.el (dired-guess-shell-alist-default):
25562         Suggest xloadimage, which is free, not xv, which isn't.
25564         * ange-ftp.el (ange-ftp-file-name-nondirectory):
25565         Don't ever include the host name or user name in the value.
25567 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
25569         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
25570         of a real newline.
25572 2000-01-09  Stephen Eglen  <stephen@gnu.org>
25574         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
25575         for .png files.
25577 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
25579         * cus-edit.el (custom-hook-convert-widget): Fix comment.
25581 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
25583         * progmodes/cperl-mode.el: Replace ^F with ^L.
25585         * sendmail.el (toplevel): Provide `sendmail' when compiling before
25586         `require'ing rmail and mailalias to prevent infinite recursion.
25588 2000-01-08  Dave Love  <fx@gnu.org>
25590         * emacs-lisp/backquote.el: Remove inappropriate customization
25591         (allowing custom.el to use backquote).
25593 2000-01-07  Dave Love  <fx@gnu.org>
25595         * add-log.el (add-log-debugging): Deleted.
25596         (add-change-log-entry): Treat a backup FILE-NAME as its parent
25597         file.  Remove debugging code.
25598         (change-log-get-method-definition, change-log-name): Add doc.
25599         (change-log-sortable-date-at): New function.
25600         (change-log-merge): New command.
25602         * time.el (display-time-string-forms): Make the Mail string active.
25603         (display-time-update): Provide help-echo for load average.
25605         * bindings.el (make-mode-line-mouse2-map): New function.
25606         (mode-line-modified): Use it and simplify.
25607         (mode-line-mule-info): Provide help-echo info.
25608         (minor-mode-alist): Activate the strings.
25609         (make-mode-line-mouse-sensitive): Simplify for
25610         mode-line-buffer-identification.
25612 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
25614         * play/pong.el: New file.
25616 2000-01-06  Dave Love  <fx@gnu.org>
25618         * array.el: Assorted cleanups for compiler warnings, doc strings,
25619         `array-' prefix for symbols.
25621 2000-01-05  Dave Love  <fx@gnu.org>
25623         * textmodes/outline.el (outline-mode-menu-bar-map):
25624         Add outline-headers-as-kill.
25625         (outline-mode): Define imenu-generic-expression.
25626         (outline-headers-as-kill): New command.
25628         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
25629         from paragraph-start.
25630         (paragraph-indent-minor-mode): New command.
25632         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
25633         M-C-e, M-C-h, C-j, C-xnd, TAB.
25634         (fortran-mode): Set beginning-of-defun, end-of-defun.
25635         (fortran-column-ruler): Simplify.
25636         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
25637         (fortran-with-subprogram-narrowing): Likewise.
25638         (fortran-indent-subprogram): Call mark-defun.
25639         (fortran-check-for-matching-do): Change narrowing.
25641         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
25642         (cl-lucid-hash-tag): Delete.
25643         (cl-hash-table-p): Correct test for native table.
25644         (cl-hash-table-count): Use hash-table-count.
25646         * browse-url.el (browse-url): Fix case of
25647         browse-url-browser-function being an alist.
25649 2000-01-05  Carsten Dominik  <cd@gnu.org>
25651         * textmodes/reftex-vars.el (reftex-parse-file-extension)
25652         (reftex-index-phrase-file-extension): New options.
25654         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
25655         Use new option `reftex-index-phrase-file-extension'.
25657         * textmodes/reftex.el (reftex-access-parse-file): Use new option
25658         `reftex-parse-file-extension'.
25660 2000-01-05  Dave Love  <fx@gnu.org>
25662         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
25663         (beginning-of-defun-raw): Use it.
25664         (end-of-defun): New variable.
25665         (end-of-defun): Use it.
25666         (check-parens): New command.
25668 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
25670         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
25671         (hs-show-block): Don't use `mapcar' when not accumulating.
25673         Fix buglet in local variables initialization.
25675 2000-01-05  Andreas Schwab  <schwab@suse.de>
25677         * hscroll.el (hscroll): Doc fix.
25679 2000-01-05  Carsten Dominik  <cd@gnu.org>
25681         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
25682         Require idlw-toolbar.
25684         * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
25685         file idlw-rinfo.el.
25686         (idlwave-customize): Load must read file idlw-shell.el.
25687         (idlwave-create-customize-menu): Load must read file idlw-shell.el.
25689 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
25691         * progmodes/idlw-shell.el: Also provide idlwave-shell
25692         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
25693         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
25695         * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
25696         both reftex-dcr and reftex-vcr.
25698         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
25700 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
25702         * ps-print.el: PostScript code now is in separate files, doc fix.
25703         (ps-print-version): New version number (5.0.3).
25704         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
25705         local.
25706         (ps-spool-config): Initialization fix.
25707         (ps-print-prologue-1, ps-print-prologue-2)
25708         (ps-print-duplex-feature): PostScript code moved to separated file.
25709         (ps-background-image): Little code reformating.
25710         (ps-begin-file, ps-begin-job): Fix code.
25711         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
25712         (ps-prologue-file): New fun.
25714 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
25716         * ps-vars.el: Eliminated.
25718         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
25719         `;;;###autoload'.
25721         * ps-print.el: ps-vars eliminated, doc fix.
25722         (ps-print-version): New version number (5.0.2).
25723         (ps-spool-config): Initialization fix.
25724         (ps-print-customize): New fun.
25726 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
25728         * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
25730 2000-01-04  Dave Love  <fx@gnu.org>
25732         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
25733         menu items.
25735 2000-01-03  Dave Love  <fx@gnu.org>
25737         * elide-head.el (elide-head) [defgroup]: Add :version.
25739         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
25740         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
25741         Use `cl-hash-table-p', not `hash-table-p'.
25742         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
25744 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
25746         * faces.el (face-read-integer, read-face-attribute)
25747         (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
25749 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
25751         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
25752         at comment end, and re-insert them after filling.
25754 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
25756         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
25757         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
25758         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
25760 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
25762         * term/x-win.el (xw-defined-colors): Call color-supported-p,
25763         the new name of face-color-supported-p.
25765         * term/w32-win.el (xw-defined-colors): Likewise.
25767 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
25769         * simple.el (completion-setup-function): Count completion-size
25770         from minibuffer-prompt-end, not from point-min.
25772 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
25774         * faces.el (read-face-attribute, defined-colors, color-defined-p):
25775         Pass the frame to tty-color-* functions.
25776         (display-color-p, frame-set-background-mode): Pass the frame to
25777         tty-display-color-p.
25779         * term/tty-colors.el (tty-defined-color-alist): Renamed from
25780         tty-color-alist.
25781         (tty-color-alist, tty-modify-color-alist): New functions.
25782         (tty-color-define,  tty-color-clear, tty-color-approximate)
25783         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
25784         optional parameter FRAME.
25786 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
25788         * image.el (create-image, defimage): Don't assume image data is
25789         a string.
25791         * image.el (defimage): Handle specifications containing :data
25792         instead of :file.
25793         (image-type-from-data): New function.
25794         (image-type-from-file-header): Use it.
25795         (create-image): Add parameter DATA-P.
25797 See ChangeLog.8 for earlier changes.
25799 ;; Local Variables:
25800 ;; coding: iso-2022-7bit
25801 ;; End:
25803     Copyright (C) 2000, 2001 Free Software Foundation, Inc.
25804   Copying and distribution of this file, with or without modification,
25805   are permitted provided the copyright notice and this notice are preserved.