Include "character.h".
[emacs.git] / lisp / ChangeLog
blobd5fe8ec4c9638459c6d2e3538b5b1f75a19506f9
1 2002-02-26  Richard M. Stallman  <rms@gnu.org>
3         * paths.el (remote-shell-program): Add doc string.
5 2002-02-26  Colin Walters  <walters@debian.org>
7         * ibuf-ext.el (sorter mode-name): New.
8         (ibuffer-do-occur): Don't quote ibuffer-marked-char.
10         * calc/calc-ext.el (calc-scroll-left): Call scroll-left
11         interactively, so they do something.
12         (calc-scroll-right): Ditto.
14 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
16         * international/mule.el (ctext-pre-write-conversion): Handle the
17         case when FROM is a string, and when we are called from
18         build_annotations_2.
20 2002-02-26  Richard M. Stallman  <rms@gnu.org>
22         * rect.el (clear-rectangle-line): Reindent to the same column
23         that move-to-column reached when it tried to go to endcol.
25         * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
27 2002-02-26  Ivar Rummelhoff  <ivarru@math.uio.no>
29         * winner.el (winner-boring-buffers, winner-set): A window which
30         displays a buffer whose name is in the list
31         `winner-boring-buffers', will no longer be restored by
32         `winner-undo'.
33         (winner-sorted-window-list): Used to improve comparison between
34         window configurations.
35         (winner-win-data): Simplified and moved.
36         (winner-conf): Simplified (now uses `winner-win-data').
37         (winner-change-fun, winner-save-old-configurations)
38         (winner-save-(un)conditionally, winner-redo): Changes made while in
39         the minibuffer will be ignored.  (Such changes are undone upon
40         exit for the minibuffer, anyway.)
41         (winner-set-conf): Preserve selected window whenever possible.
42         (winner-make-point-alist): Simplified.
43         (winner-mode, winner-save-unconditionally): Save current window
44         configuration on entering minibuffer.
45         (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
46         since it does not change the overall behavior of Emacs.
48 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
50         * international/mule-conf.el (compound-text): Renamed back from
51         compound-text-no-extensions.
52         (ctext-no-compositions): Remove the mime-charset property.
53         (compound-text-with-extensions): Renamed from compound-text.
54         (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
56 2002-02-26  Juanma Barranquero  <lektu@terra.es>
58         * faces.el (list-faces-display): Fix typo.
60 2002-02-25  Richard M. Stallman  <rms@gnu.org>
62         * frame.el (focus-follows-mouse): Doc fix.
64 2002-02-26  Miles Bader  <miles@gnu.org>
66         * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
67         to `define-key', since it no longer accepts the latter.
69 2002-02-25  Jason Rumney  <jasonr@gnu.org>
71         * term/w32-win.el (mouse-wheel-scroll-line): Use car of
72         mouse-wheel-scroll-amount.
74         * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
75         mwheel.el.
77         * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
79 2002-02-25  Andre Spiegel  <spiegel@gnu.org>
81         * vc.el (vc-diff-switches-list): Fix prev change, making the macro
82         consistent with the others that take a backend name as a symbol.
84         * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
86 2002-02-25  Kim F. Storm  <no-spam@cua.dk>
88         * comint.el (comint-replace-by-expanded-filename): Do nothing if
89         comint-match-partial-filename returns nil.
91         * shell.el (shell-pcomplete-setup-done): New variable.
92         (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
93         (shell-pcomplete-reverse): Ditto.
95 2002-02-25  Per Abrahamsen  <abraham@dina.kvl.dk>
97         * ps-print.el (ps-print-printer): Added `lpr' customize group
98         member. 
100 2002-02-25  Juanma Barranquero  <lektu@terra.es>
102         * subr.el (save-match-data): Doc fix.
104         * ielm.el (ielm-prompt): Allow customization; make it read-only.
106 2002-02-25  Kim F. Storm  <storm@cua.dk>
108         * shell.el (shell-mode-map): Add "Complete" header so completion
109         menu is shown on the menu bar in shell mode.
111 2002-02-25  Stefan Monnier  <monnier@cs.yale.edu>
113         * ielm.el (ielm-match-data): New var.
114         (inferior-emacs-lisp-mode): Make it buffer-local.
115         (ielm-eval-input): Use it to preserve match-data between inputs.
117 2002-02-24  Juanma Barranquero  <lektu@terra.es>
119         * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
121 2002-02-24  Per Abrahamsen  <abraham@dina.kvl.dk>
123         * cus-edit.el (custom-unlispify-remove-prefixes): Add to
124         `custom-buffer' customize group.
126 2002-02-23  Kim F. Storm  <storm@cua.dk>
128         * help.el (where-is): Use remap-command.
130         * help-fns.el (describe-function-1): Use remap-command.
132         * subr.el (global-set-key, local-set-key): Undo 2002-02-06
133         change (no longer accept a symbol for the KEY argument).
135 2002-02-23  Colin Walters  <walters@debian.org>
137         * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
138         * calc/calcalg2.el (math-solve-get-sign): Ditto.
140         * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
141         in generated function.
143         * ibuf-ext.el (ibuffer-old-time): Change to hours.
144         (ibuffer-mark-old-buffers): Handle it.
146         * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
147         (toplevel): Bind them.
148         (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
149         not necessary now that we use pcomplete.
151         * comint.el: Document how use new pcomplete completion facility.
153 2002-02-23  Richard M. Stallman  <rms@gnu.org>
155         * mail/rmailsum.el (rmail-summary-output): Properly advance
156         to next message, by calling rmail-summary-goto-msg.
158         * net/browse-url.el (browse-url-galeon): Specify --existing
159         for an existing window.  Use --noraise rather than --no-raise.
160         Don't use -x.
162 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
164         * progmodes/etags.el (find-tag-noselect, find-tag)
165         (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
166         Fix a typo in doc strings.
168 2002-02-20  Deepak Goel  <deego@glue.umd.edu>
170         * play/snake.el (snake-velocity-queue, snake-update-velocity)
171         (snake-final-x-velocity, snake-final-y-velocity):
172         New variable and functions.  Store user's keypresses
173         into a queue and pop from the queue each subsequent turn.
174         (snake-update-game, snake-move-left)
175         (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
176         (snake-start-game): Use that queue.
177         (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
178         (snake-use-color-flag): Likewise.
179         (snake-mode): Rename uses of those variables.
181 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
183         Support for ICCCM  Extended Segments in X selections:
185         * international/mule-conf.el (ctext-no-compositions): New coding
186         system.
187         (compount-text-no-extensions): Renamed from compound-text.
188         (x-ctext-no-extensions, ctext-no-extensions): Aliases for
189         compound-text-no-extensions.
190         (compound-text): Redefined using post-read and pre-write conversions.
192         * international/mule.el (non-standard-icccm-encodings-alist)
193         (non-standard-designations-alist): New variables.
194         (ctext-post-read-conversion, ctext-pre-write-conversion):
195         New functions.
197 2002-02-21  Andre Spiegel  <spiegel@gnu.org>
199         Patch by Jonathan Kamens <jik@kamens.brookline.ma.us>.
201         * vc.el (vc-default-init-version): Update documentation to
202         indicate that the backend can override the default init version.
203         (vc-register): Use the backend init-version function, if it
204         exists, to determine the initial version of a file.
205         (vc-diff-switches-list): Don't symbol-quote backend, since it's
206         already a symbol.  Don't fail if vc-BACKEND-diff-switches isn't bound.
208         * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
209         not version-controlled.  This is necessary, e.g., if the file has
210         just been reverted, and thus was previously under version control
211         but isn't any longer.
212         (vc-find-file-hook): Likewise.
214 2002-02-21  Andre Spiegel  <spiegel@gnu.org>
216         Patch by Martin.Lorentzson@telia.com.
218         * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
219         (vc-cvs-sticky-tag-display): New variable.
220         (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
221         (vc-cvs-checkin): If the input revision is a valid symbolic tag
222         name, we create it as a branch, commit and switch to it.
223         (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
224         (vc-cvs-valid-symbolic-tag-name-p): New function.
225         (vc-cvs-parse-sticky-tag): New function.
226         (vc-cvs-parse-entry): Added parsing of sticky tags.
228 2002-02-21  Per Abrahamsen  <abraham@dina.kvl.dk>
230         * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
231         nil, and then explicitly set the standard-value to t.
233 2002-02-20  Sam Steingold  <sds@gnu.org>
235         * textmodes/flyspell.el (flyspell-mode): Autoload the variable
236         since it is used in the menu bar.
238 2002-02-20  Richard M. Stallman  <rms@gnu.org>
240         * simple.el (shell-command-on-region): Display the exit status
241         when a command fails.
243         * subr.el (add-hook): Doc fix.
245         * frame.el (other-frame): Doc fix.
247         * simple.el (yank): Clear `field' property.
249 2002-02-20  Tom Tromey  <tromey@cachet>
251         * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
252         natural paragraph boundaries.  Don't fail at beginning of buffer.
254 2002-02-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
256         * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
257         call the argument "arg" to match plain next-line and
258         previous-line.  From Kevin Ryde <user42@zip.com.au>.
260 2002-02-19  Sam Steingold  <sds@gnu.org>
262         * mwheel.el (mouse-wheel-scroll-amount): Can specify different
263         scroll amounts for different modifiers now.
264         (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
265         format properly.
266         (mouse-wheel-mode): Ditto.
268 2002-02-19  Eli Zaretskii  <eliz@is.elta.co.il>
270         * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
271         around function body.
273         * net/browse-url.el (browse-url-maybe-new-window): Reverse the
274         sense of the comparison, to match the doc strings of functions
275         that use this macro.
277 2002-02-19  Per Abrahamsen  <abraham@dina.kvl.dk>
279         * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
281         * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
282         * menu-bar.el (menu-bar-mode): Ditto.
284 2002-02-18  Andreas Schwab  <schwab@suse.de>
286         * replace.el (query-replace-regexp-eval): Doc fix.
288 2002-02-18  Colin Walters  <walters@verbum.org>
290         * calc/calcalg2.el (math-solve-get-int): Convert return value from
291         `math-get-from-counter' to a string before calling `concat' on it.
293         * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
294         (calc-public-autoloads): Obsolete; remove.
295         (calc-private-autoloads): Ditto.
296         (calc-add-autoloads): Ditto.
298         * calc/calc-macs.el (calc-with-default-simplification): Use &rest
299         for body.
301 2002-02-17  Jason Rumney  <jasonr@gnu.org>
303         * w32-win.el (x-option-alist, x-long-option-alist)
304         (x-switch-definitions): Remove, use command-line-x-option-alist
305         instead to be consistent with X.
306         (x-handle-initial-switch): New function.
308 2002-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
310         * faces.el (mode-line-inactive, header-line): Add the :inherit
311         attribute for the tty case.
313 2002-02-17  stanislav shalunov  <shalunov@internet2.edu>
315         * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
316         invoked from Rmail with full headers displayed.
318 2002-02-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
320         * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
321         when repeated.
322         * textmodes/paragraphs.el (mark-paragraph): Ditto.
324 2002-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
326         * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
327         (menu-bar-tools-menu): Removed speedbar.
329         * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
330         and `flyspell-mode' entries.
332         * textmodes/flyspell.el (flyspell): Add to ispell group.
334 2002-02-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
336         * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
337         repeated.
338         (mark-defun): Mark more if repeated.
340 2002-02-17  Colin Walters  <walters@verbum.org>
342         * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
344         * ibuffer.el (ibuffer-truncate-lines): New option.
345           (ibuffer-mode):  Use it.
347 2002-02-17  Kim F. Storm  <storm@cua.dk>
349         * cus-start.el: Add mouse-highlight.
351 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
353         * Makefile.in (DONTCOMPILE): Remove cus-start.el.
355         * cus-start.el: Add automatic-hscroll-margin and
356         automatic-hscroll-step.
358 2002-02-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
360         * cus-start.el (x-autoselect-window): Allow customization.
362         * eshell/em-alias.el (eshell-alias-initialize): Do not use
363         make-local-hook.
365         * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
367         * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
369         * eshell/em-glob.el (eshell-glob-initialize): Likewise.
371         * eshell/em-hist.el (eshell-hist-initialize): Likewise.
373         * eshell/em-pred.el (eshell-pred-initialize): Likewise.
375         * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
377         * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
379         * eshell/em-smart.el (eshell-smart-initialize): Likewise.
381         * eshell/em-unix.el (eshell-unix-initialize): Likewise.
383         * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
385         * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
387         * eshell/esh-io.el (eshell-io-initialize): Likewise.
389         * eshell/esh-mode.el (eshell-mode): Likewise.
391         * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
393         * eshell/esh-var.el (eshell-var-initialize): Likewise.
395         * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
397         * progmodes/idlwave.el (idlwave-mode): Likewise.
399         * textmodes/reftex-sel.el (reftex-select-label-mode)
400         (reftex-select-bib-mode): Likewise.
402 2002-02-16  John Wiegley  <johnw@gnu.org>
404         * eshell/em-hist.el (eshell-hist-initialize): When in the
405         minibuffer, use the global value of `eshell-history-ring', and
406         never save it to disk, or ask to save it to disk.  This allows
407         users of session.el to control whether its global state should be
408         persisted or not.
409         (eshell-add-command-to-history): Don't write Eshell's history out
410         to disk, let the governing mode control that upon exit.
412 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
414         * eshell/eshell.el (eshell-command): Before reading from the
415         minibuffer, add eshell-add-command-to-history to
416         minibuffer-exit-hook, and remove it after read-from-minibuffer
417         returns.
419         * eshell/em-hist.el (eshell-add-input-to-history): New function,
420         with most of the code from eshell-add-to-history.
421         (eshell-add-command-to-history): New function, to record in
422         eshell-history the commands run via eshell-command.
423         (eshell-add-to-history): Call eshell-add-command-to-history to do
424         most of the work.
426 2002-02-16  John Wiegley  <johnw@gnu.org>
428         * eshell/esh-ext.el (eshell-external-command): Added a fix for
429         XEmacs' new dired.el, which adds a global entry in the
430         `file-name-handler-alist'.
432 2002-02-16  John Wiegley  <johnw@gnu.org>
434         * align.el (align-region): Added a missing name argument.
436 2002-02-16  John Wiegley  <johnw@gnu.org>
438         * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
439         after the #! of a shell interpretor specification.
441 2002-02-15  Richard M. Stallman  <rms@gnu.org>
443         * help.el (describe-key-briefly): Make output in INSERT case
444         look just like what is displayed in the normal case.
446 2002-02-15  Andreas Schwab  <schwab@suse.de>
448         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Require
449         non-letter after specials.
451 2002-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
453         * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
455 2002-02-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
457         * simple.el (mark-word): Mark more if repeated.
458         * textmodes/paragraphs.el (mark-paragraph): Ditto.
459         (mark-end-of-sentence): Ditto.
461 2002-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
463         * wid-edit.el (widgetp): Made it more robust.
465 2002-02-14  Per Abrahamsen  <abraham@dina.kvl.dk>
467         * facemenu.el (describe-text-done): New function.
468         (describe-text-mode-map): New variable.
469         (describe-text-mode-hook): New option.
470         (describe-text-mode): New function.
471         (describe-text-widget): New function.
472         (describe-text-sexp): New function.
473         (describe-text-properties): New function.
474         (describe-text-category): New command.
475         (describe-text-at): New command.
476         (facemenu-menu): Replace `list-text-properties-at' with
477         `describe-text-at' in the menu.
479         * wid-edit.el (widgetp): New function.
480         * wid-edit.el (widget-keymap, widget-insert, widget-setup):
481         Autoloaded.
483         * emacs-lisp/pp.el (pp-to-string): Autoloaded.
485         * wid-browse.el: Removed version and x-url keywords.
487 2002-02-13  Kim F. Storm  <storm@cua.dk>
489         * cus-start.el (mode-line-in-non-selected-windows):
490         Allow customization.
492 2002-02-13  Richard M. Stallman  <rms@gnu.org>
494         * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
495         Tell bibtex-parse-keys to output no progress messages.
497         * international/mule-diag.el (list-input-methods):
498         Use help-input-method, not describe-input-method, for button type.
500         * register.el (describe-register-1): Access register contents here.
502         * textmodes/text-mode.el (text-mode-hook-identify):
503         Restore previous definition.  Add to text-mode-hook again.
505         * mail/mailabbrev.el (define-mail-abbrev): Define as system abbrev.
506         (mail-abbrev-in-expansion-header-p): Copy the code of mail-header-end
507         to avoid needing sendmail.el at run time.
509         * bindings.el (mode-line-minor-mode-keymap): Definition moved up.
510         Initialization moved up too.
511         (mode-line-modes): Use :propertize.
512         (mode-line-mode-menu-keymap): Var deleted.
513         (mode-line-copied-mode-name): Var deleted.
514         (mode-line-mode-name): Function deleted.
515         (mode-line-mode-menu): Each item now shows its mode line lighter.
516         (minor-mode-alist): Don't call propertize here.
518 2002-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
520         * progmodes/pascal.el (pascal-imenu-generic-expression):
521         Add menu-title and fix parentheses.
523 2002-02-12  Per Abrahamsen  <abraham@dina.kvl.dk>
525         * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
526         (menu-bar-options-menu): Don't set default value for `truncate-lines'.
528 2002-02-12  Per Abrahamsen  <abraham@dina.kvl.dk>
530         * menu-bar.el (menu-bar-options-save): Only save
531         `current-language-environment' and `default-input-method' when
532         marked as customized.
534         * international/mule-cmds.el
535         (setup-specified-language-environment):
536         Mark `current-language-environment' as customized.
537         (set-input-method): Mark `default-input-method' as customized when
538         called interactively.
539         (toggle-input-method): Ditto.
541 2002-02-11  Colin Walters  <walters@verbum.org>
543         * ibuffer.el (ibuffer-switch-format): Supply required argument for
544         `ibuffer-current-formats'.
546 2002-02-11  Miles Bader  <miles@gnu.org>
548         * faces.el (mode-line-inactive): Add dark-background variant.
550 2002-02-11  Per Abrahamsen  <abraham@dina.kvl.dk>
552         * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
553         * menu-bar.el (menu-bar-mode): Ditto.
554         * cus-edit.el (customize-mark-to-save): Always save variables
555         without a standard value.
557         * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
558         (menu-bar-options-save): Ditto.
559         (menu-bar-showhide-menu): Ditto.
560         (menu-bar-options-menu): Ditto.
561         (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
562         (menu-bar-scroll-bar-none): Remove.
563         (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
564         expressions instead.
566         * cus-edit.el (customize-set-value): Return value.
567         (customize-set-variable): Ditto.
568         (customize-save-variable): Ditto.
569         (customize-set-variable): Load dependencies before setting value.
570         (custom-load-symbol): Autoload it.
571         (customize-mark-as-set): New function.
573 2002-02-11  Eli Zaretskii  <eliz@is.elta.co.il>
575         * cus-start.el: Don't warn about "x-*" symbols when building a
576         non-GUI version.
578 2002-02-11  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
580         * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
581         Doc fix.
582         (strokes-help): Do not use doubled with-output-to-temp-buffer.
583         Fix the help string.
584         (strokes-prompt-user-save-strokes): Fix typo.
585         (strokes-list-strokes): Use proper exit-action argument for
586         view-buffer.  Update copyright notice.
588         * international/mule-diag.el: Various doc and message fixes.
589         (non-iso-charset-alist): Add mac-roman.  Don't add entries for
590         codepages already present.
591         (list-block-of-chars): Display space for null entries in
592         translation table.  Display tab specially.
593         (list-non-iso-charset-chars): Check for null charsets.  Use pop
594         for clarity.  Don't break 8-bit sets into sections between ranges.
595         (list-charset-chars): Avoid indent-tabs-mode.
596         (describe-char-after): Maybe use the text property for syntax
597         table information.  Maybe report char-code-property-table info.
598         Maybe report character's unicode.  Tweak printing of list info.
599         (list-input-methods): Add xref buttons.
600         (dump-charsets, dump-codings): Deleted (obsolete).
601         From Dave Love <fx@gnu.org>.
603 2002-02-10  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
605         * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
607 2002-02-10  Michael Kifer  <kifer@cs.stonybrook.edu>
609         * viper-util.el (viper-read-key-sequence): Fix so it'll read
610         fast key sequences in emacs native mode
611         (viper-events-to-keys): Delete.
613         * viper.el (describe-key, describe-key-briefly): Get rid of
614         viper-events-to-keys.
616         * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
618         * ediff-wind.el (ediff-setup-control-frame):
619         Use ediff-has-gutter-support.
621         * ediff-util.el (ediff-dispose-of-variant-according-to-user):
622         check if buff is alive.
624         * ediff.el: Typo in comment.
626 2002-02-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
628         * menu-bar.el (menu-bar-options-save): Take care of
629         line-number-mode and column-number-mode variables.
630         (menu-bar-showhide-menu): New menu-items "Show Line Number" and
631         "Show Column Number" in "Show/Hide" menu.
633 2002-02-09  Richard M. Stallman  <rms@gnu.org>
635         * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
637 2002-02-09  Kim F. Storm  <storm@cua.dk>
639         * faces.el (mode-line-inactive): New face for mode-line for
640         non-selected windows.
641         (mode-line): Doc fix: Only used for selected window.
643 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
645         * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
646         name to "Insert Diary Entry".
648 2002-02-08  Stefan Monnier  <monnier@cs.yale.edu>
650         * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
651         (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
653 2002-02-08  Richard M. Stallman  <rms@gnu.org>
655         * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
657 2002-02-08  Andreas Schwab  <schwab@suse.de>
659         * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
660         of point-min.
662 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
664         * net/ange-ftp.el (ange-ftp-process-handle-line)
665         (ange-ftp-set-xfer-size): If the file's size is a float, divide
666         by 1024 instead of using ash.
668         * international/mule-cmds.el (select-safe-coding-system):
669         State the buffer's name in the message popped in the *Warning* buffer,
670         and make sure the offending buffer is displayed.
672 2002-02-07  Markus Rost  <rost@math.ohio-state.edu>
674         * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
676 2002-02-07  Richard M. Stallman  <rms@gnu.org>
678         * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
680         * register.el (list-registers): New command.
681         (describe-register-1): New subroutine, taken out of view-register.
683         * emacs-lisp/copyright.el (copyright-regexp):
684         Delete the unibyte copyright symbol; it's redundant.
685         Fix a spazz in the multibyte encoding here.
687 2002-02-07  Dave Love  <fx@gnu.org>
689         * language/cyril-util.el (cyrillic-encode-koi8-r-char)
690         (cyrillic-encode-alternativnyj-char): Get translation tables from
691         symbol properties, not as variables.
692         (standard-display-cyrillic-translit): Include unicodes.
694 2002-02-06  Kim F. Storm  <storm@cua.dk>
696         * help.el (where-is): Report remapped commands.
698         * help-fns.el (describe-function-1): Ditto.
700         * subr.el (global-set-key, local-set-key): Accept a symbol for the
701         KEY argument (like define-key).
703 2002-02-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
705         * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
707 2002-02-06  Richard M. Stallman  <rms@gnu.org>
709         * mail/mailabbrev.el: Require sendmail only at compile time.
710         (mail-mode-header-syntax-table): Var deleted.
711         (mail-abbrev-syntax-table): Init to nil, will compute when needed.
712         (sendmail-pre-abbrev-expand-hook): Only temporarily change
713         local-abbrev-table and the syntax table.
714         Compute mail-abbrev-syntax-table if that has not been done.
716         * progmodes/compile.el (grep-compute-defaults): Definition moved up.
718         * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
719         (debugger-frame-number): Figure out the offset directly.
720         (debugger-setup-buffer): Don't use debugger-frame-offset.
721         (debugger-frame, debugger-frame-clear): Likewise.
722         (debugger-jump): Don't alter debugger-frame-offset.
724         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
725         Replace foo-p as var name with foo-flag, not foo-p-flag.
727         * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
728         (highlight-changes-passive-string): Default to -Chg.
729         (highlight-changes-global-modes): Doc fix.
731         * dired.el (dired-get-filename): Add /: when appropriate
732         to avoid taking a local name as remote.
734         * files.el (file-name-non-special): Add special handling for
735         file-name-sans-versions, file-name-completion, and
736         file-name-all-completions.
738         * isearch.el (isearch-update): Don't update display in kbd macro.
739         (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
741         * subr.el (force-mode-line-update): Doc fix.
743         * subr.el (atomic-change-group, prepare-change-group)
744         (activate-change-group, accept-change-group, cancel-change-group):
745         New functions.
747         * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
748         (transpose-subr-1): Use atomic-change-group.
750         * subr.el (add-minor-mode): Include the mode's lighter string
751         in the minor mode menu item name.
753         * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
754         rmail-count-screen-lines starting from (point-min).
756         * startup.el (use-fancy-splash-screens-p): Need 19 lines,
757         beyond the image height, to use the fancy splash screen.
759         * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
760         (text-mode): Set text-mode-variant here.
762 2002-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
764         * play/pong.el (pong-height): Don't use height that exceeds the
765         frame height.
766         (pong-border-options): Make the border colors slightly more bright.
768         * play/gamegrid.el (gamegrid-display-type): Treat any
769         color-capable display as color-x, if display-color-p is fboundp.
770         (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
771         (gamegrid-make-color-tty-face): Use the value of color, not the
772         symbol itself.  Don't call gamegrid-color.
774 2002-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
776         * gud.el (gud-refresh): Call recenter only after we are sure we
777         are in the right window.
779 2002-02-05  Per Abrahamsen  <abraham@dina.kvl.dk>
781         * cus-edit.el (customize-mark-to-save): New function.
782         * menu-bar.el (menu-bar-options-save): Rewrote.
784 2002-02-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
786         * cus-start.el (x-use-underline-position-properties):
787         Allow customization.
789 2002-02-04  Simon Josefsson  <jas@extundo.com>
791         * dired.el (dired-load-hook, dired-mode-hook)
792         (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
794 2002-02-03  Colin Walters  <walters@verbum.org>
796         * ibuf-ext.el (ibuffer-filter-format-alist)
797         (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
798         New variables.
799         * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
800         is now the Emacs CVS tree.
801         (ibuffer-formats): Doc fix.
802         (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
803         (ibuffer-current-format): Use them.
804         (ibuffer-recompile-formats, ibuffer-check-formats)
805         (ibuffer-switch-format, ibuffer-update-title):
806         Add support for ibuffer-filter-format-alist.
807         (define-ibuffer-column process): Remove unncessary consing.
809         * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
810         for a summary column.
812 2002-02-03  Andreas Schwab  <schwab@suse.de>
814         * window.el (save-selected-window): Move macro before first use.
815         (balance-windows): Fix misplaced parenthesis.
817 2002-02-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
819         * calculator.el (calculator-displayers): Doc fixes.
821 2002-02-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
823         * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
824         (menu-bar-options-save): Save also the value of `display-time-mode'.
825         (showhide-date-time): New function.
826         (menu-bar-showhide-menu): New menu-item "Date and time".
828 2002-02-03  Eli Zaretskii  <eliz@is.elta.co.il>
830         * mail/rmail.el (rmail): Use find-buffer-visiting instead of
831         get-file-buffer to check for rmail buffer existence.
833         * term.el (term-emulate-terminal): Extract proper command string
834         which is supplied to term-command-hook.
836 2002-02-03  Richard M. Stallman  <rms@gnu.org>
838         * international/quail.el (quail-help): Don't call help-setup-xref.
840         * international/mule-cmds.el (describe-input-method):
841         Call help-setup-xref here.
842         (describe-current-input-method): Doc fix.
844         * novice.el (disabled-command-hook): Clarify output text.
845         Indent the paragraph from the command's doc string.
847         * dabbrev.el (dabbrev--goto-start-of-abbrev):
848         Exit loop on beginning of field rather than bobp.
850 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
852         * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
853         the message text into the *mail* buffer, and restore the pruned
854         state after that.
856         * mail/rmail.el (rmail-redecode-body): Prune the headers before
857         looking for X-Coding-System header, and restore the pruned state
858         before returning.
860 2002-02-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
862         * cus-edit.el (customize-save-variable): Fix typo in prompt.
864         These changes integrate new version of flyspell.el from its
865         maintainer, Manuel Serrano:
867         * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
868         (flyspell-mode-on, flyspell-notify-misspell)
869         (flyspell-small-region, flyspell-external-point-words)
870         (flyspell-large-region): Use it
871         (flyspell-before-incorrect-word-string)
872         (flyspell-after-incorrect-word-string): New user options.
873         (make-flyspell-overlay): Use them.
874         (flyspell-version): New function.
875         (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
876         definitions to use :weight.
877         (flyspell-insert-function): New user option.
878         (flyspell-auto-correct-word, flyspell-correct-word)
879         (flyspell-xemacs-correct): Use it.
880         (flyspell-define-abbrev): New function.
881         (flyspell-auto-correct-word, flyspell-correct-word)
882         (flyspell-xemacs-correct): Use it.
883         (make-flyspell-overlay): Use `evaporate' property.
884         (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
885         (flyspell-emacs-popup): Use `session' instead of `accept'.
886         (flyspell-auto-correct-previous-pos): New variable.
887         (flyspell-auto-correct-previous-hook)
888         (flyspell-auto-correct-previous-word): New functions.
890 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
892         * novice.el (enable-command): If Emacs was invoked as "emacs -q",
893         don't alter the user's ~/.emacs.
894         (disable-command): If user-init-file is nil or does not exist,
895         default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
896         But don't alter the init file if Emacs was invoked as "emacs -q"
898 2002-02-01  Stefan Monnier  <monnier@cs.yale.edu>
900         * mail/sendmail.el (mail-mode): Undo half of last change.
902         * indent.el (indent-for-tab-command): Remove spurious code.
904         * hi-lock.el (hi-lock-find-patterns): Save restriction.
906 2002-02-01  Eli Zaretskii  <eliz@is.elta.co.il>
908         * calendar/time-date.el: Moved from lisp/gnus.
910         * calendar/parse-time.el: Ditto.
912 2002-01-31  Richard M. Stallman  <rms@gnu.org>
914         * international/iso-acc.el (iso-languages): Fix ", " in French.
916         * cus-start.el (history-length): Specify customization for it.
918         * emacs-lisp/debug.el (debugger-setup-buffer):
919         When an eval-buffer frame was reading from a buffer,
920         insert indication of the buffer position.
921         (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
922         (debugger-frame-clear, debugger-frame): Error on non-frame line.
924         * simple.el (shell-command-on-region): Err if no mark
925         before reading the command string.
927         * hl-line.el (hl-line-highlight, hl-line-unhighlight):
928         Definitions moved down after hl-line-mode var's definition.
930         * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
931         (hilit-chg-set-face-on-change): Rename arg.
932         (hilit-chg-make-ov): Detect error earlier.
934         * ediff-hook.el: Delete autoload cookies.
936         * comint.el (comint-scroll-show-maximum-output): Default is t.
938         * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
939         (batch-byte-compile-if-not-done): New function.
941         * Makefile.in (compile): New target.
942         (compile-always): Renamed from compile-files.
943         (compile-after-backup): Renamed from compile.
944         (bootstrap): Depend on compile-always, not compile-files.
946         * emulation/pc-select.el (pc-select-save-and-set-mode):
947         Properly use MODE-VAR.
949 2002-01-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
951         * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
952         Version" to "About Emacs".
953         (menu-bar-options-save): Add `default-frame-alist'
954         to saved variables.
955         (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
956         of the variable `scroll-bar-mode'.
958         * startup.el (normal-splash-screen, display-splash-screen):
959         New functions (separated from command-line-1).
960         (command-line-1): Use them.
962 2002-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
964         * calendar/calendar.el (generate-calendar-month): Doc fix.
966 2002-01-27  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
968         * time.el (display-time-mail-directory): New option.
969         (display-time-mail-function): Update doc-string.
970         (display-time-mail-icon): Use XPM image when available.
971         (display-time-string-forms): Use more descriptive text as
972         help-echo property.
973         (display-time-mail-check-directory): New function.
974         (display-time-update): Use it.
976         * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
977         Quote `window-system'.
979         * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
980         Add Keywords header.  Update Commentary section.
981         Update copyright notice.
983         * menu-bar.el (menu-bar-scroll-bar-right)
984         (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
985         (showhide-menu-bar): New functions.
986         (menu-bar-showhide-menu): New submenu "Show/Hide".
987         (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
988         "Show/Hide".
989         Update copyright notice.
991 2002-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
993         * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
995 2002-01-26  Evgeny Roubinchtein  <evgenyr@cs.washington.edu>
997         * pc-select.el (pc-selection-mode-hook)
998         (pc-select-saved-settings-alist, pc-select-map)
999         (pc-select-saved-global-map, pc-select-key-bindings-alist)
1000         (pc-select-default-key-bindings, pc-select-extra-key-bindings)
1001         (pc-select-meta-moves-sexps-key-bindings)
1002         (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
1003         New variables.
1004         (pc-select-define-keys, pc-select-restore-keys): New functions.
1005         (pc-select-add-to-alist, pc-select-save-and-set-var)
1006         (pc-select-save-and-set-mode, pc-select-restore-var)
1007         (pc-select-restore-mode): New macros.
1008         (pc-selection-mode): Completely rewrote the body of the function;
1009         the main goal was to make pc-selection-mode "turn-off"-able, like
1010         other minor modes.  Use define-minore-mode instead of just a
1011         defun.  Store the key bindings into four alists:
1012         pc-select-default-key-bindings, pc-select-extra-key-bindings,
1013         pc-select-meta-moves-sexps-key-bindings, and
1014         pc-select-tty-key-bindings; then have the pc-select-define-keys
1015         function walk those alists instead of calling define-key
1016         repeatedly.  When the mode is turned on, set the
1017         keybindings in global-map and remember the old keybindings; when
1018         the mode is turned off, restore the previously-saved keybindings.
1019         (pc-selection-mode defcustom): Reflect the fact that the mode is
1020         now "turn-off"-able.
1022 2002-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
1024         * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
1025         returns t, don't treat that as an error.
1027 2002-01-25  Jason Rumney  <jasonr@gnu.org>
1029         * faces.el (face-font-registry-alternatives) [windows-nt]:
1030         Add ms-oemlatin as an alternative for iso8859-1.
1032 2002-01-25  Stefan Monnier  <monnier@cs.yale.edu>
1034         * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
1035         args and the absence of an entry.  Don't add -f each time.
1037 2002-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
1039         * emacs-lisp/cl-seq.el (mismatch): Doc fix.
1041         Support for more than 8 colors on character terminals:
1043         * term/rxvt.el: New file.
1045         * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
1047         * term/xterm.el (xterm-standard-colors): New variable.
1048         (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
1049         (xterm-rxvt-set-background-mode): New functions.
1050         (toplevel): Call xterm-register-default-colors,
1051         xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
1052         Add support for more keys from xterm's terminfo entry.
1054         * facemenu.el (list-colors-display): If the argument is nil, don't
1055         show more colors that the number returned by display-color-cells.
1057         * term/pc-win.el (msdos-color-values): Reverse the order of the
1058         colors, since tty-color-define now preserves the registration order.
1060         * w32-fns.el (w32-tty-standard-colors): Reverse the order.
1062         * term/tty-colors.el (tty-standard-colors): Reverse the order.
1063         (tty-register-default-colors): New function; code moved from
1064         startup.el's command-line.
1065         (tty-modify-color-alist): Use nconc instead of cons, to preserve
1066         the order the colors where registered.
1068         * frame.el (display-color-cells): Use tty-display-color-cells.
1070         * startup.el (command-line): Call tty-register-default-colors.
1072 2002-01-25  Richard M. Stallman  <rms@gnu.org>
1074         * subr.el (remove): Doc fix.
1076 2002-01-24  Richard M. Stallman  <rms@gnu.org>
1078         * progmodes/compile.el (compilation-handle-exit):
1079         Add a compilation-handle-exit property to the "finished" message.
1080         (compilation-parse-errors): Stop parsing when that property is seen.
1082         * subr.el (substring-no-properties): New function.
1083         (copy-without-properties): Function deleted.
1085         * term/x-win.el (x-handle-geometry): Put sizes on both
1086         initial-frame-alist and default-frame-alist.
1088         * cus-edit.el (custom-save-all): Bind file-precious-flag to t
1089         for saving .emacs.
1091         * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
1093         * calendar/calendar.el (generate-calendar-month): Doc fix.
1095 2002-01-23  Richard M. Stallman  <rms@gnu.org>
1097         * play/tetris.el (tetris): New defgroup.
1098         (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
1099         (tetris-default-tick-period): Convert to defcustom.
1100         Added * in docstring to indicate user variable.
1101         (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
1102         (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
1103         (tetris-buffer-height, tetris-width, tetris-height)
1104         (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
1106 2002-01-22  Stefan Monnier  <monnier@cs.yale.edu>
1108         * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
1109         and is already matched by adaptive-fill-regexp.
1111 2002-01-22  Richard M. Stallman  <rms@gnu.org>
1113         * bindings.el (mode-line-copied-mode-name): New variable.
1114         (mode-line-mode-name): Don't modify mode-name itself!
1115         Instead, make a copy and reuse it.
1117         * subr.el (copy-without-properties): New function.
1119         * progmodes/sh-script.el (sh-set-shell): Doc fix.
1121         * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
1122         slash if DIR is just slash.
1124         * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
1126 2002-01-21  Richard M. Stallman  <rms@gnu.org>
1128         * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
1130         * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
1131         Move defvar up.
1133         * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
1135         * ibuffer.el: Don't require ibuf-ext at load time.
1136         (ibuffer): Require ibuf-ext here.
1138 2002-01-21  Francesco Potorti`  <pot@gnu.org>
1140         * generic-x.el (apache-conf-generic-mode): Highlight the first
1141         word in a line even if preceded by blanks.
1143 2002-01-21  Richard M. Stallman  <rms@gnu.org>
1145         * window.el (window-body-height): Handle minibuffer window specially.
1146         Otherwise, don't return less than 1.
1148 2002-01-20  Thomas Dorner  <Thomas.Dorner@start.de>
1150         * ange-ftp.el: Added support for BS2000, and for raw ftp
1151         login commands (needed in some circumstances).
1152         (ange-ftp-raw-login): New custom var.
1153         (ange-ftp-normal-login): Perform login with raw ftp commands, if
1154         ange-ftp-raw-login is set and account password is needed.
1155         (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
1156         (ange-ftp-bs2000-filename-pubset-regexp)
1157         (ange-ftp-bs2000-filename-username-regexp)
1158         (ange-ftp-bs2000-filename-prefix-regexp)
1159         (ange-ftp-bs2000-name-template): New consts.
1160         (ange-ftp-bs2000-short-filename-regexp)
1161         (ange-ftp-bs2000-fix-name-regexp-reverse)
1162         (ange-ftp-bs2000-fix-name-regexp): New consts.
1163         (ange-ftp-bs2000-special-prefix): New custom var.
1164         (ange-ftp-fix-name-for-bs2000)
1165         (ange-ftp-fix-dir-name-for-bs2000): New funs.
1166         (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
1167         (ange-ftp-bs2000-posix-hook-installed): New vars.
1168         (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
1169         (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
1170         (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
1171         (ange-ftp-bs2000-filename-regexp): New const.
1172         (ange-ftp-bs2000-additional-pubsets): New custom var.
1173         (ange-ftp-bs2000-cd-to-posix): New fun.
1175 2002-01-20  Colin Walters  <walters@verbum.org>
1177         * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
1178         with `byte-compile-dynamic'.
1179         (ibuffer-default-directory, toplevel): Doc files.
1181 2002-01-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1183         * tempo.el (tempo-define-template): Doc fix.
1185         * scroll-bar.el (scroll-bar-mode): Make argument optional.
1187 2002-01-20  Jason Rumney  <jasonr@gnu.org>
1189         * w32-vars.el: New file.
1191         * loadup.el [windows-nt]: Load it.
1193         * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
1194         and make them defcustoms.
1196         * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
1198 2002-01-19  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1200         * language/tibet-util.el (tibetan-decompose-region)
1201         (tibetan-decompose-string): Fix typo in docstring.
1203         * ruler-mode.el (ruler-mode): New keyword.  Fix :version.
1205 2002-01-18  Richard M. Stallman  <rms@gnu.org>
1207         * comint.el (comint-redirect-send-command-to-process):
1208         Restore previous current buffer.
1210         * window.el (window-body-height): New function.
1212 2002-01-18  Zoltan Kemenczy  <kemenczy@rogers.com>
1214         * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
1215         "Finish Function" menu map entries for jdb mode.
1216         (gud-jdb-use-classpath): New customization variable.
1217         (gud-jdb-command-name): Add customization.
1218         (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
1219         (gud-jdb-classpath-string): New variable.
1220         (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
1221         (gud-jdb-build-source-files-list): Likewise.
1222         (gud-jdb-massage-args): Record any command argument classpath
1223         string in `gud-jdb-classpath-string'.
1224         (gud-jdb-lowest-stack-level): New function, finds bottom of current
1225         java call stack in jdb output.
1226         (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
1227         (gud-jdb-parse-classpath-string): New functions.
1228         (gud-jdb-marker-filter): Search/detect classpath information in
1229         jdb's output.  marker regexp updated to match oldjdb and jdb output
1230         formats.  Expand search for source files to include new/old methods
1231         using new functions above.  Do not allow `gud-marker-acc' to grow
1232         without bound.
1233         (jdb): Set classpath information (if available) as jdb is started.
1234         Change `gud-break' and `gud-remove'
1235         to use new %c ("class") escape in format strings.  Add
1236         `gud-finish', `gud-up', `gud-down' command string functions, and
1237         add them to the local menu map.  Update `comint-prompt-regexp' for
1238         jdb and oldjdb.  If attaching to an already running java VM and
1239         configured to use classpath, send command to query for classpath,
1240         else use previous method for finding and parsing java
1241         sources.  Set `gud-jdb-find-source' function accordingly.
1242         (gud-mode): Doc fix.
1243         (gud-format-command): Add support for new %c ("class") escape.
1244         (gud-find-class): New function in support of %c escape.
1246 2002-01-17  Richard M. Stallman  <rms@gnu.org>
1248         * ibuf-ext.el: Enable byte-compile-dynamic.
1250 2002-01-17  Jason Rumney  <jasonr@gnu.org>
1252         * term/w32-win.el: Restore conditional require of fontset.
1254 2002-01-16  Richard M. Stallman  <rms@gnu.org>
1256         * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
1257         more or less.
1258         (mouse-drag-region): New function.  For a click in the echo area,
1259         show *Messages*.
1261         * ibuf-ext.el: Delete the autoloads for functions defined with
1262         ibuffer-specific commands.
1264         * help.el (describe-distribution): Really call view-file.
1266         * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
1267         (ange-ftp-get-process): Pass that arg.
1269         * comint.el (comint-simple-send): Fix previous change.
1271         * net/telnet.el (telnet-simple-send): Fix previous change.
1273         * progmodes/sql.el (sql-escape-newlines-and-send)
1274         (sql-query-placeholders-and-send): Fix previous change.
1276 2002-01-16  Colin Walters  <walters@verbum.org>
1278         * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
1279         URL, Compatibility headers.  Update copyright notice.
1280         * ibuf-macs.el (toplevel): Require `cl' when compiling.
1282 2002-01-16  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
1284         * startup.el (command-line): Set EOL mnemonics for the Mac.
1286 2002-01-16  Andreas Schwab  <schwab@suse.de>
1288         * mail/feedmail.el (feedmail): Fix :link spec.
1290 2002-01-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1292         * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
1293         2 ldapsearch.
1295         * net/eudc.el: New maintainer.  Change author's address.
1296         (eudc-pre-select-window-configuration, eudc-insertion-marker):
1297         Variables removed.
1298         (eudc-insert-selected): Function removed.
1299         (eudc-select): Reimplemented.
1300         (eudc-expand-inline): Delete the strings only after its expansion
1301         is chosen not before.
1303         * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
1304         Minor coding style fixes.
1306         * net/eudcb-ldap.el: New maintainer.  Change author's address.
1307         (eudc-attribute-display-method-alist): Display mail with
1308         eudc-display-mail.
1310         * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
1311         * net/eudc-vars.el: New maintainer.  Change author's address.
1313         * net/eudc-bob.el: New maintainer.  Change author's address.
1314         (eudc-bob-mail-keymap): New keymap for e-mail addresses.
1315         (eudc-display-mail): New function.
1316         (eudc-bob-play-sound-at-point): Remove XEmacs case.
1318 2002-01-15  Richard M. Stallman  <rms@gnu.org>
1320         * emacs-lisp/autoload.el (make-autoload):
1321         Don't handle define-ibuffer-column, define-ibuffer-filter,
1322         define-ibuffer-sorter, and define-ibuffer-op.
1324 2002-01-14  Richard M. Stallman  <rms@gnu.org>
1326         * calendar/calendar.el (diary-date-forms): Doc fix.
1328 2002-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
1330         * startup.el (command-line): Register the default tty colors even
1331         if the terminal doesn't seem to support colors.
1332         <tty-long-option-alist>: New option --color.
1333         (tty-handle-args): Parse the --color arg.
1335         * term/tty-colors.el (tty-color-mode-alist): New variable.
1337 2002-01-14  Stefan Monnier  <monnier@cs.yale.edu>
1339         * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
1340         (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
1341         Use it.
1342         (ange-ftp-hook-function): Preserve match-data.
1343         (ange-ftp-insert-directory): Typo.
1344         (ange-ftp-shell-command): Check if regexp matched.
1346 2002-01-13  Richard M. Stallman  <rms@gnu.org>
1348         * international/mule-cmds.el: help-map bindings moved to help.el.
1350         * help.el (view-echo-area-messages): New function.
1351         (help-map): Add `e' binding.  Delete obsolete `d' binding.
1352         Change old Info bindings C-f, C-k and C-i to F, K, S.
1353         Move view-emacs-FAQ from F to C-f.
1354         Move view-emacs-problems from P to C-e.
1355         Bindings moved here from mule-cmds.el.
1356         C-l binding for describe-language-environment deleted
1357         (help-for-help): Update for all these changes.
1359         * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
1361 2002-01-13  Dave Love  <fx@gnu.org>
1363         * emacs-lisp/copyright.el: Doc fixes.
1364         (copyright-regexp): Add Latin-9 copyright sign.
1365         Match comment delimiters in year lists.
1366         (copyright-current-year): Initialize to load-time year.
1368 2002-01-13  Andreas Schwab  <schwab@suse.de>
1370         * dired-aux.el (dired-do-shell-command): Doc fix.
1372 2002-01-13  Jan Djarv  <Jan.Djarv@mbox200.swipnet.se>
1374         * startup.el (command-line-x-option-alist): New options "-fs",
1375         "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
1377         * term/x-win.el (x-handle-initial-switch): New function.
1379 2002-01-13  Colin Walters  <walters@debian.org>
1381         * emacs-lisp/autoload.el (make-autoload): Handle
1382         define-ibuffer-column, define-ibuffer-filter,
1383         define-ibuffer-sorter, and define-ibuffer-op.
1385         * emacs-lisp/lisp-mode.el (toplevel): Ditto.
1387         * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
1389 2002-01-12  Richard M. Stallman  <rms@gnu.org>
1391         * net/browse-url.el (browse-url-grail):
1392         Use browse-url-maybe-new-window.
1394         * net/telnet.el (telnet-simple-send): Handle
1395         comint-input-sender-no-newline like comint-simple-send.
1397         * progmodes/sql.el (sql-query-placeholders-and-send): Handle
1398         comint-input-sender-no-newline like comint-simple-send.
1399         (sql-escape-newlines-and-send): Likewise.
1401         * comint.el (comint-input-sender): Doc fix.
1402         (comint-input-sender-no-newline): New variable.
1403         (comint-simple-send): If comint-input-sender-no-newline,
1404         don't output newline, but maybe send eof.
1405         (comint-send-input): New arg NO-NEWLINE.
1406         (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
1408 2002-01-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1410         * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent
1411         delaying when executing keyboard macros.
1413 2002-01-12  Richard M. Stallman  <rms@gnu.org>
1415         * simple.el (line-move): If we can't move enough lines,
1416         go to beginning or end of line.
1418         * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
1419         and proper window.
1421         * help.el (describe-mode): Call help-setup-xref in the help buffer.
1422         Switch buffers only after calling `help-buffer'.
1424         * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
1425         only when they are surrounded by whitespace.
1426         Use dired-mark-separator when adding one file name to a command.
1427         (dired-do-shell-command): Verify that * is surrounded by whitespace.
1428         Ask for confirmation if * or ? is not surrounded by whitespace.
1429         (dired-bunch-files): Re-reverse the partial file list when it is used.
1431 2002-01-12  Richard M. Stallman  <rms@gnu.org>
1433         * comint.el (comint-dynamic-list-completions): Repeating the command
1434         after displaying a completion list scrolls the list.
1436 2002-01-12  Eli Zaretskii  <eliz@is.elta.co.il>
1438         * files.el (find-file-noselect): Don't consider a buffer as
1439         visiting a file literally if it is in hexl-mode.
1441         * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
1443 2002-01-11  Richard M. Stallman  <rms@gnu.org>
1445         * startup.el (initial-scratch-message): Fix custom type, add group.
1447         * mail/rmail.el (rmail-decode-babyl-format): Disable undo
1448         around the decode-coding-region call.
1450         * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
1451         after displaying a completion list scrolls the list.
1453 2002-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
1455         * version.el (emacs-version): Bump to 21.2.50.
1457 2002-01-10  Thien-Thi Nguyen  <ttn@giblet.glug.org>
1459         * play/zone.el (zone-timeout): New var.
1460         (zone-hiding-modeline): New macro.
1461         (zone-call): New func.
1463         (zone): Init `modeline-hidden-level' symbol property.
1464         Use `zone-call' instead of `funcall'.
1466         (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
1468         (zone-pgm-stress): Use `zone-hiding-modeline'.
1470         (zone-pgm-stress-destress): New zone program.
1472 2002-01-10  Eli Zaretskii  <eliz@is.elta.co.il>
1474         * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
1476 2002-01-09  Richard M. Stallman  <rms@gnu.org>
1478         * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
1480 2002-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>
1482         * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
1483         flyspell-mouse-map.
1485 2002-01-08  Richard M. Stallman  <rms@gnu.org>
1487         * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
1489         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
1491         * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
1493 2002-01-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1495         * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
1496         Do not use make-local-hook.
1498 2002-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
1500         * international/quail.el (quail-start-translation)
1501         (quail-start-conversion): Bind last-command-event, last-command,
1502         and this-command in the first let.  This fixes the change from
1503         2000-08-30.
1505 2002-01-08  Michael Kifer  <kifer@cs.stonybrook.edu>
1507         * ediff-hook.el: Add an autoload cookie.
1509 2002-01-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1511         * net/eudcb-ph.el, net/ldap.el: New maintainer.  New e-mail
1512         address of the author.
1514 2002-01-08  Richard M. Stallman  <rms@gnu.org>
1516         * replace.el (occur-mode-goto-occurrence-other-window): New command.
1517         (occur-mode-map): Bind `o' to that.
1519 2002-01-07  Michael Kifer  <kifer@cs.stonybrook.edu>
1521         * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
1522         new macro that replaces viper-emacs-p and viper-xemacs-p in many
1523         cases. Used to reduce the number of warnings.
1525         * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
1526         (viper-standard-value): Move here from viper.el.
1527         (viper-set-unread-command-events): Move to viper-util.el
1528         (viper-check-minibuffer-overlay): Make sure
1529         viper-minibuffer-overlay is moved to cover the entire input field.
1531         * viper-util.el:  use viper-cond-compile-for-xemacs-or-emacs.
1532         (viper-read-key-sequence, viper-set-unread-command-events)
1533         (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
1535         * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
1537         * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
1539         * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
1541         * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
1542         (viper-event-vector-p): Move to viper-util.el
1544         * viper.el (viper-standard-value): Move to viper-cmd.el.
1545         Use viper-cond-compile-for-xemacs-or-emacs.
1547         * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1549         * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1551         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
1552         New macro designed to be used in many places where ediff-emacs-p or
1553         ediff-xemacs-p was previously used.  Reduces the number of warnings.
1554         Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
1555         of ediff-xemacs-p.
1556         (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
1557         (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
1558         (ediff-whitespace-diff-region-p, ediff-get-region-contents):
1559         Move to ediff-util.el.
1560         (ediff-event-key): Moved here.
1562         * ediff-merge.el: Got rid of unreferenced variables.
1564         * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1566         * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1567         (ediff-cleanup-mess): Improve the way windows are set up after
1568         quitting ediff.
1569         (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
1570         (ediff-dispose-of-variant-according-to-user): New function
1571         designed to be smarter and also understands indirect buffers.
1572         (ediff-highlight-diff-in-one-buffer)
1573         (ediff-unhighlight-diff-in-one-buffer)
1574         (ediff-unhighlight-diffs-totally-in-one-buffer)
1575         (ediff-highlight-diff, ediff-highlight-diff)
1576         (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
1577         (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
1578         (ediff-get-region-contents, ediff-make-current-diff-overlay):
1579         Moved here.
1580         (ediff-format-bindings-of): New function by Hannu Koivisto
1581         <azure@iki.fi>.
1582         (ediff-setup): Make sure the merge buffer is always widened and
1583         modifiable.
1584         (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
1585         result of a merge into a file visited by another buffer.
1586         (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
1587         is visited by another buffer and ask to save/delete that buffer.
1588         (ediff-verify-file-merge-buffer): New function to do the above.
1590         * ediff-vers.el: Load ediff-init.el at compile time.
1592         * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1594         * ediff.el (ediff-windows, ediff-regions-wordwise)
1595         (ediff-regions-linewise): Use indirect buffers to improve
1596         robustness and make it possible to compare regions of the same
1597         buffer (even overlapping regions).
1598         (ediff-clone-buffer-for-region-comparison)
1599         (ediff-clone-buffer-for-window-comparison): New functions.
1600         (ediff-files-internal): Refuse to compare identical files.
1601         (ediff-regions-internal): Get rid of the warning about comparing
1602         regions of the same buffer.
1604         * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
1605         Plus the following fixes courtesy of Dave Love: Doc fixes.
1606         (ediff-word-1): Use word class and move - to the
1607         front per regexp documentation.
1608         (ediff-wordify): Bind forward-word-function outside loop.
1609         (ediff-copy-to-buffer): Use insert-buffer-substring rather than
1610         consing buffer contents.
1611         (ediff-goto-word): Move syntax table setting outside loop.
1613 2002-01-07  Richard M. Stallman  <rms@gnu.org>
1615         * dired.el (dired-copy-filename-as-kill): Call kill-append
1616         if following a kill command.
1618         * help-fns.el (describe-variable, describe-function):
1619         Do save-excursion.
1621 2002-01-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1623         * net/ldap.el (ldap-search-internal): Skip error message from
1624         ldapsearch.  Allow listing attribute names only.  Do not open
1625         non-existent files.
1627         * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
1628         call non-existent function.
1630         * net/eudc.el (top-level): Revert previous change.
1632         * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
1633         variables to prevent warning from byte-compiler.
1635         * net/eudc.el (top-level): Use eudc-xemacs-p instead of
1636         string-match on emacs-version again.
1638         * enriched.el (enriched-make-annotation): Fix the change from
1639         2002-01-05.
1640         (enriched-handle-display-prop): Return proper values.
1642         * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use
1643         proper attribute name labeledUri instead of deprecated labeledUrl.
1645 2002-01-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1647         * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
1648         editing an empty hotlist.
1650         * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
1651         Use buffer-string instead of buffer-substring for the whole
1652         buffer.
1654         * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
1655         not free.
1657         * net/eudc-bob.el (eudc-bob-can-display-inline-images)
1658         (eudc-bob-display-jpeg): Use fboundp instead of boundp.
1659         (eudc-bob-save-object): Make the buffer unibyte.
1660         (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
1661         object to external program.
1663 2002-01-05  Andre Spiegel  <spiegel@gnu.org>
1665         * vc.el (vc-branch-part): Return nil if there's no `.'
1666         (vc-default-previous-version): Renamed from vc-previous-version.
1667         New args BACKEND and FILE.  Return nil for revision numbers
1668         without a `.'
1669         (vc-version-diff): Call vc-BACKEND-previous-version.
1670         (vc-steal-lock): Steal lock before composing mail, so that no mail
1671         is sent when the stealing goes wrong.  And we'll actually see the
1672         error in that case now.
1673         (vc-finish-steal): Removed.
1675         * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
1676         the lock, so that we see expanded headers.
1677         (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p,
1678         vc-rcs-minor-part, vc-rcs-previous-version): Removed.  These are
1679         available from vc.el.  Updated all callers.
1681 2002-01-05  Richard M. Stallman  <rms@gnu.org>
1683         * enriched.el (enriched-make-annotation): Doc fix.
1685         * format.el (format-replace-strings, format-subtract-regions)
1686         (format-annotate-region, format-annotate-location)
1687         (format-annotate-atomic-property-change)
1688         (format-annotate-single-property-change): Doc fixes.
1690 2002-01-05  Jason Rumney  <jasonr@gnu.org>
1692         * term/w32-win.el: Require fontset unconditionally.
1693         (w32-handle-scroll-bar-event): Remove.
1695 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1697         * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
1698         copyrights to be updated.
1700 2002-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
1702         * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
1703         2001-10-24.
1705         * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
1707 2002-01-04  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1709         * net/ldap.el (ldap-host-parameters-alist): Remove duplicated
1710         entry.
1711         (ldap-ignore-attribute-codings): Change the default value to allow
1712         encoding/decoding of attributes.
1713         (ldap-coding-system): Use UTF-8 as the coding-system.  Doc fix.
1715 2002-01-03  Richard M. Stallman  <rms@gnu.org>
1717         * files.el (basic-save-buffer): Undo previous change.
1719         * calendar/diary-lib.el (diary-block): Doc fix.
1721         * custom.el (defcustom): Fix syntax of previous change.
1723 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
1725         * custom.el (defcustom): Documented :tag, :link and :load.
1727 2002-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
1729         * mail/sendmail.el (mail-recover-1): New function.
1730         (mail-recover): Switch to the *mail* buffer right away.  Use
1731         buffer-auto-save-file-name instead of calling
1732         make-auto-save-file-name.  Call dired-noselect instead of invoking
1733         `ls' directly.  Bind coding-system-for-read to emacs-mule-unix
1734         before reading the auto-save file.  If the buffer's auto-save file
1735         does not exist, call mail-recover-1 to allow recovery from past
1736         auto-saved drafts.
1738 2002-01-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1740         * time.el (display-time-load-average-threshold): Fix defcustom
1741         (add type and group).
1743         * net/ange-ftp.el (ange-ftp-shell-command): Remove port
1744         specification from the hostname.
1746 2002-01-02  Richard M. Stallman  <rms@gnu.org>
1748         * facemenu.el (facemenu-active-faces):
1749         Use face-attributes-as-vector, not face-attributes-vector.
1751 2002-01-02  Chris Hanson  <cph@aarau.ai.mit.edu>
1753         * xscheme.el: Eleven years of updates on a private copy.
1755         Extensive changes to support multiple xscheme buffers:
1756         (run-scheme): Break up into new functions to facilitate starting
1757         processes in other buffers.
1758         (xscheme-start, xscheme-read-command-line): New functions.
1759         (start-scheme, select-scheme)
1760         (default-xscheme-runlight)
1761         (global-set-scheme-interaction-buffer)
1762         (local-set-scheme-interaction-buffer)
1763         (local-clear-scheme-interaction-buffer)
1764         (exit-scheme-interaction-mode)
1765         (verify-xscheme-buffer): New functions.
1766         (xscheme-process-name, xscheme-buffer-name)
1767         (xscheme-runlight): New internal vars.
1768         (default-xscheme-runlight): New const.
1769         (xscheme-start-process): Add args for the process/buffer names.
1770         (reset-scheme): Pass process/buffer names.
1771         (scheme-interaction-mode): Initialize new local vars.
1772         (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
1773         (xscheme-select-process-buffer, xscheme-process-buffer)
1774         (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
1775         (xscheme-goto-output-point, xscheme-write-message-1): Use new
1776         var xscheme-process-name.
1777         (xscheme-start-process): Initialize xscheme-process-name and
1778         xscheme-buffer-name in the process buffer.  Pass buffer name to
1779         xscheme-modeline-initialize.
1780         (xscheme-modeline-initialize): Add argument to specify buffer name
1781         for mode-line vars.
1782         (xscheme-process-sentinel): Make sure sentinel is run in the
1783         process buffer so it sees its local vars.
1784         (xscheme-process-filter-initialize, xscheme-set-runlight): More
1785         elaborate logic to handle multiple-buffer mode lines.
1787         (xscheme-enter-input-wait): Re-enable control-G handler upon
1788         entering input wait.
1790         (scheme-interaction-mode): Add arg to preserve local vars.
1791         (xscheme-enter-interaction-mode)
1792         (xscheme-enter-debugger-mode): Preserve local vars.
1793         (xscheme-start-process): Clobber local vars.
1795         (scheme-interaction-mode-commands): Allow end user to add commands
1796         to scheme-interaction-mode keymap.
1797         (scheme-interaction-mode-commands-alist): New variable.
1799         (xscheme-send-string): Don't use insert-before-markers.
1801         Implement a per-buffer kill ring:
1802         (xscheme-insert-expression)
1803         (xscheme-rotate-yank-pointer, xscheme-yank)
1804         (xscheme-yank-pop, xscheme-yank-push): New functions.
1805         (xscheme-expressions-ring)
1806         (xscheme-expressions-ring-yank-pointer)
1807         (xscheme-expressions-ring-max): New variables.
1808         (xscheme-send-string-1): Call xscheme-insert-expression to save
1809         expression in ring.
1810         (xscheme-yank-previous-send): Now an alias for xscheme-yank.
1811         (xscheme-previous-send): Deleted variable.
1813         (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed,
1814         xscheme-send-control-g-interrupt): Use process-send-string rather
1815         than send-string.
1817         (xscheme-send-region): Insert a newline after an expression that
1818         is submitted in the interaction buffer, for consistency with
1819         recent changes to Edwin.
1821         (xscheme-delete-output): New function mimics comint-delete-output.
1822         (xscheme-last-input-end): New internal variable.
1823         (xscheme-process-filter-output): Update xscheme-last-input-end.
1825         (xscheme-send-control-g-interrupt): Make sure that
1826         xscheme-control-g-disabled-p is looked up in the right buffer.
1828         (xscheme-enable-control-g): Clear C-g message if visible.
1829         (xscheme-control-g-message-string): New internal var.
1830         (xscheme-send-control-g-interrupt): Use new var.
1832         (xscheme-send-control-g-interrupt, xscheme-send-interrupt): Delay
1833         after sending interrupt in order to work around race condition.
1835         (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
1836         (xscheme-send-char): Use xscheme-send-char rather than send-string
1837         to send single char.
1839         (xscheme-process-filter, xscheme-process-filter-alist): Add
1840         support for evaluating expressions outside of the call-excursion.
1841         (xscheme-process-filter:string-action-noexcursion): New func.
1843         (xscheme-write-value): Change output string to match that used by
1844         Edwin.
1846         (xscheme-coerce-prompt): Don't write a space after a command
1847         prompt.  The PROMPT-FOR-COMMAND- procedures will take care of this
1848         for us.
1850         (reset-scheme): Delete process after killing it.
1852 2002-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
1854         * bindings.el (function-key-map): Don't bind shifted keypad
1855         numeric keys.
1857 2002-01-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1859         * enriched.el (enriched-handle-display-prop): Remove unused
1860         variables.
1861         (enriched-mode): Doc fix.
1863 2002-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
1865         * international/ucs-tables.el (ucs-8859-8-alist): Comment away
1866         Hebrew points.
1868 2002-01-01  Richard M. Stallman  <rms@gnu.org>
1870         * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
1872 2001-12-31  Richard M. Stallman  <rms@gnu.org>
1874         * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
1875         * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
1876         * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
1877         * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
1878         * progmodes/cperl-mode.el, progmodes/idlwave.el:
1879         * progmodes/sh-script.el, progmodes/vhdl-mode.el:
1880         Adapt face definitions to use :weight and :slant.
1882         * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
1884         * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
1886         * font-lock.el (initializing from font-lock-face-attributes):
1887         Use :weight and :slant, not :bold and :italic.
1889 2001-12-31  Per Abrahamsen  <abraham@dina.kvl.dk>
1891         * cus-edit.el (custom-face-edit-fix-value): New function.
1892         (custom-face-edit): Use it, to convert :italic and :bold to new forms.
1894 2001-12-30  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1896         * progmodes/octave-mod.el (octave-abbrev-table):
1897         * progmodes/idlwave.el (idlwave-mode-abbrev-table):
1898         * progmodes/fortran.el (fortran-mode-abbrev-table):
1899         * progmodes/f90.el (f90-mode-abbrev-table):
1900         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
1901         * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
1902         predefined abbrevs as "system" abbrevs.
1904 2001-12-30  Richard M. Stallman  <rms@gnu.org>
1906         * info.el (Info-fontify-node): For a **** underline line, put the
1907         invisible and intangible props on the following newline, but not
1908         on the previous newline or the last char of the previous line.
1910         * faces.el (face-set-after-frame-default): Don't change `default' face.
1912         * faces.el (minibuffer-prompt): Adopt some default colors.
1914         * replace.el (query-replace-read-args): Immediate error if read-only.
1916         * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
1917         Display the output buffer in a more intelligent way.
1919 2001-12-30  Eli Zaretskii  <eliz@is.elta.co.il>
1921         * ls-lisp.el (insert-directory): Modify the "total" line wording,
1922         in accordance with files.el's insert-directory.
1924 2001-12-29  Richard M. Stallman  <rms@gnu.org>
1926         * files.el (basic-save-buffer): If a before-write hook displays
1927         an echo area message, pause before calling basic-save-buffer-1.
1929 2001-12-29  Markus Rost  <rost@math.ohio-state.edu>
1931         * textmodes/reftex-global.el (reftex-query-replace-document)
1932         (reftex-change-label): Doc fix.
1934         * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
1936         * progmodes/etags.el (tags-query-replace): Doc fix.
1938 2001-12-29  Richard M. Stallman  <rms@gnu.org>
1940         * progmodes/compile.el (compile-internal): Fix previous change.
1942 2001-12-28  Richard M. Stallman  <rms@gnu.org>
1944         * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
1945         shrink the windows above as necessary to get space.
1946         (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
1948         * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
1949         This fixes a bug that treated all files as directories.
1950         (ange-ftp-insert-directory): Explicitly follow symlinks.
1952         * international/iso-transl.el (iso-transl-char-map) Eliminate the
1953         alias symbols--put the translated sequences here directly.
1955         * progmodes/cc-mode.el (c-mode-abbrev-table)
1956         (c++-mode-abbrev-table, objc-mode-abbrev-table)
1957         (java-mode-abbrev-table, pike-mode-abbrev-table):
1958         Mark all the predefined abbrevs as "system" abbrevs.
1960         * mail/sendmail.el (mail-envelope-from): Fix custom type.
1961         (sendmail-send-it): Check mail-specify-envelope-from
1962         and mail-envelope-from in the mail buffer at start.
1964 2001-12-28  Simon Josefsson  <jas@extundo.com>
1966         * mail/sendmail.el (mail-envelope-from): Fix :type.
1967         (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
1969 2001-12-28  Richard M. Stallman  <rms@gnu.org>
1971         * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
1973         * simple.el (line-move-invisible): New subroutine.
1974         (line-move-to-column): New subroutine--smarter about advancing over
1975         invisible parts of a line, or lines, but only as long as hpos grows.
1976         (line-move-finish): New subroutine: repeatedly processes desired
1977         column, intangibility, and fields.
1978         (line-move): Use those subroutines.
1979         When moving lines downward, skip invisible text first rather than last.
1981 2001-12-27  Richard M. Stallman  <rms@gnu.org>
1983         * international/mule-diag.el (describe-char-after):
1984         Describe the text properties of the char after point.
1986         * help.el (describe-key): Doc fix.
1988 2001-12-26  Markus Rost  <rost@math.ohio-state.edu>
1990         * find-dired.el (find-dired-sentinel): Precede exit message by
1991         two spaces, to match the regexp in dired-between-files.
1993 2001-12-28  Miles Bader  <miles@gnu.org>
1995         * wid-edit.el (widget-toggle-value-create): Don't eval actual
1996         images (which are lists too).
1998 2001-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
2000         * language/european.el: Fix the doc string of "Latin-5" language
2001         environment.
2003 2001-12-26  Richard M. Stallman  <rms@gnu.org>
2005         * textmodes/flyspell.el (flyspell-mode-map): New keymap,
2006         defined as before 2001-11-09.
2007         (add-minor-mode call): Specify the keymap.
2009         * progmodes/compile.el (compile-internal):
2010         Set TERM variable in process-environment.
2012 2001-12-25  Richard M. Stallman  <rms@gnu.org>
2014         * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
2015         the buffer.
2017         * startup.el (command-line): Convert command line args
2018         to Emacs internal representation using locale-coding-system.
2020 2001-12-25  Eli Zaretskii  <eliz@is.elta.co.il>
2022         * international/fontset.el: Don't require ind-util when compiling.
2024 2001-12-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2026         * emulation/tpu-edt.el (tpu-reset-screen-size): Use
2027         set-frame-height and set-frame-width instead of set-screen-height
2028         and set-screen-width.
2030         * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
2031         of obsolete set-screen-width.
2033         * locate.el (locate): Remove dot at the end of error argument.
2035         * emerge.el (emerge-show-file-name): Use frame-height instead of
2036         obsolete screen-height.
2038         * mail/mh-utils.el (mh-show-msg): Likewise.
2039         (mh-handle-process-error): Use frame-width instead of obsolete
2040         screen-width.
2042 2001-12-25  Richard M. Stallman  <rms@gnu.org>
2044         * window.el (balance-windows): Use new PRESERVE-BEFORE arg
2045         to enlarge-window.  Use save-selected-window.  Don't try
2046         to resize windows that end at the bottom "level".
2047         Retry changing the sizes until the windows get the desired sizes.
2048         Discount the minibuffer when computing total height available.
2050         * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
2051         (debugger-make-xrefs): Only make a button for the first symbol
2052         on any line.
2054 2001-12-24  Eli Zaretskii  <eliz@is.elta.co.il>
2056         * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
2057         Call IT-setup-unicode-display here instead of adding it to
2058         dos-codepage-setup-hook, so that Unicode display tables are set
2059         before dos-codepage-setup-hook runs.
2061 2001-12-24  Richard M. Stallman  <rms@gnu.org>
2063         * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
2064         (nslookup-mode-abbrev-table): Don't define it.
2065         (smbclient-mode-abbrev-table): Don't define it.
2066         (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
2067         (nslookup-mode, smbclient-mode): Likewise.
2068         (network-connection-service-abbrev-alist): Variable deleted.
2069         (network-connection-mode-setup): Don't set up abbrev table.
2071         * faces.el (minibuffer-prompt): New face.
2072         (minibuffer-prompt-properties): Add `face' property.
2074         * replace.el (occur-mode-display-occurrence): New function.
2075         (occur-mode-map): Bind C-o to it.
2077 2001-12-24  Michael Kifer  <kifer@cs.sunysb.edu>
2079         * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
2080         (viper-special-read-and-insert-char): Make C-m work right in the r
2081         comand.
2082         (viper-buffer-search-enable): Fixed format string.
2084         * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
2085         instead of viper-info-on-file.
2086         (ex-set-visited-file-name): New function.
2088         * viper.el (viper-emacs-state-mode-list): Added mail-mode.
2090         * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
2091         action argument.
2093         * ediff-init.el: Fixed some doc strings.
2095         * ediff-util.el (ediff-after-quit-hook-internal): New variable.
2096         Got rid of make-local-hook.
2098         * ediff-wind.el (ediff-setup-control-frame): Got rid of
2099         make-local-hook.
2101 2001-12-23  Richard M. Stallman  <rms@gnu.org>
2103         * term/x-win.el (x-handle-geometry): Put height and width
2104         on default-frame-alist, left and top on initial-frame-alist.
2105         * term/w32-win.el (x-handle-geometry): Likewise.
2107         * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
2109         * play/yow.el (yow): Use an arg to distinguish interactive calls,
2110         not interactive-p.
2112 2001-12-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2114         * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove
2115         mocklisp entries.
2117         * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
2118         Lisp.  Obsoleted.
2120         * emulation/mlconvert.el: File removed.
2122         * emulation/mlsupport.el: Moved to obsolete.
2124         * obsolete/mlsupport.el: Moved there from lisp/emulation.
2126         * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
2128         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove
2129         mocklisp case.
2131         * help-fns.el (describe-function-1): Remove mocklisp function
2132         case.
2134 2001-12-22  Miles Bader  <miles@gnu.org>
2136         * textmodes/refill.el (refill-mode): Don't barf when redundantly
2137         turning refill-mode off.
2139 2001-12-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2141         * time.el (display-time-load-average-threshold): New variable.
2142         (display-time-update): Use it.
2144         These changes allow cycling through past 1, 5 and 15 minutes
2145         load-average displayed in the mode-line.
2147         * time.el (display-time-default-load-average): New customizable option.
2148         (display-time-load-average): New variable.
2149         (display-time-cycle-load-average): New function.
2150         (display-time-update): Use them.
2152 2001-12-21  Richard M. Stallman  <rms@gnu.org>
2154         * apropos.el (apropos-print): SPACING is now nil or a separator string.
2155         (apropos-documentation, apropos-value): Pass a suitable string.
2157 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
2159         * dired.el (dired-free-space-program, dired-free-space-args):
2160         Aliases for back-compatibility.
2162         * info.el (Info-select-node): If Info-use-header-line is nil, set
2163         header-line-format to nil.
2164         (Info-fontify-node): Don't put a keymap text property on the
2165         heading if we are not going to display the header line.  Remove
2166         any such text properties left over from past visits to this node.
2168         * ls-lisp.el (insert-directory): Insert the amount of free disk
2169         space, like files.el's insert-directory does.
2171         * files.el (directory-free-space-program): Mention
2172         file-system-info in the doc string.
2173         (get-free-disk-space): New function; code moved from
2174         insert-directory.
2175         (insert-directory): Call get-free-disk-space to get the amount of
2176         free space.
2178 2001-12-21  Richard M. Stallman  <rms@gnu.org>
2180         * help.el (view-order-manuals, view-emacs-news, describe-copying)
2181         (describe-distribution, describe-project): Use view-file.
2183         * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
2185         * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
2187         * emacs-lisp/easy-mmode.el (define-minor-mode):
2188         Make no arg by default in an interactive call,
2189         so that repeating the command toggles again.
2191         * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
2193 2001-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
2195         * antlr-mode.el: More sophisticated indentation of cpp directive.
2196         (antlr-indent-at-bol-alist): New user option.
2197         (antlr-indent-line): Use it.
2198         (antlr-indent-style): New user option.
2199         (antlr-mode): Use it.
2200         (antlr-indent-item-regexp): Customize.
2202         * antlr-mode.el: Syntax highlighting changes.
2203         (antlr-font-lock-literal-regexp): New user option.
2204         (antlr-font-lock-syntax-face): New face used for :, |, ....
2205         (antlr-font-lock-default-face): New face.
2206         (antlr-font-lock-additional-keywords): Use them.
2208         * antlr-mode.el: New command to insert options -- variables.
2209         (antlr-mode-map): New binding [C-c C-o].
2210         (antlr-mode-menu): New submenus.
2211         (antlr-options-use-submenus): New user option.
2212         (antlr-tool-version): New user option.
2213         (antlr-options-auto-colon): New user option.
2214         (antlr-options-style): New user option.
2215         (antlr-options-push-mark): New user option.
2216         (antlr-options-assign-string): New user option.
2217         (antlr-options-headings): New variable.
2219         * antlr-mode.el: New command to insert options -- specific.
2220         (antlr-options-alists): New variable.
2221         (antlr-read-value): New function.
2222         (antlr-read-boolean): New function.
2223         (antlr-language-option-extra): New function.
2224         (antlr-language-limit-n-regexp): Change default to higher LIMIT.
2225         (antlr-c++-mode-extra): New function.
2226         (antlr-grammar-tokens): New function.
2227         (antlr-imenu-create-index-function): New optional argument.
2229         * antlr-mode.el: New command to insert options -- functions.
2230         (antlr-insert-option): New command.
2231         (antlr-insert-option-interactive): New function.
2232         (antlr-options-menu-filter): New function.
2233         (antlr-option-kind): New function.
2234         (antlr-scan-lists): New alias.
2235         (antlr-scan-lists-internal): New function.
2236         (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
2237         (antlr-option-level): New function.
2238         (antlr-syntactic-grammar-depth): New function.
2239         (antlr-option-location): New function.
2240         (antlr-insert-option-do): New function.
2241         (antlr-option-spec): New function.
2242         (antlr-version-string): New function.
2243         (antlr-insert-option-existing): New function.
2244         (antlr-insert-option-space): New function.
2245         (antlr-insert-option-area): New function.
2247         * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
2248         with narrowing.  Menu change.  Miscellaneous.
2249         (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
2250         (antlr-mode-map): New bindings for characters in ":;|&(){}".
2251         (antlr-electric-character): New command.
2252         (antlr-class-header-regexp): New variable.
2253         (antlr-font-lock-additional-keywords): Use it.
2254         (antlr-imenu-create-index-function): Use it.
2255         (antlr-file-dependencies): Use it.
2256         (antlr-indent-line): Also works with restrictions.
2257         (antlr-indent-command): Interactive spec - changes the buffer.
2258         (antlr-language-for-option): Deletia.
2259         (antlr-language-option): New function, defined instead.
2260         (antlr-mode): Use it.
2261 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
2263         * jka-compr.el (jka-compr-partial-uncompress): Use null-device
2264         instead of a literal /dev/null.
2266         * Makefile.in (distclean): Remove Makefile in the build
2267         directory, not in the source directory.
2269 2001-12-21  Simon Josefsson  <jas@extundo.com>.
2271         * mail/smtpmail.el (smtpmail-send-queued-mail): Use
2272         with-temp-buffer instead of find-file-noselect, and bind
2273         coding-system-for-read to no-conversion when reading the queued
2274         messages.  (Simon's code modified slightly by Eli Zaretskii.)
2276 2001-12-20  Werner Lemberg  <wl@gnu.org>
2278         * international/mule-diag.el (describe-coding-system,
2279         print-coding-system-briefly): Make printed output have a similar
2280         format as describe-character-set.
2282 2001-12-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2284         * play/blackbox.el (bb-member): Remove, use member instead.
2285         (bb-delete): Remove, use delete instead.
2286         Update copyright notice.  Defvar for bb-board, bb-x, bb-y,
2287         bb-score, bb-detour-count and bb-balls-placed.
2288         Propertize results of rays.
2290 2001-12-19  Karl Fogel  <kfogel@red-bean.com>
2292         * isearch.el (isearch-forward, isearch-edit-string): Make doc
2293         strings mention keybinding for `isearch-yank-word-or-char',
2294         rather than `isearch-yank-word', since the former is bound now
2295         and the latter is not.
2296         (isearch-yank-word-or-char): Fix formatting.
2298 2001-12-19  Werner Lemberg  <wl@gnu.org>
2300         * language/czech.el, language/european.el, language/slovak.el: More
2301         fixes for language info doc strings.
2303 2001-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
2305         * loadup.el: Add "language" to the load-path.
2307 2001-12-19  Richard M. Stallman  <rms@gnu.org>
2309         * international/mule-cmds.el (describe-language-environment):
2310         Fix calls to help-xref-button.
2312 2001-12-19  Miles Bader  <miles@gnu.org>
2314         * international/fontset.el: Require `ind-util' when compiling.
2316 2001-12-18  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2318         * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
2319         instead of decompose-composite-char.
2321 2001-12-18  Richard M. Stallman  <rms@gnu.org>
2323         * simple.el (eval-expression-print-level)
2324         (eval-expression-print-length): Doc fixes.
2326         * international/mule-diag.el (describe-character-set):
2327         Fix the arg to help-xref-button.
2329         * files.el (directory-free-space-program): New variable.
2330         (directory-free-space-args): New variable.
2331         (insert-directory): Use those two variables for getting free space.
2332         Use file-system-info instead, if that is defined.
2334         * dired.el (dired-free-space-program): Variable deleted.
2335         (dired-free-space-args): Variable deleted.
2336         (dired-insert-directory): Don't try to determine free space.
2338         * files.el (font-lock-defaults): Add risky-local-variables prop.
2339         (hack-one-local-variable): Treat various font-lock variables as risky.
2341 2001-12-18  Werner Lemberg  <wl@gnu.org>
2343         * language/chinese.el, language/cyrillic.el:
2344         * language/czech.el, language/european.el, language/greek.el:
2345         * language/hebrew.el, language/indian.el, language/japanese.el:
2346         * language/korean.el, language/lao.el, language/slovak.el:
2347         * language/thai.el, language/tibetan.el, language/vietnamese.el:
2348         Improve documentation strings of coding systems and language infos.
2350 2001-12-18  Werner LEMBERG  <wl@gnu.org>
2352         Add support for EUC-TW decoding/encoding.
2354         * language/china-util.el (big5-to-flat-code, flat-code-to-big5,
2355         euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
2356         New auxiliary functions to build `big5-to-cns'.
2357         (big5-to-cns): New translation alist.
2359         * language/chinese.el: Added new coding system `euc-tw' and its
2360         alias `euc-taiwan'.
2361         Updated language `Chinese-CNS' to include euc-tw encoding also.
2362         (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
2363         euc-tw.
2365 2001-12-18  Dave Love  <fx@gnu.org>
2367         * loadup.el: Add language/utf-8-lang, language/georgian.
2369         * image-file.el (image-file-name-extensions): Add pnm.  Doc fix.
2370         (image-file-name-regexps): Doc fix.
2372         * server.el (server-unload-hook): New function.
2374         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
2375         (lm-crack-copyright): Cope with multi-line copyright `lines'.
2377         * simple.el (newline): Doc fix.
2378         (eval-expression-print-level, eval-expression-print-length): Doc
2379         fix.  Amend :type.
2380         (next-line, previous-line): Make arg optional.
2381         (newline): Doc fix.
2383         * Makefile.in (DONTCOMPILE): Add various language files.
2385         * international/quail.el (quail-input-string-to-events): Don't use
2386         string-to-list.
2388         * progmodes/f90.el (f90-break-line): Avoid infinite recursion
2389         calling `newline'.
2391 2001-12-17  Richard M. Stallman  <rms@gnu.org>
2393         * comint.el (comint-dynamic-list-input-ring-select): New function.
2394         Switches back to the old window configuration.
2395         (comint-dynamic-list-input-ring): Bind RET to that function.
2396         (comint-dynamic-list-input-ring-window-conf): New variable.
2398 2001-12-17  Werner Lemberg  <wl@gnu.org>
2400         * international/mule-conf.el: Improve documentation strings of
2401         character sets.
2403 2001-12-16  Richard M. Stallman  <rms@gnu.org>
2405         * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
2406         (dired-mode-map): Bind w to dired-copy-filename-as-kill.
2408         * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
2410         * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
2411         Add a DESCRIPTION for the makefile item.
2413         * find-file.el (ff-other-file-name): New function.
2415 2001-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
2417         * international/quail.el (quail-input-string-to-events): Fix last
2418         change.
2420 2001-12-16  Richard M. Stallman  <rms@gnu.org>
2422         * isearch.el (isearch-edit-string): When we set isearch-string
2423         to the default, also set isearch-message.
2425         * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
2427         * startup.el (command-line-1): Display startup screen
2428         even if there are command line args.
2429         Add a note about how to go to editing your files.
2430         (fancy-splash-head): Add a note about how to go to your files.
2431         (fancy-splash-outer-buffer): New variable.
2432         (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
2434         * subr.el (with-temp-message): At the end, always discard
2435         the temp message, even by clearing the echo area.
2437         * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
2439 2001-12-16  Stefan Monnier  <monnier@cs.yale.edu>
2441         * log-view.el (log-view-message-re, log-view-current-tag):
2442         Recognize Subversion's log output format.
2444         * international/fontset.el: Build the list L at compile time.
2446         * language/ind-util.el (mapthread): Make a closure.
2448 2001-12-15  Richard M. Stallman  <rms@gnu.org>
2450         * isearch.el (isearch-start-hscroll): New variable.
2451         (isearch-mode): Set isearch-start-hscroll.
2452         (isearch-update): Restore original hscrolling if possible.
2454         * isearch.el (isearch-edit-string):
2455         Treat isearch-yank-word-or-char specially, like isearch-yank-word.
2457         * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
2458         (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
2459         rather than regexp search and (2) copying text properties
2460         already set up on text unchanged from the previous backtrace.
2462         * case-table.el (set-case-syntax-pair):
2463         Detect invalid calls and signal an error.
2465 2001-12-15  Richard M. Stallman  <rms@gnu.org>
2467         * language/ind-util.el (range): Function deleted.
2468         (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
2469         All calls changed.
2471         * language/devan-util.el (devanagari-range): Renamed from `range'.
2472         All calls changed.
2473         (devanagari-regexp-of-hashtbl-keys):
2474         Renamed from `regexp-of-hashtbl-keys'.  All calls changed.
2476 2001-12-15  Dave Love  <fx@gnu.org>
2478         * language/ind-util.el: Don't require cl.
2479         (indian-glyph-char, indian-glyph-max-char)
2480         (indian-char-glyph): Moved from indian.el
2481         (indian--puthash-char, mapthread): Don't quote lambda.
2482         (indian--map): New function.
2483         (indian--puthash-v, indian--puthash-c, indian--puthash-m)
2484         (indian--puthash-cv): Use it.
2486         * language/indian.el (indian-glyph-char, indian-glyph-max-char)
2487         (indian-char-glyph): Moved to ind-util.el
2489         * language/devan-util.el (devanagari-post-read-conversion):
2490         New function.
2492         * language/georgian.el: New file.
2494         * international/mule-cmds.el (locale-language-names): Add various
2495         entries.  Remove utf-8 special case.
2496         (locale-charset-language-names, locale-preferred-coding-systems):
2497         Add utf-8 case.
2498         (set-language-environment): Process required-features earlier.
2500         * international/quail.el (quail-keyboard-layout-alist):
2501         Add pc105-uk.
2502         (quail-keyboard-layout-type): Fix :type.
2503         (quail-choose-completion-string): Simplify.
2504         (quail-update-leim-list-file): Don't get fooled by commented-out code.
2505         (quail-input-string-to-events): Run events through
2506         translation-table-for-input.
2508         * international/mule-conf.el (translation-table-for-input):
2509         New variable.
2510         (latin-iso8859-14): Amend description.
2511         (file-coding-system-alist): Add entry for utf-8.
2513         * language/utf-8-lang.el: New file.
2515         * international/code-pages.el: New file.
2517         * language/hebrew.el ("Windows-1255"): New language.
2519         * language/european.el ("Welsh", "Latin-7", "Lithuanian")
2520         ("Latvian"): New languages.
2522 2001-12-14  Stefan Monnier  <monnier@cs.yale.edu>
2524         * xml.el: Use setq rather than (set 'foo bar).
2525         Use push+nreverse rather than append.
2526         (xml-node-name, xml-node-attributes, xml-node-children):
2527         Use defsubst rather than macros.
2528         (xml-parse-region): Handle a nil return value from xml-parse-tag.
2529         (xml-parse-tag): Don't skip white space.  Return nil for a comment.
2530         Concat the two strings surrounding a comment into a single string.
2532         * newcomment.el (comment-indent): Jump to the middle of empty comments.
2534 2001-12-14  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2536         * select.el (xselect-convert-to-class, xselect-convert-to-name):
2537         Document.
2539 2001-12-14  Andre Spiegel  <spiegel@gnu.org>
2541         * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
2542         Return nil if FILE is not registered.
2543         (vc-check-master-templates, vc-default-make-version-backups-p):
2544         Doc fix.
2546 2001-12-13  David Ponce  <david@dponce.com>
2548         * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
2549         (ruler-mode-left-fringe-cols): New macro.
2550         (ruler-mode-right-fringe-cols): New macro.
2551         (ruler-mode-left-scroll-bar-cols): New macro.
2552         (ruler-mode-right-scroll-bar-cols): New macro.
2553         (ruler-mode-ruler): Use above new macros.
2555 2001-12-13  Richard M. Stallman  <rms@gnu.org>
2557         * files.el (set-auto-mode): Fix previous change.
2559 2001-12-13  Stefan Monnier  <monnier@cs.yale.edu>
2561         * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
2562         (easy-menu-do-define, easy-menu-convert-item-1)
2563         (easy-menu-define-key-intern, easy-menu-get-map): Use it.
2564         (easy-menu-return-item): Only return nil if there is no binding.
2566 2001-12-13  Rajesh Vaidheeswarran  <rv@gnu.org>
2568         * whitespace.el (whitespace-version): 3.2
2569         * whitespace.el (whitespace-force-mode-line-update): Replace with
2570         `whitespace-mode-line-update', which is an alias to the correct
2571         function in various emacsen.
2572         * whitespace.el (whitespace-{un,}highlight-the-space):
2573         Add colorized highlighting of the bogus whitespaces in a buffer/file,
2574         using the `whitespace-highlight-face' if
2575         `whitespace-display-spaces-in-color' is set.
2577 2001-12-13  Eli Zaretskii  <eliz@is.elta.co.il>
2579         * international/mule.el (set-auto-coding): Don't search for
2580         "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
2582 2001-12-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2584         * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
2586         * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
2588         * mail/rmailsum.el (rmail-summary-mode): Likewise.
2590 2001-12-13  Richard M. Stallman  <rms@gnu.org>
2592         * simple.el (undo): Always set this-command to `undo',
2593         so that the next undo after an error will not begin redoing.
2595         * simple.el (shell-command): Doc fix.
2596         (shell-command-on-region): If there is output an an error,
2597         add "...Shell command failed" to the output.
2599 2001-12-13  David Ponce  <david@dponce.com>
2601         * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
2602         (ruler-mode-left-fringe-cols): Function replaced by more efficient
2603         implementation `ruler-mode-extra-left-cols'.
2604         (ruler-mode-ruler): Use above new function.  Take into account
2605         that the fringe areas can now be resized.
2607 2001-12-12  Richard M. Stallman  <rms@gnu.org>
2609         * international/characters.el (Unicode): Comment out
2610         the specifications for kelvin and angstrom signs.
2612         * international/mule.el (make-translation-table-from-vector):
2613         Allow null elements in VEC.
2615         * international/ucs-tables.el (unify-8859-on-encoding-mode)
2616         (unify-8859-on-decoding-mode): Swap the code in their bodies.
2617         Add :version.
2619 2001-12-11  Richard M. Stallman  <rms@gnu.org>
2621         * derived.el (derived-mode-p): Function moved to subr.el.
2623         * subr.el (derived-mode-p): Moved here from derived.el.
2625         * international/mule.el (set-auto-coding): Use set-auto-mode-1.
2627         * files.el (set-auto-mode-1): New subroutine, broken out of
2628         set-auto-mode.
2629         (set-auto-mode, hack-local-variables-prop-line): Use that.
2631 2001-12-11  Dave Love  <fx@gnu.org>
2633         * language/thai-util.el, language/thai.el: Add Unicode equivalents.
2635         * language/european.el: Remove autoload cookies.  Fix registration
2636         of diacritic composition function.
2638 2001-12-11  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2640         * calendar/todo-mode.el: Require time-stamp.
2642         * net/zone-mode.el (zone-mode): Don't use make-local-hook.
2644 2001-12-11  Richard M. Stallman  <rms@gnu.org>
2646         * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
2648         * textmodes/ispell.el (ispell-buffer-local-parsing):
2649         Match xml like sgml.
2651         * emacs-lisp/advice.el (ad-compile-function):
2652         Byte compile the function under another (uninterned) name.
2654         * gud.el (gdb): Define and bind gud-jump.
2656         * font-lock.el (font-lock-mode):
2657         Put our function at the end of after-change-functions.
2659         * ediff-diff.el (ediff-cmp-options): Doc fix.
2661         * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
2663 2001-12-10  Richard M. Stallman  <rms@gnu.org>
2665         * isearch.el (isearch-yank-word-or-char): New function.
2666         (isearch-mode-map): Bind C-w to that.
2668         * menu-bar.el (menu-bar-mode): Make arg optional.
2670         * simple.el (line-move): Cope if next-single-property-change
2671         or previous-single-property-change returns nil.
2673         * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
2674         Don't use interactive-p; instead, pass the proper args
2675         in (interactive...).  Clean up most of the trouble-report strings.
2677 2001-12-10  Eli Zaretskii  <eliz@is.elta.co.il>
2679         * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
2680         enqueued messages literally.
2682 2001-12-10  Noah Friedman  <friedman@splode.com>
2684         * battery.el (battery-insert-file-contents): Obsolete function
2685         removed.
2686         (battery-read-function): Obsolete function removed.
2687         (battery-linux-proc-apm): Use insert-file-contents.
2689 2001-12-07  Stephen Eglen  <stephen@gnu.org>
2691         * iswitchb.el (iswitchb-visit-buffer):
2692         Use `select-frame-set-input-focus'--needed when window manager
2693         uses "click to focus" policy.
2695 2001-12-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2697         * COPYING: Moved back.
2699 2001-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
2701         * term/internal.el (IT-character-translations): Add entries for
2702         more points.
2704         * international/characters.el: Resurrect the Hebrew category
2705         settings for all Hebrew characters removed by the last change.
2706         Add code for setting the Hebrew category of the Unicode Hebrew
2707         characters.  Set syntax entries for Hebrew punctuation characters.
2709         * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
2710         points and directional formatting control characters.
2712 2001-12-07  Dave Love  <fx@gnu.org>
2714         * language/lao-util.el: Add Unicode equivalents for rules.
2715         (lao-post-read-conversion): New function.
2717         * language/lao.el: Add Unicode equivalents.
2718         (lao): Add post-read conversion.
2720         * international/latin1-disp.el: Fix some 8-bit-graphic characters.
2721         Use iso2022 encoding.
2722         (latin1-char-displayable-p): Doc fix.
2723         (latin1-display-ucs-per-lynx): New option.
2724         (latin1-display-ucs-per-lynx): New command.
2725         (latin1-display-reset): Special-case arabic.
2726         (ucs-tables): Require.
2727         (latin1-display-sets, latin1-display-setup): Add arabic.
2728         (latin1-display) <variable>: Use function latin1-display.
2729         (latin1-display) <function>: Add mule-unicode stuff.
2730         (latin1-display-check-font): Don't lose if `info' is nil.
2732         * international/iso-transl.el: Insert Latin-1 characters, not
2733         unibyte codes.
2735         * language/european.el (diacritic-composition-pattern): New constant.
2736         (diacritic-compose-region, diacritic-compose-string)
2737         (diacritic-compose-buffer, diacritic-post-read-conversion)
2738         (diacritic-composition-function): New functions.
2740         * international/utf-8.el (ucs-mule-to-mule-unicode):
2741         New translation table.
2742         (ccl-encode-mule-utf-8): Use it.
2743         (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
2744         (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
2745         (utf-8-subst-table): New variable.
2746         (utf-8-compose-scripts): New option.
2747         (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
2749         * international/ucs-tables.el, international/utf-8-subst.el:
2750         New files.
2752         * international/characters.el: Don't set word syntax (the default)
2753         explicitly.  Add a diacritic category.  Add info for Unicode
2754         equivalents of characters in various Mule charsets and for extra
2755         Unicode characters.  Don't define specific categories for
2756         Indian/Devanagari, since they aren't used.
2758 2001-12-06  Richard M. Stallman  <rms@gnu.org>
2760         * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
2761         (set-justification-left, set-justification-right): Doc fix.
2763         * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
2764         (bug-f90-mode): Variable deleted.
2766 2001-12-06  Stefan Monnier  <monnier@cs.yale.edu>
2768         * indent.el (indent-line-function): Default is indent-relative again.
2770 2001-12-07  Miles Bader  <miles@gnu.org>
2772         * progmodes/compile.el (compilation-error-regexp-alist):
2773         Added regexps for RXP.
2775 2001-12-05  Eli Zaretskii  <eliz@is.elta.co.il>
2777         * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
2778         Add shift-assignment operators to those highlighted, and highlight
2779         the whole operator rather than just the "=".
2781 2001-12-04  Juanma Barranquero  <lektu@terra.es>
2783         * files.el (save-abbrevs, save-some-buffers): Don't ask the user
2784         before saving abbrevs if `save-abbrevs' has the value `silently'.
2786 2001-12-04  Andreas Schwab  <schwab@suse.de>
2788         * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
2790 2001-12-04  Colin Walters  <walters@debian.org>
2792         * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
2793         for `defmacro*' forms.
2795         * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
2796         `defmacro*'.
2798 2001-12-03  Stefan Monnier  <monnier@cs.yale.edu>
2800         * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
2802 2001-12-02  Richard M. Stallman  <rms@gnu.org>
2804         * files.el (insert-directory): If the df output does not look right,
2805         don't try to use it.  Other cleanups in overall code structure.
2807 2001-12-02  Stefan Monnier  <monnier@cs.yale.edu>
2809         * textmodes/outline.el (outline-mode-prefix-map):
2810         Add bindings for outline-promote and outline-demote.
2811         (outline-minor-mode-menu-bar-map): New var.
2812         (outline-minor-mode): Use it.
2813         (outline-heading-alist): New var (renamed from outline-level-heading).
2814         (outline-level): Use it.
2815         (outline-insert-heading, outline-promote, outline-demote):
2816         Update to use outline-heading-alist.
2818         * disp-table.el (standard-display-european):
2819         Simplify since the function is not interactive any more.
2820         Don't set the existing buffers to unibyte.
2822         * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
2824         * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
2826         * reveal.el (reveal-mode): Fix reveal-mode's lighter.
2828         * shell.el (shell): Use shell-file-name.
2829         Pop to buffer before calling comint to set COLUMNS properly.
2831         * emacs-lisp/cl.el (svref): New alias.
2833         * progmodes/antlr-mode.el (antlr-c-common-init):
2834         Don't inhibit adaptive-fill-mode any more.
2836         * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
2838         * progmodes/etags.el (tags-with-face): Use make-symbol.
2839         (tags-search, tags-query-replace): Use backquotes.
2841         * textmodes/picture.el (picture-mode-map): Don't use defconst
2842         for a variable.
2844 2001-12-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2846         * textmodes/reftex-index.el (reftex-index-mode):
2847         Remove make-local-hook.
2849         * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
2851 2001-12-02  Kim F. Storm  <storm@cua.dk>
2853         * isearch.el (isearch-resume-enabled): New variable.
2854         (isearch-done): Use that variable.
2856 2001-12-01  Richard M. Stallman  <rms@gnu.org>
2858         * wid-edit.el (widget-button-click): Don't move point permanently:
2859         Avoid mouse-set-point--instead select the window,
2860         then do save-excursion, then move point.
2861         Specify the buffer for get-char-property.
2862         Don't use `@' in interactive.
2864         * indent.el (indent-line-function):
2865         Default is indent-to-left-margin again.
2867         * replace.el (query-replace-read-args): Display message
2868         if FROM contains `\n' or `\t'.
2870 2001-12-01  Stefan Monnier  <monnier@cs.yale.edu>
2872         * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
2874         * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
2876         * emacs-lisp/regexp-opt.el (regexp-opt):
2877         Bind completion-regexp-list to nil.
2879         * progmodes/hideif.el (hif-nexttoken): Move to before first def.
2881 2001-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
2883         * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
2884         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
2885         Update maintainer.
2887 2001-11-30  Stefan Monnier  <monnier@cs.yale.edu>
2889         * mail/smtpmail.el: Use with-current-buffer.
2890         (message-make-date, message-make-message-id): Autoload when needed.
2891         (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
2892         headers when missing.
2894         * international/encoded-kb.el (encoded-kbd-mode):
2895         Use define-minor-mode.
2897         * enriched.el (enriched-mode): Use define-minor-mode.
2898         Use dolist and pop and push.
2900         * info.el (Info-find-node-2): Don't call info-insert-file-contents
2901         with the `visit' argument.
2902         (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
2904         * progmodes/hideif.el (hide-ifdef-mode): Only modify
2905         `change-major-mode-hook' locally.  Reset invisibility spec.
2907         * man.el (Man-build-section-alist): Remove last Man-match-substring.
2909 2001-11-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2911         * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
2912         Clarify error message.
2914 2001-11-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2916         * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
2918 2001-11-30  Andre Spiegel  <spiegel@gnu.org>
2920         * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
2921         don't just return it.
2923 2001-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
2925         * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
2926         (menu-bar-read-emacs-man, search-emacs-glossary)
2927         (emacs-index-search, elisp-index-search): New functions.
2928         (apropso-documentation, apropos, apropos-value, apropos-variable)
2929         (apropos-commands): Modify menu item names and help text.
2930         (elisp-index-search, emacs-index-search, emacs-glossary):
2931         New menu items.
2932         (menu-bar-manuals-menu): Move the Ordering Manuals item to a
2933         submenu.
2934         (info-elisp, info-elintro): New menu items.
2935         (apropos): Modify the menu item name.
2937 2001-11-30  Stefan Monnier  <monnier@cs.yale.edu>
2939         * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
2941         * textmodes/outline.el (outline-promote, outline-demote): Typo.
2943         * man.el (man-follow-mouse): New function.
2944         (Man-mode-map): Bind mouse-2 to it.
2945         (Man-match-substring): Remove.  Replace with `match-string'.
2946         (man): Use the `default-value' argument to `read-string'.
2947         (Man-fontify-manpage): Add mouse-face to cross references.
2949         * emacs-lisp/cl-macs.el (shiftf): Fix more.  Simplify.
2951 2001-11-29  Stefan Monnier  <monnier@cs.yale.edu>
2953         * emacs-lisp/crm.el (completing-read-multiple): Better preserve
2954         the value of require-match in minibuffer-completion-confirm.
2955         Use crm-local-completion-map.
2957         * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
2958         (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
2959         (cl-make-type-test): Use char-valid-p for `character'.
2961         * info.el (Info-complete-next-re, Info-complete-cache): New vars.
2962         (Info-complete-menu-item): Rewrite.  Add the ability to search
2963         several sequential nodes.  Add a simple caching mechanism.
2964         (Info-goto-index): New function extracted from Info-index.
2965         (Info-index): Use it.  Add completion to the interactive spec.
2966         (Info-menu-update): Simplify call to `Info-complete-menu-item'.
2968 2001-11-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2970         * COPYING: Removed.
2972 2001-11-29  Dave Love  <fx@gnu.org>
2974         * progmodes/fortran.el: Fontify rewind, backspace.  Doc fixes.
2975         (fortran-window-create, fortran-window-create-momentarily):
2976         Rewrite, moving error condition.
2977         (fortran-beginning-do, fortran-beginning-if): Fix regexps.
2978         (fortran-mode-syntax-table): Revert last change.
2980         * international/mule.el: Doc fixes.
2981         (map-charset-chars): New function.
2982         (register-char-codings): Use it to cope with generic chars in
2983         safe-chars.
2985 2001-11-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2987         * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
2989         * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
2991         * play/studly.el (studlify-word, studlify-region)
2992         (studlify-buffer): Fix doc-string.
2993         (studlify-buffer): Add autoload cookie.
2995 2001-11-28  Stefan Monnier  <monnier@cs.yale.edu>
2997         * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
2998         (outline-up-heading-all): Remove.
2999         (hide-sublevels): Move to end-of-heading before calling flag-region.
3000         (outline-copy-overlay, outline-discard-overlays): Remove.
3001         (outline-flag-region): Use `remove-overlays'.
3002         Don't move to end-of-heading.
3003         (outline-next-visible-heading, outline-back-to-heading)
3004         (outline-on-heading-p): Use outline-invisible-p.
3005         (outline-font-lock-level): Use outline-up-heading's new arg.
3006         (outline-minor-mode): Simplify.
3007         (outline-map-tree, outline-reveal-toggle-invisible): New funs.
3008         (outline): Put a `reveal-toggle-invisible' property.
3009         (outline-level-heading): New var.
3010         (outline-insert-heading, outline-promote, outline-demote)
3011         (outline-toggle-children): New commands.
3013         * progmodes/hideif.el (hif-end-of-line): New function.
3014         (hide-ifdef-mode): Set line-move-ignore-invisible.
3015         (hide-ifdef-region-internal): New function.
3016         (hide-ifdef-region): Use it.
3017         (hif-defined): Return an integer.
3018         (hif-infix-to-prefix): Remove.
3019         (hif-tokenize): Parse from the buffer rather than from a string.
3020         Correctly tokenize integers.  Use forward-comment.
3021         (hif-expr): Use hif-or.
3022         (hif-term): Use hif-and.
3023         (hif-factor): Use hif-not.  Handle numbers properly.
3024         Don't require parenthesis around `defined's argument.
3025         (hif-and, hif-or, hif-not): New funs.
3026         (hif-canonicalize): Pass a region to hif-tokenize.  Use hif-not.
3027         (hif-hide-line): Don't hide the \n before the line.
3028         (hif-possibly-hide): Correctly handle numeric evaluation results.
3030         * progmodes/make-mode.el: Use line-(end|beginning)-position.
3031         (makefile-mode): Set indent-line-function.
3032         (makefile-browser-insert-continuation): Use with-current-buffer.
3033         (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
3035 2001-11-28  Karl Fogel  <kfogel@red-bean.com>
3037         * isearch.el (isearch-yank-internal): New helper function.
3038         (isearch-yank-char): New function.
3039         (isearch-yank-word, isearch-yank-line): Rewrite to use
3040         isearch-yank-internal.
3042 2001-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
3044         * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
3045         aren't supported.  Print a message to that effect if invoked.
3047 2001-11-27  Stephen Eglen  <stephen@gnu.org>
3049         * locate.el (locate): Put point at first matching file rather
3050         than top of buffer.
3052 2001-11-27  Stefan Monnier  <monnier@cs.yale.edu>
3054         * reveal.el: New file.
3056         * progmodes/hideif.el: Misc cleanup.
3057         (hide-ifdef-mode-submap): Put the def in the defvar.
3058         Use substitute-key-definition.
3059         (hide-ifdef-mode): Use define-minor-mode.
3060         (hif-outline-flag-region): Remove.
3061         (hif-show-all): Define in terms of hif-show-ifdef-region.
3062         (hif-after-revert-function): Rename from hif-before-revert-function.
3063         (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
3064         (hif-tokenize): Use with-syntax-table.
3065         (hif-make-range): Use `else' also for `else-p'.
3066         (hif-range-else-p): Remove.
3067         (hif-find-range): Simplify.
3068         (hif-hide-line): Don't bother preserving buffer-modified-p.
3069         (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
3070         Don't use selective-display and inhibit-read-only.
3072         * subr.el (copy-overlay, remove-overlays): New funs.
3074         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
3076 2001-11-27  Sam Steingold  <sds@gnu.org>
3078         * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
3079         * lazy-lock.el, mouse-sel.el, mail/feedmail.el
3080         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
3081         * obsolete/c-mode.el, obsolete/cplus-md.el
3082         * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
3083         * term/sun-mouse.el, textmodes/artist.el:
3084         Converted backquote to the new style.
3085         * mouse.el, reposition.el: Likewise (in comments).
3086         * expand.el: Likewise (in a string).
3088 2001-11-27  Richard M. Stallman  <rms@gnu.org>
3090         * cus-edit.el (custom-load-symbol): Don't always load locate-library.
3092 2001-11-26  Richard M. Stallman  <rms@gnu.org>
3094         * wid-edit.el (widget-toggle-value-create): On graphic terminal,
3095         if :on-glyph or :off-glyph is a list, eval it and store it back.
3096         (checkbox): Quote the values for :on-glyph and :off-glyph.
3098         * cus-start.el (recursive-load-depth-limit): Delete item.
3100 2001-11-26  Stefan Monnier  <monnier@cs.yale.edu>
3102         * help-fns.el (describe-categories, help-describe-category-set): New.
3103         describe-categories moved here from src/category.c.
3105 2001-11-26  Sam Steingold  <sds@gnu.org>
3107         * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
3108         arguments to `insert' are strings.
3110 2001-11-26  Richard M. Stallman  <rms@gnu.org>
3112         * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
3114 2001-11-26  Eli Zaretskii  <eliz@is.elta.co.il>
3116         * international/mule-diag.el: Require help-fns instead of
3117         help-funs.
3119         * help-fns.el: Renamed from help-funs.el.
3121         * startup.el (command-line-1): Don't try to call process-list if
3122         it is not fboundp.
3124 2001-11-26  Sam Steingold  <sds@gnu.org>
3126         * frame.el (show-trailing-whitespace): Remove :set argument (the
3127         value was essentially identical to the defalt).
3129 2001-11-26  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3131         * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
3133         * icomplete.el (icomplete-minibuffer-setup): Likewise.
3135         * hilit-chg.el (hilit-chg-set): Likewise.
3137         * speedbar.el (speedbar-mode): Likewise.
3139         * calendar/calendar.el (calendar-mode): Likewise.
3141         * play/yow.el (psychoanalyze-pinhead): Use insert instead of
3142         insert-string.
3144         * play/gamegrid.el (gamegrid-init-buffer): Likewise.
3146         * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
3148         * term/sun-mouse.el (sun-yank-selection): Likewise.
3150         * textmodes/bib-mode.el (return-key-bib): Likewise.
3152         * calendar/appt.el (appt-disp-window): Likewise.
3154         * calendar/diary-lib.el (list-diary-entries): Likewise.
3156         * array.el (array-reconfigure-rows): Likewise.
3158         * filecache.el (file-cache-minibuffer-complete): Likewise.
3160         * obsolete/cplus-md.el (fill-c++-comment): Likewise.
3162         * strokes.el (strokes-prompt-user-save-strokes): Likewise.
3164         * allout.el (outline-version, outline-open-topic)
3165         (outline-rebullet-heading, outline-insert-listified)
3166         (outline-latex-verbatim-quote-curr-line)
3167         (outline-latexify-one-item, outlineify-sticky): Likewise.
3169         * vc.el (vc-next-action-on-file): Likewise.
3170         (vc-dired-mode): Remove make-local-hook.
3172 2001-11-26  Andre Spiegel  <spiegel@gnu.org>
3174         * vc.el (vc-find-version): New function.
3175         (vc-version-other-window): Redefined in terms of the above.
3177         * log-view.el (log-view-find-version): New function.
3178         (log-view-mode-map): Bind it to `f'.
3180 2001-11-26  Gerd Moellmann  <gerd@gnu.org>
3182         * language/devan-util.el (dev-char-glyph): Escape `"' in
3183         string literals.
3184         (dev-glyph-glyph, dev-glyph-glyph-2)
3185         (devanagari-compose-syllable-region): Likewise.
3187 2001-11-26  Richard M. Stallman  <rms@gnu.org>
3189         * window.el (save-selected-window): No error if saved window is dead.
3191         * help-funs.el (describe-syntax): Put (interactive) after doc string.
3193 2001-11-26  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3195         * international/quail.el (quail-help): Require help-mode in
3196         top-level instead.
3198         * iswitchb.el (iswitchb-exhibit): Use insert instead of
3199         insert-string.
3201         * icomplete.el (icomplete-exhibit): Likewise.
3203 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
3205         * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
3206         (diff-hunk-kill): Simplify.
3207         (diff-post-command-hook): Only apply to a single hunk.
3208         (diff-hunk-text): Make `char-offset' non-optional.
3209         (diff-find-text): Return a cons cell.
3210         (diff-find-approx-text): New fun.
3211         (diff-find-source-location): Use it.
3212         (diff-apply-hunk, diff-test-hunk, diff-goto-source):
3213         Adapt to new retval of diff-find-text.
3215         * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
3216         rather than integer- representation of dates.
3218         * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
3220         * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
3221         (syntax-after): New fun.
3223         * help-funs.el (describe-syntax): New fun.
3225         * font-lock.el (font-lock-cache-state, font-lock-cache-position)
3226         (font-lock-ppss-stats, font-lock-ppss): Remove.
3227         (font-lock-fontify-syntactically-region): Remove tuning code.
3228         (font-lock-compile-keywords): Fix off-by-one bug.
3229         (font-lock-set-defaults): Don't set removed vars.
3230         (c-keywords): Add `inline'.
3231         (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
3233         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3234         Set syntax-begin-function.
3235         (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
3236         (lisp-interaction-mode): Don't set local-abbrev-table any more.
3237         (lisp-mode-auto-fill): Use syntax-ppss and obey
3238         comment-auto-fill-only-comments.
3239         (lisp-fill-paragraph): Use syntax-ppss.
3241 2001-11-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
3243         * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
3244         version of rmail-enable-mime.
3245         (rmail-forward): Use it.
3247 2001-11-25  Richard M. Stallman  <rms@gnu.org>
3249         * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
3251         * international/quail.el (quail-keyboard-layout-button):
3252         Define button type.
3253         (quail-keyboard-customize-button): Likewise.
3254         (quail-help): Use those button types.  Require `help-mode'.
3255         Avoid altering the argument `package'.
3257         * help-mode.el (help-function, help-variable, help-face)
3258         (help-coding-system, help-input-method, help-character-set):
3259         Define each button type with its own explicit define-button-type.
3261         * language/devan-util.el: Comment out parts of the file
3262         which apparently are garbled.
3264 2001-11-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3266         * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
3267         insert-string.
3269 2001-11-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3271         * play/snake.el (snake-mode): Remove make-local-hook.
3273         * play/tetris.el (tetris-mode): Likewise.
3275         * play/decipher.el (decipher-mode): Likewise.
3277         * tmm.el (tmm-add-prompt): Likewise.
3279 2001-11-25  Sam Steingold  <sds@gnu.org>
3281         * menu-bar.el (menu-bar-apropos-menu): New variable.
3282         Moved all `apropos' bindings to this menu.
3283         (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
3285 2001-11-24  KAWABATA, Taichi <batta@beige.ocn.ne.jp>
3287         The following changes are for new indian languages support based
3288         on Unicode charset and CDAC fonts.
3290         * international/mule-conf.el: Change indian-1-column charset to
3291         indian-glyph charset.
3293         * international/characters.el: Adjusted for the change of
3294         indian-1-column -> indian-glyph.
3296         * international/fontset.el: Delete the setting for indian-1-column
3297         and add the setting for indian-glyph in the default fontset.
3299         * language/indian.el: Completely re-written.
3301         * language/devanagari.el: Completely re-written.
3303         * language/devan-util.el: Completely re-written.
3305         * language/ind-util.el: New file.
3307 2001-11-24  Richard M. Stallman  <rms@gnu.org>
3309         * startup.el (command-line-1): Don't do startup screen
3310         if a subprocess is running.  Call the startup screen buffer
3311         "GNU Emacs".  Make a special mode-line-format for it.
3313         * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
3314         (browse-url-galeon): Use that variable.
3316         * mail/supercite.el (sc-toggle-var): Don't use set-variable or
3317         eval-expression.  Eval and set the variable simply.
3319         * files.el (temporary-file-directory): Use defcustom.
3320         (small-temporary-file-directory): Likewise.
3321         (normal-backup-enable-predicate): Move down in file
3322         after definition of temporary-file-directory.
3324         * bindings.el (last-buffer, unbury-buffer): Doc fixes.
3326 2001-11-24  Colin Walters  <walters@debian.org>
3328         * calc/calc-ext.el (calc-init-extensions): Update the rest of the
3329         autoload names to match files renamed on initial calc import.
3331         * calc/calc.el (Commentary): Cleanup, and add logistic curve
3332         fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
3334 2001-11-23  Colin Walters  <walters@debian.org>
3336         * Makefile.in (finder_setwins, setwins): Include Calc again.
3338         * calc/calc-rules.el: Add header comment.
3340 2001-11-23  Andre Spiegel  <spiegel@gnu.org>
3342         * vc.el (with-vc-properties): Don't bind `filename' locally.
3343         (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
3344         to avoid name clashes.  Fix `lisp-indent-function' property for
3345         both.
3347 2001-11-23  Francesco Potorti`  <pot@gnu.org>
3349         * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
3351 2001-11-22  Colin Walters  <walters@debian.org>
3353         * calc/calc-misc.el (report-calc-bug):
3354         Use `reporter-prompt-for-summary-p'.
3356         * calc/INSTALL, calc/Makefile: Remove.
3358 2001-11-22  Miles Bader  <miles@gnu.org>
3360         * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
3361         (reb-match-2, reb-match-3): Add dark-background variants.
3363 2001-11-22  Colin Walters  <walters@debian.org>
3365         * calc/calc-misc.el (calc-info): Don't perform voodoo, just
3366         (info "Calc").
3367         (report-calc-bug): Use reporter.el.
3369         * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
3371 2001-11-21  Richard M. Stallman  <rms@gnu.org>
3373         * which-func.el (which-function): Call imenu--make-index-alist
3374         if necessary to get a list of functions.
3375         (which-function-imenu-failed): New variable.
3376         (which-func-update): Handle all visible windows.
3377         (which-func-update-1): New subroutine broken out of which-func-update.
3379         * files.el (temporary-file-directory, null-device)
3380         (small-temporary-file-directory): Definitions moved up.
3382         * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
3383         (cperl-non-problems, cperl-praise): Doc fixes.
3385         * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
3386         (sh-mode-syntax-table): Function restored.
3387         Variable set up for use by function sh-mode-syntax-table.
3388         (sh-set-shell): Set the syntax table.
3390         * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
3392         * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
3394         * international/encoded-kb.el: Don't alter minor-map-alist.
3396 2001-11-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3398         * files.el (auto-save-file-name-transforms): Put remote files in
3399         temporary-file-directory rather than /tmp.
3401 2001-11-21  Colin Walters  <walters@debian.org>
3403         * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
3404         of (function ...) wrapper.
3406 2001-11-20  Stefan Monnier  <monnier@cs.yale.edu>
3408         * derived.el (define-derived-mode): Create the abbrev-table
3409         from inside the `defvar'.
3411         * jit-lock.el (jit-lock-defer-time): New var.
3412         (jit-lock-defer-timer, jit-lock-buffers): New vars.
3413         (jit-lock-mode): Initialize them.  Cancel the timers more carefully.
3414         (jit-lock-function): Defer fontification if requested.
3415         (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
3416         (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
3417         text property.
3418         (jit-lock-deferred-fontify): New fun.
3420 2001-11-20  Richard M. Stallman  <rms@gnu.org>
3422         * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
3423         Set local-abbrev-table to lisp-mode-abbrev-table.
3425         * emacs-lisp/re-builder.el (reb-mode):
3426         Don't use define-derived-mode.  Call kill-all-local-variables.
3428         * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
3429         Don't use define-derived-mode.
3431         * help-mode.el (help-mode): Undo 2001-10-07 change.
3433         * replace.el (occur-mode): Undo 2001-5-20 change.
3435 2001-11-20  Jason Rumney  <jasonr@gnu.org>
3437         * w32-fns.el (w32-system-coding-system): Change to an alias for
3438         locale-coding-system.
3439         (set-w32-system-coding-system): Document the above change.
3440         Set locale-coding-system instead.
3442 2001-11-20  Richard M. Stallman  <rms@gnu.org>
3444         * ruler-mode.el: Add pagination.
3445         (ruler-mode-toggle-show-tab-stops): No need to
3446         test `ruler-mode' variable.
3448 2001-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
3450         * play/landmark.el: Mark lm-mode as special.
3452         * play/gomoku.el: Mark gomoku-mode as special.
3454 2001-11-20  Juanma Barranquero  <lektu@terra.es>
3456         * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
3457         (top-level): Bind it to C-c C-b.
3458         (re-builder): Don't re-enter RE Builder Mode.
3460         * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
3462 2001-11-20  Stefan Monnier  <monnier@cs.yale.edu>
3464         * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
3465         `manual-program'.
3467         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
3468         to a line without a comment.
3470 2001-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
3472         * dired.el (dired-listing-switches): Mention in the doc string
3473         that some switches are not supported by ls-lisp.el
3475 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
3477         * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
3478         (imenu--create-keymap-2): Remove.
3479         (imenu--create-keymap-1): Simplify, remove third argument.
3480         (imenu--generic-function): Use dolist.
3481         (imenu-find-default): New function.
3482         (imenu--completion-buffer): Use it.
3483         (imenu--mouse-menu): Use popup-menu.
3484         (imenu--menubar-select): Return t rather than calling imenu.
3486         * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
3487         New functions, extracted from fill-region-as-paragraph.
3488         (fill-region-as-paragraph): Use them.
3489         Use an end marker instead of eob.
3490         Ignore whitespace-only fill-prefixes when indenting according to mode.
3491         Simplify the loop that searches for spaces backwards.
3493         * textmodes/picture.el (picture-vertical-step)
3494         (picture-horizontal-step): Don't use defconst for variables.
3496         * mail/mail-extr.el: Use backquote/dolist/mapc/when.  Docstring fixes.
3497         (mail-extract-address-components): Downcase domain names.
3498         (mail-extr-delete-char): Remove.  Use delete-char instead.
3500         * emulation/pc-select.el: Doc string fixes.
3501         (pc-selection-mode): Don't treat macos as a tty.
3503         * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
3505         * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
3507         * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
3508         (mouse-wheel-progessive-speed): New var.
3509         (mwheel-scroll): Use it and handle float values.
3511         * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
3513         * iswitchb.el (iswitchb-mode): Use define-minor-mode.
3514         (iswitchb): Fix the case where the result was selected with the mouse.
3515         (iswitchb-completion-help): Use the normal *Completions* now that
3516         mouse selection works.
3517         (iswitchb-minibuffer-setup): Simplify.
3519         * newcomment.el (comment-column, comment-style, comment-multi-line)
3520         (comment-auto-fill-only-comments): Remove :group arg.
3521         (comment-padding): Add :type.
3522         (comment-indent-new-line): Ignore comment-auto-fill-only-comments
3523         if called interactively.
3525 2001-11-19  Colin Walters  <walters@verbum.org>
3527         * calc/calc.el (toplevel): Add comment and version header.
3528         (calc-init-base): Bump version to 2.02f, update date.
3530 2001-11-19  Richard M. Stallman  <rms@gnu.org>
3532         * net/browse-url.el: Support Mozilla and Galeon.
3533         By default, find the installed browser whichever it is.
3534         (browse-url-mozilla): New function.
3535         (browse-url-mozilla-sentinel): New function.
3536         (browse-url-galeon, browse-url-galeon-sentinel): New functions.
3537         (browse-url-default-browser): New function.
3538         (browse-url-process-environment): Use browse-url-browser-display.
3539         (browse-url-browser-display): Renamed from browse-url-netscape-display.
3540         (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
3541         (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
3542         (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
3543         (browse-url-browser-function): New default, new options.
3545 2001-11-19  Sam Steingold  <sds@gnu.org>
3547         * bindings.el (last-buffer, unbury-buffer): New function.
3548         (mode-line-unbury-buffer): Use `unbury-buffer'.
3550 2001-11-18  Stephen Eglen  <stephen@gnu.org>
3552         * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
3553         control behaviour when no further completion is possible.
3555 2001-11-19  Colin Walters  <walters@verbum.org>
3557         * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
3558         (math-showing-full-precision, math-with-extra-prec, math-working)
3559         (calc-with-default-simplification)
3560         (calc-with-trail-buffer): Use backtick.
3561         (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
3562         (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
3563         (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
3564         (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
3565         (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
3566         (Math-num-integerp, Math-bignum-test, Math-equal-int)
3567         (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
3568         (calc-record-compilation-date-macro): Deleted.  Callers updated.
3569         (math-format-radix-digit): Move to calc-bin.el.
3571         * calc/calc.el (calc-record-compilation-date): Remove.
3572         (calc-bug-address): Update.
3573         (calc-settings-file): Use `user-init-file'.
3575         * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
3576         Handle null `calc-settings-file'.
3578         * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
3579         * calc/calc-keypd.el (calc-keypad-mode): New.
3580         (calc-do-keypad): Use it.
3581         (calc-keypad-map): Move into `calc-keypad-mode'.
3583         * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
3584         to defalias argument.
3586         * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
3587         (calcFunc-floor): Ditto.
3589         * calc-units.el (calcFunc-usimplify): Ditto.
3591         * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
3592         * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
3593         * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
3594         * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
3595         * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
3596         * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
3597         * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
3598         * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
3599         * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
3600         * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
3601         * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
3602         and move them before their first use.  Use `when', `unless'.
3603         Remove trailing periods from error forms.  Add description and
3604         headers suggested by Emacs Lisp coding conventions.
3606 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
3608         * newcomment.el (comment-indent):
3609         Fix misindentation for comment-only lines.
3610         (comment-indent-new-line): Only obey comment-multi-line if the
3611         comment-ender is not the end-of-line.
3613 2001-11-19  Richard M. Stallman  <rms@gnu.org>
3615         * net/net-utils.el (network-connection-service-abbrev-alist):
3616         New variable.
3618         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
3619         Advance to start of 3rd sexp by moving fwd and backing over it.
3620         At first three elements, act like defun.
3622         * delsel.el (delete-selection-pre-hook): Handle and resignal
3623         file-supersession errors to interact properly with userlock.el.
3625 2001-11-18  Richard M. Stallman  <rms@gnu.org>
3627         * progmodes/fortran.el (fortran-mode-syntax-table):
3628         Specify punctuation syntax for backslash.
3630         * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
3631         All calls deleted.
3633         * international/mule-util.el (string-to-sequence): Make it obsolete.
3634         (string-to-list, string-to-vector): Implement them directly
3635         using append and vconcat, not with string-to-sequence.
3637         * startup.el (command-line): Set abbrevs-changed to nil after
3638         reading the init file and the abbrevs file.
3640         * isearch.el (isearch): Use magenta2 as bg for (background light)
3642 2001-11-17  Richard M. Stallman  <rms@gnu.org>
3644         * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
3646         * simple.el (minibuffer-history-sexp-flag): Doc fix.
3648 2001-11-17  Stefan Monnier  <monnier@cs.yale.edu>
3650         * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
3651         If set and if applicable, add a regexp to highlight defun-like
3652         text inside comments and strings.
3653         (font-lock-fontify-keywords-region): Pass that new arg.
3654         (font-lock-set-defaults): Move the code to set `font-lock-keywords'
3655         to the end and pass that new arg.
3656         (c-font-lock-keywords-2): Fix regex for labels.
3657         (font-lock-match-c++-style-declaration-item-and-skip-to-next):
3658         Make it work when LIMIT is several lines further.
3659         (c-font-lock-keywords-3, c++-font-lock-keywords-3)
3660         (objc-font-lock-keywords-3, java-font-lock-keywords-3):
3661         Use backquote and make the regexes for `int a, b, c;' work on
3662         multiple lines.
3664         * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
3665         (font-lock-defaults-alist): Don't change it any more.
3666         (reb-subexp-mode-map): Cleanup.
3668         * custom.el (custom-current-group-alist): New var.
3669         (custom-declare-group): Set it.
3670         (custom-current-group): New fun.
3671         (custom-declare-variable, custom-handle-all-keywords):
3672         Use it as a default if no :group argument is specified.
3674         * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
3675         (standard-keyboard-coding-systems): New var.
3676         (set-locale-environment): Use it to decide whether or not to call
3677         set-keyboard-coding-system.
3678         (locale-language-names): Use \"French\" for "fr".
3680 2001-11-17  Richard M. Stallman  <rms@gnu.org>
3682         * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
3683         (add-to-list): Delete compatibility code.
3684         (checkdoc-next-message-error): Doc fix.
3686 2001-11-17  Stephen Eglen  <stephen@gnu.org>
3688         * locate.el (locate): Show default locate pattern within the
3689         prompt, but don't insert it into the minibuffer contents.
3690         Catch the case when pattern is the empty string.
3692 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
3694         * language/european.el ("French"): New language environment.
3696 2001-11-16  Richard M. Stallman  <rms@gnu.org>
3698         * calendar/todo-mode.el (todo-save): Fix previous change.
3700         * subr.el (functionp): Do use cdr-safe on object.
3702 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
3704         * bindings.el (mode-line-mode-name): Only put the help-echo property
3705         if the local-map property was put as well.
3706         (global-map): Bind switch-frame, delete-frame, iconify-frame
3707         and make-frame-visible events.
3709         * emacs-lisp/elp.el (elp-not-profilable): New var.
3710         (elp-not-profilable-p): New function.
3711         (elp-instrument-function): Use it.  Use backquotes and push.
3713         * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
3714         (byte-stack+-info, byte-compile-last-warned-form)
3715         (byte-compile-last-logged-file): Don't defconst a variable.
3716         (no-byte-compile): Declare.
3717         (byte-compile-file): Don't boundp-check no-byte-compile any more.
3718         (byte-compile-defvar): Leave defconst as is.
3720         * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
3721         (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
3722         (edebug-current-offset, edebug-old-def-name, edebug-error-point)
3723         (edebug-best-error): Don't defconst a variable.
3724         (edebug-read-syntax-table): Use a char-table.
3725         (edebug-lemacs-specific): Remove.
3726         Toplevel: Eliminate check for Lucid Emacs.
3728         * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
3730         * rect.el (move-to-column-force): Mark obsolete.
3731         (operate-on-rectangle, delete-extract-rectangle-line)
3732         (insert-rectangle, delete-whitespace-rectangle-line)
3733         (open-rectangle-line, clear-rectangle-line): Use move-to-column.
3734         (string-rectangle-history): New var.
3735         (string-rectangle, string-insert-rectangle): Use it.
3736         (delete-rectangle-line): Fix pos/column mixup and simplify.
3738         * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3739         (normal-top-level, command-line, command-line-1): Simplify.
3741         * tar-mode.el (tar-mode): Use define-derived-mode.
3743         * view.el (view-mode-enable): Don't use make-local-hook.
3745         * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
3747 2001-11-16  Richard M. Stallman  <rms@gnu.org>
3749         * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
3750         if it doesn't make sense as anything else.
3751         Don't recognize a "telephone number" at the beginning of the name.
3752         (mail-extr-leading-garbage): Match non-word characters only.
3754 2001-11-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3756         * startup.el (command-line-processed): Doc fix.
3758         * apropos.el (apropos-next-label-button): Doc fix.
3760 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
3762         * comint.el (comint-mode): Simplify.
3763         (make-comint-in-buffer): Run `comint-mode' only if necessary.
3765         * subr.el (eval-after-load): Make it work with features as well.
3767         * log-view.el (log-view-mode): Don't mark the buffer unmodified.
3769         * international/mule-cmds.el (describe-input-method): Setup xref.
3770         (set-language-environment): Use functionp.
3771         (locale-language-names, locale-charset-language-names)
3772         (locale-preferred-coding-systems): Defconst and purecopy.
3774         * language/european.el (mac-roman): Add mime-charset property.
3776 2001-11-15  Richard M. Stallman  <rms@gnu.org>
3778         * emacs-lisp/cl.el (values, values-list, multiple-value-list)
3779         (multiple-value-apply, nth-value): Use defsubst rather than defalias
3780         to get better doc strings.
3782 2001-11-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3784         * derived.el: Fix autoload cookie.
3786 2001-11-15  Richard M. Stallman  <rms@gnu.org>
3788         * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
3790 2001-11-15  Stefan Monnier  <monnier@cs.yale.edu>
3792         * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
3794 2001-11-15  Richard M. Stallman  <rms@gnu.org>
3796         * dired.el (dired-undo): Display a message to explain
3797         that this does not undo file system changes.
3799 2001-11-15  David Kastrup  <David.Kastrup@t-online.de>
3801         * mouse-drag.el (mouse-drag-throw): Push back non-drag events
3802         into `unread-command-events' instead of trying keymap
3803         lookups ourselves.  This makes mouse-clicks do the right
3804         thing even when keymaps of overlays are involved.
3805         (mouse-drag-drag): Likewise.
3807 2001-11-15  Andreas Schwab  <schwab@suse.de>
3809         * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
3810         characters and append anchor to pattern added to auto-mode-alist.
3812 2001-11-15  Stefan Monnier  <monnier@cs.yale.edu>
3814         * server.el (server-process-filter): Run pore/post-comment-hook
3815         before/after visiting the file.
3817         * info-look.el (makefile-mode): Add info for automake.
3818         (autoconf-mode): Fix the name of the index for automake.
3820         * international/latin-9.el: Give pilcrow punctuation syntax.
3822 2001-11-15  Andre Spiegel  <spiegel@gnu.org>
3824         * vc.el: Documentation fixes.
3826 2001-11-14  Stefan Monnier  <monnier@cs.yale.edu>
3828         * smerge-mode.el (smerge-match-conflict): Fix typo.
3829         (smerge-diff): Be careful to read match-data early enough.
3831 2001-11-14  Colin Walters  <walters@verbum.org>
3833         * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
3834         (calcFunc-subst): Use `defalias' instead of `fset' and
3835         `symbol-function'.
3837         * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
3838         (calcFunc-ceil, calcFunc-round): Ditto.
3840         * calc/calc-bin.el (calcFunc-clip): Ditto.
3842         * calc/calc-ext.el (calcFunc-evalv): Ditto.
3844         * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
3846         * calc/calc-misc.el (math-fixnump, math-fixnatnump)
3847         (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
3849         * calc/calc-units.el (calcFunc-unsimplify): Ditto.
3851         * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
3852         * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
3853         * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
3854         * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
3855         * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
3856         * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
3857         * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
3858         * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
3859         * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
3860         * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
3861         * calcsel2.el: Style cleanup; don't put closing parens on their
3862         own line, add "foo.el ends here" to each file, and update
3863         copyright date.
3865         * README: Update maintainer.
3867 2001-11-13  Richard M. Stallman  <rms@gnu.org>
3869         * progmodes/compile.el (recompile): Use compilation-arguments if
3870         set, so as to be able to M-x recompile the exact command which
3871         created a compilation-mode buffer.
3873         * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
3875 2001-11-13  Gerd Moellmann  <gerd@gnu.org>
3877         * mouse.el (mouse-drag-region): Don't run the up-event
3878         handler if window start changed due to the down-mouse event.
3880 2001-11-13  Richard M. Stallman  <rms@gnu.org>
3882         * mouse.el (mouse-show-mark): Either move point to the mark
3883         or use highlighting, never both.
3884         (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
3886 2001-11-13  Simon Josefsson  <jas@extundo.com>
3888         * mail/smtpmail.el (top-level): Change maintainer to Simon
3889         Josefsson, cleanup the smtpmail.el header.
3891         * mail/smtpmail.el (top-level): Don't require cl or base64.
3892         (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
3893         (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
3894         Defsubst instead of defmacro.
3895         (smtpmail-intersection): Return value in reverse order.
3896         (smtpmail-open-stream): Use stringp instead of string-to-list.
3897         (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
3898         separated from smtpmail-via-smtp.
3900         * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
3901         rfc2104.  Require base64 and cl.
3902         (smtpmail-smtp-service): Doc fix.  :type fix.
3903         (smtpmail-debug-info): Doc fix.
3904         (smtpmail-debug-verb, smtpmail-auth-credentials)
3905         (smtpmail-starttls-credentials, smtpmail-auth-supported):
3906         New variables.
3907         (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
3908         mail-utils (it is autoloaded).
3909         (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
3910         (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
3911         (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
3912         (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
3913         (smtpmail-via-smtp): Support AUTH.
3914         (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
3916 2001-11-13  Richard M. Stallman  <rms@gnu.org>
3918         * ebuff-menu.el (electric-buffer-update-highlight): New function.
3919         (electric-buffer-overlay): New variable.
3920         (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
3921         (electric-buffer-list): Likewise.
3923         * isearch.el (isearch-whitespace-chars): Doc fix.
3924         (isearch-mode): Handle negative search-slow-window-lines correctly.
3926 2001-11-13  Stefan Monnier  <monnier@cs.yale.edu>
3928         * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
3930         * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
3931         From Emmanuel Briot <briot@act-europe.fr>.
3933 2001-11-13  Colin Walters  <walters@debian.org>
3935         * calc/calc.el (calc-unread-command): Use `unread-command-events'.
3937         * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
3938         "~/.emacs"; use `read-file-name'.
3940         * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
3941         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
3942         * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
3943         * calc/calc.el: Use `frame-width' instead of `screen-width',
3944         `frame-height' instead of `screen-height', and,
3945         `executing-kbd-macro' instead of `executing-macro'.
3947         * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
3948         correct number of arguments.
3950         * calc/calc-aent.el (calc-do-alg-entry):
3951         Use `blink-paren-function' instead of `blink-paren-hook'.
3953 2001-11-12  Richard M. Stallman  <rms@gnu.org>
3955         * calendar/todo-mode.el (todo-save): Add save-excursion
3956         and save-restriction.
3958         * server.el (server-edit, server-done): Doc fix.
3960         * simple.el (clone-indirect-buffer): Error if major mode symbol
3961         has a no-clone-indirect property.
3962         (clone-buffer): Check for obvious errors before reading clone name.
3964         * info.el (Info-mode): Add a no-clone-indirect property.
3966 2001-11-12  Sam Steingold  <sds@gnu.org>
3968         * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
3969         set-buffer-modified-p to nil after `vc-exec-after'.
3970         * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
3971         (log-view-mode): Make read-only.
3972         (log-view-current-file): Do final `expand-file-name' in the
3973         current `default-directory'.
3974         (log-view-current-tag): Take an optional `where' arg.
3975         (log-view-diff): New user command.
3977 2001-11-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3979         * progmodes/cpp.el (cpp-choose-face): Fix typo.
3981 2001-11-12  Sam Steingold  <sds@gnu.org>
3983         * emacs-lisp/cl-indent.el (toplevel): Indent properly
3984         `generic-flet', `generic-labels', `with-accessors',
3985         `with-condition-restarts'.
3987 2001-11-12  Richard M. Stallman  <rms@gnu.org>
3989         * dired.el: Many trivial doc fixes.
3990         (dired-get-file-for-visit): New function.
3991         (dired-find-alternate-file, dired-mouse-find-file-other-window):
3992         (dired-view-file, dired-find-file-other-window, dired-display-file):
3993         (dired-find-file): Use dired-get-file-for-visit.
3995 2001-11-12  Alex Schroeder  <kensanata@yahoo.com>
3997         * sql.el (sql-mode): Doc change.
3999         * sql.el (sql-mode-syntax-table): The backslash is no longer an
4000         escape character.
4002 2001-11-12  Colin Walters  <walters@debian.org>
4004         * calc/calc-keypd.el (toplevel): Bind mouse buttons.
4005         (calc-do-keypad): Don't attempt to use nonexistent global
4006         mouse-map, use calc-keypad-map.
4007         (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
4008         (calc-keypad-left-click): Don't use mouse-map; update to new event
4009         interface.
4010         (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
4011         (calc-keypad-press): Use `unread-command-events' instead of
4012         `unread-command-char'.
4014         * calc/calc-ext.el (calc-init-extensions): Update autoload names
4015         to match files renamed on initial calc import.
4017 2001-11-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4019         * textmodes/flyspell.el (flyspell-default-dictionary):
4020         Fix previous change.
4022 2001-11-12  Richard M. Stallman  <rms@gnu.org>
4024         * textmodes/flyspell.el (flyspell-default-dictionary):
4025         Fix custom type.
4027 2001-11-11  Richard M. Stallman  <rms@gnu.org>
4029         * calendar/solar.el (solar-sunrise-and-sunset):
4030         Exchange the two extreme values of day-length.
4032         * progmodes/sh-script.el (sh-must-be-shell-mode):
4033         Allow modes derived from sh-mode.
4035         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4036         Turn off error in some re-search-forward calls.
4038         * replace.el (query-replace-skip-read-only): New variable.
4039         (perform-replace): If that variable is non-nil, ignore matches
4040         that have a read-only property.
4042         * derived.el (define-derived-mode): Doc fix.
4044         * server.el (server-buffer-done): Test of server-existing-buffer
4045         was backwards.
4046         (server-existing-buffer): Doc fix.
4048         * textmodes/flyspell.el (flyspell-default-dictionary):
4049         Allow nil as value, and make nil the default.
4051 2001-11-11  Eli Zaretskii  <eliz@is.elta.co.il>
4053         * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
4054         it is not fboundp.
4055         (clipboard-yank): Ditto.
4057 2001-11-11  Colin Walters  <walters@verbum.org>
4059         The following changes are based on patches from
4060         Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
4061         <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
4063         * calc/calc.el (toplevel): Require calc-macs.
4064         (calc-minibuffer-size): New.
4065         (calcDigit-nondigit): Use it instead of `buffer-size'.
4066         (calcDigit-backspace): Likewise.
4067         (calcDigit-nondigit): Use `minibuffer-contents' instead of
4068         `buffer-string'.
4069         (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
4070         `point-min'.
4071         (calcDigit-key): Use `calc-minibuffer-contains' instead of a
4072         `save-excursion'.
4074         * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
4075         simple `setq' form.
4077         * calc/calc-ext.el: (toplevel): Require calc.
4078         (calc-fancy-prefix-map): New.
4079         (calc-fancy-prefix): Use it.
4080         (calc-fancy-prefix-other-key): New.
4082         * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
4083         (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
4084         (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
4085         (calcAlg-enter): Likewise.
4086         (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
4088 2001-11-10  Richard M. Stallman  <rms@gnu.org>
4090         * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
4091         (quietly-read-abbrev-file): Doc fix.
4093         * startup.el (command-line): Read standard abbrev
4094         file (abbrev-file-name), if it exists.
4096         * files.el (save-abbrevs): Default value is t.
4098         * progmodes/compile.el (compile-goto-error): Fix previous change
4099         in the case where subsequent errors have not been parsed yet
4100         because they are in a different source file.
4102 2001-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
4104         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
4105         Merge two regular expressions into one.
4106         (ps-mode): Make local bindings for `comment-start' and
4107         `comment-start-skip'.
4108         (ps-mode-looking-at-nested): Simplify an if-else construct;
4109         use `set-match-data' to set the result.
4111 2001-11-10  Richard M. Stallman  <rms@gnu.org>
4113         * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
4114         Function deleted.
4115         (flyspell-correct-word): Old definition deleted.
4116         (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
4117         All references renamed too.
4119 2001-11-10  Gerd Moellmann  <gerd@gnu.org>
4121         * Makefile.in (finder_setwins, setwins): Exclude Calc.
4123 2001-11-09  Per Abrahamsen  <abraham@dina.kvl.dk>
4125         * wid-edit.el (checklist): Removed `:menu-tag'.
4126         (radio-button-choice): Ditto.
4127         (editable-list): Ditto.
4129 2001-11-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4131         * play/gomoku.el: Move definitions of constants to the beginning
4132         of file, before their use.
4134 2001-11-09  Richard M. Stallman  <rms@gnu.org>
4136         * textmodes/flyspell.el: Use the keymap property
4137         instead of local-map, and don't use a minor-mode map.
4138         (flyspell-mode-map): Variable deleted.
4139         Don't mess with minor-mode-map-alist.
4140         (calling add-minor-mode): Specify nil for keymap.
4141         And always use add-minor-mode, now that it exists.
4142         (flyspell-overlay-keymap-property-name): Set it to `keymap'.
4143         (flyspell-mode-on): Don't locally bind flyspell-mouse-map
4144         or flyspell-local-mouse-map.
4145         (make-flyspell-overlay): Use flyspell-mouse-map directly.
4146         (flyspell-mode): Doc fix.
4147         (flyspell-mode-on): Don't call make-local-hook.
4149 2001-11-09  Sam Steingold  <sds@gnu.org>
4151         * emacs-lisp/debug.el (debugger-make-xrefs):
4152         Add buttons to all symbols.
4154 2001-11-09  Andre Spiegel  <spiegel@gnu.org>
4156         * vc.el: Add John David Smith to credits.
4158         Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
4160         * vc-hooks.el (vc-error-occured): Backquotified.
4161         (vc-file-prop-obarray): Use prime length for better efficiency.
4163         * vc.el (vc-clear-context): Fill obarray with 0, not nil.
4165 2001-11-09  Eli Zaretskii  <eliz@is.elta.co.il>
4167         * info.el (Info-file-list-for-emacs): Add entries for Calc.
4169 2001-11-09  Miles Bader  <miles@gnu.org>
4171         * subr.el (functionp): Don't consider macros as functions.
4173 2001-11-08  Miles Bader  <miles@gnu.org>
4175         * subr.el (functionp): Make work correctly for macros and unbound
4176         symbols.
4178         * comint.el (comint-send-input): Fix description of
4179         `comint-process-echoes' in the doc-string.
4181 2001-11-08  Eli Zaretskii  <eliz@is.elta.co.il>
4183         * international/mule.el (make-translation-table): Doc fix.
4184         Suggested by Alex Schroeder <alex@gnu.org>.
4186 2001-11-07  Richard M. Stallman  <rms@gnu.org>
4188         * info.el (Info-fontify-node): Highlight every third menu item.
4190 2001-11-07  Per Abrahamsen  <abraham@dina.kvl.dk>
4192         * cus-edit.el (custom-face-value-create): Don't ignore the
4193         `customized-face' attribute when finding the current face spec.
4195 2001-11-07  Stefan Monnier  <monnier@cs.yale.edu>
4197         * subr.el (with-local-quit): New macro.
4198         (make-syntax-table): Always inherit.
4199         (functionp): Be more careful when `object' is a symbol.
4201         * dabbrev.el (dabbrev-completion): Use "*Completions*".
4203 2001-11-07  Paul Eggert  <eggert@twinsun.com>
4205         * dired.el (dired-move-to-filename-regexp):
4206         Do not distinguish between ASCII letters and non-ASCII characters.
4207         Don't allow comma except in the form "month day, year".
4208         Don't allow space between month name and comma.
4209         Clean up the code that checks for trailing period, comma, and space.
4210         Remove now-obsolete comments, and add more commentary about
4211         Japanese dates.
4212         Always gobble up trailing spaces, instead of doing it only sometimes.
4214 2001-11-07  Miles Bader  <miles@gnu.org>
4216         * paren.el (show-paren-match-face): Add dark-background variant.
4218 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
4220         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
4221         (lisp-mode-variables): Don't set paragraph-{start,separate}.
4222         Don't disable adaptive-fill-mode.
4223         (lisp-fill-paragraph): Use tab-width rather than 8.
4224         Prevent filling the first line of docstrings.
4226 2001-11-06  Richard M. Stallman  <rms@gnu.org>
4228         * play/gomoku.el (gomoku): Doc fix.
4230         * jka-compr.el (jka-compr-partial-uncompress):
4231         Support an alternative of not using dd.
4232         (jka-compr-dd-program): Use defcustom to define this.
4233         (jka-compr-load-suffixes): Use defcustom.
4234         (jka-compr-mode-alist-additions): Use defcustom.
4236 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
4238         * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
4239         Also work when LIMIT is further than the end of line.
4241 2001-11-06  Eli Zaretskii  <eliz@is.elta.co.il>
4243         * international/quail.el (quail-update-leim-list-file): Print the
4244         offending file name if some of its quail-define-package forms is broken.
4246 2001-11-05  Richard M. Stallman  <rms@gnu.org>
4248         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
4249         of the evaluated form.
4251 2001-11-05  Paul Eggert  <eggert@twinsun.com>
4253         * ls-lisp.el (ls-lisp-time-to-seconds): New function.
4254         (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
4255         stamps always line up by default.  Also, it uses a slightly
4256         different window to determine whether files are "recent".
4258 2001-11-05  Andrew Innes  <andrewi@gnu.org>
4260         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
4261         Don't attempt to remake autoloads before nuking .elc files.
4263 2001-11-04  Richard M. Stallman  <rms@gnu.org>
4265         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
4266         previous-single-property-change or next-single-char-property-change
4267         returns nil.
4269         * international/mule-cmds.el (set-locale-environment):
4270         Make it interactive; make arg optional.
4272         * international/mule-diag.el (help-funs): Require help-funs.
4274 2001-11-04  Eli Zaretskii  <eliz@is.elta.co.il>
4276         * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
4278 2001-11-04  Miles Bader  <miles@gnu.org>
4280         * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
4281         shadow of the splash image grey on a dark background instead of black.
4283 2001-11-03  Stefan Monnier  <monnier@cs.yale.edu>
4285         * term.el (all faces): Don't (copy-face 'default <foo>).
4287         * term/xterm.el (function-key-map):
4288         Add entry for `ESC [ 3 ~' -> <delete>
4289         Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
4290         Use inheritance so that .emacs and terminfo take precedence.
4292 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
4294         * tooltip.el (tooltip-delay): Decrease to 0.7.
4295         (tooltip-hide-delay): Enlarge to 10.
4297 2001-11-03  Richard M. Stallman  <rms@gnu.org>
4299         * startup.el (fancy-splash-tail): Explain how to recover
4300         from a crash, if there was a crash.
4301         (command-line-1): Reorganize display of startup screen,
4302         to simplify the logic.  Use a temp buffer for it.
4304 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
4306         * frame.el (set-background-color, set-foreground-color):
4307         Call face-set-after-frame-default, to propagate the new colors to
4308         the frame's parameters alist.
4310         * calendar/timeclock.el (timeclock-out): Signal an error if
4311         timeclock-last-event is nil.
4313 2001-11-02  Stefan Monnier  <monnier@cs.yale.edu>
4315         * textmodes/fill.el (fill-context-prefix): Fix braino.
4317         * international/quail.el (quail-help):
4318         Use `help-buffer' and move `help-setup-xref' to beginning.
4320         * international/mule-cmds.el (describe-language-environment):
4321         Use `help-buffer' and move `help-setup-xref' to beginning.
4323         * international/mule-diag.el (list-character-sets)
4324         (sort-listed-character-sets, describe-character-set)
4325         (describe-coding-system, describe-fontset, list-fontsets):
4326         Use `help-buffer' and move `help-setup-xref' to beginning.
4327         (describe-char-after): Use `internal-describe-syntax-value'.
4329 2001-11-02  Richard M. Stallman  <rms@gnu.org>
4331         * mouse.el (popup-menu): If the user refuses to select
4332         from a menu, don't try to invoke the menu.
4334 2001-11-02  Miles Bader  <miles@gnu.org>
4336         * help-mode.el (help-xref): New button type.
4337         (help-function, help-variable, help-face, help-coding-system)
4338         (help-input-method, help-character-set, help-type, help-symbol)
4339         (help-back, help-info, help-customize-variable, help-customize-face)
4340         (help-function-def, help-variable-def): Use it as a supertype.
4341         Remove `action' property.
4343         * international/mule-diag.el (describe-character-set)
4344         (describe-coding-system): Pass correct args to `help-xref-button'.
4345         (sort-listed-character-sets): New button type.
4346         (list-character-sets): Use it.
4347         (list-charset-chars): New button type.
4348         (list-character-sets-1): Use it.
4350 2001-11-01  Stefan Monnier  <monnier@rum.cs.yale.edu>
4352         * indent.el (tab-always-indent, indent-for-tab-command):
4353         Remove redundant `never' setting.
4355         * fill.el (fill-region-as-paragraph): Don't forget to skip
4356         over current whitespace before looking for a preceding space.
4358 2001-11-01  Richard M. Stallman  <rms@gnu.org>
4360         * files.el (file-newest-backup): Don't pass backup file name
4361         thru file-name-sans-versions, because it never has version numbers.
4363         * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
4364         to avoid ambiguous nested loops.
4366         * files.el (find-file-noselect): Offer to change buffer-read-only
4367         only when the file's read-only status has changed from before
4368         as well as disagreeing with the buffer's current status.
4369         (buffer-file-read-only): New var, local in all buffers.
4371         * buff-menu.el (buffer-menu): Doc fix.
4372         (buffer-menu-other-window): Doc fix.
4373         (list-buffers, list-buffers-noselect): Doc fix.
4375 2001-11-01  Gerd Moellmann  <gerd@gnu.org>
4377         * startup.el (command-line): If the terminal Emacs is running on
4378         has erase char set to ^H, use the Backspace key for deleting
4379         backward, and the Delete key for deleting forward.
4381 2001-11-01  Miles Bader  <miles@gnu.org>
4383         * button.el (define-button-type): Make sure every user-defined
4384         button type has a supertype.
4386 2001-10-31  Jason Rumney  <jasonr@gnu.org>
4388         * international/mule-cmds.el (locale-language-names): Add chs and
4389         cht as aliases for Chinese-GB and Chinese-BIG5.
4391 2001-10-31  Richard M. Stallman  <rms@gnu.org>
4393         * bindings.el (mode-line-frame-identification): Add doc string.
4394         (mode-line-position, mode-line-modes): New variables.
4395         (mode-line-format): Use mode-line-position for the part
4396         that displays the position-in-buffer info.
4397         Use mode-line-modes for the part that displays major and minor modes.
4399 2001-10-31  Sam Steingold  <sds@gnu.org>
4401         * emacs-lisp/debug.el (debugger-make-xrefs): New function.
4402         (debugger-setup-buffer): Call it.
4403         (debugger-mode-map): Bind RET and mouse-2.
4405 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4407         * startup.el: Document command line option --no-window-system
4408         instead of --no-windows.
4410 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
4412         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
4414         * font-lock.el (java-font-lock-syntactic-face-function): New fun.
4415         (font-lock-defaults-alist): Use it.
4416         From David Ponce <david.ponce@wanadoo.fr>
4418         * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
4419         output of `char-after'.
4421         * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
4423         * simple.el (reindent-then-newline-and-indent): Insert the newline
4424         before indenting the first line.
4425         (undo-get-state, undo-revert-to-state): New funs.
4426         (shell-command): Don't kill the buffer even if empty.
4427         (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
4428         (transpose-subr-end2): Remove.
4429         (transpose-subr): Add `special' arg and simplify.
4430         (transpose-subr-1): Rewrite.
4431         (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
4432         (rfc822-goto-eoh): Simplify.
4434 2001-10-30  Richard M. Stallman  <rms@gnu.org>
4436         * enriched.el (enriched-face-ans): Fix previous change.
4438 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
4440         * international/iso-acc.el (iso-accents-compose): Remove a
4441         superfluous setq.
4443 2001-10-30  Eli Zaretskii  <eliz@is.elta.co.il>
4445         * buff-menu.el (list-buffers-noselect): If the buffer's name
4446         starts with a blank, but it visits a file, do show it (for files
4447         whose names start with a blank).
4449 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
4451         * textmodes/fill.el (sentence-end-double-space)
4452         (sentence-end-without-period): Move to paragraphs.el.
4453         (fill-indent-according-to-mode): Change default to t.
4454         (fill-context-prefix): Simplify control-flow and use a more
4455         sophisticated merge that unifies both previous checks.
4456         (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
4457         (fill-nobreak-predicate): Make it into a defcustom'd hook.
4458         (fill-nobreak-p): New fun.
4459         (fill-region-as-paragraph): Use it.
4460         Handle `fill-indent-according-to-mode' slightly differently.
4461         (fill-individual-paragraphs-prefix): Simplify the control-flow.
4462         (fill-individual-paragraphs-citation): Fix.
4464         * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
4465         (paragraph-start): Change default to the `text-mode' value.
4466         (sentence-end-double-space, sentence-end-without-period):
4467         Move from fill.el.
4468         (forward-paragraph): Use `parstart' and `parsep' for temp variables
4469         rather than rebinding `paragraph-start' and `paragraph-separate'.
4471         * indent.el (indent-line-function): Change default to indent-relative.
4472         (tab-always-indent): Add an `never' setting.
4473         (indent-according-to-mode): Handle `indent-relative' and
4474         `indent-relative-maybe' specially.
4475         (indent-for-tab-command): Rename `prefix-arg' to `arg'.
4476         Handle the `never' case for `tab-always-indent'.
4477         Don't call indent-according-to-mode for indent-relative' and
4478         `indent-relative-maybe'.
4479         (insert-tab): Rename `prefix-arg' to `arg'.
4480         (indent-region): Indent the first line as well.
4481         (indent-relative): Don't mark the buffer modified if the indentation
4482         is unchanged.
4484         * textmodes/text-mode.el (paragraph-indent-minor-mode):
4485         Don't set paragraph-separate.  Set paragraph-start more carefully.
4486         Set indent-line-function.
4487         (paragraph-indent-text-mode): Use it and define-derived-mode.
4488         (text-mode-map): Remove the \t binding.
4489         (text-mode): Simplify now that the default is more favorable.
4491 2001-10-29  Stefan Monnier  <monnier@cs.yale.edu>
4493         * emacs-lisp/find-func.el (find-function-search-for-symbol):
4494         If the regexp doesn't match, use a looser one.
4495         (find-variable-noselect): Add `file' argument.
4497         * pcvs.el (cvs-mode-commit-hook): New hook.
4498         (cvs-mode-commit): Run it.
4500         * log-edit.el (log-edit): Run hook after `log-edit-files'.
4502         * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
4503         (edebug-instrument-function): Use `find-function-noselect'.
4505 2001-10-29  Richard M. Stallman  <rms@gnu.org>
4507         * term.el (term-if-emacs19): Macro deleted.
4508         Callers changed to use progn instead.
4510         * frame.el (blink-cursor-mode): Doc fix.
4512         * files.el (find-backup-file-name): Use make-backup-file-name.
4514         * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
4515         window-live-p.
4516         (edebug-set-conditional-breakpoint): Unconditionally use
4517         the former Emacs >=19 definition.
4518         (edebug-mark): Define unconditionally.
4519         (edebug-eval-expression): Always call read-from-minibuffer
4520         and specify history list.
4521         (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
4522         edebug-set-conditional-breakpoint.
4523         (edebug-emacs-version-specific): Function deleted;
4524         do the job at top level.
4525         (edebug-emacs-19-specific): Function deleted, this is the default.
4527 2001-10-29  Sam Steingold  <sds@gnu.org>
4529         * w32-fns.el (convert-standard-filename): Handle cygwin-specific
4530         "/cygdrive/LETTER/" pathnames.
4532 2001-10-29  Eli Zaretskii  <eliz@is.elta.co.il>
4534         * faces.el (invert-face): Check for 'unspecified, not for nil,
4535         when testing whether face colors are not specified.
4536         From David.Kastrup@t-online.de (David Kastrup).
4537         (read-face-name): Doc fix.
4538         (make-face-bold, make-face-unbold, make-face-italic)
4539         (make-face-unitalic, make-face-bold-italic, invert-face):
4540         Remove trailing blank from the prompt passed to read-face-name.
4542 2001-10-29  Sam Steingold  <sds@gnu.org>
4544         * emacs-lisp/bytecomp.el (byte-recompile-directory):
4545         Report numbers of files skipped and failed too.
4546         (byte-compile-file): Return 'no-byte-compile for skipped files.
4548 2001-10-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4550         * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
4551         and `M p'.
4553 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
4555         * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
4556         as is on unread-command-events instead of `(SECOND-CHAR)'.
4558 2001-10-29  Andre Spiegel  <spiegel@gnu.org>
4560         * vc.el: Mention vc-*-switches in backend API documentation.
4561         (vc-annotate): Adapt doc string to recent change.
4563 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
4565         * enriched.el (enriched-face-ans): Handle face attributes
4566         of the form `(FACE1 FACE2 ...)'.
4568         * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
4570 2001-10-29  Alex Schroeder  <kensanata@yahoo.com>
4572         * progmodes/sql.el (sql-mysql): Doc change by RMS.
4574         * progmodes/sql.el (sql-db2): Doc change.
4575         (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
4576         (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
4578 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
4580         * env.el (substitute-env-vars): Don't quote argument to `rx';
4581         it's a macro.
4583 2001-10-28  Per Abrahamsen  <abraham@dina.kvl.dk>
4585         * cus-start.el (recursive-load-depth-limit): Added.
4587 2001-10-28  Richard M. Stallman  <rms@gnu.org>
4589         * textmodes/ispell.el (version18p, version20p): Vars deleted.
4590         All uses removed--assume Emacs version is >= 20.
4592         * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
4593         by really checking that it is not version 18.
4595         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
4597 2001-10-28  Miles Bader  <miles@gnu.org>
4599         * faces.el (face-attribute): Add INHERIT argument, consider face
4600         inheritance if it's non-nil.
4601         (face-attribute-merged-with): New function.
4602         (face-attribute-specified-or): New macro.
4603         (face-foreground, face-background, face-stipple): Add INHERIT
4604         argument.  Use `face-attribute-specified-or'.
4606 2001-10-28  Stefan Monnier  <monnier@cs.yale.edu>
4608         * font-lock.el: Require `syntax'.
4609         (font-lock-defaults-alist): Don't define keywords for lisp languages.
4610         Use `c-font-lock-syntactic-face-function' for c languages.
4611         (font-lock-mode): Don't unset vars when turning the mode off.
4612         (font-lock-default-fontify-buffer): Don't unset vars at the end.
4613         (font-lock-extra-managed-props): New var.
4614         (font-lock-default-unfontify-region): Use it.
4615         (font-lock-apply-syntactic-highlight): Flush the syntax cache.
4616         Don't eval the value when there's no match.
4617         (font-lock-ppss-stats): New var.
4618         (font-lock-ppss): New fun.
4619         (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
4620         (font-lock-apply-highlight): Allow `highlight' to set several props.
4621         (font-lock-set-defaults): Use dolist.
4622         (font-lock-unset-defaults): Remove.
4623         (font-lock-match-c-style-declaration-item-and-skip-to-next):
4624         Try to recognize prototypes using `foo P_ ((args))'.
4625         ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
4626         (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
4627         (c-font-lock-syntactic-face-function): New function.
4628         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
4629         (c++-keywords): Use a more sophisticated regexp to handle
4630         shallowly nested templates.
4632 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
4634         * textmodes/sgml-mode.el (sgml-empty-tags): New var.
4635         (sgml-tag): Use it.  Cleanup with `cond'.
4636         (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
4637         Mark the overlays and only delete those that are marked.
4638         (sgml-skip-close-p): Remove.
4639         (sgml-value): Replace sgml-skip-close-p with its definition.
4640         (html-tag-alist): Use sgml-xml a bit more.
4641         (html-mode): Set sgml-empty-tags.
4643         * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
4644         (texinfo-update-node, texinfo-sequential-node-update):
4645         Don't bind the obsolete `auto-fill-hook'.
4646         (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
4647         Use `set-buffer' rather than `switch-to-buffer'.
4648         (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
4649         Use `set-buffer' rather than `switch-to-buffer'.
4651         * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
4652         text-mode-syntax-table.
4653         (mail-mode): Use define-derived-mode.
4654         Fix ordering of alternatives in adaptive-fill-regexp.
4655         (mail-mode-map): Don't rely on keymap's internal representation.
4657 2001-10-27  Sam Steingold  <sds@gnu.org>
4659         * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
4660         (sgml-xml-guess): Extracted from `html-mode' and generalized.
4661         (sgml-mode-common): Call it.
4662         (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
4663         (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
4664         (html-horizontal-rule, html-image, html-ordered-list):
4665         (html-unordered-list, html-list-item, html-paragraph):
4666         (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
4667         `html-xhtml'.
4669 2001-10-26  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
4671         * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
4672         (ifnothtml): New alias.
4674 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
4676         * textmodes/text-mode.el (text-mode): Use define-derived-mode.
4677         (toggle-text-mode-auto-fill): Use derived-mode-p.
4679 2001-10-27  Gerd Moellmann  <gerd.moellmann@t-online.de>
4681         * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
4682         `mdtm'.  From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
4684 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
4686         * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
4687         Add make-obsolete cookies, to follow faces.el.
4689         These changes avoid warnings from the byte compiler in faces.el:
4691         * faces.el (internal-get-face): Use facep instead of the obsolete
4692         internal-find-face.
4693         (internal-frob-font-weight, internal-frob-font-slant):
4694         New defaliases for obsolete functions.
4695         (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
4696         (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
4697         (x-make-font-bold-italic): Use internal-frob-font-weight and
4698         internal-frob-font-slant aliases instead of the obsolete
4699         x-frob-... functions.
4701 2001-10-26  Sam Steingold  <sds@gnu.org>
4703         * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
4704         DOCTYPE; set `mode-name' based on it.
4705         (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
4706         (sgml-tag): Close empty tags in XHTML.
4708 2001-10-26  Jason Rumney  <jasonr@gnu.org>
4710         * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
4711         when UNICODE is not defined.
4713 2001-10-26  Sam Steingold  <sds@gnu.org>
4715         * font-lock.el (c-font-lock-keywords-2): Do not require labels to
4716         be alone on the line.
4718 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
4720         * button.el (button): Special face definition for MS-DOS terminals.
4722 2001-10-26  Sam Steingold  <sds@gnu.org>
4724         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
4725         Protect the /= test by checking that the args are non-nil.
4726         (sh-font-lock-close-heredoc): Check eof for being non-nil.
4728 2001-10-26  Tomas Abrahamsson  <tab@lysator.liu.se>
4730         * textmodes/artist.el (artist-version): 1.2.4.
4731         (artist-butlast-fn): New variable.
4732         (artist-butlast): New function.
4733         (artist-ellipse-mirror-quadrant): Use it.
4734         (artist-mouse-draw-poly): Use nil for `point-list'.
4735         (artist-mouse-draw-poly): Check for point-list being nil.
4737 2001-10-26  Peter Kleiweg  <kleiweg@let.rug.nl>
4739         * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
4740         lambda expression.
4741         (ps-mode-menu-main): Submenu with options on/off was replaced with
4742         a toggle button.
4743         (ps-mode, ps-run-mode): Define with `define-derived-mode'
4744         (ps-mode): Autoload cookie added on same line as comment
4745         (ps-mode-tabkey, ps-mode-backward-delete-char):
4746         (ps-mode-r-balance): Replace `delete-horizontal-space' and
4747         `indent-to' with `indent-line-to'
4748         (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
4749         instead of `eval'.
4750         (ps-mode-print-region): Use `with-temp-buffer'.
4751         (ps-run-start): Use of `mapconcat'.  Use `apply' instead of `eval'.
4752         (numerous places): Add back-tick and tick around names in
4753         docstrings, fix punctuation in docstrings, remove trailing spaces.
4755 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
4757         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
4758         (sgml-font-lock-keywords-2): Use `eval'.  Moved from sgml-mode-common.
4759         (sgml-font-lock-syntactic-keywords): New var.
4760         (sgml-mode-common): Drop the two args.
4761         Don't make buffer-local variables that aren't used.
4762         Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
4763         Don't set `before-string' props from sgml-display-text.
4764         (sgml-mode): Use define-derived-mode.
4765         (sgml-tags-invisible): Use sgml-display-text.
4766         (sgml-quote): New command.
4767         (html-tag-alist): Add args for `span'.
4768         (html-mode): Use define-derived-mode.
4769         Set sgml-display-text and sgml-tag-face-alist.
4771 2001-10-25  Sam Steingold  <sds@gnu.org>
4773         * add-log.el (add-log-always-start-new-record): New user option.
4774         (add-change-log-entry): Use it.
4776 2001-10-25  Richard M. Stallman  <rms@gnu.org>
4778         * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
4779         bind case-fold-search if FROM is not all lower case.
4781 2001-10-25  Gerd Moellmann  <gerd@gnu.org>
4783         * startup.el (normal-top-level): Check for frame-initial-frame
4784         only if it's really used.
4786         * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
4788         * progmodes/compile.el (compilation-parse-errors-filename-function):
4789         New variable.
4790         (compilation-parse-errors): Use it.
4792 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
4794         * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
4795         interactively so that C-u M-C-x still does edebug.
4796         (checkdoc-sentencespace-region-engine): Don't force a double-space
4797         after `.' if it doesn't look like an end-of-sentence.
4798         (debug-ignored-errors): Add `disambiguate ...'.
4800 2001-10-24  Stefan Monnier  <monnier@cs.yale.edu>
4802         * textmodes/texinfo.el (texinfo-environments)
4803         (texinfo-environment-regexp): Hoist.
4804         (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
4805         Only highlight the menu name in menu items.
4806         Setup `@foo ... @end foo' as text clones.
4807         (texinfo-clone-environment): New function.
4808         (texinfo-mode): Simplify auto-fill-inhibit-regexp.
4809         (texinfo-insert-block): Simplify.
4810         (texinfo-insert-quote): Insert a plain " if preceded by \ or if
4811         the command is repeated.
4812         (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
4813         (texinfo-insert-@end): Simplify.
4815         * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
4816         (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
4817         (texinfo-subsubsection-level-regexp)
4818         (texinfo-update-menu-same-level-regexps)
4819         (texinfo-update-menu-higher-regexps)
4820         (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
4822         * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
4823         (derived-mode-p): Autoload.
4825         * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
4826         New vars and functions.
4827         (text-clone-maintain, text-clone-create): New functions.
4829 2001-10-25  Miles Bader  <miles@gnu.org>
4831         * facemenu.el (facemenu-add-new-face): Fix variable names.
4833 2001-10-24  Richard M. Stallman  <rms@gnu.org>
4835         * facemenu.el (facemenu-unlisted-faces): Improve doc strings
4836         of t and nil values.
4837         (facemenu-set-face): Handle START and END interactively.
4838         (facemenu-set-foreground): Don't use a face; specify color directly.
4839         (facemenu-set-background): Likewise.
4840         (facemenu-set-face-from-menu): Doc fix.
4841         (facemenu-active-faces): Use face-attribute-vector
4842         to handle bare attributes not in faces.
4843         (facemenu-get-face): Don't handle face names fg:... and bg:...
4844         specially.
4845         (facemenu-add-new-face): New argument MENU.
4846         New way to handle adding colors to the color menus.
4848         * env.el (substitute-env-vars): Quote the arg to rx.
4850 2001-10-24  Sam Steingold  <sds@gnu.org>
4852         * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
4853         Control" and "SGML" groups.
4855 2001-10-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4857         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
4858         Better handling of C++ template args to avoid confusion with `<'
4859         and `>' used as operators in member init expressions.
4861 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
4863         * replace.el (perform-replace): Move START and END parameters
4864         to the end of the argument list and make them optional.
4866         * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
4867         perform-replace.
4869         * international/fontset.el (x-must-resolve-font-name): New function.
4870         (x-complement-fontset-spec): Use it.
4872 2001-10-23  Stefan Monnier  <monnier@cs.yale.edu>
4874         * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
4876         * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
4877         Turn caadr into caar of cdr.
4879 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
4881         * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
4882         of mouse-{1,2} since dragging is on the down event.
4884         * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
4886         * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
4887         if ARG is nil.
4889         * desktop.el (desktop-last-buffer): New variable.
4890         (desktop-create-buffer): Set it.
4891         (desktop-read): Bind it and switch to that buffer.
4893 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
4895         * progmodes/compile.el (compilation-set-window-height):
4896         Select old window only if it's still live.
4898 2001-10-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4900         * help-mode.el (help-buffer): Remove debugging code.
4901         From Stefan Monnier <monnier@cs.yale.edu>.
4903 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
4905         * files.el (file-name-sans-extension, file-name-extension):
4906         Don't count the leading dots in file names as signaling an extension.
4908 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
4910         * vc.el (vc-diff-switches): Doc rewritten.
4912 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
4914         * tooltip.el (tooltip-set-param): Doc fix.
4916         * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
4917         127 to sgml-maybe-name-self.
4918         (sgml-name-8bit-mode): Doc fix.
4919         (sgml-char-names-table): New variable.
4920         (sgml-name-char): Support non-ASCII and mule-unicode-*
4921         characters.  Doc fix.
4922         (sgml-maybe-name-self): Convert unibyte characters to multibyte.
4924         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
4925         doc string the effect of `left' and `top' parameters in
4926         tooltip-frame-parameters, the default values, and the units.
4927         (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
4928         (tooltip-show): Mention in the doc string the `top' and `left'
4929         parameters in tooltip-frame-parameters, and x-max-tooltip-size.
4931 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
4933         Add autoscaling support for vc-annotate.
4934         From J.D. Smith <jdsmith@alum.mit.edu>.
4936         * vc.el (vc-annotate-display-default): Accept colormap scaling
4937         ratio (now deprecated).
4938         (vc-annotate-display-autoscale): Added.
4939         (vc-annotate-add-menu): New autoscaling menu options "Span to
4940         Oldest" and "Span Oldest->Newest".  Easymenu support added for
4941         toggle menus driven by customize variable `vc-annotate-display-mode'.
4942         (vc-annotate-display-select): Added.
4943         (vc-annotate): Changed temp-buffer-show-function to
4944         `vc-annotate-display-select'.
4945         (vc-annotate-display): Removed arguments BUFFER and BACKEND.
4946         Added argument OFFSET.  Instead of backend function, calls now
4947         generic `vc-annotate-difference'.
4948         (vc-annotate-difference): Added as generic function instead of
4949         backend-specific function.  No longer takes argument POINT, but
4950         instead accepts a time OFFSET.
4951         (vc-default-annotate-current-time): Added.
4953         * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
4954         version in vc.el, with
4955         (vc-cvs-annotate-current-time): Added, as override of default.
4956         (vc-cvs-annotate-time): Added.  Taken mostly from the (now removed)
4957         `vc-cvs-annotate-difference'.
4959 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
4961         * saveplace.el (save-place): Require `saveplace'.
4963         * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
4964         Use `sexp' for :value-type instead of `face'.
4966 2001-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
4968         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
4969         regexps due to 5-digit message IDs.
4971 2001-10-21  Jason Rumney  <jasonr@gnu.org>
4973         * term/w32-win.el (redisplay-dont-pause): Don't set.
4975 2001-10-21  Miles Bader  <miles@gnu.org>
4977         * help-funs.el (help-manyarg-func-alist): Variable removed.
4979 2001-10-21  Miles Bader  <miles@gnu.org>
4981         * help-funs.el (help-manyarg-func-alist): Remove entries for
4982         `insert', `insert-and-inherit', `insert-before-markers',
4983         `insert-before-markers-and-inherit', `message', `message-box',
4984         `message-or-box', `propertize', `format', `encode-time', `append',
4985         `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
4986         `insert-string', `ml-if', `ml-provide-prefix-argument', and
4987         `ml-prefix-argument-loop'.
4989 2001-10-21  Andre Spiegel  <spiegel@gnu.org>
4991         * vc.el (vc-diff-internal, vc-coding-system-for-diff)
4992         (vc-default-diff-tree): New functions.
4993         (vc-version-diff): Use them.  As a result, coding systems are now
4994         set up properly for all sorts of diffs, and tree diffs can now
4995         also be done locally.
4996         (vc-diff): With a prefix argument, don't require that it's called
4997         from a buffer under version control.
4998         (diff-switches): Remove duplicate definition.
5000         * vc-cvs.el (vc-cvs-diff-tree): New function.
5002 2001-10-21  Miles Bader  <miles@gnu.org>
5004         * help-funs.el (help-manyarg-func-alist): Remove entries for
5005         `list', `vector', `make-byte-code', `call-process',
5006         `call-process-region', `string', `+', `-', `*', `/', `max', `min',
5007         `logand', `logior', and `logxor'.
5009         * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
5010         image bits to compensate.  Use `make-string' instead of
5011         `make-bool-vector' (XBM apparently wants byte-aligned rows).
5013 2001-10-20  Kim F. Storm  <storm@cua.dk>
5015         * simple.el (kill-ring-save): Don't show extent of copied region
5016         if using transient-mark-mode and region is fully visible.
5018 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
5020         * (Version 21.1 released.)
5022 2001-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
5024         * files.el (auto-mode-alist): Associate .indent.pro with
5025         Fundamental mode.  Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
5027 2001-10-18  Sam Steingold  <sds@gnu.org>
5029         Put the *Compile-Log* buffer in `compilation-mode'.
5030         * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
5031         (byte-compile-log-1, byte-compile-log-file)
5032         (displaying-byte-compile-warnings): Use it
5034 2001-10-18  Stefan Monnier  <monnier@cs.yale.edu>
5036         * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
5038         * xml.el (xml-parse-tag): Use eq on char-after's return value.
5040 2001-10-18  Gerd Moellmann  <gerd@gnu.org>
5042         * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
5044         * obsolete/hilit19.el (hilit-lookup-face-create):
5045         Call set-face-font only if display-graphic-p.
5046         (toplevel): Remove references to window-system.
5048 2001-10-18  Miles Bader  <miles@gnu.org>
5050         * simple.el (what-line): Avoid problems with field properties.
5052 2001-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
5054         * wid-edit.el (widget-field-face, widget-single-line-field-face):
5055         Define special colors for a tty.
5057 2001-10-17  Francesco Potorti`  <pot@gnu.org>
5059         * comint.el (comint-password-prompt-regexp): Make it less
5060         restrictive, letting comint recognise OpenSSH2 passphrase prompts.
5062 2001-10-17  John Wiegley  <johnw@gnu.org>
5064         * eshell/em-unix.el (eshell/cat): Do a quick test if something is
5065         a regular file, before checking if it is a directory or symlink.
5066         This avoids a call to eshell-file-attributes, which can be
5067         expensive in some situations.
5069         * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
5070         customization variable, to differentiate ls-in-dired from regular
5071         uses of ls.
5073 2001-10-17  Miles Bader  <miles@gnu.org>
5075         * custom.el (defface): Mention `:inherit' in doc-string.
5077 2001-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
5079         * paren.el: Update the Commentary with installation instructions.
5081 2001-10-15  Dave Love  <fx@gnu.org>
5083         * international/mule.el (set-auto-coding): Fix regexps for local
5084         variables section not to eat newlines.
5086 2001-10-15  Miles Bader  <miles@gnu.org>
5088         * simple.el (display-message-or-buffer): Pass the correct buffer
5089         to `display-buffer'.
5091 2001-10-14  Stefan Monnier  <monnier@cs.yale.edu>
5093         * progmodes/executable.el (executable-binary-suffixes): Make varalias.
5094         (executable-find): Use exec-suffixes.
5095         (executable-set-magic): Don't use make-local-hook.
5097         * bindings.el (exec-suffixes): Initialize to a system-dependent value.
5099 2001-10-14  Eli Zaretskii  <eliz@is.elta.co.il>
5101         * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
5102         Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
5103         Add .so to the Unix and GNU branch.
5105         * international/latin-1.el:
5106         * international/latin-2.el:
5107         * international/latin-3.el:
5108         * international/latin-4.el:
5109         * international/latin-5.el:
5110         * international/latin-8.el:
5111         * international/latin-9.el: Add no-byte-compile: t, since
5112         Makefile.in instructs make-docfile to look at .el files.
5114 2001-10-14  Miles Bader  <miles@gnu.org>
5116         * button.el (define-button-type): Allow supertype property to be
5117         specified with a keyword `:supertype' too.
5118         (button-put, make-text-button): Allow button type property to be
5119         specified using the keyword `:type' too.
5120         (button-type): New function.
5121         (button): Add `button-category-symbol' property.
5123 2001-10-13  Stefan Monnier  <monnier@cs.yale.edu>
5125         * bindings.el (esc-map): Revert `j' and `C-j' bindings to
5126         indent-new-comment-line from comment-indent-new-line.
5128         * textmodes/refill.el (refill-mode):
5129         Bind DEL to backward-delete-char-untabify.
5130         Set backward-delete-char-untabify-method to `hungry'.
5132         * textmodes/bib-mode.el (bib-mode):
5133         * play/gomoku.el (gomoku-mode):
5134         * textmodes/page-ext.el (pages-directory-mode):
5135         * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
5137         * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
5139         * emacs-lisp/syntax.el (syntax-ppss): Autoload.
5141         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
5142         Handle here-docs differently.
5143         (sh-font-lock-heredoc): Remove.
5144         (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
5145         (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
5146         (sh-font-lock-open-heredoc): New functions.
5147         (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
5148         (sh-font-lock-keywords-1): Use regexp-opt.
5149         (sh-in-comment-or-string): Use syntax-ppss.
5150         (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
5151         (sh-select, sh-tmp-file): Add explicit terminating \n.
5153         * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
5154         Use with-current-buffer.
5155         (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
5156         (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
5157         filename), catch any error that occurs in `ange-ftp-cd'.
5158         If an error happened, don't bother sending `cmd' at all.
5159         Fix a parenthesis typo.
5160         (ange-ftp-write-region): Don't blindly use binary if the remote host
5161         is unix-like.
5163         * play/pong.el (pong-init): Don't use make-local-hook.
5165 2001-10-13  Michael Kifer  <kifer@cs.sunysb.edu>
5167         * viper-ex.el (ex-edit): Make checks for modified buffer/file.
5168         (viper-get-ex-address-subr): More precise addr for the $ marker
5170 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
5172         * version.el (emacs-version): Bump to 21.1.50.
5174 2001-10-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
5176         * mail/mailalias.el (mail-directory-stream): Do not double
5177         variables in the lambda-list.
5179         * play/gomoku.el (gomoku-init-display): Ditto.
5181         * play/landmark.el (lm-init-display): Ditto.
5183         * delim-col.el (delimit-columns-rectangle-max): Ditto.
5184         (delimit-columns-rectangle-line): Ditto.
5186 2001-10-12  Stefan Monnier  <monnier@cs.yale.edu>
5188         * newcomment.el (comment-region-internal): Don't rebind
5189         invisibility_spec now that the C routines handle it correctly.
5191         * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
5193         * frame.el (special-display-popup-frame): Obey new specs `same-window'
5194         and `same-frame'.
5196         * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
5198         * simple.el (minibuffer-local*-map): Remove redundant bindings.
5200         * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
5201         C-p and C-r.  Remove redundant bindings from inheriting maps.
5203         * progmodes/cperl-mode.el: Merged in changes from v4.32.
5204          After 4.23 and: After 4.24:
5205         (cperl-contract-levels): Restore position.
5206         (cperl-beautify-level): Likewise.
5207         (cperl-beautify-regexp): Likewise.
5208         (cperl-commentify): Rudimental support for length=1 runs
5209         (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
5210          After 4.25:
5211         (cperl-commentify): Was recognizing length=2 "strings" as length=1.
5212         (imenu-example--create-perl-index): Was not enforcing
5213         syntaxification-to-the-end.
5214         (cperl-invert-if-unless): Allow `for', `foreach'.
5215         (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
5216         Mark qw(), m()x as indentable.
5217         (cperl-init-faces): Highlight `sysopen' too.
5218         Highlight $var in `for my $var' too.
5219         (cperl-invert-if-unless): Was leaving whitespace at end.
5220         (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
5221         (cperl-calculate-indent): Remove old commented out code.
5222         Support (primitive) indentation of qw(), m()x.
5223          After 4.26:
5224         (cperl-problems): Mention `fill-paragraph' on comment. \"" and
5225         q [] with intervening newlines.
5226         (cperl-autoindent-on-semi): New customization variable.
5227         (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
5228         (cperl-tips): Mention how to make CPerl the default mode.
5229         (cperl-mode): Support `outline-minor-mode'.  From Mark A. Hershberger.
5230         (cperl-outline-level): New function.
5231         (cperl-highlight-variables-indiscriminately): New customization var.
5232         (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
5233         From Sean Kamath <kamath@pogo.wv.tek.com>.
5234         (cperl-after-block-p): Support CHECK and INIT.
5235         (cperl-init-faces, cperl-short-docs): Likewise and "our".
5236         From Doug MacEachern <dougm@covalent.net>.
5237          After 4.27:
5238         (cperl-find-pods-heres): Recognize \"" as a string.
5239         Mark whitespace between q and [] as `syntax-type' => `prestring'.
5240         Allow whitespace between << and "FOO".
5241         (cperl-problems): Remove \"" and q [] with intervening newlines.
5242         Mention multiple <<EOF as unsupported.
5243         (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
5244         (cperl-indent-parens-as-block): New configuration variable.
5245         (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
5246         Use `cperl-indent-parens-as-block'.
5247         (cperl-find-pods-heres): Test for =cut without empty line instead of
5248         complaining about no =cut.
5249         (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
5250         (cperl-find-pods-heres): Likewise.
5251         (cperl-electric-pod): Change `forward-sexp' to `forward-word':
5252         POD could've been marked as comment already.
5253         (cperl-unwind-to-safe): Unwind before start of POD too.
5254          After 4.28:
5255         (cperl-forward-re): Throw an error at proper moment REx unfinished.
5256          After 4.29:
5257         (x-color-defined-p): Make an extra case to peacify the warning.
5258         Toplevel: `defvar' to peacify the warnings.
5259         (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
5260         No -nw-compile time warnings now.
5261         (cperl-find-tags): TAGS file had too short substring-to-search.
5262         Be less verbose in non-interactive mode
5263         (imenu-example--create-perl-index): Set index-marker after name
5264         (cperl-outline-regexp): New variable.
5265         (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
5266         (cperl-mode): Made use `cperl-outline-regexp'.
5267          After 4.30:
5268         (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
5269         (cperl-outline-level): Make start-of-file same level as `package'.
5270          After 4.31:
5271         (cperl-electric-pod): `head1' and `over' electric only if empty.
5272         (cperl-unreadable-ok): New variable.
5273         (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
5274         on an unreadable file.
5275         (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
5276         on an unreadable directory.
5278         * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
5279         Consider the text between two errors as belonging to the first error.
5280         (compilation-goto-locus): Use pop-to-buffer rather than
5281         switch-to-buffer-other-frame.
5283         * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
5284         (awk-font-lock-syntactic-keywords): New var.
5285         (awk-mode): Use it.
5287         * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
5289         * faces.el (describe-face): Call help-setup-xref earlier.
5291         * jka-compr.el (jka-compr-load-suffixes): New var.
5292         (jka-compr-install): Add its content to load-suffixes.
5293         (jka-compr-uninstall): Remove its content from load-suffixes.
5295 2001-10-12  Sam Steingold  <sds@gnu.org>
5297         * bindings.el (completion-ignored-extensions): CL-related
5298         extensions are platform-independent.
5300         * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
5301         asynchronous multiple file copying.
5303 2001-10-12  Gerd Moellmann  <gerd@gnu.org>
5305         * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
5306         Turn error for repeated variables into warning.
5308         * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
5309         New function checking that lambda-list consists of non-constant
5310         symbols, that &rest and &optional are followed by variable names,
5311         that &rest VAR is the last element, and that variables aren't doubled.
5312         (byte-compile-lambda): Use it.
5314 2001-10-12  Eli Barzilay <eli@barzilay.org>
5316         * calculator.el (calculator-eng-display): Don't call concat
5317         with an integer argument.
5319 2001-10-12  Miles Bader  <miles@gnu.org>
5321         * help-mode.el (help-customize-face): New button-type.
5323         * faces.el (list-faces-display): Fix args to `help-xref-button'.
5324         (describe-face): Fix args to `help-xref-button'.
5325         Don't switch to help-buffer around call to `help-setup-xref'.
5326         Use `help-buffer' instead of hard-wired "*Help*".
5327         Require `help-mode'.
5329 2001-10-11  Stefan Monnier  <monnier@cs.yale.edu>
5331         * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
5333         * help-mode.el (help-buffer): New function.
5334         Returns the buffer-name to use for help output.
5335         Change all the code to use it instead of hard-coding *Help*.
5336         (help-mode-map): Put back the mouse-2 binding.
5337         (help-xref-stack): Change the format and make buffer-local.
5338         (help-xref-stack-item): Make buffer-local.
5339         (help-setup-xref): Do the `push' here rather than in help-do-xref.
5340         (help-xref-interned): Display the face doc as well.
5341         (help-follow-mouse): Re-introduce.
5342         (help-xref-go-back): Adapt to the new use of help-xref-stack.
5343         (help-do-xref): Don't `push' any more.
5344         (help-follow): Also follow face names.
5346         * help-funs.el (describe-function-1): Remove unused `parens' arg.
5347         Don't call help-setup-xref anymore and remove its `interactive-p' arg.
5348         Autoload and cleanup.
5349         (describe-function): Call help-setup-xref.
5350         (describe-variable): Call help-setup-xref earlier.
5352         * help.el (describe-bindings-internal): New fun moved from keymap.c.
5353         (view-lossage): Call help-setup-xref correctly and earlier.
5354         (describe-bindings): Call help-setup-xref earlier.
5355         (describe-key): Call help-setup-xref.  Fix call to describe-function-1.
5356         (describe-mode): Don't autoload.  Call help-setup-xref earlier.
5358 2001-10-11  Gerd Moellmann  <gerd@gnu.org>
5360         * master.el (master-mode): Use define-minor-mode instead of
5361         easy-mmode-define-minor-mode.  Add autload cookie.
5362         (Commentary): Remove the line showing how to autoload master-mode,
5363         since it's always autoloaded.
5365         * master.el: New file.
5367 2001-10-11  Dave Love  <fx@gnu.org>
5369         * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
5370         <byte-constref-ops>: Consider byte-constant2 and clarify the code.
5371         <const-C varset-X const-C>: Fix car/cdr typo.
5373 2001-10-11  Gerd Moellmann  <gerd@gnu.org>
5375         * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
5376         New function extracted from byte-compile-log-1.
5377         (byte-compile-log-1): Change output to be more in line with
5378         the output of other GNU tools.
5379         (byte-compile-warn): Emit `warning' instead of `**' for warnings.
5380         (byte-compile-report-error): Downcase error message.
5381         Use `error' instead of `!!' for error messages.
5382         (byte-compile-print-syms): Treat non-interactive case specially.
5383         (displaying-byte-compile-warnings): Use backquote.
5384         (byte-compile-from-buffer): Bind byte-compile-last-line.
5385         (batch-byte-compile): Remove `Done' message.
5387 2001-10-11  Stefan Monnier  <monnier@cs.yale.edu>
5389         * emacs-lisp/copyright.el (copyright): Add final \n.
5391 2001-10-11  Miles Bader  <miles@gnu.org>
5393         * diff.el (diff): Display default values in prompts as
5394         `(default ...)', not `(...)'.
5396         * info.el (Info-follow-reference): Likewise.
5398 2001-10-10  Stefan Monnier  <monnier@cs.yale.edu>
5400         * emacs-lisp/autoload.el (doc-string-elt): Remove.
5402         * newcomment.el (comment-indent): Be a little more robust in case
5403         comment-indent-function does funny things.
5404         (comment-normalize-vars): Autoload.
5405         (comment-region-internal): Fiddle with the visibility spec.
5406         (comment-valid-prefix): New function.
5407         (comment-indent-new-line): Use it.  Ignore adaptive-fill-prefixes
5408         that would turn comment-text into non-comment-text.
5410         * emacs-lisp/syntax.el: New file.
5412         * progmodes/tcl.el: Change maintainer to FSF and remove loads of
5413         compatibility cruft.
5414         (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
5415         (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
5416         (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
5417         tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
5418         tcl-submit-bug-report.
5419         (tcl-mode-syntax-table): Leave \f alone.
5420         (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
5421         tcl-end-of-defun, tcl-submit-bug-report.
5422         (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
5423         (tcl-add-emacs-menu): Remove.
5424         (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
5425         (tcl-keyword-list): Add `chain'.
5426         (tcl-font-lock-syntactic-keywords): New variable.
5427         (tcl-pps-has-arg-6): Remove.
5428         (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
5429         (tcl-internal-mark-defun): Remove.
5430         (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
5431         (tcl-mode): Use define-derived-mode.  Simplify.
5432         Set comment-indent-function.
5433         (tcl-indent-command): Use line-beginning-position and comment-indent.
5434         (tcl-calculate-indent): Renamed from calculate-tcl-indent.
5435         (tcl-indent-line): Use tcl-calculate-indent.
5436         (tcl-indent-exp): Renamed from indent-tcl-exp.  Use new names.
5437         (tcl-add-log-defun): Renamed from add-log-tcl-defun.  Use match-string.
5438         (tcl-filter): Use with-current-buffer, simplify.
5439         (inferior-tcl-mode): Use define-derived-mode.
5440         (tcl-hairy-in-comment): Renamed tcl-in-comment.
5441         (tcl-simple-in-comment, tcl-in-comment): Removed.
5442         (tcl-files-alist): New function.
5443         (tcl-help-snarf-commands): Use it and return the result directly
5444         rather than through a global variable.
5445         (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
5446         (tcl-help-on-word): Provide the default value to completing-read.
5447         (tcl-hilit): Remove.
5448         (tcl-hashify-buffer, tcl-popup-menu): Simplify.
5449         (tcl-comment-indent): New function.
5450         (tcl-submit-bug-report): Remove.
5451         (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
5452         (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
5453         (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
5455 2001-10-10  Miles Bader  <miles@gnu.org>
5457         * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
5458         (Info-fontify-node): Don't fontify the node if it's already been done.
5460 2001-10-10  Gerd Moellmann  <gerd@gnu.org>
5462         * international/iso-transl.el (iso-transl-e-caret)
5463         (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
5464         Fix duplicates.  From Dave Love <d.love@dl.ac.uk>.
5466         * simple.el (end-of-buffer): Fix code scrolling specially
5467         for the buffer end.
5469         * startup.el (command-line-1): Bind tab-width to 8.
5471 2001-10-10  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
5473         * emulation/tpu-edt.el: Use defalias instead of fset for
5474         user-visible commands.  From Rob Riepel
5475         <riepel@Networking.Stanford.EDU>.
5477 2001-10-09  Gerd Moellmann  <gerd@gnu.org>
5479         * ruler-mode.el: New file.
5481 2001-10-09  Miles Bader  <miles@gnu.org>
5483         * apropos.el (button): New require.
5485         * help-funs.el: New file, contents mostly from `help.el'.
5486         (describe-variable): Use `condition-case' instead of `ignore-errors'.
5488         * help-mode.el: New file, contents mostly from `help.el'.
5490         * help.el: Don't require `view' when compiling.
5491         (help-with-tutorial, describe-function, describe-function-1)
5492         (variable-at-point, describe-variable, locate-library):
5493         Functions moved into `help-funs.el'.
5494         (help-manyarg-func-alist): Variable moved into `help-funs.el'.
5495         (help-mode, help-mode-setup, help-mode-finish, help-button-action)
5496         (help-setup-xref, help-xref-following, help-make-xrefs)
5497         (help-xref-button, help-insert-xref-button, help-xref-interned)
5498         (help-xref-go-back, help-go-back, help-do-xref, help-follow)
5499         (help-xref-on-pp): Functions moved into `help-mode.el'
5500         (help-mode-map, help-xref-stack, help-xref-stack-item)
5501         (help-highlight-p, help-highlight-face, help-back-label)
5502         (help-xref-symbol-regexp, help-xref-mule-regexp)
5503         (help-xref-info-regexp): Variables moved into `help-mode.el'.
5504         (help-symbol, help-back, help-info, help-customize-variable)
5505         (help-function-def, help-variable-def):
5506         Button-types moved into `help-mode.el'.
5507         (load-symbol-file-load-history, symbol-file):
5508         Functions moved into `subr.el'.
5509         (symbol-file-load-history-loaded): Variable moved into `subr.el'.
5510         (view-lossage): Call `help-setup-xref' instead of doing it manually.
5512         * subr.el (symbol-file-load-history-loaded)
5513         (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
5515         * loadup.el ("button"): Load removed.
5517         * button.el (define-button-type): Respect any `supertype' property.
5518         (button-type-subtype-p, button-has-type-p): New functions.
5520         * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
5521         dollar-signs.
5523         * comint.el (comint-insert-previous-argument): New function.
5524         (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
5525         (comint-insert-previous-argument-last-start-pos)
5526         (comint-insert-previous-argument-last-index): New variables.
5528         * apropos.el (apropos-next-label-button): Use the presence of a
5529         `apropos-label' property to detect label buttons.
5531 2001-10-08  Miles Bader  <miles@gnu.org>
5533         * button.el (next-button, previous-button): Remove N and WRAP
5534         parameters.  Don't pay attention to `skip' properties.
5535         (forward-button): Implement wrapping, iterating, and skipping here
5536         instead.
5537         (button-activate): USE-MOUSE-ACTION is optional.
5538         (button-nop): Function removed.
5539         (default-button): Use `ignore' as default button action.
5541         * apropos.el (apropos-next-label-button): Update arguments to
5542         `next-button'.
5543         (apropos-symbol): Add `skip' property.
5544         (apropos-function, apropos-macro, apropos-command)
5545         (apropos-variable, apropos-face, apropos-group, apropos-widget)
5546         (apropos-plist): New button types.
5547         (apropos-label-properties): Variable removed.
5548         (apropos-print): Pass button-type to apropos-print-doc, rather
5549         than help function and label text.
5550         (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
5551         Get button label from TYPE.
5553 2001-10-07  Stefan Monnier  <monnier@cs.yale.edu>
5555         * help.el (help-mode): Use define-derived-mode.
5556         (describe-mode): Add optional `buffer' arg.
5557         Use it instead of going through help-xref-mode.
5558         Avoid doubling the word `minor' when prettifying.
5559         (describe-function-1): List the corresponding key bindings.
5560         (describe-variable): Say if the var is automatically buffer-local.
5561         If the source is `loaddefs.el', look for the real source.
5562         (help-xref-mode): Remove.
5564         * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
5565         the file says no-byte-compile.
5567 2001-10-08  Miles Bader  <miles@gnu.org>
5569         * button.el (next-button, previous-button): Respect `skip' property.
5571 2001-10-07  Miles Bader  <miles@gnu.org>
5573         * woman.el (woman-mode-map): Copy button-buffer-map instead of
5574         making a new keymap.  Don't bind mouse-2.  Bind M-mouse-2 to
5575         `woman-follow-word' instead of `woman-mouse-2'.
5576         (woman-follow-word): Renamed from `woman-mouse-2'.
5577         Follow current unconditionally, since this function is now only
5578         bound to M-mouse-2.  Use accessor functions.
5579         (WoMan-highlight-references): Use `make-text-button'.
5580         (woman-xref): New button type.
5582         * loadup.el ("faces"): Move load before loading "loaddefs.el".
5583         ("button"): New load, just before "help" (which uses it).
5585         * help.el (help-mode-map): Make button-buffer-map our parent.
5586         Don't bind mouse events or tab/backtab.
5587         (help-function, help-variable, help-face, help-coding-system)
5588         (help-input-method, help-character-set, help-back, help-info)
5589         (help-customize-variable,  help-function-def, help-variable-def):
5590         New button types.
5591         (help-button-action): New function.
5592         (describe-function-1): Pass help button-types to
5593         `help-xref-button' rather than help function and help-echo string.
5594         Don't put multiple help-function args in a list to pass them to
5595         help-xref-button, just pass them as multiple arguments.
5596         Use `help-insert-xref-button' to make [back]-button, rather than
5597         `help-xref-button'.
5598         (help-xref-button): Take a button-type TYPE as a parameter rather
5599         than a function.  Remove HELP-ECHO parameter.  Remove DATA parameter
5600         and add a &rest parameter ARGS to serve the same purpose.
5601         Use `make-text-button' to add the button.
5602         (help-insert-xref-button): Use `insert-text-button' to add the button.
5603         (help-follow-mouse, help-next-ref, help-previous-ref):
5604         Functions removed.
5605         (help-do-xref): New function.
5606         (help-follow): Use `push-button' and `help-do-xref' to do most of
5607         the work.
5609         * apropos.el (apropos-symbol, apropos-label): New button types.
5610         (apropos-symbol-button-display-help)
5611         (apropos-label-button-display-help, apropos-next-label-button):
5612         New functions.
5613         (apropos-mode-map): Make button-buffer-map our parent.
5614         Don't bind mouse events.
5615         (apropos-print, apropos-print-doc): Create buttons instead of text
5616         properties.
5617         (apropos-mouse-follow): Function removed.
5618         (apropos-follow): Use buttons.
5620         * button.el: New file.
5622 2001-10-07  Gerd Moellmann  <gerd@gnu.org>
5624         * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
5625         Remove.
5627 2001-10-05  Richard M. Stallman  <rms@gnu.org>
5629         * add-log.el (add-change-log-entry): Skip copyright notice
5630         and copying permission notice at start of file, if any.
5631         Make use of terms "entry" and "item" accord with Emacs manual.
5632         Simplify the logic for moving point while entering or creating
5633         an entry and then an item.
5634         (add-change-log-entry-other-window): Doc fix.
5636 2001-10-06  Miles Bader  <miles@gnu.org>
5638         * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
5639         removed; they apparently don't work with faces.
5641 2001-10-05  Sam Steingold  <sds@gnu.org>
5643         * textmodes/sgml-mode.el (html-xhtml): New user option.
5644         (html-tag-alist, html-horizontal-rule, html-image, html-line)
5645         (html-ordered-list, html-unordered-list, html-list-item)
5646         (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
5647         (sgml-skip-close-p): New function.
5648         (sgml-value): Use it.
5650 2001-10-05  Sam Steingold  <sds@gnu.org>
5652         * calendar/diary-lib.el (diary-entry-compare): When times are
5653         identical, compare the entries lexicographically.
5655 2001-10-06  Miles Bader  <miles@gnu.org>
5657         * rfn-eshadow.el (rfn-eshadow-update-overlay):
5658         Use `minibuffer-prompt-end'.
5660         * simple.el (previous-matching-history-element): Fix misplaced
5661         parentheses.
5663 2001-10-05  Miles Bader  <miles@gnu.org>
5665         * rfn-eshadow.el: New file.
5667 2001-10-05  Miles Bader  <miles@gnu.org>
5669         * cus-face.el (custom-face-attributes): Make sure each attribute
5670         has a valid default value.  Remove hacks that mapped `nil' to
5671         `off' and used nil to mean `unspecified'.  Remove `unspecified'
5672         choices from all attributes (unspecified is handled by the parent
5673         checklist).
5674         * cus-edit.el (custom-face-edit-convert-widget)
5675         (custom-face-edit-deactivate, custom-face-edit-activate)
5676         (custom-face-edit-delete, custom-face-edit-attribute-tag):
5677         New functions.
5678         (custom-face-edit): Specify a custom :convert-widget.
5679         (custom-pre-filter-face-spec, custom-post-filter-face-spec):
5680         Don't pass in default filters that map between `nil' and `off' and
5681         `unspecified' and `nil'.
5683 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
5685         * progmodes/compile.el (compilation-buffer-name): New function.
5686         (compile-internal): Use it to determine the name of the
5687         compilation buffer.
5689 2001-10-05  Miles Bader  <miles@gnu.org>
5691         * progmodes/compile.el (grep-use-null-device): New variable.
5692         (grep-command): Mention `grep-use-null-device'.
5693         (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
5694         Make computation of `grep-command' respect `grep-use-null-device'.
5695         (grep): Respect `grep-use-null-device'.
5696         Call `grep-compute-defaults' even if grep-command is set, if
5697         grep-use-null-device is still tentative.
5699         * subr.el (call-process-shell-command): New function.
5701 2001-10-05  Miles Bader  <miles@gnu.org>
5703         * simple.el (previous-matching-history-element)
5704         (next-history-element, next-complete-history-element): Use
5705         `minibuffer-' functions instead of calling `field-' functions directly.
5706         (minibuffer-prompt-end, minibuffer-contents):
5707         (minibuffer-contents-no-properties, delete-minibuffer-contents):
5708         Functions removed (now subrs).
5709         (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
5711         * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
5712         (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
5713         instead of calling `field-' functions directly.
5714         (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
5716 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
5718         * files.el (find-file-noselect): If file's read-only status has
5719         changed on disk, ask if buffer's read-only status should be
5720         changed, unless NOWARN is set.
5722         * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
5723         alias for define-setf-method.
5725         * bindings.el: Remove no-byte-compile from file local variables
5726         to enable bootstrapping.
5728 2001-10-04  Andrew Innes  <andrewi@gnu.org>
5730         * faces.el (face-font-registry-alternatives) [windows-nt]:
5731         Make gb2312 an alias for gb2312.1980.
5733 2001-10-04  Stefan Monnier  <monnier@cs.yale.edu>
5735         * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
5736         (uniquify-reverse-components): Remove.
5738         * emacs-lisp/bytecomp.el (byte-recompile-directory):
5739         Make sure the file is readable.
5740         (byte-compile-file): Don't compile if `no-byte-compile' is set.
5741         (byte-compile-defvar): Update to reflect the change in Fdefvar.
5742         (batch-byte-recompile-directory): Pass arg=0.
5744         * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
5745         (perl-calculate-indent): Use it.
5746         (perl-backward-to-noncomment): Use forward-comment.
5748         * derived.el (define-derived-mode, derived-mode-make-docstring):
5749         Allow `parent' to be nil.
5751         * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
5752         Use define-derived-mode.
5753         (nroff-mode-map, nroff-mode-syntax-table): Massage.
5755         * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
5757         * emacs-lisp/lselect.el: Use facep iso find-face.
5759         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5760         Use regexp-opt.
5761         (doc-string-elt): Set symbols' prop.  Copied from autoload.el.
5762         (lisp-font-lock-syntactic-face-function): New function.
5763         (lisp-mode-variables): Use it.  Make arg optional.
5764         (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
5765         (lisp-mode): Don't pass an arg to lisp-mode-variables.
5766         Set comment-start-skip.
5768         * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
5770         * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
5771         (ignore-errors): Don't bother using a `err' symbol.
5773         * emacs-lisp/autoload.el (autoload-ensure-default-file)
5774         (autoload-insert-section-header, autoload-before-p)
5775         (autoload-remove-section): New functions.
5776         (generate-file-autoloads): Use them.
5777         (update-file-autoloads): Use them.  Return FILE if there's no cookie.
5778         Make sure the autoload file is properly formatted when creating it.
5779         (update-autoloads-from-directories): Use them as well.
5780         Only update autoloads for files whose timestamp has changed.
5781         Add a dummy entry to remember the files which had no autoload cookies.
5783         * timer.el (timer-relative-time): Fix computation for negative `micro'.
5785         * subr.el (define-key-after): Allow `key' to be longer than 1.
5786         (make-local-hook): Make obsolete.
5787         (add-hook, remove-hook): Don't use make-local-hook any more.
5788         (make-syntax-table): Inherit all chars from s-s-t.
5790 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
5792         This is a fix for a report saying that resuming a search with C-s
5793         C-s doesn't use the case-fold-search setting of the previous
5794         search (C-s ... M-c ... then C-s C-s).
5796         * isearch.el (isearch-last-case-fold-search): New variable.
5797         (isearch-mode): Remember value of isearch-case-fold-search
5798         in isearch-last-case-fold-search.
5799         (isearch-done): Quote value of isearch-case-fold-search.
5800         (isearch-repeat): When resuming a search, restore
5801         isearch-case-fold-search from isearch-last-case-fold-search.
5803         Added to NEWS.
5805         * startup.el (inhibit-startup-buffer-menu): New user-option.
5806         (command-line-1): If inhibit-startup-buffer-menu is set, don't
5807         display the buffer menu.  From Simon Josefsson <jas@extundo.com>.
5809         This allows upto 99999 messages in the summary without screwing up
5810         the summary sorting.  Previously 9999 was the maximum.  Added to NEWS.
5812         * mail/rmailsum.el (rmail-make-summary-line)
5813         (rmail-make-summary-line-1, rmail-summary-next-same-subject)
5814         (rmail-summary-goto-msg, rmail-summary-goto-msg):
5815         Allow 5-digit message ids instead of 4.
5817         This adds expansion of environment variables in the value
5818         specified with M-x setenv.  Added to NEWS.
5820         * env.el (substitute-env-vars): New function.
5821         (setenv): Add parameter SUBSTITUTE-ENV-VARS.  If set, substitute
5822         environment variables in VALUE.  Return VALUE.
5824 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
5826         * Branch for 21.1.
5828 2001-10-03  Stefan Monnier  <monnier@cs.yale.edu>
5830         * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
5832 2001-10-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
5834         * emulation/tpu-edt.el: Make messages match original TPU/edt
5835         editor.  From riepel@Stanford.EDU (Rob Riepel).
5837 2001-10-03  Eli Zaretskii  <eliz@is.elta.co.il>
5839         * rect.el: Update maintainer's email address.
5841 2001-10-02  Andreas Schwab  <schwab@suse.de>
5843         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
5844         and Extended Passive Mode, resp.
5846 2001-10-01  Eli Zaretskii  <eliz@is.elta.co.il>
5848         These changes add support for Calendar-related items in the
5849         menu bar on tty's as well:
5851         * calendar/calendar.el (calendar-mode-map): Require cal-menu
5852         unconditionally.
5853         (calendar-mode): Set up activate-menubar-hook unconditionally.
5855         * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
5856         calls x-popup-menu only if popup menus are supported.
5857         (calendar-mouse-insert-hebrew-diary-entry)
5858         (calendar-mouse-insert-islamic-diary-entry)
5859         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
5860         (calendar-mouse-view-other-diary-entries)
5861         (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
5862         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
5863         Call cal-menu-x-popup-menu instead of x-popup-menu.
5865 2001-10-01  Gerd Moellmann  <gerd@gnu.org>
5867         * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
5869         * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
5871         * emacs-lisp/rx.el: New file.
5873 2001-10-01  Eli Zaretskii  <eliz@is.elta.co.il>
5875         * help.el (help-for-help): Doc fix.  From Pavel@Janik.cz (Pavel Janik).
5877 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
5879         * frame.el (select-frame-by-name, other-frame): Doc fix.
5881 2001-09-29  Eli Zaretskii  <eliz@is.elta.co.il>
5883         * play/snake.el (snake-score-file): Use temporary-file-directory
5884         instead of a literal "/tmp".  Suggested by Robert
5885         <robert@chezmarshall.freeserve.co.uk>.
5887         * play/tetris.el (tetris-score-file): Ditto.
5889 2001-09-28  Eli Zaretskii  <eliz@is.elta.co.il>
5891         * apropos.el (apropos-print): Make the directions inserted at the
5892         beginning of the *Apropos* buffer more clear.
5894 2001-09-27  Michael Kifer  <kifer@cs.sunysb.edu>
5896         * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
5897         Added comments.
5899 2001-09-27  Stefan Monnier  <monnier@cs.yale.edu>
5901         * newcomment.el (comment-normalize-vars): Use " \t" rather than
5902         "\\s-" when defining comment-end-skip.
5904 2001-09-27  Gerd Moellmann  <gerd@gnu.org>
5906         * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
5907         Call get-buffer-window first second arg `visible'.
5909         * international/mule-diag.el (list-input-methods-1):
5910         Output something that's independent of Emacs' version.
5912         * tar-mode.el (tar-mode-write-file): Don't signal an error by
5913         calling byte-to-position with a nil tar-header-offset.
5915 2001-09-27  Simon Josefsson  <jas@extundo.com>
5917         * mail/sendmail.el (send-mail-function): Doc fix.
5918         (mail-do-fcc): Error if header-end is not a marker.
5919         (mail-do-fcc): Add a comment.
5920         (mail-reply-to): Doc fix.
5921         (mail-signature): Make ATPOINT optional.
5922         (mail-yank-original): Use cond instead of nestled if.
5924 2001-09-26  Stefan Monnier  <monnier@cs.yale.edu>
5926         * info.el (Info-on-current-buffer): Default arg to "Top".
5928 2001-09-25  Eli Barzilay  <eli@barzilay.org>
5930         * calculator.el (calculator-copy-displayer): New user-option.
5931         (calculator-displayer-prev, calculator-displayer-next):
5932         Renamed from calculator-displayed-{left,right}.
5933         (calculator, calculator-standard-displayer)
5934         (calculator-num-to-string, calculator-update-display)
5935         (calculator-copy, calculator-put-value): Bug and display fixes.
5937 2001-09-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5939         * ebnf2ps.el: Eliminate make-local-hook calls.  Doc fix.
5940         (ebnf-version): New version (3.6.1).
5942         * ebnf-bnf.el: Fix character range regexp.  Doc fix.
5943         (ebnf-bnf-non-terminal-chars): New internal const.
5944         (ebnf-bnf-lex): Fix code.
5946         * ebnf-iso.el: Fix character range regexp.  Doc fix.
5947         (ebnf-iso-non-terminal-chars): New internal const.
5948         (ebnf-iso-lex): Fix code.
5950         * ebnf-yac.el: Fix character range regexp.  Doc fix.
5951         (ebnf-yac-skip-chars): New internal const.
5952         (ebnf-yac-skip-code): Fix code.
5954 2001-09-24  Stefan Monnier  <monnier@cs.yale.edu>
5956         * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
5958         * pcvs-parse.el (cvs-parse-commit): Expand the file name before
5959         passing it to VC.
5961         * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
5962         case where the file is relative.
5964 2001-09-24  Gerd Moellmann  <gerd@gnu.org>
5966         * xml.el (xml-parse-attlist): Quotes around attributes must be the
5967         same on each side.  Make sure we properly handle simple quotes.
5968         From Daiki Ueno <ueno@unixuser.org>.
5970 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
5972         * mail/sendmail.el (mail-mode): Doc fix.  From Simon Josefsson
5973         <jas@extundo.com>.
5975         * menu-bar.el (top-level): Minor fixes for text of help-echo in
5976         some items of the Options menu.
5978 2001-09-22  Stefan Monnier  <monnier@cs.yale.edu>
5980         * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
5982         * vc-hooks.el (vc-delete-automatic-version-backups):
5983         Don't fail if the directory doesn't exist.
5985         * diff-mode.el (diff-default-read-only): New var.
5986         (diff-mode): Use it.
5988 2001-09-22  Eli Zaretskii  <eliz@is.elta.co.il>
5990         * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
5991         Use make-keymap instead of copy-keymap, since copying the global
5992         keymap messes up the menu bar.
5994         * info.el (Info-goto-node, Info-menu): Doc fix.  Suggested by
5995         Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
5997 2001-09-21  Eli Zaretskii  <eliz@is.elta.co.il>
5999         * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
6001         * dired-aux.el (dired-insert-subdir): Pass switches to
6002         dired-build-subdir-alist.
6004 2001-09-21  Stephen Gildea  <gildea@stop.mail-abuse.org>
6006         * time-stamp.el (time-stamp-string-preprocess): Fix bug that
6007         caused %#a and %#b to be mis-formatted.
6009 2001-09-20  Eli Zaretskii  <eliz@is.elta.co.il>
6011         * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
6012         ccmode, emacs-mime, and eudc manuals.
6014 2001-09-19  Sam Steingold  <sds@gnu.org>
6016         w32 find cannot be used with `grep-find'.
6017         * progmodes/compile.el (find-program): New variable.
6018         (grep-compute-defaults): Use it to set `grep-find-command'.
6020 2001-09-19  Gerd Moellmann  <gerd@gnu.org>
6022         * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
6024 2001-09-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6026         * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
6027         programming.  Doc fix.
6028         (ebnf-version): New version (3.6).
6029         (ebnf-eps-begin): Data fix.
6030         (ebnf-begin-file): Code fix.
6032         * ebnf-bnf.el: Doc fix.
6033         (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
6035         * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
6037 2001-09-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6039         * ps-print.el: Better face mapping for black/white PostScript printers.
6040         Check if mark is active when printing a region.  Doc fix.
6041         (ps-print-version): New version number (6.5.5).
6042         (ps-print-color-p): Customization fix.
6043         (ps-black-white-faces): New option.
6044         (ps-black-white-faces-alist): New internal var.
6045         (ps-count-lines-preprint, ps-print-preprint-region): New funs.
6046         (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
6047         (ps-nb-pages-region): Interactive fix.
6048         (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
6049         (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
6051 2001-09-18  Eli Zaretskii  <eliz@is.elta.co.il>
6053         * dired.el (dired-move-to-filename-regexp): Allow one digit in the
6054         numeric month value, and allow the Kanji character after the it to
6055         be missing (happens with ls-lisp's output on Japanese versions of
6056         MS-Windows).
6058 2001-09-18  Miles Bader  <miles@gnu.org>
6060         * diff-mode.el (diff-mode): Don't make the buffer read-only if
6061         it's empty (and thus probably a new patch file about to be edited).
6063 2001-09-17  Gerd Moellmann  <gerd@gnu.org>
6065         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6066         Check for '(' in column 0 of doc string.
6068         * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
6069         of `nth' so that using a vector as bounding-box works.
6070         From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6072 2001-09-17  Andre Spiegel  <spiegel@gnu.org>
6074         * vc.el (vc-annotate): Use current workfile version explicitly as
6075         a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
6077 2001-09-16  Eli Zaretskii  <eliz@is.elta.co.il>
6079         * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
6080         convert-standard-filename doesn't guarantee that the .el extension
6081         is preserved.
6083         * dos-fns.el (convert-standard-filename): Replace invalid
6084         characters only after converting dash/underscore to a period.
6085         (original-make-auto-save-file-name): New.
6086         (make-auto-save-file-name): New function, overrides the definition
6087         on files.el and calls the original function via
6088         original-make-auto-save-file-name.
6090         * mail/rmail.el (top-level): Require mule-utils when compiling.
6091         (rmail-decode-babyl-format): Use detect-coding-with-priority
6092         instead of detect-coding-region, to favor detection of emacs-mule
6093         encoded Babyl files written by rmailout.el etc.  Suggested by
6094         Kenichi Handa <handa@etl.go.jp>.
6096 2001-09-14  Eli Zaretskii  <eliz@is.elta.co.il>
6098         * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
6099         Use `equal', not `=', since the device number can be a cons cell.
6101 2001-09-14  Gerd Moellmann  <gerd@gnu.org>
6103         * simple.el: Comment out change of 2001-09-13.
6105 2001-09-13  Milan Zamazal  <pdm@zamazal.org>
6107         * progmodes/compile.el (grep-compute-defaults): Don't set
6108         grep-command/grep-find-command when it is already non-nil.
6109         (grep-command): Make it a user option.
6110         (grep-find-command): Likewise.
6112 2001-09-13  Michael Kifer  <kifer@cs.sunysb.edu>
6114         * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
6115         inhibit quit.
6117 2001-09-13  Eli Zaretskii  <eliz@is.elta.co.il>
6119         * files.el (make-auto-save-file-name): If long file names are not
6120         supported on MS-DOS, truncate the file name to DOS 8+3 limits before
6121         generating an auto-save file name from it.
6123 2001-09-13  Gerd Moellmann  <gerd@gnu.org>
6125         * ps-print.el (ps-print-region, ps-print-region-with-faces)
6126         (ps-nb-pages-region): Signal an error if called interactively
6127         and the mark is not active.
6129         * simple.el (minibuffer-prompt-modification)
6130         (minibuffer-prompt-insertion): New functions.
6131         (minibuffer-prompt-properties): Use `modification-hooks' and
6132         `insert-in-front-hooks'.
6134 2001-09-12  Richard M. Stallman  <rms@gnu.org>
6136         * textmodes/outline.el (outline-regexp): Doc fix.
6137         Initialize it in the defcustom, the usual way.
6139 2001-09-12  Gerd Moellmann  <gerd@gnu.org>
6141         * ediff-mult.el (ediff-get-meta-info): Take into account that data
6142         from `ediff-meta-info' properties need not be an overlay.
6143         From David Ponce <dponce@voila.fr>.
6145         * isearch.el (isearch-intersects-p): Fix end checks.
6147 2001-09-11  Eli Zaretskii  <a34785@is.elta.co.il>
6149         * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
6150         `t' branch of `cond', since Irix 6.1 and up is a special case of
6151         the standard dbx interface.
6153 2001-09-11  Miles Bader  <miles@gnu.org>
6155         * comint.el (comint-send-input): When waiting for echoed input,
6156         don't save the expected end position in `echo-end', so that things
6157         work properly even if the buffer is modified elsewhere at the same
6158         time [this happens if `comint-truncate-buffer' is used].
6160 2001-09-11  Gerd Moellmann  <gerd@gnu.org>
6162         * textmodes/outline.el (outline-mode): Use `^' and a shy group
6163         when constructing imenu-generic-expression from outline-regexp.
6165 2001-09-10  Eli Zaretskii  <eliz@is.elta.co.il>
6167         * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
6168         `equal' instead of `=', since they can be cons cells.  From Nils
6169         Goesche <cartan@cartan.de>.
6171 2001-09-10  Andre Spiegel  <spiegel@gnu.org>
6173         * vc.el (vc-annotate): Rewrote doc string.
6175 2001-09-10  Eli Zaretskii  <eliz@is.elta.co.il>
6177         * time-stamp.el: Update Stephen Gildea's email address.
6179 2001-09-10  Gerd Moellmann  <gerd@gnu.org>
6181         * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
6182         enable-multibyte-characters = nil.  From Hallvard B Furuseth
6183         <h.b.furuseth@usit.uio.no>.
6185 2001-09-09  Michael Kifer  <kifer@cs.sunysb.edu>
6187         * ediff-init.el (ediff-highest-priority): Bug fix.
6189         * viper-cmd.el (viper-special-read-and-insert-char): New function
6190         that reads a character and uses the current input method or
6191         iso-accents when appropriate.
6193         * viper.el and all others: Corrections to the comment blocks at
6194         the top.
6196 2001-09-09  Eli Zaretskii  <eliz@is.elta.co.il>
6198         * info.el (Info-goto-node): Doc fix.
6200 2001-09-07  Gerd Moellmann  <gerd@gnu.org>
6202         * isearch.el (isearch-intersects-p): New function.
6203         (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
6204         use isearch-intersects-p, and clean up.
6206 2001-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
6208         * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
6209         and "german8", for the new German orthography dictionaries,
6210         (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
6211         the entries, to keep the line length balanced for loaddefs.el.
6213 2001-09-07  Dr Francis J. Wright  <F.J.Wright@qmw.ac.uk>
6215         * comint.el (comint-send-input): Handle comint-process-echoes
6216         differently.
6218 2001-09-07  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
6220         * locate.el (locate-insert-header): Remove unnecessary whitespace.
6222 2001-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
6224         * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
6226 2001-09-07  Gerd Moellmann  <gerd@gnu.org>
6228         * server.el (server-switch-buffer):
6229         * textmodes/refer.el (refer-find-entry-internal):
6230         * term/sup-mouse.el (sup-pos-to-window):
6231         * term/bg-mouse.el (bg-window-from-x-y):
6232         * emacs-lisp/edebug.el (edebug-window-live-p):
6233         Use get-window-with-predicate.
6235         * window.el (get-window-with-predicate): Renamed from some-window.
6236         (some-window): Make it an alias.
6238 2001-09-06  Gerd Moellmann  <gerd@gnu.org>
6240         * simple.el (undo): Remove positions from buffer-undo-list up to
6241         the next undo boundary only.
6243 2001-09-06  Eli Zaretskii  <eliz@is.elta.co.il>
6245         * makefile.nt (install): Don't copy sc.el.  Reported by Richard
6246         Kim <ryk@dspwiz.com>
6248         * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
6249         the message "Creating customization items...done".
6251 2001-09-05  Gerd Moellmann  <gerd@gnu.org>
6253         * font-lock.el (toplevel): Require `jit-lock' only if
6254         font-lock-support-mode is set to jit-lock-mode.
6256 2001-09-05  Eli Zaretskii  <eliz@is.elta.co.il>
6258         * international/quail.el (quail-use-package, quail-inactivate)
6259         (quail-activate): Mention the hooks these functions run in their
6260         doc strings.
6262 2001-09-05  Edward M. Reingold <reingold@iit.edu>
6264         * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
6265         of file in header of menu.
6267 2001-09-04  Gerd Moellmann  <gerd@gnu.org>
6269         * env.el (setenv): Interactively, if VARIABLE has a current value,
6270         add that to the front of the history, as the doc string says.
6272         * comint.el (comint-send-input): Change help-echo.
6273         From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
6275         * bookmark.el (bookmark-write-file): Bind print-length and
6276         print-level to nil.  From Tom Capey <tomc@edina.co.uk>.
6278         * obsolete/uncompress.el: Moved there from lisp/.
6280         * comint.el (comint-insert-clicked-input): Goto point-max before
6281         deleting previous input.  From "Dr Francis J. Wright"
6282         <F.J.Wright@qmw.ac.uk>.
6284         * simple.el (backward-word): Doc fix.
6286 2001-09-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
6288         * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
6289         * uncompress.el, uniquify.el, vc.el, view.el, window.el
6290         * w32-fns.el: Add Keywords header.
6292 2001-09-04  Eli Zaretskii  <eliz@is.elta.co.il>
6294         * menu-bar.el: Fix separators in the Edit menu.  Bring "Fill" near
6295         "Text Properties".  Suggested by Simon Marshall
6296         <Simon.Marshall@midas-kapiti.com>.
6298 2001-09-04  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
6300         * term/mac-win.el (mac-drag-n-drop): Decode file name by
6301         consulting the value of file-name-coding-system.
6303 2001-09-03  Stefan Monnier  <monnier@cs.yale.edu>
6305         * help.el (describe-function-1): Save precomputed `file-name' rather
6306         than recomputing it (incorrectly) with `symbol-file'.
6308 2001-09-03  Gerd Moellmann  <gerd@gnu.org>
6310         * international/isearch-x.el (isearch-exit-recursive-edit):
6311         Take three parameters, since it's used as an after-change-function.
6313         * emacs-lisp/backquote.el (backquote-backquote-symbol)
6314         (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
6315         from doc strings.
6317 2001-09-02  Milan Zamazal  <pdm@zamazal.org>
6319         * progmodes/glasses.el (glasses-convert-to-unreadable):
6320         Consider underscores as in `glasses-make-readable'.
6322 2001-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
6324         * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
6325         MS-DOS, since cpp might not be available.
6327         * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
6328         Mention "yank" in the help-echo text.
6329         Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6331 2001-09-01  Stefan Monnier  <monnier@cs.yale.edu>
6333         * newcomment.el (comment-indent): Insert spaces more carefully.
6335 2001-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
6337         * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
6338         exists.  From Andy Petrusenco <andy@int.spb.ru>.
6340         * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
6341         display-popup-menus-p returns nil.  Suggested by Andy Petrusenco
6342         <andy@int.spb.ru>.
6344 2001-08-31  Gerd Moellmann  <gerd@gnu.org>
6346         * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
6347         Instead of running mouse-yank-at-click, see what the event is
6348         bound to outside Isearch and run that.
6350 2001-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
6352         * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
6353         Fix the menu entry to mention transient-mark-mode.
6355 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
6357         * simple.el (eval-expression-print-level): Fix last change.
6359         * bindings.el (mode-line-coding-system-map): New variable.
6360         (mode-line-mule-info): Give the "%Z" a local-map keymap.
6362         * simple.el (eval-expression-print-level): Change the type
6363         of the defcustom to allow nil.
6365         * emacs-lisp/find-gc.el: Moved here from lisp/.
6367         * international/quail.el (quail-completion-1):
6368         Reverse the ((CHAR . DEFN) ...) list before processing it.
6369         From Kenichi Handa <handa@etl.go.jp>.
6371         * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
6372         * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
6374 2001-08-30  Eli Zaretskii  <eliz@is.elta.co.il>
6376         * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
6377         aren't supported.  This avoids the annoying gray strip drawn by
6378         the Windows version instead of the missing tool bar.
6380 2001-08-29  Gerd Moellmann  <gerd@gnu.org>
6382         * menu-bar.el (menu-bar-options-menu): Make option text, messages
6383         and tooltips more consistent.  From "Marshall, Simon"
6384         <Simon.Marshall@midas-kapiti.com>.
6386         * startup.el (fancy-splash-screens): Temporarily set
6387         minor-mode-map-alist to nil while displaying splash screens.
6389 2001-08-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
6391         * buff-menu.el: Add Keywords header.
6392         Doc fix (C-x C-b is bound to list-buffers).
6394         * dired-x.el: Add keyword files to get listed in finder.
6395         Remove confusing notes about GNU Emacs 19.
6397         * dired.el, dired-aux.el: Add Keywords header.
6399 2001-08-28  Andre Spiegel  <spiegel@gnu.org>
6401         * vc.el (vc-revert-file): Call the backend even if the FILE's
6402         contents can be reverted locally; pass new arg CONTENTS-DONE
6403         down to the backend.
6405         * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
6406         optional arg CONTENTS-DONE.
6408 2001-08-28  Andrew Innes  <andrewi@gnu.org>
6410         * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
6412 2001-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
6414         * makefile.nt (install): Copy more *.el files.
6416 2001-08-28  Gerd Moellmann  <gerd@gnu.org>
6418         * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
6419         instead of `w' which is already in use.
6421         * gs.el (gs-load-image): Use sleep-for.
6422         From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6424 2001-08-28  Miles Bader  <miles@gnu.org>
6426         * replace.el (query-replace-regexp-eval): Return args from
6427         `interactive' form in correct order.
6429 2001-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
6431         * mouse.el (mouse-buffer-menu): If the buffer menu is split by
6432         major modes, don't create panes for modes for which
6433         mouse-buffer-menu-alist returns an empty alist.
6435 2001-08-28  Thien-Thi Nguyen  <ttn@gnu.org>
6437         * progmodes/hideshow.el: Update first-line description.
6438         Sync comments w/ maintainer version 5.31.
6440         (hs-isearch-open): Default value now `code'.
6441         Fix docstring to use "code blocks" vs "comment blocks",
6442         as opposed to "block" vs "comment".
6443         (hs-flag-region): Accept `hs-isearch-open' value
6444         of `block' as synonymous w/ `code'.
6445         (hs-hide-block-at-point): For code blocks, pass `code'
6446         to `hs-flag-region' instead of `block'.
6448 2001-08-28  Miles Bader  <miles@gnu.org>
6450         * comint.el (comint-next-prompt): Don't loop infinitely if
6451         {next,previous}-single-char-property-change returns its input
6452         position when the search fails.
6454 2001-08-27  Miles Bader  <miles@gnu.org>
6456         * comint.el (comint-get-old-input-default): Don't signal an error
6457         if point is not on an input field; instead, return the current
6458         line (using `comint-bol' to skip any prompt, in case we're not
6459         using fields at all).
6461         * man.el (Man-mode-line-format): Variable removed.
6462         (Man-mode): Change `mode-line-buffer-identification' instead of
6463         `mode-line-format'.
6465 2001-08-27  Gerd Moellmann  <gerd@gnu.org>
6467         * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
6468         From Simon Josefsson <jas@extundo.com>.
6470 2001-08-26  Eli Zaretskii  <eliz@is.elta.co.il>
6472         * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
6473         messages.  From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6475         * emacs-lisp/levents.el: Specify FSF as Maintainer.  From Pavel
6476         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6478         * emacs-lisp/lselect.el: Ditto.
6480         * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
6481         Remove periods from the end of error message strings.
6482         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6484         * progmodes/antlr-mode.el: Add Keywords header.  From Pavel
6485         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6487         * net/telnet.el: Ditto.
6489 2001-08-26  Gerd Moellmann  <gerd@gnu.org>
6491         * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
6492         KEYMAP to the call to define-minor-mode.
6494 2001-08-24  Eli Zaretskii  <eliz@is.elta.co.il>
6496         * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
6497         Replace some of the undefined characters with emulations of bidi
6498         formatting characters and Niqud as per SI 1311-1.
6499         (IT-unicode-translations): Ditto.
6500         (IT-display-table-setup, IT-setup-unicode-display):
6501         Fill characters without translations with dos-unsupported-char-glyph.
6503 2001-08-24  Simon Josefsson  <jas@extundo.com>
6505         * hl-line.el (hl-line-mode): Don't be a global mode.
6506         (global-hl-line-mode): New function.
6508 2001-08-24  Gerd Moellmann  <gerd@gnu.org>
6510         * gs.el (gs-load-image): Wait for GHOSTVIEW window property
6511         being reset by Ghostscript.  Don't kill the gs process.
6512         From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6514 2001-08-24  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
6516         * term/mac-win.el: Require scroll-bar.
6518 2001-08-23  Stefan Monnier  <monnier@cs.yale.edu>
6520         * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
6522 2001-08-23  Eli Zaretskii  <eliz@is.elta.co.il>
6524         * hexl.el (hexl-insert-multibyte-char) New function.
6525         (hexl-quoted-insert, hexl-self-insert-command)
6526         (hexl-insert-hex-char, hexl-insert-decimal-char)
6527         (hexl-insert-octal-char): Call it instead of hexl-insert-char.
6528         Fix the doc strings accordingly.
6529         (hexl-insert-char): Reject characters whose code is above 255.
6530         Doc fix.
6531         (hexl-mode-map): Copy the global keymap instead of creating a
6532         sparse keymap, and bind all self-inserting characters to
6533         hexl-self-insert-command.
6535 2001-08-22  Stefan Monnier  <monnier@cs.yale.edu>
6537         * wid-edit.el (text): Re-order docstring correctly.
6539         * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
6541         * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
6543 2001-08-22  Eli Zaretskii  <eliz@is.elta.co.il>
6545         * simple.el (line-number-mode): Mention the variable
6546         line-number-display-limit-width in the doc string.
6548 2001-08-22  Gerd Moellmann  <gerd@gnu.org>
6550         * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
6551         Temporarily select EVENT's window for switching buffers.
6552         (mode-line-bury-buffer): New function.
6553         (mode-line-buffer-identification-keymap): Use it instead of
6554         bury-buffer.  Bind down-mouse events to prevent global down-mouse
6555         events from shining through.
6557 2001-08-21  Stefan Monnier  <monnier@cs.yale.edu>
6559         * newcomment.el (comment-beginning): Make sure the comment-start
6560         we found isn't a comment-end (in cases where confusion is possible).
6562 2001-08-22  Miles Bader  <miles@gnu.org>
6564         * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
6565         before writing it, so that hard-links don't see new version.
6567 2001-08-21  Gerd Moellmann  <gerd@gnu.org>
6569         * gs.el (gs-set-ghostview-colors-window-prop):
6570         Call x-change-window-property with 3rd arg FRAME.
6571         (gs-load-image): Wait for a previous Ghostscript process
6572         to complete before starting a new one.
6574         * image.el (image-type-regexps): Make sure that the TIFF
6575         pattern is only matched at the beginning of a string.
6576         From Markus Rost <rost@math.ohio-state.edu>.
6578         * international/swedish.el: Pre-Mule file removed.  From Jonas
6579         Oberg <jonas@gnu.org>.
6581 2001-08-20  Rajesh Vaidheeswarran  <rv@gnu.org>
6583         * whitespace.el (whitespace-abort-on-error): Add custom variable
6584         to whitespace to abort a write-file if whitespace is detected in file.
6586         * whitespace.el (whitespace-write-file-hook): Hook to be called
6587         when writing a file. If `whitespace-abort-on-error' is set, the
6588         write will abort on detecting whitespaces.
6589         If `whitespace-auto-cleanup' is set, the file will be cleaned
6590         automatically prior to writing.
6592         * whitespace.el (whitespace-buffer-search): Let's not insert bogus
6593         whitespaces in the error output!
6595         * whitespace.el (whitespace-check-indent-whitespace): Defaults to
6596         `indent-tabs-mode', since the latter notes user preferences on
6597         TABs anyway.
6599         * whitespace.el (whitespace-version): 3.1. All of the above issues
6600         were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
6602 2001-08-20  Gerd Moellmann  <gerd@gnu.org>
6604         * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
6605         some spaces from a message.  From Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>.
6607         * whitespace.el (whitespace-global-mode): Add autoload cookie.
6609 2001-08-20  Alex Schroeder  <alex@gnu.org>
6611         * sql.el (sql-db2): Doc change.
6613 2001-08-20  Alex Schroeder  <alex@gnu.org>
6615         * sql.el (sql-postgres): Add the database at the end of the
6616         parameters instead of at the beginning.
6617         (sql-postgres-options): Doc change.
6619 2001-08-17  Gerd Moellmann  <gerd@gnu.org>
6621         * custom.el (defcustom): Doc fix.
6623 2001-08-16  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6625         * ps-mule.el (find-composition): Check if (char-after POS)
6626         returns a valid character.
6628 2001-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
6630         * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
6631         original-point for extra CR characters that are added/removed when
6632         the buffer is written/read whose EOL type is -dos.
6634 2001-08-16  Miles Bader  <miles@gnu.org>
6636         * simple.el (line-move): Undo previous change.
6638         * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
6639         property to input-terminating `boundary' overlays to avoid
6640         line-move wierdness.
6642 2001-08-16  Gerd Moellmann  <gerd@gnu.org>
6644         * lazy-lock.el (lazy-lock-fontify-region): Widen the current
6645         buffer in a save-restriction.  Under one test case with Ediff,
6646         window-scroll-functions are run with a window start that's
6647         temporarily outside of the restriction.
6649 2001-08-16  Robert J. Chassell <bug-texinfo@gnu.org>
6651         * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
6652         (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
6653         (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
6654         (texinfo-update-menu-region-beginning)
6655         (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
6656         command, @ifnottex, to regexps, so it is found.
6658 2001-08-16  Andrew Innes  <andrewi@gnu.org>
6660         * makefile.nt (DONTCOMPILE): Omit bindings.el.
6661         (DONTCOMPILE): Omit sc.el.
6663         * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
6664         (DONTCOMPILE): Omit sc.el.
6666 2001-08-16  Gerd Moellmann  <gerd@gnu.org>
6668         * replace.el (occur): Bind inhibit-read-only to t.
6670 2001-08-16  Miles Bader  <miles@gnu.org>
6672         * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
6673         calling `constrain-to-field', to avoid problems with comint prompts.
6675 2001-08-15  Gerd Moellmann  <gerd@gnu.org>
6677         * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
6678         (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
6680         * ediff-mult.el (ediff-get-meta-info): Fix the condition
6681         of a while-loop.
6683         * Makefile.in (DONTCOMPILE): Remove sc.el.
6685         * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
6686         Don't include term/.
6688         * mail/sc.el:  Moved to obsolete/.
6690 2001-08-14  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6692         * ps-print.el: Change error function arguments to follow Emacs
6693         message convention.  Doc fix.
6694         (ps-print-version): New version number (6.5.4).
6695         (coding-system-for-write): Change declaration position to avoid
6696         XEmacs compilation gripes.
6697         (coding-system-for-read, buffer-file-coding-system):
6698         Declarations to avoid XEmacs compilation gripes.
6700         * ps-mule.el: Doc fix.
6701         (ps-mule-encode-header-string): If STRING is not a string, replace
6702         STRING by empty string.
6704 2001-08-14  Eli Zaretskii  <eliz@is.elta.co.il>
6706         * frame.el (show-trailing-whitespace): Doc fix.
6708 2001-08-13  Eli Zaretskii  <eliz@is.elta.co.il>
6710         * desktop.el (desktop-save): Insert the coding: tag before
6711         desktop-header.
6713 2001-08-13  Gerd Moellmann  <gerd@gnu.org>
6715         * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
6716         its path from $els.
6718         * image.el (image-jpeg-p): Fix call of substring.
6720 2001-08-10  Gerd Moellmann  <gerd@gnu.org>
6722         * play/animate.el (animate-string): Doc fix.  Use a buffer
6723         name with stars in it.
6724         (animate-sequence): New function.
6725         From Richard Stallman <rms@gnu.org>.
6727         * frame.el (select-frame-set-input-focus): New function
6728         extracted from other-frame.
6729         (other-frame): Use it.
6730         (next-multiframe-window, previous-multiframe-window): Use it.
6732         * isearch.el (isearch-other-meta-char): Don't switch to the
6733         buffer of a window clicked on, when the current buffer is
6734         in Isearch mode.
6736         * image.el (image-jpeg-p): Test for APPn markers in the range
6737         #xe0..#xef.
6739 2001-08-09  Gerd Moellmann  <gerd@gnu.org>
6741         * desktop.el (desktop-save): Don't use concat to form a file
6742         name, use expand-file-name.
6744         * mouse.el (mouse-delete-window): Do nothing if frame has just
6745         one window.
6747         * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
6748         for the minor mode name.
6750         * view.el (toplevel): Use mode-line-minor-mode-keymap for the
6751         minor mode name.
6753         * time.el (display-time-string-forms): Use make-mode-line-mouse-map
6754         instead of make-mode-line-mouse2-map.
6756         * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
6757         the minor mode name.
6759         * emacs-lisp/easy-mmode.el (define-minor-mode):
6760         Use  mode-line-minor-mode-keymap for the minor mode name.
6762         * calendar/calendar.el (calendar-mode-line-format):
6763         Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
6765         * bindings.el (make-mode-line-mouse-map): Renamed from
6766         make-mode-line-mouse2-map.  Take additional arg MOUSE.
6767         (mode-line-modified): Use mouse-3 instead of mouse-2.
6768         (mode-line-buffer-identification-keymap): Bind keys differently.
6769         (propertized-buffer-identification): Adapt help-echo to new bindings.
6771         * bindings.el (mode-line-format): Specify help-echo for line
6772         number, column number and buffer-percent part of the mode-line.
6774         * image.el (image-type-regexps): Allow whitespace at the start
6775         of the image data for XPM, XBM and Postscript, which are
6776         text files.
6777         (image-jpeg-p): Correct calculation of next field offset.
6779 2001-08-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
6781         * battery.el: Fix typo.
6783 2001-08-08  Gerd Moellmann  <gerd@gnu.org>
6785         * image.el (image-type-regexps): Allow predicates.  Change the way
6786         JPEG images are recognized.
6787         (image-jpeg-p): New function.
6788         (image-type-from-data): Handle predicates in image-type-regexps.
6790         * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
6791         #:, #x, #o, and similar constructs.
6793 2001-08-07  Gerd Moellmann  <gerd@gnu.org>
6795         * vc.el (vc-transfer-file): Fix malformed autoload cookie.
6797         * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
6798         instead of `progn'.
6800         * tar-mode.el (tar-extract): Avoid generating a new buffer
6801         for each file visited.  From Markus Rost <rost@math.ohio-state.edu>.
6803         * textmodes/paragraphs.el (forward-sentence): Avoid building
6804         a regexp from sentence-end.  From Kenichi Handa <handa@etl.go.jp>.
6806         * progmodes/executable.el (executable-set-magic):
6807         If executable-find returns a quoted file name, unquote it before
6808         inserting it.
6810         * image.el (image-type-regexps): For JPEG files, use a regexp
6811         derived from the JFIF spec.
6813         * image.el (image-type-regexps): Use `\`' instead of `^' in
6814         most regular expressions.
6816 2001-08-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
6818         * play/animate.el: Re-insert a reference to re-inserted function.
6820 2001-08-06  Gerd Moellmann  <gerd@gnu.org>
6822         * help.el (describe-function-1): Use find-function-search-for-symbol
6823         instead of find-function-noselect because the latter follows aliases.
6825         * play/animate.el (animate-birthday-present): Re-insert.
6827         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6828         Handle old-style menu definitions.
6830 2001-08-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
6832         * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
6833         * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
6835         * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
6836         * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
6837         * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
6839 2001-08-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
6841         * textmodes/tildify.el: Milan Zamazal has new address.
6843 2001-08-03  Gerd Moellmann  <gerd@gnu.org>
6845         * custom.el (custom-set-variables): Don't test `custom-requests'
6846         properties, check the third element of the options passed to
6847         custom-set-variables instead.
6849         * info.el (info-insert-file-contents): Use info-file-exists-p
6850         instead of file-exists-p.
6852         * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
6853         the mode-line face is restored.  Fix several bugs.
6855         * replace.el (perform-replace): Doc fix.
6857 2001-08-02  Francesco Potorti`  <pot@gnu.org>
6859         * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
6860         (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
6861         (uniquify-fix-item-base, uniquify-fix-item-filename)
6862         (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
6863         Callers changed.
6864         (uniquify-set-proposed): Changed to work with a vector item.
6865         (uniquify-rationalize-file-buffer-names): Use a list of arrays for
6866         the fix list, and a list of strings for the non-file buffer
6867         names.  Both changes reduce consing.
6868         (uniquify-rationalize-a-list): Local variable renaming.
6869         (uniquify-rationalize-conflicting-sublist): Use member instead of
6870         assoc.
6871         (uniquify-rename-buffer): Use unless instead of if not.
6873 2001-08-02  Gerd Moellmann  <gerd@gnu.org>
6875         * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
6877         * custom.el (custom-set-variables): Set options with :require
6878         clauses last.
6880         * custom.el (defcustom): Doc fix.
6882         * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
6884 2001-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
6886         * man.el (man): Mention Man-switches in the doc string.
6887         (Man-switches): Mention -a in the doc string.
6889         * textmodes/ispell.el (ispell-alternate-dictionary):
6890         Add /usr/share/lib/dict/words, for Irix.
6892         * bindings.el: Bind shifted and control-shifted kp-* keys to the
6893         corresponding non-kp keys.  Suggested by Stephen Gildea
6894         <gildea@stop.mail-abuse.org>.
6896 2001-08-01  Francesco Potorti`  <pot@gnu.org>
6898         * uniquify.el: These changes correct a corner case that the old
6899         code managed correctly.
6900         (uniquify-fix-item-proposed): Renamed from
6901         uniquify-fix-item-min-proposed.
6902         (uniquify-set-proposed): New function.
6903         (uniquify-rationalize-file-buffer-names): Code reshuffled for
6904         clarity and speed.
6905         (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
6906         This is equivalent to what the old code did.
6907         (uniquify-rationalize-a-list): Never recompute the proposed
6908         name.  Sort the conflicting sublist before rationalising it: this
6909         is equivalent to what the old code did, but one directory element
6910         at a time, and only when necessary.
6911         (uniquify-rationalize-conflicting-sublist): Recompute here the
6912         proposed name.
6914 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
6916         * play/animate.el: Add Keywords and Maintainer.  Remove a
6917         reference to a removed function.
6919         * play/animate.el (animate-string): Handle case that the string is
6920         longer than the window is wide.
6922 2001-07-31  Gerd Moellmann  <gerd@gnu.org>
6924         * desktop.el (desktop-save): Bind coding-system-for-write to
6925         `emacs-mule' for write-region.
6927         * delsel.el (delete-selection-pre-hook): Don't set this-command
6928         to `ignore' if the region is empty.
6930         * international/mule.el (set-keyboard-coding-system):
6931         Set keyboard-coding-system.
6933         * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
6934         before accessing it.
6936 2001-07-30  Andreas Schwab  <schwab@suse.de>
6938         * menu-bar.el (toggle-highlight-paren-mode):
6939         Use `(show-paren-mode)' as body.
6941 2001-07-30  Andre Spiegel  <spiegel@gnu.org>
6943         * vc.el (vc-checkout-hook): New hook.
6944         (vc-checkout): Run it.
6946 2001-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
6948         * progmodes/make-mode.el (makefile-macroassign-regex):
6949         Recognize the ?= operator.  From Jonathan Kamens <jik@curl.com>.
6951 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
6953         * vc.el (vc-switch-backend): Fix autoload cookie.
6955         * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
6956         the desktop file.
6958 2001-07-30  Simon Josefsson  <jas@extundo.com>
6960         * mail/mail-utils.el (mail-strip-quoted-names): Replace text
6961         literally.  Reported by Sean Rima <sean@**Delete**.tcob1.net>.
6963 2001-07-27  Gerd Moellmann  <gerd@gnu.org>
6965         * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
6966         (last-sexp-toggle-display): Renamed from last-sexp-print.
6967         (last-sexp-toggle-display, eval-last-sexp-1):
6968         Use last-sexp-setup-props.
6970         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
6971         New user-options.
6972         (mouse-wheel-change-button): New function.
6973         (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
6974         (mwheel-scroll): Ditto.
6976 2001-07-26  Gerd Moellmann  <gerd@gnu.org>
6978         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
6979         `...', compare with unabbreviated printed representation instead.
6980         (last-sexp-print): Bind print-length and print-level to nil.
6982         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
6983         before assigning text properties.  Make properties rear-nonsticky.
6985         * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
6986         (eval-last-sexp-1): Give printed text a `keymap' property and bind
6987         <mouse-2> and <RET> in that map to a function printing the
6988         unabbreviated value.
6990         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
6991         is a buffer, put a text property `printed-value' on the printed
6992         representation, with the Lisp object printed as value.
6994 2001-07-25  Eli Zaretskii  <eliz@is.elta.co.il>
6996         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
6997         Mention the effect of eval-expression-print-length and
6998         eval-expression-print-level in the doc strings.  Suggested by
6999         Kevin Gallagher <kevingal@onramp.net>.
7001 2001-07-25  Gerd Moellmann  <gerd@gnu.org>
7003         * xt-mouse.el (xterm-mouse-event): Recognize control sequences
7004         for buttons > 3.
7005         (xterm-mouse-translate): Handle the case that we don't get a
7006         down-event.
7008         * emacs-lisp/find-func.el (find-function-regexp):
7009         Add easy-mmode-define-global-mode to the regexp.  Allow newlines
7010         in front of the function name.
7012         * isearch.el (isearch-other-meta-char): Fix last change.
7014         * isearch.el (isearch-other-meta-char): Don't modify mode-line and
7015         similar events for which fake prefix keys are generated.  It's no
7016         longer necessary since read_key_sequence doesn't modify these
7017         events for internal purposes anymore.
7019         * files.el (auto-mode-alist): Use nroff-mode for files ending
7020         in `.9'.  From Assar Westerlund  <assar@stacken.kth.se>.
7022 2001-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
7024         * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
7025         tool-bar-lines parameter, behave as if its value were zero.
7026         (mouse-avoidance-set-pointer-shape): Don't do anything if
7027         x-pointer-shape is not boundp.
7029 2001-07-23  Francesco Potorti`  <pot@gnu.org>
7031         * uniquify.el: Overall speedup changes when using many buffers.
7032         (uniquify-fix-item-base, uniquify-fix-item-filename)
7033         (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
7034         (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
7035         place in the item, but was never used.
7036         (uniquify-fix-item-min-proposed): New defalias: the fourth place
7037         in the item is now used as cache for the proposed name.
7038         (uniquify-rationalize-file-buffer-names): Move computation made on
7039         newbuffile out of the loop, in the newbuffile-nd local var.
7040         Use dolist (cosmetic change).  Compute the proposed name for the most
7041         common case and cache it in the fourth place in the item.
7042         (uniquify-rationalize-file-buffer-names): Used to return a a list
7043         of buffer whose name was changed, but that return value was never used.
7044         (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
7045         the cached proposed name, does much less consing and is quicker.
7046         (uniquify-filename-lessp): Deleted.
7047         (uniquify-rationalize-a-list): Use dolist (cosmetic change).
7048         Do not bind locally the uniquify-possibly-resolvable flag.  Use the
7049         cached proposed name is possible.
7050         (uniquify-get-proposed-name): Arguments changed, callers changed.
7051         (uniquify-rationalize-conflicting-sublist): Explicitely reset the
7052         uniquify-possibly-resolvable flag, which is no more bound locally.
7053         (uniquify-rename-buffer): Do not set the old unrationalised-buffer
7054         flag, which does not exist any more.
7056 2001-07-23  Eli Zaretskii  <eliz@is.elta.co.il>
7058         * term/internal.el (IT-unicode-translations): Fix the appearance of
7059         "6`".
7061         * progmodes/compile.el (compile-internal): If EMACS is already
7062         defined in the environment, don't override its value.
7064 2001-07-23  Gerd Moellmann  <gerd@gnu.org>
7066         * play/fortune.el: Undo change of 2001-07-13.
7067         Fix autoload cookies.  Add types to defcustoms.
7068         (fortune) <defgroup>: Add :link.
7069         (fortune-from-region): Use eq, not eql.
7070         From Dave Love <fx@gnu.org>.
7072         * play/animate.el (animate-birthday-present): Function removed.
7074         * play/animate.el: New file.
7076 2001-07-22  Eli Zaretskii  <eliz@is.elta.co.il>
7078         * startup.el (normal-top-level-add-subdirs-to-load-path):
7079         On Windows, put into normal-top-level-add-subdirs-inode-list the
7080         canonicalized names of the directories instead of inode numbers.
7082 2001-07-21  Michael Kifer  <kifer@cs.sunysb.edu>
7084         * ediff-util.el: Copyright years.
7085         (ediff-choose-syntax-table): New function.
7086         (ediff-setup): Use ediff-choose-syntax-table.
7087         (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
7088         vc-state is available.
7089         (ediff-make-temp-file): Use ediff-coding-system-for-write.
7091         * ediff-init.el (ediff-with-syntax-table): New macro, uses
7092         with-syntax-table.
7093         (ediff-coding-system-for-read): From ediff-diff.el
7094         (ediff-coding-system-for-write): New variable.
7095         (ediff-highest-priority): Fixed the bug having to do with disappearing
7096         overlays.
7097         (ediff-file-remote-p): Use file-remote-p, if available.
7098         (ediff-listable-file): New function.
7099         (ediff-file-attributes): Use ediff-listable-file.
7101         * ediff-mult.el (ediff-meta-insert-file-info1):
7102         Use ediff-listable-file.
7104         * ediff-ptch.el (ediff-prompt-for-patch-file):
7105         Use ediff-coding-system-for-read.
7106         (ediff-patch-file-internal): Use ediff-coding-system-for-write.
7108         * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
7109         (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
7111         * ediff.el: Date of last update, copyright years.
7113         * ediff-wind (ediff-setup-control-frame): Nill->nil.
7115         * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
7116         of Scott Bronson.
7117         (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
7118         (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
7119         Deleted functions.
7120         (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
7121         ex-token-list.
7122         (viper-get-ex-address-subr): Convert registers to char data type.
7124         * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
7125         (viper-memq-char): Use viper-int-to-char.
7126         (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
7127         vc-locking-state.
7128         (viper-read-key): Use viper-read-key-sequence.
7130         * viper.el (viper-major-mode-modifier-list):
7131         Added inferior-emacs-lisp-mode.
7132         (this-major-mode-requires-vi-state): New function that uses simple
7133         heuristics to decide if vi state is appropriate.
7134         (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
7135         (viper-non-hook-settings): Don't advise read-key-sequence.
7136         (viper-read-key-sequence): New function that replaces the
7137         previously used advice to read-key-sequence.
7139         * viper-cmd.el (viper-test-com-defun,viper-exec-change)
7140         (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
7141         (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
7142         (viper-open-line-at-point,viper-substitute,viper-overwrite)
7143         (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
7144         Got rid of the negative character hack.
7145         (viper-escape-to-state,viper-replace-state-exit-cmd):
7146         Use viper-read-key-sequence.
7147         (viper-envelop-ESC-key): No need for ad-get-orig-definition.
7148         (viper-minibuffer-standard-hook,viper-read-string-with-history):
7149         Don't override existing minibuffer-setup-hook.
7150         (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
7151         Convert registers to char data type.
7152         (viper-autoindent): Use viper-indent-line.
7154         * viper-keym.el: Use viper-exec-key-in-emacs.
7156 2001-07-20  Stefan Monnier  <monnier@cs.yale.edu>
7158         * server.el (server-visit-files): Fix variable name typo.
7160 2001-07-20  Gerd Moellmann  <gerd@gnu.org>
7162         * simple.el (delete-trailing-whitespace): Save match data
7163         around looking-at.  From Markus Rost <rost@math.ohio-state.edu>.
7165 2001-07-19  Stefan Monnier  <monnier@cs.yale.edu>
7167         * progmodes/compile.el (compilation-parse-errors): `linenum' might
7168         return a this-error using the alternative format (a pair of markers).
7170 2001-07-19  Gerd Moellmann  <gerd@gnu.org>
7172         * font-lock.el (c++-keywords): Add Standard C++ operator names.
7174         * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
7175         From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
7177 2001-07-17  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
7179         * international/iso-transl.el: Fix typo in the header of the file.
7181         * textmodes/picture.el (picture): Doc fix.
7183         * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
7184         follow coding conventions in generated files.
7186 2001-07-17  Eli Zaretskii  <eliz@is.elta.co.il>
7188         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
7189         (tool-bar-add-item): Don't call image-related primitives if the
7190         display doesn't support images.
7192         * frame.el (display-images-p): New function.
7194 2001-07-17  Gerd Moellmann  <gerd@gnu.org>
7196         * server.el (server-visit-files): Handle the case the specified
7197         column number is <= 0.
7199 2001-07-17  Jan Nieuwenhuizen  <jan@netland.nl>
7201         * startup.el (command-line-1): Add support for +LINE:COLUMN
7202         command line argument.
7204 2000-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7206         * server.el (server-process-filter, server-visit-files):
7207         Add support for +LINE:COLUMN style emacsclient calls.
7209 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
7211         * emacs-lisp/easy-mmode.el: Add Keywords header.
7213         * play/pong.el: Author has new address.
7215         * play/landmark.el: Author is no more reachable.
7217         * play/handwrite.el: Author is no more reachable.
7219 2001-07-17  Stefan Monnier  <monnier@cs.yale.edu>
7221         * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
7222         (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
7223         Complete bindings for F<1..12> keys.
7224         (global-map): Remove `undo' binding (already in the default).
7225         Replace `t<n>' bindings with `f<n>' bindings.
7227 2001-07-16  Stefan Monnier  <monnier@cs.yale.edu>
7229         * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
7230         (tcl-mode): Use tcl-add-log-defun.
7231         (tcl-indent-line): Use tcl-calculate-indent.
7232         (tcl-calculate-indent): Renamed from calculate-tcl-indent.
7233         (tcl-indent-exp): Renamed from indent-tcl-exp.
7234         (tcl-add-log-defun): Renamed from add-log-tcl-defun.
7235         (tcl-indent-for-comment): Call comment-indent-function properly
7236         and handle the case where it returns nil.
7238 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
7240         * calendar/cal-islam.el (calendar-goto-islamic-date):
7241         Remove autoload cookie.
7243         * calendar/calendar.el (calendar-goto-islamic-date):
7244         Add call to autoload.
7246 2001-07-16  Stefan Monnier  <monnier@cs.yale.edu>
7248         * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
7249         Don't change compile-auto-highlight globally.
7250         Don't bother with `font-lock-defaults' property since XEmacs
7251         also understands the `font-lock-defaults' variable.
7252         Use make-local-variable rather than make-variable-buffer-local.
7253         Don't `defconst' comment-indent-function: keep the default.
7254         Call easy-menu-add unconditionally.
7255         (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
7256         (ada-create-menu): Use :included for Emacs as well.
7258         * vc.el (vc-do-command): Autoload.
7260         * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
7262 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
7264         * ps-print.el: Fix Author: header.
7266 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
7268         * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
7269         mouse-1 etc., bind them to `ignore'.
7271         * eshell/esh-mode.el (eshell-send-invisible): Renamed from
7272         send-invisible, which is already defined in Comint.
7273         (eshell-watch-for-password-prompt): Use it.
7275 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
7277         * which-func.el (which-func-mode): Doc fix.
7279         * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
7280         * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
7281         * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
7282         * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
7283         * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
7284         * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
7285         * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
7286         * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
7287         * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
7288         * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
7289         * emulation/edt-mapper.el, emulation/edt-pc.el,
7290         * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
7291         * emulation/tpu-edt.el, emulation/tpu-extras.el,
7292         * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
7293         * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
7294         * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
7295         * international/isearch-x.el, international/iso-cvt.el,
7296         * international/ogonek.el, international/quail.el,
7297         * international/utf-8.el, jit-lock.el, language/devan-util.el,
7298         * language/devanagari.el, language/ethio-util.el,
7299         * language/ethiopic.el, language/european.el, language/indian.el,
7300         * language/romanian.el, language/tibet-util.el, language/tibetan.el,
7301         * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
7302         * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
7303         * mouse-sel.el, net/browse-url.el, net/net-utils.el,
7304         * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
7305         * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
7306         * progmodes/autoconf.el, progmodes/cmacexp.el,
7307         * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
7308         * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
7309         * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
7310         * progmodes/ebnf2ps.el, progmodes/executable.el,
7311         * progmodes/fortran.el, progmodes/idlw-shell.el,
7312         * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
7313         * progmodes/m4-mode.el, progmodes/mantemp.el,
7314         * progmodes/meta-mode.el, progmodes/octave-inf.el,
7315         * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
7316         * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
7317         * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
7318         * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
7319         * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
7320         * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
7321         * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
7322         * textmodes/texinfo.el, textmodes/texnfo-upd.el,
7323         * textmodes/two-column.el, time-stamp.el, timezone.el,
7324         * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
7325         * which-func.el, whitespace.el, wid-browse.el, widget.el,
7326         * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
7327         conventions.
7329 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
7331         * simple.el (set-variable): Require 'cus-edit' instead of
7332         `wid-edit', so that the Custom widgets get defined.
7334 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
7336         * allout.el: A fix to follow coding conventions.
7338         * find-lisp.el: A fix to follow coding conventions.
7340         * term/w32-win.el: A fix to follow coding conventions.
7342         * textmodes/sgml-mode.el: A fix to follow coding conventions.
7344         * term/xterm.el: A fix to follow coding conventions.
7346         * term/news.el: A fix to follow coding conventions.
7348         * emulation/vi.el: A fix to follow coding conventions, Maintainer:
7349         header line fixed.
7351         * sun-curs.el: Fix Maintainer: header line.
7353         * emacs-lisp/easymenu.el: Address of the author added.
7355 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
7357         * dired.el (dired-insert-set-properties): Fix invalid mouse-face
7358         property.
7360 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
7362         * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
7363         * play/gamegrid.el, play/handwrite.el, play/landmark.el,
7364         * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
7365         Some fixes to follow coding conventions.
7367 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
7369         * which-func.el (which-func-mode): Doc fix.
7371 2001-07-15  Stefan Monnier  <monnier@cs.yale.edu>
7373         * net/rcompile.el (remote-compile): Use make-local-variable.
7375         * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
7377         * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
7379         * mail/reporter.el (reporter-submit-bug-report):
7380         Don't abuse make-variable-buffer-local.  Fix call to add-hook.
7382 2001-07-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
7384         * calendar/cal-china.el, calendar/cal-coptic.el,
7385         * calendar/cal-dst.el, calendar/cal-french.el,
7386         * calendar/cal-hebrew.el, calendar/cal-islam.el,
7387         * calendar/cal-iso.el, calendar/cal-julian.el,
7388         * calendar/cal-mayan.el, calendar/cal-persia.el,
7389         * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
7390         * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
7391         * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
7392         * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
7393         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
7394         * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
7395         * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
7396         * progmodes/ada-prj.el, progmodes/ada-stmt.el,
7397         * progmodes/ada-xref.el, progmodes/cc-align.el,
7398         * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
7399         * progmodes/cc-defs.el, progmodes/cc-engine.el,
7400         * progmodes/cc-langs.el, progmodes/cc-menus.el,
7401         * progmodes/cc-styles.el, progmodes/cc-vars.el,
7402         * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
7403         * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
7404         * textmodes/reftex-index.el, textmodes/reftex-parse.el,
7405         * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
7406         * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
7407         * textmodes/reftex.el: Some fixes to follow coding
7408         conventions in Elisp files with known maintainers.
7410         * emulation/viper.el: A fix to follow coding conventions.
7412         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
7413         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
7414         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
7415         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
7416         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
7417         * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
7418         * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
7419         * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
7420         * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
7421         * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
7422         conventions in Elisp files.
7424         * composite.el, diff.el, emacs-lisp/levents.el,
7425         * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
7426         * emulation/pc-mode.el, emulation/viper-cmd.el,
7427         * emulation/viper-ex.el, emulation/viper-init.el,
7428         * emulation/viper-keym.el, emulation/viper-macs.el,
7429         * emulation/viper-mous.el, emulation/viper-util.el,
7430         * emulation/viper.el, forms-pass.el, international/ccl.el,
7431         * international/characters.el, international/encoded-kb.el,
7432         * international/fontset.el, international/ja-dic-cnv.el,
7433         * international/ja-dic-utl.el, international/kinsoku.el,
7434         * international/kkc.el, international/mule-cmds.el,
7435         * international/mule-diag.el, international/mule-util.el,
7436         * international/mule.el, international/titdic-cnv.el,
7437         * language/china-util.el, language/chinese.el,
7438         * language/cyril-util.el, language/cyrillic.el, language/english.el,
7439         * language/greek.el, language/hebrew.el, language/japan-util.el,
7440         * language/japanese.el, language/korea-util.el, language/korean.el,
7441         * language/lao-util.el, language/lao.el, language/misc-lang.el,
7442         * language/slovak.el, language/thai-util.el, language/thai.el,
7443         * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
7444         * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
7445         * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
7446         * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
7447         * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
7448         * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
7449         * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
7450         * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
7451         * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
7452         * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
7453         to follow coding conventions in files without maintainer or in files
7454         with clear maintainer (but without Maintainer header stating so).
7456         * emacs-lisp/elp.el: A fix to follow coding conventions.
7458         * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
7459         * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
7460         * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
7461         * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
7462         * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
7463         * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
7464         * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
7465         * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
7466         * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
7467         * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
7468         * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
7469         * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
7470         conventions in files from Gnus.
7472         * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
7473         * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
7474         * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
7475         * echistory.el, electric.el, emacs-lisp/authors.el,
7476         * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
7477         * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
7478         * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
7479         * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
7480         * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
7481         * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
7482         * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
7483         * international/codepage.el, international/iso-ascii.el,
7484         * international/iso-insert.el, international/iso-transl.el,
7485         * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
7486         * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
7487         * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
7488         * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
7489         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
7490         * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
7491         * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
7492         * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
7493         * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
7494         * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
7495         * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
7496         * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
7497         * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
7498         * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
7499         * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
7500         * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
7501         * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
7502         * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
7503         * textmodes/tex-mode.el, textmodes/text-mode.el,
7504         * textmodes/underline.el, thingatpt.el, time.el, timer.el,
7505         * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
7506         * vt100-led.el, window.el: Some fixes to follow coding conventions in
7507         files maintained by FSF.
7509 2001-07-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
7511         * arc-mode.el: A fix to follow coding conventions.
7513         * bindings.el: Ditto.
7515         * cdl.el: Ditto.
7517         * comint.el: Ditto.
7519         * cus-start.el: Ditto.
7521         * shell.el: Ditto.
7523         * skeleton.el: Ditto.
7525 2001-07-13  Stefan Monnier  <monnier@cs.yale.edu>
7527         * info.el (Info-build-node-completions):
7528         Make Info-current-file-completions buffer local.
7530 2001-07-13  Gerd Moellmann  <gerd@gnu.org>
7532         * which-func.el (which-func-mode, which-func-ff-hook)
7533         (which-function-mode): Remove references to which-func-mode-global.
7535         * calendar/cal-islam.el (calendar-goto-islamic-date):
7536         Add autoload cookie.
7538         * play/fortune.el: Add types to defcustoms.
7540 2001-07-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
7542         * language/czech.el: A fix to follow coding conventions.
7544 2001-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
7546         * speedbar.el (speedbar-supported-extension-expressions): Add .g
7547         to the extension list, for antlr-mode.  From Christoph Wedler
7548         <Christoph.Wedler@sap.com>.
7550 2001-07-11  Stefan Monnier  <monnier@cs.yale.edu>
7552         * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
7553         (vc-dired-mode-map): Fix the madness.
7555         * vc-hooks.el (vc-mode): Dummy function for doc purposes.
7556         (vc-prefix-map): Moved back from vc.el.
7558 2001-07-11  Gerd Moellmann  <gerd@gnu.org>
7560         * mail/mail-extr.el (mail-extr-all-top-level-domains):
7561         Increase the size of the obarray.
7562         (mail-extr-all-top-level-domains): Add more toplevel domains,
7563         add more long names.
7564         From: Per Starback <starback@ling.uu.se>.
7566 2001-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
7568         * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
7569         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7571         * progmodes/ada-mode.el: Ditto.
7573         * progmodes/ada-xref.el: Ditto.
7575 2001-07-11  Miles Bader  <miles@gnu.org>
7577         * finder.el (finder-insert-at-column): Also move to the next line
7578         if exactly at COLUMN.
7580 2001-07-10  Gerd Moellmann  <gerd@gnu.org>
7582         * help.el (describe-function-1): When printing FUNCTION's
7583         documentation, don't assume FUNCTION is a symbol.
7585         * startup.el (normal-top-level): Don't operate on the initial
7586         frame if we failed to create one.
7588 2001-07-10  Martin Stjernholm  <bug-cc-mode@gnu.org>
7590         * cc-cmds.el (c-indent-exp): Keep the indentation of the block
7591         itself, i.e. only indent the contents in it.
7593 2001-07-10  Markus Rost  <rost@math.ohio-state.edu>
7595         * mail/rmail.el (rmail-show-message): Show beginning of message in
7596         all windows containing it.
7598 2001-07-10  Eli Zaretskii  <eliz@is.elta.co.il>
7600         * term/tty-colors.el: Fix the header line and copyright years.
7602 2001-07-09  Gerd Moellmann  <gerd@gnu.org>
7604         * emacs-lisp/advice.el (ad-make-advised-definition): If the
7605         original definition has an interactive form, but is Elp
7606         instrumented, use the interactive form of the function called by
7607         elp-wrapper.
7609         * winner.el (winner-equal): Make it a defun.  Don't compare Winner
7610         configurations with compare-window-configuration; they aren't
7611         window configurations.
7613         * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
7614         from the server for the format we expect.  Don't use it if it
7615         doesn't look like what the Internet draft for FTP extensions specifies.
7617         * toolbar/*.pbm: Cleaned up.
7618         From Luis Fernandes <elf@ee.ryerson.ca>.
7620 2001-07-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
7622         * cc-cmds.el: Extended the kludge to interoperate with the
7623         delsel and pending-del packages wrt to the new function
7624         `c-electric-delete-forward'.
7626 2001-07-08  Stefan Monnier  <monnier@cs.yale.edu>
7628         * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
7629         to delay the call to <mode> for global minor modes.
7630         (easy-mmode-define-navigation): Only recenter if interactive.
7632 2001-07-06  Gerd Moellmann  <gerd@gnu.org>
7634         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
7635         to lisp-indent-line.
7637         * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
7638         from the server.  Call encode-time only when we are sure that we
7639         got a 213 response.
7641 2001-07-06  Simon Josefsson  <jas@extundo.com>
7643         * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
7644         (mail-envelope-from): New user option.
7645         (sendmail-send-it): Use it.
7647 2001-07-06  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7649         * ps-print.el: Use locale dependant date to print date in header.
7650         Doc fix.
7651         (ps-print-version): New version number (6.5.3).
7652         (ps-right-header, ps-right-footer): Initialization and doc fix.
7653         (ps-time-stamp-locale-default): New fun.
7655 2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
7657         * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
7658         field problem with MIME-mode.
7660         * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
7662 2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
7664         * mail/rmail.el (rmail-reply): Don't forget to narrow header in
7665         MIME-mode.
7667 2001-07-06  Eli Zaretskii  <eliz@is.elta.co.il>
7669         * bindings.el (mode-line-mule-info): Don't show the tip with
7670         buffer-file-coding-system if that is nil.
7672 2001-07-05  Gerd Moellmann  <gerd@gnu.org>
7674         * calendar/todo-mode.el (todo-top-priorities): Use delete-region
7675         instead of kill-line.
7677         * play/pong.el: Fix first line.  From Pavel Jan\e,Bm\e(Bk
7678         <Pavel@Janik.cz>.
7680         * battery.el (battery-update): Add help-echo.  From Pavel Jan\e,Bm\e(Bk
7681         <Pavel@Janik.cz>.
7683 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
7685         * font-lock.el (c-font-lock-keywords-3): When matching something
7686         like `struct X Y', finish with point after Y.
7688 2001-07-04  Simon Josefsson  <jas@extundo.com>
7690         * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
7691         in caller buffer.
7693 2001-07-03  Eli Zaretskii  <eliz@is.elta.co.il>
7695         * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
7696         instead of string-match to find the basename of the file.
7697         From Pascal Obry <p.obry@wanadoo.fr>.
7699         * net/browse-url.el (browse-url-default-windows-browser):
7700         Support the MS-DOS port when it runs on Windows.
7701         (browse-url-browser-function) [ms-dos]: Default to
7702         browse-url-default-windows-browser.
7704         * help.el (locate-library): Enable code that looks for compressed
7705         libraries if auto-compression-mode is on.
7707 2001-07-02  Stefan Monnier  <monnier@cs.yale.edu>
7709         * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
7711 2001-07-02  Gerd Moellmann  <gerd@gnu.org>
7713         * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
7715 2001-07-02  Eli Zaretskii  <eliz@is.elta.co.il>
7717         * allout.el: Fix the header line, so that finder.el recognizes it.
7718         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7720         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
7721         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7723 2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
7725         * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
7727         * ps-bdf.el (bdf-directory-list): Use the value relative to
7728         installation-directory for MS-Windows as well.
7730 2001-06-29  Richard M. Stallman  <rms@gnu.org>
7732         * wid-edit.el (widget-color-sample-face-get):
7733         Return ((foreground-color . COLOR)) instead of constructing a face.
7735 2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
7737         * faces.el (region): Change the background color for the
7738         light-background color display to lightgoldenrod2, to make it
7739         visible on some laptops.
7741 2001-06-28  Richard M. Stallman  <rms@gnu.org>
7743         * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
7744         (rmail-msg-restore-non-pruned-header): Likewise.
7745         If point was in the old pruned header, put it at the top.
7746         (rmail-msg-prune-header): If point was at the top, keep it there.
7748         * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
7749         (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
7751 2001-06-28  Stefan Monnier  <monnier@cs.yale.edu>
7753         * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
7755 2001-06-28  Karl Fogel  <kfogel@red-bean.com>
7757         * saveplace.el: Update maintainer email address.
7759 2001-06-27  Francesco Potorti`  <pot@gnu.org>
7761         * uniquify.el: (uniquify-rationalize-file-buffer-names):
7762           Undo previous change.
7764 2001-06-27  Francesco Potorti`  <pot@gnu.org>
7766         * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
7767         preliminary quick reordering.  Can speed things up dramatically.
7769 2001-06-26  Richard M. Stallman  <rms@gnu.org>
7771         * dired.el (dired-get-filename): A file name starting with ~
7772         is not absolute in this context.
7774         * which-func.el (which-func-maxout): Increase default to 500000.
7775         (which-function-mode): This is now the "real" name of the function.
7776         (which-func-mode): Now an alias.
7777         (which-func-mode-global): Name deleted.
7779         * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
7780         button-2, when binding hs-mouse-toggle-hiding.
7782 2001-06-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
7784         * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
7785         (rmail-msg-prune-header): Likewise.
7786         (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
7787         and `rmail-msg-prune-header'.
7789 2001-06-25  Stefan Monnier  <monnier@cs.yale.edu>
7791         * textmodes/fill.el (fill-region-as-paragraph): Don't look further
7792         back than LINEBEG.
7794 2001-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
7796         * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
7797         window where they clicked the mouse has a header line, adjust
7798         vertical movement by one.
7800 2001-06-25  Milan Zamazal  <pdm@zamazal.org>
7802         * progmodes/glasses.el (glasses-make-readable): Consider underscores
7803         too when separating a parenthesis.
7805 2001-06-24  Eli Zaretskii  <eliz@is.elta.co.il>
7807         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7808         (bookmark-bmenu-hide-filenames): Add help-echo to
7809         mouse-highlighted text.
7810         (bookmark-bmenu-show-filenames): Remove help-echo property from
7811         the whitespace.
7813 2001-06-23  Eli Zaretskii  <eliz@is.elta.co.il>
7815         * files.el (auto-mode-alist): Add configure.ac (autoconf).
7816         From Karl Eichwalder <ke@suse.de>.
7818 2001-06-23  Richard M. Stallman  <rms@gnu.org>
7820         * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
7822         * progmodes/cc-styles.el (c-set-style): Don't specify initial
7823         contents for completing-read.
7825 2001-06-22  Richard M. Stallman  <rms@gnu.org>
7827         * menu-bar.el (menu-bar-make-toggle): Construct the
7828         function's doc string from HELP, not DOC, and make it accurate by
7829         adding "Toggle whether to " at the front and downcasing the initial.
7830         Change the HELP arg in some calls to make it fit this usage.
7832         * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
7833         Undo previous change.
7835 2001-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
7837         * indent.el (indent-relative-maybe, indent-relative): Doc fix.
7839         * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
7841 2001-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
7843         * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
7845         * dabbrev.el (dabbrev--select-buffers): Fix last change.
7847 2001-06-20  Richard M. Stallman  <rms@gnu.org>
7849         * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
7850         broken out from dabbrev--find-expansion.  Handle minibuffer
7851         specially here.
7852         (dabbrev--find-expansion): Simplify code in various ways.
7853         Don't treat minibuffers specially.
7854         Call dabbrev--make-friend-buffer-list.
7855         (dabbrev--select-buffers): Don't treat minibuffers specially.  Simplify.
7856         (dabbrev--scanning-message): Do nothing when minibuffer is current.
7858 2001-06-19  John Wiegley  <johnw@gnu.org>
7860         * eshell/eshell.el: Don't load in esh-util if it's already loaded.
7861         Also, added a comment describing how to greatly speedup Eshell
7862         loadup time, by concatenating together all of Eshell's .elc files.
7864 2001-06-19  John Wiegley  <johnw@gnu.org>
7866         * eshell/esh-mode.el: Disabled a test that often yields false failures.
7868 2001-06-19  Eli Zaretskii  <eliz@is.elta.co.il>
7870         * woman.el (WoMan-highlight-references): Add help-echo to
7871         mouse-highlighted text.
7873 2001-06-18  Stefan Monnier  <monnier@cs.yale.edu>
7875         * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
7877 2001-06-18  Gerd Moellmann  <gerd@gnu.org>
7879         * international/quail.el (quail-start-conversion):
7880         Reset quail-translating to nil.
7882         * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
7883         bound.  Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
7885 2001-06-18  Eli Zaretskii  <eliz@is.elta.co.il>
7887         * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
7888         mouse-highlighted text.
7890         * dired.el (dired-mark-pop-up): Fix last change.
7892 2001-06-17  Eli Zaretskii  <eliz@is.elta.co.il>
7894         * calendar/calendar.el (generate-calendar-month): Add help-echo to
7895         mouse-highlighted text.
7897         * net/quickurl.el (quickurl-url-file): Run through
7898         convert-standard-filename.
7899         (quickurl-list-populate-buffer): Add help-echo to
7900         mouse-highlighted text.
7901         (top-level): Update Dave's URL.
7903         * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
7904         mouse-highlighted text.
7906         * textmodes/page-ext.el (pages-copy-header-and-position):
7907         Add help-echo to mouse-highlighted text.
7909         * tar-mode.el (tar-header-block-summarize): Add help-echo to
7910         mouse-highlighted text.
7912         * replace.el (occur): Add help-echo to mouse-highlighted text.
7914         * progmodes/sh-script.el (sh-mark-line): Add help-echo to
7915         mouse-highlighted text.
7917         * progmodes/cpp.el (cpp-make-button): Add help-echo to
7918         mouse-highlighted text.
7920         * progmodes/compile.el (compile-reinitialize-errors):
7921         Add help-echo to mouse-highlighted messages.
7922         (compilation-forget-errors): Remove help-echo property as well.
7924         * play/landmark.el (lm-plot-square, lm-init-display):
7925         Add help-echo to mouse-highlighted text.
7927         * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
7928         Add help-echo to mouse-highlighted text.
7930         * dired.el (dired-insert-set-properties): Add help-echo to
7931         mouse-highlighted text.
7932         (dired-mark-pop-up): Remove help-echo property from the file name.
7934         * comint.el (comint-send-input): Add help-echo to
7935         mouse-highlighted text.
7937         * buff-menu.el (list-buffers-noselect): Add help-echo to
7938         mouse-highlighted text.
7940         * arc-mode.el (archive-summarize-files): Add help-echo to
7941         mouse-highlighted text.
7943         * ffap.el (ffap-machine-p): Always return nil if
7944         open-network-stream is not fboundp.
7946 2001-06-17  Stefan Monnier  <monnier@cs.yale.edu>
7948         * textmodes/sgml-mode.el: Move `provide' to the end.  Update copyright.
7949         (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
7950         Bind the latin-1 charset-char to sgml-maybe-name-self rather than
7951         incorrectly binding chars between 128 and 256 to it.
7952         (sgml-maybe-name-self): Handle latin-1 chars properly.
7953         (sgml-tags-invisible): Bind buffer-file-name to nil.
7954         Use unwind-protect and restore-buffer-modified-p.
7955         (sgml-point-entered): Use buffer-substring-no-properties.
7956         (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
7957         (html-mode): Don't force `imenu-sort-function'.
7959 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
7961         * tar-mode.el: Fix the copyright notice.
7963         * font-lock.el (font-lock-comment-face): For tty's with dark
7964         background, use "red1", since "lightred" is not one of the colors
7965         recognized by tty-colors.el.
7967         * tar-mode.el (tar-extract): Call generate-new-buffer-name to
7968         create a buffer for extracted file, in case there's more than one
7969         file by that name in an archive, possibly in different
7970         directories.  From Kevin Rodgers <kevinr@ihs.com>.
7972         * format.el (format-alist): Doc fix.  Suggested by Alex Schroeder
7973         <alex@gnu.org>.
7975 2001-06-15  Miles Bader  <miles@gnu.org>
7977         * textmodes/texinfmt.el (texinfo-format-syntax-table):
7978         Revert previous change.
7980 2001-06-14  Richard M. Stallman  <rms@gnu.org>
7982         * replace.el (keep-lines-read-args): Return just a regexp.
7983         Provide nil for the region args.
7984         (keep-lines, flush-lines, how-many):
7985         Calculate the defaults for the region here, when args are nil.
7987 2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
7989         * rot13.el (rot13-other-window): Some more doc fix.
7991 2001-06-14  Per Starback  <starback@ling.uu.se>
7993         * replace.el (case-replace, query-replace-from-history-variable)
7994         (query-replace-to-history-variable, keep-lines-read-args)
7995         (occur-revert-function, query-replace-help): Dox fix.
7997 2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
7999         * rot13.el (rot13-other-window): Doc fix.
8001 2001-06-14  Miles Bader  <miles@gnu.org>
8003         * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
8004         of " and \ to "." (punctuation).
8005         * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
8007 2001-06-13  Richard M. Stallman  <rms@gnu.org>
8009         * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
8011         * simple.el (shell-command-on-region): Never kill the
8012         *Shell Command Output* buffer.
8014 2001-06-13  Stefan Monnier  <monnier@cs.yale.edu>
8016         * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
8018 2001-06-10  Stefan Monnier  <monnier@cs.yale.edu>
8020         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
8021         New var, to recognize ${ $' and PODs.
8022         (perl-font-lock-syntactic-face-function): New function.
8023         (perl-mode): Use them.
8024         (perl-continuation-line-p): New function, from perl-calculate-indent.
8025         (perl-calculate-indent): Use it, to properly handle continuation
8026         lines of continuation lines.
8028 2001-06-10  Eli Zaretskii  <eliz@is.elta.co.il>
8030         * server.el (server-process, server-buffer-clients): Doc fix.
8031         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8033 2001-06-09  John Wiegley  <johnw@gnu.org>
8035         * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
8036         test if the last command was Lisp or not.
8037         (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
8038         B x C".
8040 2001-06-08  Eli Zaretskii  <eliz@is.elta.co.il>
8042         * dos-w32.el (grep-regexp-alist): Remove definition, since the
8043         general one on compile.el supports drive letters.
8045 2001-06-08  Carsten Dominik  <dominik@strw.leidenuniv.nl>
8047         * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
8048         key description.
8050         * textmodes/reftex-sel.el (reftex-select-jump): New command.
8052         * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
8053         (reftex-toc-jump): New command.
8055         * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
8056         to parse international characters as well.
8058         * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
8059         `reftex-fancyref-fref', `reftex-fancyref-Fref'.
8061         * textmodes/reftex-vars.el: Protect single backslash in docstrings.
8063         * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
8064         TAB to the key separators.
8066 2001-06-07  Eli Zaretskii  <eliz@is.elta.co.il>
8068         * international/mule.el (auto-coding-alist): Remove redundant
8069         up-cased versions of the extensions (auto-coding-alist-lookup is
8070         case-insensitive where needed).  Recognize .gz, .Z, .bz, .bz2, and
8071         .gpg files as binary.  Suggested by Karl Berry <karl@gnu.org>.
8073 2001-06-05  Eli Zaretskii  <eliz@is.elta.co.il>
8075         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
8077 2001-06-01  Richard M. Stallman  <rms@gnu.org>
8079         * help.el (describe-variable): Put value on same line
8080         with preceding text, if it is short enough to look good that way.
8082 2001-06-01  Eli Zaretskii  <eliz@is.elta.co.il>
8084         * term/internal.el (IT-unicode-translations): New variable.
8085         (IT-setup-unicode-display): New function.
8087 2001-06-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8089         * ps-print.el: Handle before-string and after-string overlay properties
8090         in ps-print-*-with-faces commands.  Doc fix.
8091         (ps-print-version): New version number (6.5.2).
8092         (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
8093         for XEmacs.
8094         (ps-prefix-quote): Doc fix.
8095         (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
8096         (ps-basic-plot-str, ps-plot-string): New funs.
8098 2001-05-31  Stefan Monnier  <monnier@cs.yale.edu>
8100         * progmodes/etags.el (tags-compression-info-list): Fix docstring
8101         and :type spec.
8103 2001-05-31  Gerd Moellmann  <gerd@gnu.org>
8105         * international/mule-cmds.el (inactivate-input-method):
8106         Set input-method-function to nil.
8108         * xml.el (xml-parse-tag): The document may contain invalid characters.
8109         From ShengHuo ZHU  <zsh@cs.rochester.edu>
8111 2001-05-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
8113         * mail/rmailsum.el (rmail-message-subject-p): Don't call
8114         `rmail-summary-line-decoder' if the message does not have
8115         a Subject: field.
8117         * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
8119         * mail/rmail.el (rmail-insert-mime-resent-message-function):
8120         New variable.
8121         (rmail-resend): Modify to work in `rmail-view-buffer'; call
8122         `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
8123         is non-nil.
8125 2001-05-30  Stefan Monnier  <monnier@rum.cs.yale.edu>
8127         * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
8129 2001-05-29  Sam Steingold  <sds@gnu.org>
8131         * faces.el (face-valid-attribute-values): Bind `valid' directly
8132         instead of using `setq'.
8134         * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
8135         Use `tex-shell-buf'.
8136         (tex-shell-proc): Use `tex-shell-running'.
8137         (tex-shell-buf-no-error): New function.
8138         (tex-send-tex-command): Use it.
8139         (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
8140         (tex-kill-job): Check the process before calling `quit-process'.
8142 2001-05-29  Gerd Moellmann  <gerd@gnu.org>
8144         * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
8145         UTF-8 sequences.
8147 2001-05-28  Miles Bader  <miles@gnu.org>
8149         * comint.el (comint-carriage-motion): Renamed from
8150         `comint-cr-magic'.  Operate on the buffer instead of the string
8151         (for use as a comint post-output filter, instead of as a
8152         pre-output filter).  Handle backspaces too.  Add to the
8153         `comint-output-filter-functions' hook instead of
8154         `comint-preoutput-filter-functions'.
8156 2001-05-28  Gerd Moellmann  <gerd@gnu.org>
8158         * language/japan-util.el (japanese-hankaku): Prefer the charset
8159         `jisx0201' when the optional argument `ascii-only' is not specified.
8160         (japanese-hankaku-region): Ditto.
8161         From Katsumi Yamaoka <yamaoka@jpl.org>
8163 2001-05-28  Stefan Monnier  <monnier@cs.yale.edu>
8165         * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
8166         (outline-invisible-p): New function.
8167         (hide-leaves): Save excursion.
8168         (hide-other): Stop looping when reaching bobp.
8170 2001-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
8172         * cus-edit.el (custom-file): Fix last change.
8174 2001-05-27  Stefan Monnier  <monnier@cs.yale.edu>
8176         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
8177         same definition in byte-compile-function-environment as `autoload'
8178         would put in `symbol-function'.
8180         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
8181         patch to correct the error message as well.
8183 2001-05-27  Eli Zaretskii  <eliz@is.elta.co.il>
8185         * cus-edit.el (custom-file): Don't assume we were invoked with -q
8186         unless ~/.emacs exists.
8188         * novice.el (enable-command): If user-init-file is nil or does not
8189         exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
8191 2001-05-25  Stefan Monnier  <monnier@cs.yale.edu>
8193         * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
8194         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
8195         Allow spaces around macro arguments.
8196         (tex-mode-map): Inherit from text-mode-map, but rebind \t to
8197         indent-for-tab-command.
8198         (latex-mode-map, plain-tex-mode-map): New keymaps.
8199         Inherit from tex-mode-map.
8200         (tex-common-initialization): Don't setup the keymap any more
8201         since it's now done right by define-derived-mode.
8202         (latex-mode): Set skeleton-end-hook to nil.
8203         (latex-skeleton-end-hook): Remove.
8204         (tex-latex-block, latex-insert-item): Simplify.
8205         (latex-syntax-after): Use following-char rather than char-after.
8206         (tex-discount-args-cmds, tex-count-words): New functions.
8208         * textmodes/tildify.el (tildify-ignored-environments-alist):
8209         Recognize \verb* as well.
8211         * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
8212         (perl-comment-indent): Simplify to let newcomment.el do its job.
8213         (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
8214         (perl-mark-function): Cleanup the namespace.
8215         (perl-calculate-indent): Don't be fooled by nested functions.
8217         * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
8219         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
8220         Fix the arg of `load'.  From Dave Love <fx@gnu.org>.
8222 2001-05-25  Andrew Choi  <akochoi@i-cable.com>
8224         * international/titdic-cnv.el (ctlau-gb-converter): `\' should
8225         actually be `\\'.
8226         (ctlau-b5-converter): Likewise.
8228 2001-05-24  Andrew Choi  <akochoi@i-cable.com>
8230         * international/titdic-cnv.el (quail-misc-package-ext-info):
8231         Change CTLauB.el to CTLau-b5.el.
8233 2001-05-23  Stefan Monnier  <monnier@cs.yale.edu>
8235         * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
8236         rather than beginning-of-line to avoid problems with fields.
8237         (gud-perldb-massage-args): Use unless and push.
8238         (gud-chdir-before-run): New var.
8239         (gud-common-init): Use it.
8241 2001-05-24  Andrew Choi  <akochoi@i-cable.com>
8243         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8244         delete entries for chinese-ctlau and chinese-ctlaub.
8245         (quail-misc-package-ext-info): Add entries for chinese-ctlau and
8246         chinese-ctlaub.
8247         (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
8248         New functions.
8250 2001-05-22  Gerd Moellmann  <gerd@gnu.org>
8252         * cus-edit.el (custom-comment-show): Remove debug code.
8254         * language/japan-util.el (japanese-symbol-table): Fix handling of
8255         Japanese long tone sign.  From Kenichi Handa <handa@etl.go.jp>.
8257 2001-05-21  Stefan Monnier  <monnier@cs.yale.edu>
8259         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
8260         Renamed by removing the silly `-flag' suffix.
8261         (diff-mode, diff-minor-mode, diff-find-source-location): Update.
8263 2001-05-20  Stefan Monnier  <monnier@cs.yale.edu>
8265         * replace.el (keep-lines-read-args): Use `copy-marker'.
8266         (how-many): Save excursion properly.
8267         (occur-mode): Use define-derived-mode.
8268         (perform-replace): Use with-current-buffer.
8270 2001-05-20  Richard M. Stallman  <rms@gnu.org>
8272         * play/landmark.el (lm): Use "p" not "P" for interactive spec.
8274         * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
8276         * info.el (Info-read-subfile): Widen before finding the
8277         desired node in the subfile.
8279         * startup.el (command-line-1): When >2 files visited,
8280         leave the last one visible, and make that the selected window.
8282 2001-05-20  Gerd Moellmann  <gerd@gnu.org>
8284         * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
8286 2001-05-20  Eli Zaretskii  <eliz@is.elta.co.il>
8288         * international/ccl.el (define-ccl-program): Fix a typo.
8289         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8291         * international/mule.el (decode-char): Fix a typo.  From Pavel
8292         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8294         * textmodes/artist.el (artist-mode): Fix a typo.  From Pavel
8295         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8297         * frame.el (automatic-hscrolling): Fix a typo.  From Pavel
8298         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8300 2001-05-18  Sam Steingold  <sds@gnu.org>
8302         * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
8303         and [RET] to `cvs-mode-find-file'.
8305 2001-05-18  John Wiegley  <johnw@gnu.org>
8307         * eshell/esh-ext.el (eshell-explicit-command-char): A new
8308         configuration variable, which determines the initial character
8309         that forces use of an external version of a command.  The default
8310         is *, but may be set to \, for example.
8312         * eshell/esh-ext.el (eshell-explicit-command):
8313         Use `eshell-explicit-command-char' instead of ?*.
8315         * eshell/esh-cmd.el (eshell/which):
8316         Use `eshell-explicit-command-char' instead of ?*.
8318         * eshell/em-cmpl.el (eshell-completion-command-name)
8319         (eshell-complete-commands-list): Use `eshell-explicit-command-char'
8320         instead of ?*.
8322 2001-05-18  Gerd Moellmann  <gerd@gnu.org>
8324         * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
8325         subst-char-in-string.
8326         (ange-ftp-after-parse-ls-hook): New variable.
8327         (ange-ftp-ls): Run that hook.
8328         From Peter Milliken <Peter.Milliken@GTECH.COM>.
8330         * tmm.el (tmm-get-keymap): Fix handling of :filter.
8331         (tmm-add-prompt): Bind buffer-read-only to nil when inserting
8332         text into *Completions*.
8334         * net/goto-addr.el (goto-address-at-point): Deal with URLs
8335         part of which look like email addresses.
8337 2001-05-18  Andrew Innes  <andrewi@gnu.org>
8339         * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
8340         Use . instead of absolute path for lisp dir, to avoid bug in W2K
8341         cmd.exe's handling of FOR loops.
8342         (autoloads): Set find-file-suppress-same-file-warnings to t to
8343         avoid slew of spurious messages.
8345 2001-05-18  Simon Josefsson  <simon@josefsson.org>
8347         * mail/smtpmail.el (maybe-append-domain): Renamed to
8348         `smtpmail-maybe-append-domain'.
8349         (smtpmail-via-smtp): Use the new name.
8351         * net/browse-url.el (browse-url-browser-function): Add kde.
8352         (browse-url-kde-program, browse-url-kde-args): New variables.
8353         (browse-url-kde): New function.
8355 2001-05-18  Miles Bader  <miles@gnu.org>
8357         * simple.el (delete-horizontal-space, just-one-space):
8358         Use `constrain-to-field' instead of `field-end'/`field-beginning',
8359         because it's more efficient for large files.
8361 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
8363         * mail/rmail.el (rmail-require-mime-maybe): New function.
8364         (rmail): Use it.
8365         (rmail-mode): Handle the case of finding Rmail files.
8367         * emacs-lisp/elp.el (elp-instrument-function): Handle advised
8368         functions.
8370 2001-05-17  Stefan Monnier  <monnier@cs.yale.edu>
8372         * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
8373         text-property after moving to the beginning of line and regardless
8374         of the value of font-lock-multiline.
8376 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
8378         * startup.el (fancy-splash-screens): Ignore events on the mode-line.
8380         * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
8381         last coding system used before calling set-buffer-modified-p
8382         because that function changes last-coding-system.
8384 2001-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
8386         * files.el (switch-to-buffer-other-window)
8387         (switch-to-buffer-other-frame): Add an xref to display-buffer in
8388         the doc string.
8390 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
8392         * language/slovak.el, language/czech.el: New maintainer.
8394 2001-05-16  Sam Steingold  <sds@gnu.org>
8396         * emacs-lisp/cl-indent.el (toplevel): Indent the :method
8397         sub-form of `defgeneric' correctly.
8399 2001-05-16  Gerd Moellmann  <gerd@gnu.org>
8401         * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
8402         of `c'.
8404         * textmodes/outline.el (outline-font-lock-level): Remove the
8405         condition-case, test what outline-level returns instead, to
8406         ease debugging.
8408         * international/mule.el (auto-coding-regexp-alist): New user-option.
8409         (auto-coding-from-file-contents): New function.
8410         (set-auto-coding): Use it to determine a coding system.
8412 2001-05-15  Gerd Moellmann  <gerd@gnu.org>
8414         * mouse.el (mouse-delete-other-windows): Doc fix.
8416         * emacs-lisp/lisp-mode.el (lisp-mode):
8417         Make font-lock-keywords-case-fold-search a buffer-local variable with
8418         make-local-variable before setting it.
8420 2001-05-14  Eli Zaretskii  <eliz@is.elta.co.il>
8422         * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
8423         prefixes.
8425 2001-05-14  Gerd Moellmann  <gerd@gnu.org>
8427         * hexl.el (hexl-current-address): Print a message when called
8428         interactively.
8430 2001-05-11  Stefan Monnier  <monnier@cs.yale.edu>
8432         * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
8434         * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
8436         * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
8438 2001-05-11  Gerd Moellmann  <gerd@gnu.org>
8440         * startup.el (command-line): If parameters have been changed in
8441         the init files which influence font selection, clear the face
8442         cache so that faces get realized with the new parameters.
8444         * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
8446 2001-05-10  Stefan Monnier  <monnier@cs.yale.edu>
8448         * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
8450 2001-05-10  Eli Zaretskii  <eliz@is.elta.co.il>
8452         * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
8453         unibyte.  Suggested by Kenichi Handa <handa@etl.go.jp>.
8455 2001-05-10  Gerd Moellmann  <gerd@gnu.org>
8457         * net/browse-url.el (browse-url-filename-alist): Allow UNC file
8458         names for MS-Windows and MS-DOS.  From Dan Holmsand <dan@eyebee.com>.
8460 2001-05-09  John Wiegley  <johnw@gnu.org>
8462         * eshell/esh-util.el (eshell-convert-numeric-arguments):
8463         Annotated the documentation string to tell users about
8464         `eshell-no-numeric-conversions'.
8466         * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
8467         conversions if a Lisp function has the property
8468         `eshell-no-numeric-conversions' set to a non-nil value.
8470         * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
8471         eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
8472         property `eshell-no-numeric-conversions' on the following
8473         functions (which all deal with filesystem entities, and never Lisp
8474         numerical values): eshell/cd, eshell/pushd, eshell/popd,
8475         eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
8476         eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
8477         eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
8478         eshell/which, eshell/addpath.
8480 2001-05-09  John Wiegley  <johnw@gnu.org>
8482         * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
8483         encountered as an argument, don't convert it right away, but tag
8484         the first character of the string with the text properties
8485         `number', which signifies to `eshell-lisp-command' that the
8486         argument should be passed through `string-to-number' if it is
8487         actually used in the call to a Lisp function.
8489         * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
8490         function, convert any string arguments that have been tagged as
8491         "numbers", by calling string-to-number.
8493         * eshell/esh-util.el (eshell-number-regexp): Now that number
8494         conversions only happen for Lisp function calls, the number regexp
8495         should now match all integer and floating point forms.
8497         * eshell/esh-proc.el: Disable `eshell-stop-process' and
8498         `eshell-continue-process', since they are both nonfunctional at
8499         the moment.
8500         (eshell-proc-initialize): Don't bind keys for
8501         `eshell-stop-process' or `eshell-continue-process'.
8503         * eshell/em-unix.el (eshell-shuffle-files):
8504         Apply `directory-file-name' before calling `file-name-directory'.
8506         * eshell/em-hist.el (eshell-add-to-history): Reference to
8507         `eshell-history-ring' needed to be `eshell-history-index'.
8509         * calendar/timeclock.el (timeclock-find-discrep):
8510         Initialize `elapsed' to 0.
8511         (timeclock-find-discrep): Set `timeclock-last-event-workday' if
8512         it's still nil.
8514 2001-05-09  Stefan Monnier  <monnier@cs.yale.edu>
8516         * arc-mode.el (archive-int-to-mode): Construct the string directly.
8517         (archive-mode): Use capitalize.
8518         (archive-unique-fname): Use make-temp-file.
8520 2001-05-09  Gerd Moellmann  <gerd@gnu.org>
8522         * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
8524 2001-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
8526         * tar-mode.el (tar-extract): Pay attention to the value of
8527         coding-system-for-read, if it is non-nil.
8529         * calendar/holidays.el (holidays): Add an autoload cookie.
8530         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8532 2001-05-08  John Wiegley  <johnw@gnu.org>
8534         * calendar/timeclock.el (timeclock-workday-remaining):
8535         Changed logic for determining how much time is remaining.
8536         (timeclock-workday-elapsed): Don't accept a "relative" argument
8537         for the current day's elapsed time.  What could that have meant?
8538         (timeclock-workday-elapsed-string): No "relative" argument anymore.
8539         (timeclock-when-to-leave): Changed logic, similarly to what was
8540         done for `timeclock-workday-remaining'.
8541         (timeclock-find-discrep): Removed "today-only" argument, which had
8542         no meaning.  Fixed some more math problems.  The function now
8543         returns a three member list: (TOTAL-TIME-DISCREPANCY
8544         TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
8546 2001-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
8548         * w32-fns.el (convert-standard-filename): Start replacing slashes
8549         from the beginning of the file name, not from where the last
8550         invalid character was.  From "Andrew Maguire (SWW)"
8551         <Andrew.Maguire@Smallworld.co.uk>
8553 2001-05-07  MORIOKA Tomohiko  <tomo@m17n.org>
8555         The following changes are to provide infrastructure for handling
8556         MIME messages to rmail.  They don't affect the original behaviour
8557         if rmail-enable-mime is nil.
8559         * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
8560         (rmail-search-mime-message-function)
8561         (rmail-search-mime-header-function): New variables.
8562         (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
8563         (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
8564         `rmail-view-buffer' is hidden.
8565         (rmail-toggle-header): Likewise.  If rmail-enable-mime is non-nil,
8566         call rmai-show-mime-function.
8567         (rmail-display-labels): If rmail-enable-mime is non-nil, update
8568         mode-line-process of rmail-view-buffer.
8569         (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
8570         (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
8571         buffer.
8572         (rmail-next-message, rmail-next-undeleted-message): Be sure to
8573         set-buffer to the Rmail buffer.
8574         (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
8575         rmail-search-mime-header-function.
8576         (rmail-search-message): New function.
8577         (rmail-search): Call rmail-search-message to check if a message
8578         matches REGEXP, lastly update point after calling
8579         rmail-show-message.
8580         (rmail-undelete-previous-message, rmail-expunge-confirmed)
8581         (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
8582         (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
8583         header region, refer to rmail-msgref-vector while setting the
8584         current buffer to rmail-buffer temporarily.
8585         (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
8586         If rmail-enable-mime is non-nil, call
8587         rmail-insert-mime-forwarded-message-function instead of inserting
8588         forwarded message by itself.
8590         * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
8591         Rmail buffer.
8592         (rmail-set-label, rmail-next-labeled-message): Likewise.
8594         * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
8595         set-buffer to the Rmail buffer.
8596         (rmail-output-to-rmail-file): Likewise.
8597         (rmail-output): Likewise.
8599         * mail/rmailsum.el (rmail-message-subject-p): Process the result
8600         of mail-fetch-field by rmail-summary-line-decoder.
8601         (rmail-new-summary): Be sure to go to the Rmail buffer.
8602         If rmail-enable-mime is non-nil, set rmail-summary-buffer of
8603         rmail-view-buffer to nil.
8604         (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
8605         rmail-view-buffer.
8606         (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
8607         rmail-buffer.
8608         (rmail-summary-scroll-msg-down): Likewise.
8609         (rmail-summary-beginning-of-message): Likewise.
8610         (rmail-summary-wipe): Likewise.
8611         (rmail-summary-toggle-header): Use save-window-excursion, not
8612         save-excursion.  Update point in rmail-view-buffer, not in
8613         rmail-buffer.
8614         (rmail-summary-reply): Before calling rmail-reply, set buffer to
8615         rmail-view-buffer, not rmail-buffer.
8617 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
8619         * cus-edit.el (custom-file): Signal an error if user-init-file is
8620         nil (running -q).
8622         * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
8624         * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
8625         Add :version.
8627         * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
8628         New option.
8629         (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
8630         only if smtpmail-warn-about-unknown-extensions is set.
8632         * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
8633         instead of rmail-sort-by-keywords.
8635         * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
8636         rmail-sort-by-keywords.
8638         * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
8639         rmail-summary-sort-by-keywords.  Doc fix.
8640         (rmail-summary-mode): Doc fix.
8642         * mail/rmail.el (rmail-edit): New Custom group.
8644         * mail/rmailedit.el (rmail-edit-mode): Doc fix.
8645         (rmail-edit-mode-hook): New user-option.
8647 2001-05-05  Richard M. Stallman  <rms@gnu.org>
8649         * help.el (help-xref-symbol-regexp): Recognize "source of"
8650         and friends, meaning make a link to the source file.
8651         (help-make-xrefs): Handle "source of" and friends
8652         by constructing a link that visits the source file.
8654         * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
8656 2001-05-04  Stefan Monnier  <monnier@cs.yale.edu>
8658         * progmodes/cperl-mode.el (cperl-font-lock-keywords)
8659         (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
8660         Renamed from perl-font-lock-keywords to avoid clashes.
8661         (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
8662         (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
8663         Updated correspondingly.
8665         * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
8666         Typo `nonexistant' -> `nonexistent'.
8668 2001-05-04  Martin Stjernholm  <bug-cc-mode@gnu.org>
8670         * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
8671         Split `c-electric-delete' into two functions where
8672         `c-electric-delete-forward' always deletes forward and
8673         `c-electric-delete' only contains the code necessary for XEmacs to
8674         choose between backward and forward deletion.
8676         * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
8677         get the electric behavior on that key too.
8678         (c-fill-paragraph): Fixed bogus direct use of
8679         c-comment-prefix-regexp, which caused an error when it's a list.
8681 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
8683         * dired-aux.el (dired-diff): Doc fix.
8685         * dired.el (dired-diff): Likewise.
8687 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
8689         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
8691 2001-05-02  Stefan Monnier  <monnier@cs.yale.edu>
8693         * vc.el (vc-next-action-on-file): Only force buffer+file to writable
8694         if both the buffer and the file are read-only.
8696         * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
8697         rather than font-lock-string-face.
8698         (sh-get-indent-info): Treat heredocs like strings.
8700 2001-05-02  Gerd Moellmann  <gerd@gnu.org>
8702         * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
8703         a newline following `}'.
8704         (texinfo-format-email): New function.
8705         (toplevel): Use texinfo-format-email for @email.
8706         (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
8707         Add `display'.
8708         (texinfo-sort-region): Goto point-min before sorting.
8709         (texinfo-set): Remove leading white space from value.
8710         From yagi@is.titech.ac.jp.
8712         * replace.el (query-replace-regexp-eval): Doc fix.
8714 2001-05-01  Stefan Monnier  <monnier@cs.yale.edu>
8716         * diff-mode.el (diff-nonexistant-face): New face.
8717         (diff-font-lock-keywords): Use it.
8719 2001-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
8721         * font-lock.el (font-lock-mode): Doc fix.
8723         * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
8724         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
8726 2001-04-30  Gerd Moellmann  <gerd@gnu.org>
8728         * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
8729         backslash at the start of the here-document delimiter.
8730         (sh-font-lock-syntactic-keywords): Likewise.
8732         * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
8734 2001-04-29  Eli Zaretskii  <eliz@is.elta.co.il>
8736         * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
8737         (tty-color-translate, tty-color-by-index, tty-color-values)
8738         (tty-color-desc): Doc fix.
8740 2001-04-27  Eli Zaretskii  <eliz@is.elta.co.il>
8742         * dired-aux.el (dired-do-create-files, dired-do-copy)
8743         (dired-do-symlink, dired-do-hardlink, dired-do-rename):
8744         Mention dired-dwim-target in the doc string.
8746 2001-04-28  Miles Bader  <miles@gnu.org>
8748         * dabbrev.el (dabbrev--ignore-buffer-p): New function.
8749         (dabbrev--find-expansion): Use it.
8750         (dabbrev--select-buffers): Don't select ignored buffers.
8752 2001-04-27  Gerd Moellmann  <gerd@gnu.org>
8754         * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
8756 2001-04-26  Richard M. Stallman  <rms@gnu.org>
8758         * dabbrev.el: Add doc strings for some functions.
8759         (dabbrev--eliminate-newlines): New variable.
8760         (dabbrev--substitute-expansion): Convert newlines to spaces
8761         if dabbrev--eliminate-newlines is set.
8762         If abbrev and expansion are both all-lower-case,
8763         leave dabbrev--last-case-pattern nil.
8765 2001-04-26  Gerd Moellmann  <gerd@gnu.org>
8767         * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
8768         if necessary, like in rmail-show-message.
8770 2001-04-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8772         * ps-print.el: Color specified by number is forced to be float number.
8773         (ps-print-version): New version number (6.5.1.1).
8774         (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
8775         initialization.
8776         (ps-prefix-quote): New internal var.
8777         (ps-print-quote): New fun.
8778         (ps-setup, ps-output-frame-properties, ps-float-format)
8779         (ps-format-color): Code fix.
8780         (ps-plot-region): Eliminate redundant foreground color text setting.
8782 2001-04-26  Eli Zaretskii  <eliz@is.elta.co.il>
8784         * dabbrev.el (dabbrev--select-buffers): Add a doc string.
8786 2001-04-25  Gerd Moellmann  <gerd@gnu.org>
8788         * faces.el (tty-handle-reverse-video): Don't set inverse-video.
8790 2001-04-25  Eli Zaretskii  <eliz@is.elta.co.il>
8792         * info.el (Info-additional-directory-list): Doc fix.
8794         * find-lisp.el (find-lisp-find-dired-filter)
8795         (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
8796         Add autoload cookies.  From Richard Y. Kim <ryk@dspwiz.com>.
8798 2001-04-25  Stefan Monnier  <monnier@cs.yale.edu>
8800         * progmodes/make-mode.el (makefile-font-lock-keywords):
8801         Rationalize the rules for includes and conditionals and use the
8802         keyword face for them.
8804         * faces.el (modify-face): Add compatibility for non-interactive use.
8806 2001-04-24  John Wiegley  <johnw@gnu.org>
8808         * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
8809         fix from last night, since it wasn't finding eshell/cd.
8811 2001-04-24  Gerd Moellmann  <gerd@gnu.org>
8813         * rect.el (string-rectangle): Revert to 20.x behaviour.
8814         (replace-rectangle): Make it an alias for string-rectangle.
8815         (string-insert-rectangle): New function.
8817 2001-04-23  John Wiegley  <johnw@gnu.org>
8819         * eshell/em-unix.el (eshell/diff): Fixed problems that were
8820         occurring with Emacs 21's diff.el/compile.el interaction layer.
8822 2001-04-23  Colin Walters  <walters@cis.ohio-state.edu>
8824         * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
8825         case where the function was defined in a file, but not part of an
8826         eshell module.
8828 2001-04-23  John Wiegley  <johnw@gnu.org>
8830         * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
8831         code to work around a redisplay problem I've been having.
8833 2001-04-23  John Wiegley  <johnw@gnu.org>
8835         * calendar/timeclock.el (timeclock-day-required): If the time
8836         required for a particular day is not set, use `timeclock-workday'.
8837         (timeclock-find-discrep): Added some sample code in a comment.
8839         * eshell/eshell.el (eshell-command): Made a few changes so that
8840         `eshell-command' could be called programmatically.
8842         * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
8844         * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
8846 2001-04-23  John Wiegley  <johnw@gnu.org>
8848         * calendar/timeclock.el: Updated copyright.
8849         (timeclock-generate-report): Don't report the daily or two-week
8850         total, if no time has been worked in that period.
8851         (timeclock-find-discrep): Moved call to `file-readable-p'; removed
8852         final computational form, which was unnecessary; corrected a
8853         parsing problem when timeclock-relative was nil.
8855 2001-04-23  Kahlil Hodgson <kahlil@discus.anu.edu.au>
8857         * calendar/timeclock.el (timeclock-modeline-display): Check if
8858         `list-entry' is null.
8859         (timeclock-use-display-time): The first argument to `set-variable'
8860         must be a symbol.
8862 2001-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
8864         * calendar/calendar.el (diary-entry-marker)
8865         (calendar-today-marker, calendar-holiday-marker):
8866         Use display-color-p instead of window-system.
8867         (calendar-mode-map, calendar-mode): Use display-popup-menus-p
8868         instead of window-system.
8869         (calendar-hide-window): Use display-multi-frame-p instead of
8870         window-system.
8872         * calendar/cal-x.el (calendar-two-frame-setup)
8873         (calendar-only-one-frame-setup, calendar-one-frame-setup):
8874         Use display-multi-frame-p instead of window-system.
8876 2001-04-23  Gerd Moellmann  <gerd@gnu.org>
8878         * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
8880         * textmodes/ispell.el, emacs-lisp/checkdoc.el,
8881         * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
8883 2001-04-23  Alex Schroeder  <alex@gnu.org>
8885         * goto-addr.el: Instead of defining line-beginning-position and
8886         line-end-position a defalias is used for point-at-bol and point-at-eol.
8888 2001-04-23  Alex Schroeder  <alex@gnu.org>
8890         * goto-addr.el: Added XEmacs compatibility code.
8891         (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
8893 2001-04-22  Eli Zaretskii  <eliz@is.elta.co.il>
8895         * textmodes/paragraphs.el (sentence-end): Doc fix.
8897 2001-04-20  Alex Schroeder  <alex@gnu.org>
8899         * sql.el (sql-escape-newlines-and-send): New function.
8900         (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
8902 2001-04-20  Alex Schroeder  <alex@gnu.org>
8904         * sql.el (sql-db2-program): New option.
8905         (sql-db2-options): New option.
8906         (sql-db2): New function.
8908 2001-04-20  Alex Schroeder  <alex@gnu.org>
8910         * sql.el (sql-mode-menu): Added highlighting entries.
8911         (sql-highlight-oracle-keywords): New function.
8912         (sql-highlight-postgres-keywords): New function.
8913         (sql-highlight-ansi-keywords): New function.
8915 2001-04-20  Alex Schroeder  <alex@gnu.org>
8917         * sql.el (sql-help): Doc change.
8919 2001-04-19  Karl Fogel  <kfogel@collab.net>
8921         * saveplace.el (save-place-alist-to-file): Removed no-effect code
8922         that inserted file content only to delete it immediately.
8923         Probably a cut-and-paste bug.  Thanks to Juanma Barranquero
8924         <lektu@uol.com.br> for the patch.
8926 2001-04-19  Stefan Monnier  <monnier@cs.yale.edu>
8928         * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
8930 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
8932         * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
8933         for defmethod.
8935         * comint.el (comint-cr-magic): New function.
8936         (toplevel): Add it to comint-preoutput-filter-functions.
8938 2001-04-18  Andrew Innes  <andrewi@gnu.org>
8940         * makefile.w32-in (EMACSLOADPATH): Define.
8941         (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
8942         (recompile): Remove stuff to set EMACSLOADPATH.
8944 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
8946         * language/slovak.el ("Slovak"): Add tutorial entry.
8948         * net/browse-url.el (browse-url-new-window-flag): Renamed from
8949         browse-url-new-window-p.
8951 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
8953         * info.el (Info-menu-update): When there are no menus and/or no
8954         cross references in the node, make the respective items of the
8955         Info menu-bar menu inactive.
8957 2001-04-17  Gerd Moellmann  <gerd@gnu.org>
8959         * indent.el (indent-for-tab-command): Call indent-line-function
8960         with no argument if PREFIX-ARG is non-nil.
8962         * frame.el (delete-other-frames): Handle minibuffer-only frames.
8964 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
8966         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
8967         an async subprocess if start-process is unavailable.  Suggested by
8968         Tim Van Holder <tim.van.holder@pandora.be>.
8970 2001-04-15  Eli Zaretskii  <eliz@is.elta.co.il>
8972         * info.el (Info-additional-directory-list): Doc fix.  Suggested by
8973         Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
8975 2001-04-14  Eli Zaretskii  <eliz@is.elta.co.il>
8977         * info.el (Info-file-list-for-emacs): Add an entry for the "info"
8978         manual.
8980 2001-04-13  Stefan Monnier  <monnier@cs.yale.edu>
8982         * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
8983         (cvs-menu): Add a few entries.
8985         * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
8986         (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
8987         lock file appears to be reachable from Emacs.
8988         (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
8989         (cvs-mode-find-file): Look for cvs-header-face rather than
8990         cvs-dirname-face (which doesn't exist).
8991         (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
8993         * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
8995 2001-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
8997         * emulation/pc-select.el (pc-selection-mode): Don't turn on
8998         normal-erase-is-backspace on a tty.  Instead, bind some keys such
8999         as [delete] directly, like pc-select.el did before
9000         normal-erase-is-backspace was invented.
9002 2001-04-12  Eli Zaretskii  <eliz@is.elta.co.il>
9004         * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
9006 2001-04-11  John Wiegley  <johnw@gnu.org>
9008         * eshell/em-ls.el (eshell-ls-insert-directory):
9009         Set font-lock-defaults to nil, to prevent fontification in dired
9010         buffers, if Eshell's ls is being used.
9012 2001-04-11  John Wiegley  <johnw@gnu.org>
9014         * calendar/timeclock.el (timeclock-completing-read): New function.
9015         (timeclock-ask-for-project, timeclock-ask-for-reason):
9016         Call `timeclock-completing-read'.
9018         * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
9019         required where `member' was being used.
9021 2001-04-11  Colin Walters  <walters@cis.ohio-state.edu>
9023         * eshell/em-hist.el (eshell-previous-matching-input):
9024         Don't display "History item" if the minibuffer is active.
9026 2001-04-11  Gerd Moellmann  <gerd@gnu.org>
9028         * startup.el (command-line): Output a newline after printing
9029         an error from loading the window system's init file.
9031 2001-04-11  Eli Zaretskii  <eliz@is.elta.co.il>
9033         * textmodes/texinfo.el (texinfo-font-lock-keywords):
9034         Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
9035         @inforef.  Add an OVERRIDE of `keep' to highlight specs of
9036         keywords whose arguments routinely include @@.
9038 2001-04-10  Gerd Moellmann  <gerd@gnu.org>
9040         * emacs-lisp/advice.el (ad-make-advised-definition):
9041         Construct advice for subrs differently.
9043         * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
9044         regexp in parentheses when building the regexp for searching backwards.
9046         * simple.el (completion-list-mode-finish): New function.
9047         (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
9049         * language/european.el ("Polish"): Change sample text.
9050         From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
9052         * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
9053         parameter.
9055         * faces.el (menu): Doc fix.
9057 2001-04-10  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9059         * ps-print.el: Footer implementation.  Doc fix.
9060         (ps-print-version): New version number (6.5.1).
9061         (ps-header-frame-alist): New customization var for header frame
9062         properties.
9063         (ps-line-number-color): New customization var for line number color.
9064         (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
9065         (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
9066         (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
9067         (ps-right-footer): New customization vars for footers.
9068         (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
9069         footers.
9070         (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
9071         (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
9072         Code fix.
9073         (ps-prologue-file): Indentation fix.
9074         (ps-print-quote): Fun eliminated.
9075         (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
9076         (ps-output-frame-properties): New fun.
9077         (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
9078         (ps-skip-newline): Replace defun by defsubst.
9080 2001-04-10  Colin Walters <walters@cis.ohio-state.edu>
9082         * eshell/eshell.el (eshell-command): Needed a "%s" format
9083         specifier, in case the buffer contains percent characters.
9085 2001-04-10  John Wiegley  <johnw@gnu.org>
9087         * calendar/timeclock.el (timeclock-generate-report): Added a
9088         missing insert of the project name.
9090 2001-04-09  Gerd Moellmann  <gerd@gnu.org>
9092         * obsolete/profile.el: Moved from emacs-lisp/.
9094         * Makefile.in (nonobsolete_setwins): New macro.
9095         (finder-data): Use it instead of `setwins'.
9096         From: Dave Love <fx@gnu.org>.
9098         * server.el (server-visit-files): Set server-existing-buffer correctly.
9099         (server-visit-files): Run server-visit-hook after going to
9100         line 1 so that the hook can set point as it sees fit.
9102         * bindings.el (mode-line-modified): Unify help messages.
9104 2001-04-07  Eli Zaretskii  <eliz@is.elta.co.il>
9106         * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
9107         All callers changed.
9109 2001-04-06  Eli Zaretskii  <eliz@is.elta.co.il>
9111         * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
9112         long file names aren't supported, truncate the file names in
9113         quail-misc-package-ext-info to 8+3 before matching them against
9114         FILENAME.
9116         * dos-fns.el (dos-truncate-to-8+3): New function.
9118         * progmodes/compile.el (grep-compute-defaults): Use null-device
9119         instead of literal /dev/null. Reported by Jens Schmidt
9120         <schmidt@mathematik.uni-kl.de>.
9122         * simple.el (normal-erase-is-backspace-mode): Doc fix.
9124 2001-04-06  Stefan Monnier  <monnier@cs.yale.edu>
9126         * textmodes/sgml-mode.el: Add unknown maintainer.
9127         (sgml-tag): Pass `str' explicitly through skeleton-transformation.
9128         (html-mode-map): Use set-keymap-parent.
9130 2001-04-06  Dave Love  <fx@gnu.org>
9132         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
9133         Remove redundant string-to-list.
9135 2001-04-05  Stefan Monnier  <monnier@cs.yale.edu>
9137         * composite.el (reference-point-alist): Doc fix.
9139 2001-04-05  Sam Steingold  <sds@gnu.org>
9141         * font-lock.el (font-lock-keywords-case-fold-search):
9142         Make buffer-local.  This fixes a very annoying bug when loading a Lisp
9143         file made font-lock case-insensitive.
9145 2001-04-05  Gerd Moellmann  <gerd@gnu.org>
9147         * faces.el (defface menu): Doc fix.
9149         * wid-edit.el (widget-color-sample-face-get): Don't make
9150         faces for undefined colors.
9152         * version.el (emacs-version): Include LessTif/Motif version info.
9154 2001-04-04  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9156         * ps-mule.el: Eliminate cl package dependence.
9157         (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
9158         if they aren't defined yet.
9159         (ps-mule-encode-header-string, ps-mule-header-string-charsets):
9160         Eliminate cl package dependence.
9162 2001-04-04  Stefan Monnier  <monnier@cs.yale.edu>
9164         * progmodes/cc-cmds.el (c-outline-level):
9165         Bind buffer-invisibility-spec.  Originally from Dave Love, but
9166         got lost when incorporating version 5.26.
9168 2001-04-04  Eli Zaretskii  <eliz@is.elta.co.il>
9170         * emulation/pc-select.el (pc-selection-mode):
9171         Call normal-erase-is-backspace-mode instead of binding
9172         keys individually.
9174         * cus-load.el (normal-erase-is-backspace): Use it instead of
9175         delete-key-deletes-forward.
9177         * startup.el (command-line): Use normal-erase-is-backspace and
9178         normal-erase-is-backspace-mode.
9180         * simple.el (normal-erase-is-backspace): Rename from
9181         delete-key-deletes-forward.  Doc fix.
9182         (normal-erase-is-backspace-mode): Rename from
9183         delete-key-deletes-forward-mode.  Doc fix.
9184         Run normal-erase-is-backspace-hook.
9186         * dired.el (dired-move-to-filename-regexp): Support file sizes in
9187         ``human-readable'' format produced by GNU `ls'.
9188         (dired-move-to-filename-regexp): Recognize ISO format dates.
9189         From Paul Eggert <eggert@twinsun.com>.
9191 2001-04-04  Gerd Moellmann  <gerd@gnu.org>
9193         * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
9194         New functions.
9195         (lm-verify): Check keywords.
9196         From Eric M. Ludlam <eric@siege-engine.com>.
9198 2001-04-03  Eric M. Ludlam  <eric@siege-engine.com>
9200         * speedbar.el (speedbar-insert-image-button-maybe): Check for
9201         `xemacs' feature instead of for the function `set-extent-property'.
9203 2001-04-03  Stefan Monnier  <monnier@cs.yale.edu>
9205         * mail/mh-utils.el (mh-folder-hist): New var.
9206         (mh-prompt-for-folder): Use it and pass `default' to completing-read.
9208 2001-04-03  Eli Zaretskii  <eliz@is.elta.co.il>
9210         * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
9211         region, position point on the first or last 16-byte group.
9212         (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
9213         and hexl-end-of-buffer.  Bind End and Home to hexl-end-of-line and
9214         hexl-beginning-of-line.
9216 2001-04-03  Gerd Moellmann  <gerd@gnu.org>
9218         * icomplete.el (icomplete-mode): Treat an argument like other
9219         modes do.
9221         * startup.el (fancy-splash-head): Use splash8.xpm for color
9222         depth 8.
9224         * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
9225         Add an antry for ``converts''.
9227         * language/slovak.el ("Slovak"): Add documentation string.
9228         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
9230         * language/czech.el ("Czech"): Add documentation string.
9231         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
9233         * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
9234         to `isci24-mule.bdf'.  From: Kenichi Handa <handa@etl.go.jp>.
9236 2001-04-02  Stefan Monnier  <monnier@cs.yale.edu>
9238         * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
9239         (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
9240         (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
9241         Use `defsubst' rather than a macro to ease debugging.
9242         (mail-extr-last): Remove (use `last' instead).
9243         (mail-extract-address-components): Properly reset the syntax-table
9244         after parsing an address.  Use `last' rather than mail-extr-last.
9245         Make sure the end marker stays at the very end.
9247 2001-04-02  Eli Zaretskii  <eliz@is.elta.co.il>
9249         * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
9250         last change.
9252 2001-04-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9254         * ps-print.el: Line and paragraph spacing feature.  Region to cut
9255         out when printing.  Doc fix.
9256         (ps-print-version): New version number (6.5).
9257         (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
9258         New vars.  Line and paragraph spacing feature.
9259         (ps-begin-cut-regexp, ps-end-cut-regexp): New vars.  Region to cut
9260         out when printing.
9261         (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
9262         (ps-get-font-size, ps-begin-job, ps-continue-line)
9263         (ps-plot-region): Code fix.
9264         (ps-print-prologue-2): Var eliminated.
9265         (ps-line-spacing-internal, ps-paragraph-spacing-internal):
9266         New internal vars.
9267         (ps-get-size): New fun.
9268         (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
9269         (ps-next-line): Replace defun by defsubst.
9270         (ps-mule-plot-string): Autoload doc fix.
9272         * ps-bdf.el: XEmacs compatibility.  Doc fix.
9273         (installation-directory, coding-system-for-read): Declare vars if
9274         it's not declared yet.
9275         (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
9277         * ps-mule.el: XEmacs compatibility.  Doc fix.
9278         (leading-code-private-22): Declare var if it's not declared yet.
9279         (charset-bytes, charset-dimension, charset-id, charset-width)
9280         (find-charset-region, split-char, char-width, chars-in-region)
9281         (forward-point, decompose-composite-char, encode-coding-string)
9282         (coding-system-p, ccl-execute-on-string, define-ccl-program):
9283         Define funs if not defined yet.
9284         (encode-composition-rule, find-composition): Define funs if not
9285         loaded yet.
9286         (ps-mule-prologue): PostScript code fix.
9288 2001-04-02  Kenichi Handa  <handa@etl.go.jp>
9290         * ps-mule.el (ps-mule-generate-font): New arg HEADER-P.  If it is
9291         non-nil, generate font for the header strings.
9292         (ps-mule-prepare-font): Likewise.
9293         (ps-mule-generate-glyphs): Likewise.
9294         (ps-mule-string-encoding): Likewise.
9295         (ps-mule-header-charsets): New variable.
9296         (ps-mule-encode-header-string): New function.
9297         (ps-mule-header-string-charsets): New function.
9298         (ps-mule-begin-job): Check charsets in the header strings.  If there
9299         are non-ASCII and non-Latin1 charsets, prepare fonts for them.
9301         * ps-print.el (ps-generate-header-line): Encode the header string by
9302         ps-mule-encode-header-string.
9303         (ps-mule-encode-header-string): Declare autoload.
9305 2001-04-02  Gerd Moellmann  <gerd@gnu.org>
9307         * frame.el (cursor-in-non-selected-windows):
9308         Replaces show-cursor-in-non-selected-windows.
9310 2001-03-31  Kenichi Handa  <handa@etl.go.jp>
9312         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9313         Delete entries for "chinese-py" and "chinese-ziranma".
9314         (quail-misc-package-ext-info): New variable.
9315         (tsang-quick-converter): New function.
9316         (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
9317         (quick-cns-converter, py-converter, ziranma-converter)
9318         (miscdic-convert, batch-miscdic-convert): New functions.
9320 2001-03-30  Kenichi Handa  <handa@etl.go.jp>
9322         * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
9323         eight-bit-control chars.
9325         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
9326         Reduce making temporary vector (suggested by Dave Love).
9328 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
9330         * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
9331         string as well.
9333 2001-03-30  Andreas Schwab  <schwab@suse.de>
9335         * files.el (backup-directory-alist): Fix typo.
9337 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
9339         * time-stamp.el (time-stamp-format): Doc fix.  From Paul Eggert
9340         <eggert@twinsun.com>.
9342 2001-03-30  Dave Love  <fx@gnu.org>
9344         * progmodes/fortran.el (fortran-comment-region): Fix typo.
9346 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
9348         * simple.el (transient-mark-mode): Mention C-g in the doc string.
9350 2001-03-30  Miles Bader  <miles@gnu.org>
9352         * subr.el (interactive-form): Fix paren typo.
9354 2001-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
9356         * emacs-lisp/profile.el: Say that it's obsolete in the header
9357         line, so that finder.el puts that into its data-base.
9358         Suggested by Alex Schroeder <alex@gnu.org>.
9360 2001-03-29  Paul Eggert  <eggert@twinsun.com>
9362         * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
9363         LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
9365 2001-03-29  Stefan Monnier  <monnier@cs.yale.edu>
9367         * generic.el (generic-mode-set-comments): Use "" rather than nil
9368         for comment-end.
9370 2001-03-29  Gerd Moellmann  <gerd@gnu.org>
9372         * emacs-lisp/advice.el (ad-make-advised-definition):
9373         Call interactive-form to obtain the interactive spec of subrs.
9375         * subr.el (interactive-form): New function.
9377 2001-03-29  Andre Spiegel  <spiegel@gnu.org>
9379         * vc-sccs.el (vc-sccs-register): Use relative file names.
9381 2001-03-28  Gerd Moellmann  <gerd@gnu.org>
9383         * bookmark.el (bookmark-get-bookmark): Handle case that
9384         BOOKMARK is not a string.
9386         * image.el (image-type-regexps): Change type for PS files
9387         to `postscript'.
9389         * subr.el (read-passwd): Clear command history after each
9390         character entered.  From: Stephen Gildea
9391         <gildea@stop.mail-abuse.org>.
9393 2001-03-27  Kenichi Handa  <handa@etl.go.jp>
9395         * international/kkc.el (kkc-save-init-file): Locally bind
9396         print-length to nil.
9398 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
9400         * textmodes/flyspell.el: Some doc fixes.
9401         (flyspell-maybe-correct-transposition)
9402         (flyspell-maybe-correct-doubling): Use a temporary buffer
9404         * textmodes/ispell.el (ispell-parse-output): Doc fix.
9406         * emacs-lisp/byte-opt.el (byte-optimize-while)
9407         (byte-optimize-form-code-walker): Diagnose too few arguments
9408         for `if' and `while'.
9410 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
9412         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9413         Prepend `\' to "\<quail-translation-docstring>".
9415 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
9417         * autorevert.el (global-auto-revert-non-file-buffers):
9418         Remove duplicate defcustom.
9420 2001-03-26  Miles Bader  <miles@gnu.org>
9422         * international/latin1-disp.el (latin1-char-displayable-p):
9423         Add leading "-" for X font pattern.
9425 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
9427         * international/mule-diag.el (describe-coding-system):
9428         For raw-text and emacs-mule, don't add anymore text about what
9429         charsets they can encode.
9431 2001-03-25  Eli Zaretskii  <eliz@is.elta.co.il>
9433         * help.el (view-lossage): Mention open-dribble-file in the doc
9434         string.  Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
9436 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
9438         * skeleton.el (skeleton-internal-list): Fix bogus logic.
9439         (skeleton-pair-insert-maybe): Don't pair after a backslash.
9441 2001-03-23  Kenichi Handa  <handa@etl.go.jp>
9443         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
9444         Call ccl-execute-on-string directly so that CCL program handling
9445         multibyte sequence can work correctly.
9446         (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
9447         property of the coding system.
9449 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
9451         * textmodes/fill.el (fill-individual-paragraphs-prefix):
9452         Fix transcription typo.
9454 2001-03-22  Rajesh Vaidheeswarran  <rv@gnu.org>
9456         * whitespace.el: Add buffer local variables to toggle testing of
9457         whitespaces in buffers without affecting the default values.
9458         Bump version to 3.0 to account for a few other changes.
9459         (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
9460         (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
9461         (whitespace-toggle-spacetab-check): New functions.
9463 2001-03-21  Stefan Monnier  <monnier@cs.yale.edu>
9465         * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
9467 2001-03-21  Gerd Moellmann  <gerd@gnu.org>
9469         * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
9470         bs-cycle-configuration-name.  From Juanma Barranquero
9471         <lektu@uol.com.br>.
9473         * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
9474         and cc-vars.el.
9476         * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
9477         headers.  Always invoke sendmail with option -t.
9479 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9481         * Release of cc-mode 5.28.
9483 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9485         * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
9486         Removed the hardcoded switch to "java" style in Java mode.
9487         It's instead taken care of by the default value for c-default-style.
9489 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9491         * cc-align.el (c-lineup-math): Fix bug where lineup was
9492         triggered by equal signs in string literals.
9494 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9496         * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
9497         limit detection when at the ends of the buffer.
9499         * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
9500         "for" statement clause in case 7F; a better one is done
9501         earlier in case 7D anyway.
9503 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9505         * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
9506         somewhat more and did a small optimization.
9508 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9510         * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
9511         Use the limit argument only to limit the syntactic context
9512         search, not to limit the actual movement.
9514         * cc-cmds.el (c-beginning-of-statement): Move by sentence
9515         inside multiline strings, just like in comments.  Also various
9516         fixes to the paragraph and comment prefix recognition, block
9517         comment ender handling etc.
9519 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9521         * cc-cmds.el (c-fill-paragraph): Take more care to preserve
9522         the relative position of the point.
9524         * cc-cmds.el (c-electric-continued-statement): New function to
9525         use as abbrev hook to reindent for keywords such as "else"
9526         that continues an earlier statement.
9528         * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
9529         like classes.
9531         * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
9532         (pike-mode): Populate the default abbrev tables to reindent for
9533         keywords such as "else" that can continue earlier statements.
9534         Abbrev mode is therefore turned on by default now.  (Note that
9535         this doesn't apply to idl-mode, since IDL afaik doesn't have
9536         statements at all.)
9538 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9540         * cc-engine.el (c-inside-bracelist-p): Fix for handling
9541         bracelists where the declaration contains template arguments.
9543 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9545         * cc-cmds.el (c-comment-indent):
9546         Use `c-get-syntactic-indentation' to correctly calculate the
9547         syntactic indentation.  Fixes bug with lineup functions that
9548         return vectors.
9550         * cc-engine.el (c-get-syntactic-indentation): Split the
9551         indentation sum calculation from `c-indent-line' to a separate
9552         function.
9554 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9556         * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
9557         Fixed places where it was assumed that preprocessor directives
9558         have to start in column zero.
9560         * cc-engine.el (c-beginning-of-member-init-list): Handle C++
9561         template arguments after a class identifier properly.
9563         * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
9564         lists for `new Foo[]' constructs in Java as expressions and
9565         not top level definition brace lists on the top level, so that
9566         they'll get indented consistently with the same type of
9567         expression in a normal block.
9569 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9571         * cc-cmds.el (c-fill-paragraph): The kludge that checks
9572         whether the adaptive filling package fails to keep the comment
9573         prefix is now kludged further to check for filladapt-mode
9574         which doesn't have that problem. This is really icky, but it's
9575         the only way that works with the current misfeatures/bugs in
9576         both adaptive-fill-mode and filladapt-mode.
9578         * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
9579         around point is recognized more robust.
9581 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9583         * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
9584         (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
9585         (c-lit-type): Fixed all internal variables used dynamically so
9586         that they are always bound.
9588         * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
9589         errors:
9591         (c-indent-region): Fixed reporting of syntactic errors so that
9592         the region is fully reindented even when an error occurs.
9593         The last syntactic error is printed afterwards.  Also cleanup up a
9594         whole lot of code that tried to optimize indentation of whole
9595         sexps but in reality accomplishes nothing.
9597         (c-indent-sexp): Use c-indent-region.
9599         (c-parsing-error): Changed this variable to hold the message
9600         for any syntactic error that is discovered.
9602         (c-parse-state): Search backward from point instead of the bod
9603         position when the latter is invalid.  This makes CC Mode
9604         recover faster when there are unbalanced close braces.
9606         (c-backward-to-start-of-if): Use c-parsing-error to report
9607         dangling "else" clauses instead of throwing an error, and fall
9608         back to a reasonable position.
9610         (c-indent-line): Added argument to avoid reporting syntactic errors.
9612         (c-show-syntactic-information): Don't report any syntactic errors.
9614 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9616         * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
9617         paragraph recognition when moving by sentence in literals.
9619         * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
9620         start regexp for javadoc to recognize javadoc markup in general instead
9621         of a specific set of keywords, to be more future-safe.
9623         (c-Pike-pikedoc-paragraph-start)
9624         (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
9625         pikedoc markup.
9627         * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
9629         (pike-mode): Initialize paragraph settings pikedoc recognition.
9631         * cc-vars.el (c-default-style): Made a nicer Customize widget.
9633         (c-comment-prefix-regexp): Made it possible to use an
9634         association list on this to specify mode specific regexps.
9635         The default value now use a special regexp in Pike mode to
9636         recognize pikedoc markup.
9638         (c-current-comment-prefix): New variable containing the actual
9639         regexp from c-comment-prefix-regexp for the current buffer.
9641 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9643         * cc-cmds.el (c-electric-brace): Fixed check for special brace
9644         lists: We can't look at the syntax, since a brace list can get
9645         recognized as a plain statement-cont.
9647         * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
9648         special brace list opener broken over two lines got recognized
9649         as a statement on the second line.  Case 9A changed.
9651 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9653         * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
9654         adjustment after line is reindented.
9656 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9658         * cc-defs.el (c-point): Added optional argument for position
9659         to use instead of the current point.
9661         * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
9662         the in-expression block symbols when the construct starts at
9663         boi, to avoid the extra level of indentation in that case.
9664         Cases 4, 16A and 17E affected.
9666 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9668         * cc-cmds.el: Use `indent-according-to-mode' instead of direct
9669         calls to `c-indent-line', to adhere better to Emacs conventions.
9671         * cc-engine.el (c-indent-line): Use the syntax already bound
9672         to `c-syntactic-context', if there is any.
9674 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9676         * cc-engine.el (c-get-offset): Fixed bug where the indentation
9677         wasn't added up correctly when a lineup function returned nil.
9679 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9681         * cc-engine.el (c-collect-line-comments): Fixed bug where
9682         empty lines were ignored when collecting line comments backwards.
9684 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9686         * cc-align.el (c-lineup-dont-change): Return an absolute
9687         indentation column to work correctly in the case when several
9688         syntactic elements are processed for the same line.
9690         * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
9691         (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
9692         (c-set-offset): Added absolute indentation column settings by
9693         using the vector type.
9695 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9697         * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
9698         Implemented two new cleanups `space-before-funcall' and
9699         `compact-empty-funcall'.
9701 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9703         * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
9704         helping building regexps.
9706         * cc-engine.el (c-on-identifier): New function for detecting
9707         identifiers.  It takes keywords into account.
9709         * cc-langs.el, cc-mode.el: Added regexps for complete keyword
9710         lists.  `c-keywords' is set to a regexp matching all keywords
9711         in the current language.
9713 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9715         * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
9716         list of characters to skip backwards over at the beginning of
9717         a statement, since it can precede string literals in Pike.
9719 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9721         * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
9722         recognition when standing on the last line in a C++ comment
9723         with nothing but whitespace after the prefix.
9725         * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
9726         given no limit argument.
9728 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9730         * cc-engine.el (c-inside-bracelist-p): Fixed brace list
9731         recognition for the `[]= operator symbol in Pike.
9733 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9735         * cc-bytecomp.el (cc-eval-when-compile): New macro that works
9736         around a bug in `eval-when-compile' in the byte compiler.
9738         * cc-engine.el (c-forward-token-1): Fixed bug with return
9739         value when count is zero and there's no token start within the limit.
9741         (c-guess-basic-syntax): Don't add 'comment-intro to lines with
9742         "prefix comments", i.e. comments which are followed by code on
9743         the same line.
9745         * cc-mode-19.el: Fixes so that checks that must be done at
9746         compile time also are done then.
9748 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9750         * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
9751         time and at runtime, and only when it's needed.
9753 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9755         Major cleanup for less error prone and more warning free
9756         compilation, including some fixes for bugs due to different
9757         compilation orders. Thanks to Martin Buchholz for providing
9758         the basis for all this.
9760         * cc-bytecomp.el: New file that provides some byte compilation
9761         features: It ensures that files always are loaded from the
9762         current source directory during compilation, and it provides a
9763         set of macros to turn off specific compiler warnings for
9764         specific symbols.  (It's not CC Mode specific in any way.)
9766         Fixed a nearly acyclic dependency tree (both runtime and
9767         compile-time) between all files.
9769         * cc-defs.el: Separated all macros before the inline functions,
9770         to ensure correct compilation.
9772         * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
9773         cc-defs.el to cc-engine.el and made it a function instead.
9775         * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
9776         about char-after.
9778         * cc-vars.el: Cope even when there isn't a custom package
9779         containing defcustom available.
9781         * cc-make.el: Removed since it's no longer necessary.
9783         README: Updated installation instructions.
9785 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9787         * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
9788         improve the modularity: Moved all mode init stuff from
9789         cc-langs.el to cc-mode.el, including the keymap
9790         initialization; cc-langs now only contains the various
9791         variables for configuring the language syntax.
9793         * cc-engine.el, cc-styles.el (c-evaluate-offset)
9794         (c-get-offset): Moved from cc-styles to cc-engine since file
9795         dependency analysis suggests they belong there (which also
9796         makes more sense).  Thanks to Martin Buchholz for doing the analysis.
9798 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9800         * cc-cmds.el (c-fn-region-is-active-p): New function that
9801         wraps the corresponding macro, for use in places that aren't
9802         compiled.  Thanks to Martin Buchholz for pointing out this.
9804         * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
9806         * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
9807         add things to the bug report.
9809 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9811         * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
9812         returned prefix could contain a newline when the search for a
9813         good prefix line failed.
9815 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9817         * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
9818         (c-toggle-auto-hungry-state): Made the argument optional, as
9819         the documentation says it is.
9821 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9823         * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
9824         multiline string syntax, #"...", as a cpp macro.
9826 2001-03-21  Paul Eggert  <eggert@twinsun.com>
9828         * international/mule-cmds.el (set-locale-environment):
9829         Set system-messages-locale and system-time-locale, but only if the
9830         caller specifies a non-nil locale name.
9832 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
9834         * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
9835         problems for the interpreter.  From: John Wiegley  <johnw@gnu.org>
9837 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
9839         * follow.el (follow-avoid-tail-recenter): Doc fix.
9841         * custom.el (custom-set-variables): Avoid reversing the list
9842         of args needlessly.
9844         * startup.el (fancy-splash-head): Don't change the colors of the
9845         XPM image on a dark background.
9847         * comint.el (comint-exec-1): Set columns of the terminal to
9848         window-width instead of frame-width.
9850         * info.el (Info-scroll-down): Add missing WINDOW arg for
9851         pos-visible-in-window-p.
9853         * ehelp.el (electric-help-mode-hook): Add defcustom.
9855         * mail/sendmail.el (mail-mode): Activate case-folding in
9856         font-lock-defaults.
9858 2001-03-19  Stefan Monnier  <monnier@cs.yale.edu>
9860         * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
9861         (completion-ignored-extensions): Remove duplicate ".class".
9863 2001-03-19  Andreas Schwab  <schwab@suse.de>
9865         * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
9866         From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
9868 2001-03-19  Gerd Moellmann  <gerd@gnu.org>
9870         * language/european.el ("Latin-5", "Latin-4"): Use postfix input
9871         methods since there are not prefix input methods.
9873 2001-03-19  Kenichi Handa  <handa@etl.go.jp>
9875         * international/mule-cmds.el (read-input-method-name):
9876         Locally bind enable-recursive-minibuffers to t.
9878 2001-03-18  Stefan Monnier  <monnier@cs.yale.edu>
9880         * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
9882 2001-03-17  Michael Kifer  <kifer@cs.sunysb.edu>
9884         * ediff-util.el: Copyright years.
9885         (ediff-choose-syntax-table): New function.
9886         (ediff-setup): Use ediff-choose-syntax-table.
9888         * ediff-init.el (ediff-with-syntax-table): New macro, uses
9889         with-syntax-table.
9891         * ediff.el: Date of last update, copyright years.
9893         * ediff-wind (ediff-setup-control-frame): Nill->nil.
9895         * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
9896         of Scott Bronson.
9897         (ex-cmd-assoc,ex-cmd-one-letr): New functions.
9898         (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
9899         Deleted functions.
9900         (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
9901         ex-token-list.
9903         * viper-util.el: Spaces, indentation.
9905         * viper.el: Changed version, modification time.
9907 2001-03-16  John Wiegley  <johnw@gnu.org>
9909         * calendar/timeclock.el (timeclock-workday-remaining):
9910         Check whether `discrep' is non-null before using it.
9912 2001-03-16  John Wiegley  <johnw@gnu.org>
9914         * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
9915         first-time checkins.
9916         (timeclock-log-data): Fixed problem with reading timelog log file.
9917         Resulting data in the "day list" was incorrect.
9918         (timeclock-find-discrep): Check if `timeclock-file' is readable
9919         before opening it.
9920         (timeclock-time-less-p): New function.
9921         (timeclock-day-base): New function.
9922         (timeclock-geometric-mean): New function.
9923         (timeclock-generate-report): Generate a summary report based on
9924         the contents of the log file.  This uses `timeclock-log-data', and
9925         is an example of writing a timelog manipulation function.
9926         (timeclock-visit-timelog): A quick command for opening the timelog
9927         file.
9928         (timeclock-log-data): Bound the variable event.
9930 2001-03-16  Kenichi Handa  <handa@etl.go.jp>
9932         * international/mule-cmds.el (select-safe-coding-system):
9933         Fix typo: symbol-name -> symbol-value.
9935         * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
9936         before substitute-in-file-name to handle double slashes in FILE
9937         correctly.
9939 2001-03-15  Gerd Moellmann  <gerd@gnu.org>
9941         * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
9942         for Slovak.  From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
9944 2001-03-14  Gerd Moellmann  <gerd@gnu.org>
9946         * bindings.el (features): Add `md5' and `overlay' to the list.
9948         * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
9949         bound before using it.  It's not bound when configured without X,
9950         for instance.
9952 2001-03-13  Thien-Thi Nguyen  <ttn@gnu.org>
9954         * progmodes/hideshow.el: Update copyright.
9955         (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
9956         (hs-minor-mode-hook): Include `:version' in defcustom form.
9958 2001-03-13  Gerd Moellmann  <gerd@gnu.org>
9960         * help.el (string-key-binding): Don't call event-start on
9961         a non-list.
9963 2001-03-13  Eli Zaretskii  <eliz@is.elta.co.il>
9965         * startup.el (fancy-splash-tail, command-line-1): Fix the
9966         copyright year.
9968 2001-03-13  Kenichi Handa  <handa@etl.go.jp>
9970         * term.el: These changes are based on a patch sent from Yong Lu
9971         <lyongu@yahoo.com>.
9972         (term-set-escape-char): Bind M-x to execute-extended-command in
9973         term-raw-escape-map.
9974         (term-move-columns): Don't try to move to negagive column.
9975         (term-emulate-terminal): Insert a string before deleting a text to
9976         overwrite.
9978 2001-03-12  Gerd Moellmann  <gerd@gnu.org>
9980         * play/life.el (life): Rearrange code so that all calls to
9981         life-display-generation are in a catch-form.
9983         * progmodes/etags.el (tags-loop-continue): Don't change point in a
9984         file that isn't interesting.  In an interesting file, push the old
9985         value of point on the mark ring.
9987         * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
9988         New function.
9989         (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
9990         Use it.
9992         * emacs-lisp/autoload.el (generate-file-autoloads):
9993         Remove warning about line lengths.
9995 2001-03-12  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
9997         * progmodes/etags.el (tags-compression-info-list): New variable.
9998         (find-tag-in-order): Use it to deal with compressed source files.
9999         (tag-file-name-match-p): New function.
10000         (etags-recognize-tags-table): Use it for better match of file names.
10002 2001-03-12  Kenichi Handa  <handa@etl.go.jp>
10004         * international/mule-cmds.el (register-input-method): Doc fix.
10006         * international/quail.el (quail-translate-key): Fix condition to
10007         check if there's another breaking point in the current key.
10009 2001-03-11  Eli Zaretskii  <eliz@is.elta.co.il>
10011         * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
10012         Babyl header to the newly-created output file, bind
10013         coding-system-for-write to either rmail-file-coding-system or
10014         emacs-mule-unix.
10016 2001-03-11  Stefan Monnier  <monnier@cs.yale.edu>
10018         * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
10019         Fix the name and regexp used for subsubsections.
10021 2001-03-10  Dave Love  <fx@gnu.org>
10023         * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
10024         and save-buffer if buffer-file-name non-nil.  From rms.
10026 2001-03-10  Andre Spiegel  <spiegel@gnu.org>
10028         * vc.el (vc-do-command): If the destination buffer is already
10029         current, don't set it up and don't erase it.  Updated doc string
10030         to reflect that.
10031         (vc-version-diff): When doing a single file diff, don't switch to the
10032         *vc-diff* buffer before the command.  This is to preserve local
10033         variable bindings that might affect the diff command.
10034         (vc-print-log): Don't switch to the *vc* buffer before the
10035         command, so that local variable bindings are preserved.
10037         * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
10038         not the current buffer.
10039         (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
10041         * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
10042         make output go to buffer *vc*, not the current buffer.
10044 2001-03-09  Stefan Monnier  <monnier@cs.yale.edu>
10046         * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
10047         so ^, $, *, ? and + are interpreted correctly.
10049 2001-03-09  Gerd Moellmann  <gerd@gnu.org>
10051         * help.el (string-key-binding): Renamed from
10052         mode-line-key-binding.  Handle any event on a string.
10053         Check for `keymap' properties as well as `local-map' properties.
10055         * comint.el (comint-insert-clicked-input): Use the last key
10056         from this-command-keys to lookup the global key definition.
10058 2001-03-09  Kenichi Handa  <handa@etl.go.jp>
10060         * international/characters.el: Add category `j' for
10061         katakana-jisx0201.   Fix syntaxes of katakana-jisx0201.
10063         * international/mule-conf.el (no-conversion): Fix docstring.
10064         (raw-text): Fix docstring.
10066 2001-03-08  Gerd Moellmann  <gerd@gnu.org>
10068         * simple.el (choose-completion-string): When not leaving the
10069         minibuffer, raise the minibuffer frame when minibuffer-auto-raise
10070         is set.
10072         * window.el (shrink-window-if-larger-than-buffer): Handle frame
10073         parameter `(minibuffer . t)'.
10075 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
10077         * progmodes/sh-script.el (sh-st-symbol): New symbol.
10078         (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
10079         (sh-mode): Remove `make-local-variable' for unused var
10080         `font-lock-unfontify-region-function'.
10082 2001-03-07  Richard M. Stallman  <rms@gnu.org>
10084         * info.el (Info-scroll-down): Fix previous change.
10086         * mail/rmail.el (rmail-toggle-header): Use a window which
10087         is showing the Rmail buffer, rather than the selected window.
10089 2001-03-07  Dave Love  <fx@gnu.org>
10091         * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
10092         now, to avoid problems with binding imenu directly to a mouse event.
10094 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
10096         * info.el (Info-scroll-down): Call pos-visible-in-window-p with
10097         second arg t.
10099 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
10101         * log-edit.el (log-edit-common-indent): New var.
10102         (log-edit-set-common-indentation): Renamed from
10103         log-edit-delete-common-indentation.  Use the new var.
10104         (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
10106         * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
10107         (cvs-mode-add-change-log-entry-other-window):
10108         Don't presume change-log-default-name is defined.
10110         * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
10112         * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
10113         the "tree" operation as well.
10115         * pcvs-parse.el (cvs-parse-table): Add another ignored message.
10117         * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
10118         to match paragraph-start.
10120         * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
10121         comment-start-skip and set comment-end-skip as well.
10122         (sgml-comment-indent): Fix for new value of comment-start-skip.
10123         (html-autoview-mode): Don't bother using make-local-hook.
10125 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
10127         * cus-edit.el (custom-save-delete): Move in front of local
10128         variables, otherwise long Custom entries would make them ineffective.
10130         * uniquify.el: Set maintainer to FSF.
10132 2001-03-07  Eli Zaretskii  <eliz@is.elta.co.il>
10134         * dired-aux.el (dired-do-shell-command): Doc fix.
10136 2001-03-06  Stefan Monnier  <monnier@cs.yale.edu>
10138         * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
10140         * which-func.el (which-func-modes): Add cperl-mode.
10141         (which-func-mode-global): Use define-minor-mode.
10143         * info-look.el: Docstring fixes and dead code eliminated.
10144         (cperl-mode): Add support.
10145         (emacs-lisp-mode): List all entries from elisp manual, whether
10146         or not they are currently (f)bound or not.  Update regexp.
10148         * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
10150         * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
10151         so that C-h m shows the correct information.
10152         Use make-local-variable rather than make-variable-buffer-local.
10153         (cperl-info-buffer, cperl-setup-tmp-buf):
10154         Use make-local-variable rather than make-variable-buffer-local.
10155         (cperl-msb-fix, cperl-get-help-defer):
10156         Check major-mode for `cperl-mode' as well.
10158         * progmodes/cperl-mode.el: Updated to author version 4.23.
10159         (cperl-electric-pod): SYNOPSIS was misspelled.
10160         (cperl-find-pods-heres): @if ? a : b was considered a REx.
10161         (cperl-after-expr-p): Make true after __END__.
10163 2001-03-06  Gerd Moellmann  <gerd@gnu.org>
10165         * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
10166         bookmark-completion-ignore-case is t.
10168         * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
10169         switch, like xterm, and concat resource strings, with a newline
10170         between them.
10172 2001-03-06  Eli Zaretskii  <eliz@is.elta.co.il>
10174         * international/codepage.el (cp770-decode-table)
10175         (cp773-decode-table, cp774-decode-table): New variables.
10177         * man.el (Man-hyphenated-reference-regexp): New variable.
10178         (Man-build-references-alist): Use it to search for referenced
10179         manpages.  If hyphenated is non-nil, record a concatenated word in
10180         Man-refpages-alist only if it matches Man-reference-regexp.
10181         Update word's length when it is concatenated.  Reverse the list,
10182         to get the first manpage at the head.
10183         (Man-possibly-hyphenated-word): New function.
10184         (Man-follow-manual-reference): Use it instead of current-word to
10185         find a manpage at point, in a way that accounts for hyphenated
10186         references.
10188 2001-03-06  Alex Schroeder  <alex@gnu.org>
10190         * sql.el (sql-interbase): New function.
10191         (sql-interbase-program): New option.
10192         (sql-interbase-options): New option.
10193         And some typos fixed: "customise" to "customize".
10195 2001-03-06  Dave Love  <fx@gnu.org>
10197         * textmodes/flyspell.el (flyspell-region):
10198         Set up flyspell-local-mouse-map.
10200 2001-03-05  Richard M. Stallman  <rms@gnu.org>
10202         * mail/rmail.el (rmail-retry-failure):
10203         Don't call rmail-beginning-of-message.
10204         Don't discard From: field.  Do discard Received: field.
10205         Use unwind-protect to re-prune.
10206         (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
10208 2001-03-06  Kenichi Handa  <handa@etl.go.jp>
10210         * international/quail.el (quail-title): Add autoload cookie.
10212 2001-03-05  Dave Love  <fx@gnu.org>
10214         * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
10215         new defs.
10217 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
10219         * language/ethio-util.el (ethio-toggle-space):
10220         Update current-input-method-title if necessary.
10221         (ethio-toggle-punctuation): Likewise.
10223         * international/quail.el (quail-title): Fix for the case that a
10224         title of an input method is specified by a list of the same form
10225         as used in mode-line-format.
10227         * international/mule-cmds.el (activate-input-method):
10228         If current-input-method-title is set by activating INPUT-METHOD,
10229         respect that value.
10231 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
10233         * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
10235 2001-03-05  Alex Schroeder  <alex@gnu.org>
10237         * sql.el (sql-sybase): Fix typo (was: query user about server two
10238         times instead of server and database).
10240         * sql.el (sql-sybase): Doc change.
10241         (sql-mysql): Doc change.
10242         (sql-postgres): Doc change.
10244 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
10246         * international/mule-conf.el (emacs-mule, raw-text):
10247         Docstring modified.
10249 2001-03-04  Eli Zaretskii  <eliz@is.elta.co.il>
10251         * term/internal.el: Update copyright notice.
10253         * term/pc-win.el: Update copyright notice.
10255 2001-03-02  Dave Love  <fx@gnu.org>
10257         * files.el (insert-file-contents-literally):
10258         Bind inhibit-file-name-handlers and inhibit-file-name-operation,
10259         not jka-compr-compression-info-list.
10261 2001-03-02  Stefan Monnier  <monnier@cs.yale.edu>
10263         * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
10264         spaces in default comment-start-skip settings rather than \s-.
10266 2001-03-02  Eli Zaretskii  <eliz@is.elta.co.il>
10268         * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
10269         default-frame-alist as well.
10271 2001-03-01  Dave Love  <fx@gnu.org>
10273         * textmodes/reftex.el (defvar): Wrap some defvars in
10274         eval-when-compile.  From Markus Rost <rost@math.ohio-state.edu>.
10276         * subr.el (event-basic-type): Doc fix.
10278         * international/quail.el: Doc fixes.
10280         * international/utf-8.el: Doc fixes.
10282         * international/mule-cmds.el: Doc fixes.
10283         (leim-list-header): Fix header text.
10285         * international/mule.el (coding-system-category): Doc fix.
10287         * international/ccl.el (ccl-compile): Doc fix.
10289 2001-03-01  Stefan Monnier  <monnier@cs.yale.edu>
10291         * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
10292         rather than (before|after)-change-functions.
10294 2001-03-01  Gerd Moellmann  <gerd@gnu.org>
10296         * ediff-util.el (ediff-scroll-horizontally): Arrange for
10297         scroll-left and scroll-right being called interactively so that
10298         they set the window's min_hscroll.
10300 2001-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
10302         * info.el (info-insert-file-contents-1): Accept an additional
10303         argument `lfn': if it is non-nil, concatenate `filename' and
10304         `suffix'; otherwise use the complicated MS-DOS code.
10305         All callers changed.
10306         (info-insert-file-contents, Info-find-node): If the MS-DOS port
10307         can access long file names, try the long file-name version of
10308         `info-insert-file-contents-1', then the short file-name version.
10310 2001-02-28  TAKAHASHI Naoto  <ntakahas@m17n.org>
10312         * language/ethio-util.el (setup-ethiopic-environment-internal):
10313         Change bindings of functions keys to conform to "Emacs Lisp Coding
10314         Convention".
10316         * language/ethiopic.el ("Ethiopic"): Add documentation.
10318 2001-02-28  Kenichi Handa  <handa@etl.go.jp>
10320         * international/utf-8.el (mule-utf-8): Set coding-category
10321         property to coding-category-utf-8.
10323 2001-02-27  Richard M. Stallman  <rms@gnu.org>
10325         * lpr.el (lpr-page-header-switches, print-region-1):
10326         Undo 2000-07-06 change.
10327         (lpr-add-switches): Default to t on gnu/linux.
10329 2001-02-27  Gerd Moellmann  <gerd@gnu.org>
10331         * bs.el (bs-attributes-list): Doc fix.
10333 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
10335         * help.el (describe-project): Display the file THE-GNU-PROJECT.
10337         * help.el (view-order-manuals): Use goto-address.
10339         * startup.el (command-line-1): Add info about ordering manuals
10340         to the not so fancy splash screens.
10342 2001-02-26  Andre Spiegel  <spiegel@gnu.org>
10344         * vc.el (vc-default-workfile-unchanged-p)
10345         (vc-default-latest-on-branch-p): Add missing BACKEND argument.
10347 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
10349         * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
10350         fontify in the right buffer.
10352         * allout.el (outline-flag-region): Move macro in front of first
10353         use to avoid a run-time error.
10355 2001-02-24  Andrew Innes  <andrewi@gnu.org>
10357         * makefile.w32-in: Fix copyright notice.
10359 2001-02-24  Kenichi Handa  <handa@etl.go.jp>
10361         * international/utf-8.el (mule-utf-8): Set correct value for
10362         valid-codes property.
10364         * international/fontset.el (x-complement-fontset-spec): In the
10365         case that we use ASCII font for the other charsets, use only
10366         family and registry part of it.
10368 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
10370         * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
10371         (shrink-window-if-larger-than-buffer): Doc fix.
10373 2001-02-23  Stefan Monnier  <monnier@cs.yale.edu>
10375         * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
10376         predicate passed to completing-read.
10378 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
10380         * startup.el (command-line): Fix last change.
10382 2001-02-23  Jason Rumney  <jasonr@gnu.org>
10384         * startup.el (tool-bar-originally-present): New variable.
10385         (command-line): Set it if the tool-bar is switched on at startup.
10387         * frame.el (frame-notice-user-settings): Only adjust frame height
10388         for no tool-bar case if tool-bar was originally switched on.
10389         From E. Jay Berkenbilt.
10391 2001-02-22  Stefan Monnier  <monnier@cs.yale.edu>
10393         * server.el (server-switch-buffer): Only switch window if the
10394         current one is dedicated.
10396         * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
10397         rather than using (match-beginning 0) when searching for break point.
10399 2001-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
10401         * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
10402         @ follows an accent command such as @'.  Support optional braces
10403         in commands that insert accents, like makeinfo does.
10405 2001-02-22  Gerd Moellmann  <gerd@gnu.org>
10407         * startup.el (fancy-splash-text): Add a line for ordering
10408         manuals.  Reverse order of splash screens shown.
10409         (use-fancy-splash-screens-p): Adapt to the text line added.
10411         * menu-bar.el (menu-bar-help-menu): Add an item for ordering
10412         manuals from the FSF.
10414         * help.el (view-order-manuals): New function.
10415         (toplevel): Bind C-h C-m to this function.
10417 2001-02-21  Stefan Monnier  <monnier@cs.yale.edu>
10419         * newcomment.el (comment-forward): Skip the comment-start before
10420         searching for the comment-end.
10422 2001-02-21  Dave Love  <fx@gnu.org>
10424         * custom.el (custom-initialize-changed, defcustom): Doc fix.
10426         * international/mule-cmds.el, international/mule.el: Doc fixes.
10428 2001-02-21  Gerd Moellmann  <gerd@gnu.org>
10430         * startup.el (fancy-splash-screens): Use display-hourglass
10431         instead of display-busy-cursor.
10433         * frame.el (display-hourglass): Renamed from busy-cursor.
10434         (hourglass-delay): Renamed from busy-cursor-delay-seconds.
10435         (show-cursor-in-non-selected-windows): Doc fix.
10437 2001-02-20  Dave Love  <fx@gnu.org>
10439         * international/utf-8.el: Doc and commentary fixes.
10441 2001-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
10443         * ehelp.el (with-electric-help): Doc fix.
10445 2001-02-20  Gerd Moellmann  <gerd@gnu.org>
10447         * msb.el (msb-mode): Call the update-buffers function explicitly
10448         with a FORCE argument.
10450         * menu-bar.el (menu-bar-update-buffers): Add optional parameter
10451         FORCE.  If set, update the menu even if frame-or-buffer-changed-p
10452         returns nil.
10454 2001-02-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10456         * ps-print.el: Timestamp package replacement.  Some enhancements.
10457         Some XEmacs compatibility.  Doc fix.
10458         (ps-print-version): New version number (6.4).
10459         (ps-printer-name): Initialization fix.
10460         (ps-zebra-stripe-follow): Funcionality enhancement.
10461         (ps-prologue-file): Code enhancement.
10462         (ps-right-header): Timestamp package replacement.
10463         (ps-setup, ps-face-bold-p, ps-face-italic-p)
10464         (ps-get-page-dimensions)
10465         (ps-generate-header, ps-begin-file, ps-begin-job)
10466         (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
10467         (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
10468         (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
10469         (coding-system-for-write): Var declaration (XEmacs compatibility).
10471 2001-02-20  Miles Bader  <miles@gnu.org>
10473         * image-file.el (image-file-name-extensions): Add "tif".
10475 2001-02-19  Gerd Moellmann  <gerd@gnu.org>
10477         * wid-edit.el (widget-button-click): Save the selected window
10478         around the code handling clicks on buttons.
10480 2001-02-18  Dave Love  <fx@gnu.org>
10482         * imenu.el (imenu--generic-function): Use mapc to iterate over
10483         syntax characters.
10485 2001-02-17  Richard M. Stallman  <rms@gnu.org>
10487         * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
10489         * uniquify.el (uniquify-buffer-name-style): Doc fix.
10491 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
10493         * mouse.el (mouse-save-then-kill): If the distance from the new
10494         point to the mark is equal to the distance of point from the new
10495         point, move point instead of the mark.
10497 2001-02-16  Dave Love  <fx@gnu.org>
10499         * textmodes/flyspell.el (flyspell-get-word): Return string without
10500         properties.
10502 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
10504         * generic.el (generic-find-file-regexp): Doc fix.
10505         (generic-ignore-files-regexp): New defcustom.
10506         (generic-mode-find-file-hook): If the file's name matches the
10507         regexp in `generic-ignore-files-regexp', don't enter
10508         default-generic-mode.  Doc fix.
10510 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
10512         * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
10513         Add autoload cookies.
10515         * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
10516         of cal-tex-24.
10518 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
10520         * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
10522         * progmodes/compile.el (grep-regexp-alist): Remove the blank from
10523         the character class after the (optional) drive, to support file
10524         names with embedded blanks.
10526 2001-02-15  Sam Steingold  <sds@gnu.org>
10528         * textmodes/tex-mode.el (tex-shell-running):
10529         Check the process buffer too.
10531 2001-02-15  Dave Love  <fx@gnu.org>
10533         * battery.el (battery-status-function): Fix doc, :type.
10535         * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
10537 2001-02-15  Gerd Moellmann  <gerd@gnu.org>
10539         * subr.el (read-passwd): Clear Lisp memory holding password.
10541 2001-02-15  Miles Bader  <miles@gnu.org>
10543         * info.el (Info-copy-current-node-name): New function.
10544         (Info-mode-menu): Add it to the menu.
10546 2001-02-14  Richard M. Stallman  <rms@theobromine.ai.mit.edu>
10548         * international/mule-cmds.el (toggle-input-method): Doc fix.
10550 2001-02-13  Stefan Monnier  <monnier@cs.yale.edu>
10552         * replace.el (occur): Stop at end of buffer.
10554 2001-02-13  Eli Zaretskii  <eliz@is.elta.co.il>
10556         * international/mule-cmds.el (set-input-method): Another doc fix.
10558 2001-02-13  David M. Koppelman <koppel@ee.lsu.edu>
10560         * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
10562 2001-02-13  Miles Bader  <miles@gnu.org>
10564         * faces.el (set-face-background, set-face-foreground)
10565         (set-face-stipple): Treat a value of nil as being `unspecified'.
10567 2001-02-12  Dave Love  <d.love@dl.ac.uk>
10569         * international/latin1-disp.el:  Doc fixes.
10570         (latin1-display) <defgroup>: Add :link.
10571         (latin1-display) <function>: Set variable latin1-display.
10573 2001-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
10575         * international/mule-cmds.el (set-input-method): Doc fix.
10577 2001-02-12  Eric M. Ludlam  <zappo@choochoo.ultranet.com>
10579         * speedbar.el (speedbar-frame-parameters): No toolbar lines.
10580         (speedbar-line-file): Return nil if not a file.
10581         (speedbar-buffers-line-path): Return file for tags, and dir for files.
10583 2001-02-12  Michael Kifer  <kifer@cs.sunysb.edu>
10585         * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
10586         for remote files.
10587         (ediff-coding-system-for-read): Replaced the no-conversion default
10588         with raw-text.
10590         * ediff-init.el: Removed :version from defcustom vars.
10592         * ediff-util.el (ediff-compute-custom-diffs-maybe):
10593         Better handling of the diff mode.
10595         * ediff.texi: Added ediff-coding-system-for-read.
10597         * viper.texi: Fix typos.
10599 2001-02-11  Dave Love  <fx@gnu.org>
10601         * shadowfile.el: Doc fixes.
10602         (shadow) <defgroup>: Add :link.
10603         (shadowfile-unload-hook): New function.
10604         (shadow-initialize): Use defalias, not fset.
10605         (shadow-define-cluster, shadow-define-literal-group)
10606         (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
10608         * international/mule.el: Doc and message fixes.
10610         * international/ccl.el (define-ccl-program): Doc fix.
10612 2001-02-11  Kenichi Handa  <handa@etl.go.jp>
10614         * faces.el (mode-line): Set :line-width property to -1.
10616 2001-02-10  Richard M. Stallman  <rms@gnu.org>
10618         * complete.el (partial-completion-mode): Doc fix.
10620         * simple.el (delete-key-deletes-forward-mode):
10621         Change `let' to `let*' to fix gross bug in last change.
10623         * repeat.el (repeat): Don't let execute-kbd-macro alter
10624         real-last-command.
10626 2001-02-10  Eli Zaretskii  <eliz@is.elta.co.il>
10628         * simple.el (eval-expression): Doc fix.
10630 2001-02-09  Dave Love  <fx@gnu.org>
10632         * imenu.el (imenu-generic-expression): Doc fix.
10634         * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
10635         From Juanma Barranquero.
10637         * emacs-lisp/authors.el (authors): Expand `root' before running find.
10639 2001-02-09  Kenichi Handa  <handa@etl.go.jp>
10641         * faces.el (set-face-attribute): Describe the case of a negative
10642         value specified for :line-width.
10644 2001-02-08  Stefan Monnier  <monnier@cs.yale.edu>
10646         * which-func.el (which-func-mode): Invert which-func-mode-global.
10647         From Juanma Barranquero <lektu@uol.com.br>.
10649 2001-02-08  Dave Love  <fx@gnu.org>
10651         * wid-edit.el (widget-plist-convert-widget): Replace binding of
10652         widget-plist-value-type.
10653         (widget-alist-convert-widget): Replace binding of
10654         widget-alist-value-type.
10656         * textmodes/paragraphs.el (sentence-end): Doc fix.
10658         * eshell/em-rebind.el (eshell-cannot-leave-input-list):
10659         Remove `backward-line'.
10661         * play/pong.el (pong-blank-color, pong-bat-color)
10662         (pong-ball-color, pong-border-color, pong-left-key)
10663         (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
10664         (pong-pause-key, pong-resume-key, pong-timer-delay):
10665         * mail/mh-comp.el (mh-compose-letter-function):
10666         * eshell/esh-mode.el (eshell-skip-prompt-function):
10667         * emulation/viper-ex.el (ex-unix-type-shell-options):
10668         * recentf.el (recentf-menu-filter):
10669         * ps-print.el (ps-print-region-function):
10670         * lpr.el (print-region-function):
10671         * forms.el (forms-mode-hooks):
10672         * dirtrack.el (dirtrack-directory-change-hook):
10673         * cus-start.el (temp-buffer-show-function, display-buffer-function):
10674         * textmodes/spell.el (spell-filter):
10675         * textmodes/fill.el (adaptive-fill-function):
10676         * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
10677         * progmodes/etags.el (find-tag-default-function):
10678         * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
10679         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
10681 2001-02-07  Eli Zaretskii  <eliz@is.elta.co.il>
10683         * emulation/viper-init.el (viper-fast-keyseq-timeout)
10684         (viper-translate-all-ESC-keysequences): Doc fix.  From Jim
10685         Meyering <jim@meyering.net>.
10687         * loadup.el: Revert last change.
10689 2001-02-07  Kenichi Handa  <handa@etl.go.jp>
10691         * international/mule.el (transform-make-coding-system-args):
10692         Make it work also for coding systems not using CCL.
10694 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
10696         * simple.el (previous-matching-history-element)
10697         (next-matching-history-element): Doc fix.
10699         * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
10700         specific part.
10702 2001-02-06  Dave Love  <fx@gnu.org>
10704         * add-log.el (add-log-current-defun-function)
10705         (add-log-buffer-file-name-function, add-log-file-name-function):
10706         Fix :type.
10707         (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
10709 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
10711         * info.el (info-initialize): Remove the test for system-type when
10712         invocation-directory is non-nil.
10714         * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
10715         of `font-lock-defaults' to `backward-paragraph' rather than nil.
10717 2001-02-06  Andrew Innes  <andrewi@gnu.org>
10719         * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
10720         absolute.
10722 2001-02-06  David M. Koppelman <koppel@ee.lsu.edu>
10724         * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
10725         buffers.  When hi-lock turned on rather than only checking current
10726         buffer for regexps, all buffers are checked. Moved activation of
10727         font-lock to hi-lock-refontify. When font-lock turned off rather
10728         than removing added highlighting just in current buffer, remove it
10729         in all buffers.  Changed edit menu text from "Automatic
10730         Highlighting" to "Regexp Highlighting" Documentation for
10731         highlighting phrases, minor documentation changes.
10732         (hi-lock-set-file-patterns): Execute only if there are new or
10733         existing file patterns.
10734         (hi-lock-refontify): Assume font-lock-fontify-buffer will first
10735         unfontify and, if a support mode is active, will not refontify the
10736         whole buffer.  If necessary, turn on font lock. (Removed
10737         font-lock-unfontify and font-lock support-mode-specific calls,
10738         such as lazy-lock-fontify-window.)
10739         (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
10740         patterns are found. Not useful now since find-file-hook is removed
10741         if hi-lock is off, but may be needed for per-buffer hi-lock activation.
10742         (hi-lock-face-phrase-buffer): New function.  Also added related
10743         menu item and keybinding.
10744         (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
10745         (hi-lock-process-phrase): New function.
10746         (hi-lock-line-face-buffer): Doc fixes.
10747         (hi-lock-face-buffer): Doc fixes.
10748         (hi-lock-unface-buffer): Doc fixes.
10750 2001-02-06  Gerd Moellmann  <gerd@gnu.org>
10752         * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
10753         dabbrev-ignored-regexps.
10755 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
10757         * simple.el (kill-line): Doc fix.
10759 2001-02-05  Dave Love  <fx@gnu.org>
10761         * loadup.el: Revert last two changes -- bootstrapping works with
10762         regenerated loaddefs.
10764 2001-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
10766         * isearch.el (isearch-forward): Doc fix.
10768         * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
10769         of font-lock-defaults to backward-paragraph.
10771 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
10773         * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
10774         X-Complaints-To, NNTP-Posting-Date, and User-Agent.
10776 2001-02-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10778         * ebnf2ps.el: Eliminate time-stamp functions.
10779         (ebnf-version): New version (3.5).
10780         (ebnf-eps-finish-and-write): Replace time-stamp functions by
10781         format-time-string.
10783 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
10785         * simple.el (next-line): Goto end-of-line before inserting a newline.
10787 2001-02-05  Miles Bader  <miles@gnu.org>
10789         * image-file.el (insert-image-file): When visiting an image, also
10790         set `truncate-lines' to t so that any fringe arrow looks correct.
10792 2001-02-05  Kenichi Handa  <handa@etl.go.jp>
10794         * isearch.el (isearch-forward): Add description about input method
10795         in the docsting.
10797 2001-02-04  Stefan Monnier  <monnier@cs.yale.edu>
10799         * skeleton.el (skeleton-internal-1): Always push the mark for @.
10801 2001-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
10803         * info.el (info-initialize): If installation-directory is nil, for
10804         DOS/Windows systems try looking in a sibling of invocation-directory.
10806 2001-02-02  Gerd Moellmann  <gerd@gnu.org>
10808         * wid-edit.el (widget-button-click): Fix last change.
10810         * frame.el (frame-notice-user-settings): When resizing the initial
10811         frame because the tool bar is off, also change the frame's top
10812         position if a negative top position was specified.
10814 2001-02-02  Miles Bader  <miles@gnu.org>
10816         * image-file.el (insert-image-file): When visiting an image,
10817         suppress the cursor in the image buffer.
10819 2001-02-01  Dave Love  <fx@gnu.org>
10821         * progmodes/f90.el (f90-mode): Remove startup message.
10823         * vc-cvs.el: Remove autoloads.  Require vc when compiling.
10825 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
10827         * startup.el (command-line): Fix code determining whether or not
10828         to use delete-key-deletes-forward-mode.
10830 2001-02-01  Andre Spiegel  <spiegel@gnu.org>
10832         * vc.el (vc-diff-switches): New user option.
10833         (vc-version-diff): Use it.
10834         (vc-diff-switches-list): New macro.
10836         * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
10837         New customization options.
10838         (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
10840         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
10842 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
10844         * msb.el (toplevel): Quote hook symbols.
10846 2001-02-01  Kenichi Handa  <handa@etl.go.jp>
10848         * international/mule.el (make-coding-system): Add description
10849         about recognized properties in the docstring.
10851         * international/mule-conf.el: Remove unused charsets
10852         mac-roman-lower and mac-roman-upper.
10854 2001-01-31  Gerd Moellmann  <gerd@gnu.org>
10856         * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
10857         is in front of the left-margin, if any.
10859         * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
10860         like `delete'.
10862         * bindings.el: Define `kp-delete' like `delete' in function-key-map.
10864         * term/w32-win.el (mouse-set-font): Doc fix.
10866 2001-01-31  Stefan Monnier  <monnier@cs.yale.edu>
10868         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
10869         (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
10870         on already.
10872 2001-01-31  Markus Rost  <rost@math.ohio-state.edu>
10874         * files.el (save-buffer): Don't give message if (buffer-file-name)
10875         returns nil.
10877 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
10879         * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
10881         * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
10882         concat for integers.  From Juanma Barranquero <lektu@uol.com.br>.
10884         * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
10885         display problems.
10887 2001-01-31  Kenichi Handa  <handa@etl.go.jp>
10889         * international/mule.el (charset-info): Fix docstring.
10891         * international/mule-diag.el (describe-character-set): Check final
10892         char valid before printing it.
10894 2001-01-30  Gerd Moellmann  <gerd@gnu.org>
10896         * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
10898         * frame.el (frame-notice-user-settings): Do the tool-bar
10899         stuff only for graphical displays.  Fix a braino.
10901         * frame.el (frame-initialize): Create initial frame visible.
10902         (frame-notice-user-settings): When tool-bar has been switched off,
10903         correct the frame size and sync tool-bar-mode.
10905         * startup.el (command-line): Remove manipulation of frame
10906         height for tool bars.
10908 2001-01-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10910         * lpr.el: Compatibility with XEmacs and doc fixes.
10911         (lpr-windows-system, lpr-lp-system): New vars.
10912         (lpr-printer-switch): New defcustom.
10913         (printer-name, lpr-command): Customization fix.
10914         (print-region-1): Code fix.
10915         (print-region-new-buffer, printify-region): Indentation fix.
10916         (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
10917         New functions.
10919 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
10921         * msb.el (toplevel): Fix the eval-after-load.
10923 2001-01-29  Dave Love  <fx@gnu.org>
10925         * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
10927         * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
10929         * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
10930         (tcl-using-emacs-19-23): Consider Emacs 21+.
10931         (tcl-help-directory-list, tcl-command-switches): Fix :type.
10932         (tcl-add-emacs-menu): Supply menu name.
10933         (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
10935 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
10937         * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
10939 2001-01-29  Stefan Monnier  <monnier@cs.yale.edu>
10941         * pcvs.el (cvs-mark-fis-dead): New function.
10942         (cvs-mode-add): Use it.
10943         (cvs-mode-add-change-log-entry-other-window):
10944         Rebind change-log-default-name to itself rather than to nil.
10946 2001-01-29  Sam Steingold  <sds@gnu.org>
10948         * vc-cvs.el: Replaced (require 'vc) with a bunch of
10949         `autoload' statements.
10951 2001-01-29  Eli Zaretskii  <eliz@is.elta.co.il>
10953         * files.el (confirm-kill-emacs): Doc fix.
10955         * frame.el (frame-initialize): Doc fix.
10957         * time-stamp.el (time-stamp-string): Doc fix.
10959         * woman.el (WoMan-log-1): Make the log buffer writable.
10960         From Markus Rost <rost@math.ohio-state.edu>.
10962 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
10964         * imenu.el (imenu-syntax-alist): Add autoload cookie for
10965         the `make-variable-buffer-local'.
10967 2001-01-29  Dave Love  <fx@gnu.org>
10969         * ansi-color.el (ansi-color-for-comint-mode): Add :version.
10970         (ansi-color-for-comint-mode-on, ansi-color-process-output):
10971         Add autoload cookie.
10972         (ansi-color-apply-sequence): Fix typo.
10974 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
10976         * menu-bar.el (menu-bar-files-menu): Add menu items for
10977         Postscript printing in black and white.
10979         * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
10980         X-Mailman-Version, Precedence, List-Help, List-Post,
10981         List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
10982         Content-Type, Content-Length.
10984 2001-01-29  Dave Love  <fx@gnu.org>
10986         * elide-head.el (elide-head): Make overlay evaporate.
10988         * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
10990 2001-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
10992         * isearch.el (isearch-highlight): Don't punt if the display
10993         doesn't support colors, since isearch faces are defined for
10994         monochrome displays as well.
10996 2001-01-27  Sam Steingold  <sds@gnu.org>
10998         * shell.el (shell-write-history-on-exit): Make sure that we are in
10999         the shell buffer (M-x tex-file RET inserted the error message into
11000         the TeX buffer).
11002 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
11004         * simple.el (transient-mark-mode): Doc fix.
11006 2001-01-27  Gerd Moellmann  <gerd@gnu.org>
11008         * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
11010 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
11012         * shell.el (shell-unquote-argument): If the shell is one of the
11013         mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
11014         quote character.
11015         (shell-dumb-shell-regexp): Document that the shells which match
11016         this regexp are supposed to not treat a backslash as a quote character.
11018         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
11019         from 2001-01-12.  It is not needed, since backspace is mapped into DEL.
11021 2001-01-27  Richard M. Stallman  <rms@gnu.org>
11023         * dabbrev.el (dabbrev--substitute-expansion):
11024         Treat a one-capital-letter abbrev as "not all upper case",
11025         so as to force preservation of the expansion's pattern
11026         if the expansion starts with a capital letter.
11028 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
11030         * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
11031         Doc fix.
11033         * simple.el (transient-mark-mode): Document the fact that many
11034         commands act on the region when mark is active.
11036 2001-01-27  Kenichi Handa  <handa@etl.go.jp>
11038         * international/quail.el (quail-setup-completion-buf): Make the
11039         multibyteness of current buffer inherited to Quail completion buffer.
11040         (quail-show-guidance-buf): Make the multibyteness of current
11041         buffer inherited to Quail guidance buffer.
11042         (quail-help): Make the multibyteness of current buffer inherited
11043         to Quail help buffer.
11045 2001-01-26  Dave Love  <fx@gnu.org>
11047         * time-stamp.el: Doc fixes.
11049         * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
11050         (delphi-keyword-face, delphi-other-face): Fix :type.
11052         * textmodes/flyspell.el: Doc fixes.  Add :version to new options.
11054         * mail/feedmail.el (feedmail): Add :link.
11055         (feedmail-send-it): Doc fix.
11057         * mail/sendmail.el: Doc fixes.
11058         (sendmail-send-it): Fix the non-ASCII regexp and use
11059         rfc2047-encode-string.
11061         * dired.el, dired-aux.el: Revert last change.
11063 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
11065         * makefile.w32-in (DONTCOMPILE): Add various term files.
11067 2001-01-26  Dave Love  <fx@gnu.org>
11069         * Makefile.in (DONTCOMPILE): Add various term files.
11071 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
11073         * man.el (Man-default-man-entry, Man-mode): Doc fix.
11075         * startup.el (display-startup-echo-area-message): Make sure
11076         the echo area is resized to fit the size of the startup message.
11078         * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
11079         part of which is a constant.
11081 2001-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
11083         * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
11085 2001-01-26  Richard M. Stallman  <rms@gnu.org>
11087         * simple.el (next-line): Don't let `newline' expand abbrevs.
11088         Simplify slightly.
11089         (open-line): Don't let `newline' expand abbrevs.
11091 2001-01-25  John Wiegley  <johnw@gnu.org>
11093         * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
11094         to `repeat' in the :type field.
11096         * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
11097         allow a choice of regexp or nil.
11098         (pcomplete-dir-ignore): Same.
11100         * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
11101         a command) to always fail.
11103 2001-01-25  Gerd Moellmann  <gerd@gnu.org>
11105         * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
11106         discard the result.
11107         (iswitchb-to-end): Likewise.
11109 2001-01-25  Sam Steingold  <sds@gnu.org>
11111         * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
11112         Require vc.
11114 2001-01-25  Stefan Monnier  <monnier@cs.yale.edu>
11116         * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
11118         * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
11120 2001-01-25  Dave Love  <fx@gnu.org>
11122         * lisp/international/mule-diag.el (describe-char-after): Doc fix.
11123         (describe-coding-system): Tweak the English text.
11125         * loadup.el: Preload international/ccl for utf-8.
11127 2001-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
11129         * mail/rmail.el (rmail-redecode-body): Doc fix.
11131 2001-01-25  Kenichi Handa  <handa@etl.go.jp>
11133         * international/mule-cmds.el (reset-language-environment):
11134         Reset coding-category-utf-8 to mule-utf-8.
11136         * international/mule-conf.el (coding-category-utf-8):
11137         Initialize to mule-utf-8.
11139         * loadup.el: Preload international/utf-8.
11141         * international/utf-8.el: New file.
11143 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
11145         * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
11147 2001-01-24  Sam Steingold  <sds@gnu.org>
11149         * dired.el (dired-replace-in-string): Removed.
11150         (dired-sort-toggle): Use `replace-regexps-in-string'
11151         instead of `dired-replace-in-string'.
11153         * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
11154         (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
11156         * gs.el (gs-replace-in-string): Removed.
11157         (gs-options): Use `replace-regexps-in-string'
11158         instead of `gs-replace-in-string'.
11160 2001-01-24  Eli Zaretskii  <eliz@is.elta.co.il>
11162         * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
11163         bug report is mailed to an email list and posted to a news group.
11165 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
11167         * comint.el (comint-replace-by-expanded-history-before-point):
11168         Fix change of 2000-08-03 to move point to the start of the line again.
11170         * startup.el (tool-bar-images-pixel-height): New variable.
11171         (command-line): After loading the user's init file, when
11172         tool-bar-mode is on, increase the frame's size by some lines for
11173         the tool-bar.
11175         * frame.el (frame-initialize): Create the initial frame invisible.
11177 2001-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
11179         * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
11180         (chinese-big5): MIME:Big5.
11182 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
11184         * international/mule-cmds.el (universal-coding-system-argument):
11185         Handle commands with prefix args.
11187 2001-01-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11189         * calendar/diary-lib.el (diary-float): Fix case of MONTH
11190         being a list of numbers.
11191         (diary-mail-entries): Rewritten.
11193 2001-01-23  Dave Love  <fx@gnu.org>
11195         * international/mule.el (make-coding-system): Fix typo.
11197         * textmodes/outline.el (outline-mode) <font-lock-defaults>:
11198         Add backward-paragraph as font-lock-beginning-of-syntax-function.
11200 2001-01-23  Eli Zaretskii  <eliz@is.elta.co.il>
11202         * font-lock.el (font-lock-mode): Doc fix.
11204 2001-01-23  Kenichi Handa  <handa@etl.go.jp>
11206         * international/mule.el (make-translation-table): Fix docstring.
11208 2001-01-22  Eli Zaretskii  <eliz@is.elta.co.il>
11210         * mail/rmail.el (rmail-redecode-body): New function.
11212         * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
11214 2001-01-22  Gerd Moellmann  <gerd@gnu.org>
11216         * isearch.el (isearch-lazy-highlight-case-fold-search)
11217         (isearch-lazy-highlight-regexp): New variables.
11218         (isearch-lazy-highlight-cleanup): Update lazy highlight if
11219         case-fold search or regexp search has been toggled.
11221         * wid-edit.el (widget-button-click): Avoid a save-excursion
11222         around running a global binding.
11224         * isearch.el (isearch-lazy-highlight-initial-delay): Set default
11225         to 0.25.
11227 2001-01-20  Miles Bader  <miles@gnu.org>
11229         * cus-edit.el (custom-face-save): Do post-processing on the face's
11230         new value like `custom-face-set' does.
11232 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
11234         * mail/emacsbug.el (report-emacs-bug): Report the value of
11235         LC_CTYPE, not LC_TYPE.
11237         * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
11238         isearch-toggle-regexp and isearch-edit-string to doc string.
11240 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
11242         * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
11243         as font-lock-beginning-of-syntax-function in font-lock-defaults.
11245         * jit-lock.el (jit-lock-fontify-now): Don't bind
11246         font-lock-beginning-of-syntax-function to nil.
11248 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
11250         * mail/emacsbug.el (report-emacs-bug): Report values of
11251         locale-coding-system, default-enable-multibyte-characters, and the
11252         environment variables LC_ALL, LC_TYPE, and LANG.
11254 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
11256         * font-lock.el (font-lock-default-fontify-region): Fix last change.
11258         * font-lock.el (font-lock-multiline): Default to nil.
11259         (font-lock-default-fontify-region): If font-lock-multiline is
11260         nil, don't check the property `font-lock-multiline'.
11262         * jit-lock.el (jit-lock-after-change): If font-lock-multiline
11263         is nil, don't check the `font-lock-multiline' text property.
11265 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
11267         * viper.el: Call initial-major-mode on startup.
11269         * ediff.el (ediff-patch-file): Use better defaults.
11271         * ediff-vers.el: Fix for 8+3 DOS file systems.
11273 2001-01-19  Colin Walters <walters@cis.ohio-state.edu>
11275         * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
11276         diff mode, if available.
11278 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
11280         * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
11282         * ediff-init.el (subst-char-in-string): Define and use it, unless
11283         it's already defined.
11285 2001-01-18  Gerd Moellmann  <gerd@gnu.org>
11287         * tooltip.el (tooltip-hide-delay): New user-option.
11288         (tooltip-show): Use tooltip-hide-delay instead of the default.
11290 2001-01-18  Kenichi Handa  <handa@etl.go.jp>
11292         * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
11293         kill-local-variable doesn't work for enable-multibyte-characters.
11295 2001-01-17  Dave Love  <fx@gnu.org>
11297         * ediff-init.el (ediff-before-setup-hook)
11298         (ediff-merge-filename-prefix): Add :version.
11300         * international/latin1-disp.el: Require disp-table.
11301         (latin1-display): Fix :set.
11303         * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
11305 2001-01-17  Gerd Moellmann  <gerd@gnu.org>
11307         * isearch.el (isearch-lazy-highlight-initial-delay)
11308         (isearch-lazy-highlight-interval): Default to 0.
11310 2001-01-17  Bob Glickstein  <bobg@zanshin.com>
11312         * isearch.el (isearch-highlight): Set isearch-overlay priority to
11313         1 here rather than each time through
11314         isearch-lazy-highlight-new-loop.
11315         (isearch-lazy-highlight-max): Variable deleted.
11316         (isearch-lazy-highlight-max-at-a-time): New user variable, like
11317         isearch-lazy-highlight-max but controls a single invocation of
11318         isearch-lazy-highlight-update.
11319         (isearch-lazy-highlight-wrapped): Variable recreated.
11320         (isearch-lazy-highlight-window-start): New variable.
11321         (isearch-lazy-highlight-cleanup): Restored to behavior of
11322         before 2-Jan.
11323         (isearch-lazy-highlight-remove-overlays): Function deleted;
11324         behavior folded into isearch-lazy-highlight-cleanup.  "Keep"
11325         behavior removed.
11326         (isearch-lazy-highlight-new-loop): Restore old behavior of calling
11327         isearch-lazy-highlight-update in a loop rather than just once.
11328         Test isearch-invalid-regexp here and decide not to start a new
11329         loop, rather than testing it each time through
11330         isearch-lazy-highlight-update.
11331         (isearch-lazy-highlight-search): Function restored.
11332         (isearch-lazy-highlight-update): Get called in a timer loop again,
11333         but this time highlight more than one match each time through.
11334         Only highlight matches in the visible part of the window.
11335         Start at point, move in the direction of the search, and wrap around at
11336         the edge of the window.  Use sit-for to force redisplay and ensure
11337         window-start is credible.  "Face suppressing" behavior removed;
11338         overlay priorities should make it unnecessary, right?
11339         (isearch-highlight): Face suppressing behavior removed.
11340         (isearch-dehighlight): Face suppressing behavior removed.
11341         (isearch-set-lazy-highlight-faces-at): Removed.
11343 2001-01-17  Kenichi Handa  <handa@etl.go.jp>
11345         * language/european.el ("Latin-1"): Make the format of description
11346         about additional language environments same as that of Latin-2.
11348 2001-01-16  Dave Love  <fx@gnu.org>
11350         * isearch.el (isearch-lazy-highlight): Add :version.
11352         * simple.el (backward-delete-char-untabify-method)
11353         (next-line-add-newlines): Add :version.
11355 2001-01-16  Gerd Moellmann  <gerd@gnu.org>
11357         * bindings.el: Bind <backspace> and <delete> via function-key-map.
11358         Don't bind <delete> otherwise.
11360         * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
11361         and <delete> via function-key-map.
11363         * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
11364         Subject line only if point is after the `Subject:'.
11366 2001-01-16  Kenichi Handa  <handa@etl.go.jp>
11368         * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
11369         japanese-jisx0213-2 in `charset' property of this lang. env.
11371         * language/european.el ("Latin-1"): Add description for Dutch and
11372         Spanish lang. env.
11374         * international/mule.el (decode-char): Fix conditions.
11375         (encode-char): Handle eight-bit-control too.
11376         (transform-make-coding-system-args): New function.
11377         (make-coding-system): Accept XEmacs style arguments for CCL base
11378         coding system.
11380 2001-01-15  Gerd Moellmann  <gerd@gnu.org>
11382         * progmodes/etags.el (find-tag-noselect): Save the value of
11383         tags-file-name before switching buffers, for the case it has a
11384         buffer-local value.
11386 2001-01-15  Alex Schroeder  <alex@gnu.org>
11388         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
11389         From Dave Love <fx@gnu.org>.
11390         (ansi-color-for-comint-mode): Fix :version.
11392 2001-01-15  Alex Schroeder  <alex@gnu.org>
11394         * ansi-color.el (ansi-color-unfontify-region): Doc change.
11396 2001-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
11398         * dired.el (dired-insert-directory): If file-system-info fails,
11399         remove the " free " part, but don't signal an error.
11401 2001-01-12  Sam Steingold  <sds@gnu.org>
11403         * bookmark.el (bookmark-maybe-historicize-string):
11404         Use new backquote syntax.
11406 2001-01-12  Richard M. Stallman  <rms@gnu.org>
11408         * subr.el (last): Handle a list that doesn't end in nil.
11410 2001-01-12  Sam Steingold  <sds@gnu.org>
11412         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
11413         to `backward-delete-char-untabify'.
11415 2001-01-12  Dave Love  <fx@gnu.org>
11417         * cus-edit.el (customize-menu-create): Fix the :filter following
11418         easymenu change.
11420         * wid-edit.el (function): Add :match-alternatives.
11421         (widget-color-action): Doc fix.
11423 2001-01-12  Gerd Moellmann  <gerd@gnu.org>
11425         * calendar/calendar.el (calendar-basic-setup): Doc fix.
11427 2001-01-12  Kenichi Handa  <handa@etl.go.jp>
11429         * international/mule-cmds.el (prefer-coding-system): Fix docstring.
11431         * international/ccl.el (define-ccl-program): Fix docstring.
11433 2001-01-11  Dave Love  <fx@gnu.org>
11435         * international/mule-cmds.el (standard-display-european-internal):
11436         Set display table for 2208 as for 160.
11438         * progmodes/ada-mode.el (ada-popup-key): Fix last change.
11440         * progmodes/fortran.el (fortran-mode-map): Modify Customization
11441         entry for custom-menu-create change.
11442         (fortran-strip-sqeuence-nos): Make arg optional.  Fix regexp and
11443         don't cons it in the search loop.
11445         * imenu.el (imenu--truncate-items): Revert last change.
11447 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
11449         * info.el (Info-setup-header-line): If the node header includes
11450         either Next: or Prev: links, don't show the File: and Node: parts
11451         in the header line.
11453 2001-01-11  Gerd Moellmann  <gerd@gnu.org>
11455         * comint.el (comint-goto-process-mark): Don't print a message
11456         when running in batch mode.
11458         * isearch.el (isearch-search): In the condition-case handler for
11459         `error', set isearch-invalid-regexp to the whole error message.
11461         * subr.el (eval-after-load): Call load-symbol-file-load-history to
11462         ensure that eval-after-load works for files dumped with Emacs.
11464         * help.el (load-symbol-file-load-history): New function extracted
11465         from function symbol-file.
11466         (symbol-file): Use it.
11468         * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
11470 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
11472         * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
11473         behave as if there were no prefix argument.
11474         (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
11475         argument were nil.
11477 2001-01-11  Richard M. Stallman  <rms@gnu.org>
11479         * isearch.el (isearch-lazy-highlight-update):
11480         Don't look for more potential matches once maximum is exceeded.
11481         Use overlays-in to check correctly for overlap with current match.
11482         Ignore empty matches.
11484 2001-01-11  Miles Bader  <miles@gnu.org>
11486         * textmodes/ispell.el (ispell-adjusted-window-height): New function.
11487         (ispell-overlay-window, ispell-help, ispell-show-choices)
11488         (ispell-command-loop): Use it instead of `window-height'.
11490 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
11492         * files.el (confirm-kill-emacs): New user-option.
11493         (save-buffers-kill-emacs): Ask for final confirmation before
11494         killing Emacs.
11496         * isearch.el (isearch-done): Set isearch-lazy-highlight-start
11497         to nil.
11499 2001-01-10  Dave Love  <fx@gnu.org>
11501         * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
11503         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
11505         * hi-lock.el (hi-lock-exclude-modes): Fix :type.
11507         * calculator.el (calculator-number-digits): Fix :type.
11509         * vc-cvs.el (vc-cvs-header): Fix :type.
11510         * vc-rcs.el (vc-rcs-header): Fix :type.
11511         * vc-sccs.el (vc-sccs-header): Fix :type.
11513         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
11515         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
11517         * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
11519 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
11521         * simple.el (set-variable): Force a thorough redisplay for the
11522         case that the variable has an effect on the display, like
11523         `tab-width' has.
11525 2001-01-10  Andre Spiegel  <spiegel@gnu.org>
11527         * vc.el: Add documentation for backend interface.
11529 2001-01-10  Kenichi Handa  <handa@etl.go.jp>
11531         * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
11533         * international/mule-conf.el (latin-extra-code-table): Set to t
11534         for \223 and \224.
11536 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
11538         * international/mule-cmds.el (locale-language-names): Map "es" to
11539         "Spanish" and "nl" to "Dutch".
11541 2001-01-09  Gerd Moellmann  <gerd@gnu.org>
11543         * bindings.el (global-map): Bind <home> to beginning-of-line,
11544         <end> to end-of-line, C-<home> to beginning-of-buffer, and
11545         C-<end> to end-of-buffer.
11547         * language/european.el: Add Dutch and Spanish language info
11548         to be able to use the appropriate tutorials.
11550 2001-01-09  Alex Schroeder  <alex@gnu.org>
11552         * ansi-color.el (ansi-color-process-output): Use markers instead
11553         of positions for start and end of region.
11554         (ansi-color-apply-on-region): Rewrote code to make it more robust.
11555         Previously, occasional mistakes happend when fontifying many
11556         chunks of output (eg. ls --color=yes /dev).  This happened
11557         whenever an overlay was created up to the end of the region, which
11558         coincided with the process-mark.  New text would then be added
11559         within that overlay instead of after it.
11560         (ansi-color-make-extent): Overlays are created with the property
11561         `modification-hooks' set to '(ansi-color-freeze-overlay).
11562         (ansi-color-freeze-overlay): New function.  When inserting text at
11563         the end of the overlay, the overlay will resize.
11565 2000-01-09  Alex Schroeder  <alex@gnu.org>
11567         * ansi-color.el (ansi-color-process-output): Doc change.
11568         (ansi-color-unfontify-region): Doc change.  No longer installed
11569         automatically in font-lock-unfontify-region-function.
11570         (ansi-color-apply): Doc change.
11571         (ansi-color-apply-on-region): Use extents or overlays instead of
11572         text-properties.
11573         (ansi-color-make-extent): New function.
11574         (ansi-color-set-extent-face): New function.
11576 2000-01-09  Alex Schroeder  <alex@gnu.org>
11578         * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
11579         both use ansi-color-process-output, now.
11580         (ansi-color-process-output): Doesn't return string anymore.  It is
11581         installed in comint-output-filter-functions for both Emacs and
11582         XEmacs, now.
11583         (ansi-color-unfontify-region): Simplified code removing variables
11584         pos and start-ansi.
11585         (ansi-color-apply): Put text-property ansi-color before putting
11586         text-property face because ansi-color-unfontify-region is called
11587         immediately after the call to put-text-property.
11588         (ansi-color-context-region): Doc change.
11589         (ansi-color-filter-region): Simplified code.
11590         (ansi-color-apply-on-region): Changed start to start-marker, using
11591         a marker explicitly.  Put text-property ansi-color before putting
11592         text-property face because ansi-color-unfontify-region is called
11593         immediately after the call to put-text-property.
11595 2000-01-09  Alex Schroeder  <alex@gnu.org>
11597         * ansi-color.el (ansi-color-faces-vector): Doc change.
11598         (ansi-color-for-comint-mode): Changed :type property to choice.
11599         (ansi-color-last-context): Removed.
11600         (ansi-color-process-output): Don't use ansi-color-last-context, as
11601         the main functions will store their context now.
11602         (ansi-color-context): Doc change.
11603         (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
11604         Uses ansi-color-context such that repeated calls will strip
11605         partial escape sequences, too.
11606         (ansi-color-apply): Simplified code.  Colorize end of string if
11607         face is not null.  Store context in new (FACE STRING) format, such
11608         that repeated calls will strip partial escape sequences, too.
11609         Append faces to face property using ansi-color-apply-sequence such
11610         that cumulative mode actually works.
11611         (ansi-color-context-region): New variable.
11612         (ansi-color-filter-region): Rewrote it based on
11613         ansi-color-apply-on-region.  Uses ansi-color-context-region such
11614         that repeated calls will strip partial escape sequences, too.
11615         (ansi-color-apply-on-region): Simplified code.  Colorize end of
11616         region if face is not null.  Store context in new (FACE POS)
11617         format, such that repeated calls will strip partial escape
11618         sequences, too.  Append faces to face property using
11619         ansi-color-apply-sequence such that cumulative mode actually works.
11620         (ansi-color-apply-sequence): New function.
11621         (ansi-color-get-face): When the default face is added to the list
11622         of faces, all previous settings are discarded and the list of
11623         faces is set to '(default).
11625 2000-01-09  Alex Schroeder  <alex@gnu.org>
11627         * ansi-color.el (ansi-color-faces-vector): Use nil for the default
11628         face, such that ansi-color-apply and ansi-color-apply-on-region
11629         will do the right thing.
11630         (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
11631         returns nil, set the list of faces back to nil instead of
11632         appending the result of ansi-color-get-face to the front of the list.
11634 2000-01-09  Alex Schroeder  <alex@gnu.org>
11636         * ansi-color.el (ansi-color-for-comint-mode): Doc change.
11637         (ansi-color-process): Doc change.
11638         (ansi-color-last-context): New buffer-local variable.
11639         (ansi-color-process-output): New function.  It is automatically
11640         added to comint-output-filter-functions if this is XEmacs.
11641         (ansi-color-unfontify-region): New optional parameter for XEmacs
11642         compatibility.  Check wether font-lock-syntactic-keywords is
11643         boundp before removing the syntax table text property, as XEmacs
11644         doesn't have it.
11645         (ansi-color-filter-region): Doc change.
11646         (ansi-color-apply-on-region): Doc change.
11647         (ansi-color-make-face): New function.  Compatibility layer for
11648         XEmacs.  Return temporary faces instead of cons cells for XEmacs.
11649         (ansi-color-make-color-map): Use ansi-color-make-face.
11650         (ansi-color-get-face): Avoid face text property '(nil) as results
11651         in an errow for XEmacs.
11653 2000-01-09  Alex Schroeder  <alex@gnu.org>
11655         * ansi-color.el (ansi-color-unfontify-region): New function.
11656         Uses text-property ansi-color in order to preserve fontification by
11657         ansi-color.  When the package is loaded, a lambda expression is
11658         put onto font-lock-mode-hook.  This lambda expression will check
11659         font-lock-unfontify-region-function and replace
11660         font-lock-default-unfontify-region with ansi-color-unfontify-region.
11661         (ansi-color-apply): Add text-property ansi-color in addition to
11662         text-property face.
11663         (ansi-color-apply-on-region): Add text-property ansi-color in
11664         addition to text-property face.
11665         (save-buffer-state): Copy of the macro that is also used by
11666         lazy-lock and font-lock.
11668         (ansi-color-for-comint-mode): New option.
11669         (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
11670         (ansi-color-for-comint-mode-off): Ditto.
11671         (ansi-color-for-comint-mode-filter): Ditto.
11672         (ansi-color-process): New function.  Uses ansi-color-for-comint-mode to
11673         decide what to do.  This function is added to
11674         comint-preoutput-filter-functions when the package is loaded.
11676         (ansi-color-for-shell-mode-set): Removed.
11677         (ansi-color-for-shell-mode): Removed.
11679 2000-01-09  Alex Schroeder  <alex@gnu.org>
11681         * ansi-color.el (ansi-color-for-shell-mode-set): New function with
11682         the lambda expression from the ansi-color-for-shell-mode :set
11683         property.  Additionally, modify shell-mode-hook to enable or
11684         disable font-lock-mode for future shell buffers.
11685         (ansi-color-for-shell-mode): The :set property calls
11686         ansi-color-for-shell-mode-set instead of a lambda expression.
11688 2000-01-09  Alex Schroeder  <alex@gnu.org>
11690         * ansi-color.el (ansi-color-for-shell-mode): Doc change.
11691         (ansi-color-context): New variable.
11692         (ansi-color-apply): Save context between calls.
11694 2001-01-09  Eli Zaretskii  <eliz@is.elta.co.il>
11696         * isearch.el (isearch, isearch-lazy-highlight-face):
11697         New definitions for face colors and attributes.
11699         * wid-edit.el (widget-choose): Call display-popup-menus-p instead
11700         of display-mouse-p.
11702 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
11704         * international/mule.el (make-coding-system): If the coding system
11705         accepts extra latin codes, register such codes as safe for the
11706         coding system.
11708 2001-01-08  Richard M. Stallman  <rms@gnu.org>
11710         * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
11711         don't mention the file name or the date here, because they are
11712         logged at the start of the file.
11714 2001-01-08  Richard M. Stallman  <rms@gnu.org>
11716         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
11717         Change screen-width to frame-width.
11719 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
11721         * info.el (Info-search): Print the default as part of the prompt.
11723 2001-01-08  Andre Spiegel  <spiegel@gnu.org>
11725         * vc.el (vc-default-latest-on-branch-p): New function, replaces
11726         constant implementations in backends.
11728         * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
11729         (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
11731         * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
11732         WRITABLE to EDITABLE.
11734         * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
11735         (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
11736         to EDITABLE.
11738 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
11740         * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
11741         (copyright, copyright-update): Compute the current year at run time.
11743 2001-01-08  Gerd Moellmann  <gerd@gnu.org>
11745         * isearch.el (isearch-old-signal-hook): Removed.
11746         (isearch-mode): Add isearch-done to kbd-macro-termination-hook
11747         instead of setting signal-hook-function.
11748         (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
11750 2001-01-08  Kevin Gallagher  <kevingal@onramp.net>
11752         * emulation/edt.el: Update to version 4.0.  Provide support for
11753         EDT scroll margins at top and bottom of the window.  Provide an
11754         emulation of the EDT SUBS command (bound to GOLD-Enter, by
11755         default).  Enhance edt-quit, bound to GOLD-q by default, to warn
11756         user when file-related buffer modifications exist.
11757         Provide support for running EDT Emulation in XEmacs.
11758         Provide customize access to some user updatable variables.
11759         Add Commentary section to file header.
11760         Fixed a few minor bugs and cleaned up some code.
11762         * emulation/edt-mapper.el: Update to version 4.0.  Provide support
11763         for detecting a keypress that generates an ASCII key sequence.
11764         (Previously, only a keypress that generates a vector was
11765         recognized.)  Embed Window Manager name into name of the generated
11766         EDT Emulation initialization file since the initialization file is
11767         Window Manager specific.  Add Commentary section to file header.
11769 2001-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
11771         * mail/sendmail.el (mail-mode): Doc fix.
11773         * info.el (Info-goto-emacs-command-node): Doc fix.
11774         (Info-goto-emacs-key-command-node): Doc fix.
11776 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
11778         * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
11779         systems without long file-name support.
11781 2001-01-06  Andrew Innes  <andrewi@gnu.org>
11783         * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
11785 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
11787         * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
11788         (isearch-lazy-highlight-update): Doc fix.
11790         * ffap.el (ffap-bindings): Doc fix.
11792         * dired-x.el (dired-virtual-guess-dir): Doc fix.
11794 2001-01-05  Dave Love  <fx@gnu.org>
11796         * emacs-lisp/cl-seq.el (remove, remq): Remove.
11798 2001-01-05  Gerd Moellmann  <gerd@gnu.org>
11800         * mouse-drag.el (mouse-drag-safe-scroll):
11801         Bind scroll-preserve-screen-position to nil.
11803         * isearch.el (isearch-old-signal-hook): New variable.
11804         (isearch-mode): Set signal-hook-function to isearch-done.
11805         (isearch-done): Restore old signal-hook-function.
11807         * info.el (Info-fontify-node): Mark one more char as intangible.
11809 2000-01-05  Kenichi Handa  <handa@etl.go.jp>
11811         * composite.el (compose-last-chars): New argument COMPONENTS.
11812         If it is non-nil, compose preceding characters by compose-region with
11813         COMPONENTS.
11815         * international/quail.el (quail-input-string-to-events): New function.
11816         (quail-input-method): Convert input string to events here.
11817         (quail-start-translation): Return input string, not event list.
11818         (quail-start-conversion): Likewise.
11820 2001-01-04  Gerd Moellmann  <gerd@gnu.org>
11822         * tooltip.el (tooltip-cancel-delayed-tip)
11823         (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
11824         and tooltip-add-timeout.
11825         (tooltip-show): Set border color from faces's foreground.
11826         (tooltip-show-help-function): If called with the same help string
11827         as last time, do nothing.
11828         (tooltip-help-tips): Don't set tooltip-help-message to nil.
11830         * startup.el (fancy-splash-screens): Don't bind show-help-function
11831         to nil.
11833         * tooltip.el (tooltip-frame-parameters): Remove colors.
11834         (tooltip): New face
11835         (tooltip-set-param): New function.
11836         (tooltip-show): Set up color frame parameters from face `tooltip'.
11837         Display the tooltip text in face `tooltip'.
11839 2001-01-04  Dave Love  <fx@gnu.org>
11841         * whitespace.el (whitespace-global-mode): Fix typo.
11843         * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
11845 2001-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
11847         * help.el (help-for-help): Fix a typo in a doc string.
11848         From kwzh@gnu.org (Karl Heuer).
11850 2001-01-03  Dave Love  <fx@gnu.org>
11852         * dired-x.el: Doc fixes.  Maintainer change.
11853         (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
11854         (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
11855         (dired-guess-shell-alist-user): Customize.
11856         (dired-x-help-address): Set to bug-gnu-emacs.
11857         (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
11858         (dired-default-directory): Renamed from default-directory.
11860         * hl-line.el (hl-line): Doc fix.
11862 2001-01-03  Karl Fogel  <kfogel@red-bean.com>
11864         * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
11866 2001-01-02  Richard M. Stallman  <rms@gnu.org>
11868         * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
11869         to remove all the current alternative-match highlighting.
11870         If nil, remove only what's outside the current window.
11871         (isearch-lazy-highlight-remove-overlays): Take optional
11872         region within which NOT to remove them.
11873         (isearch-lazy-highlight-new-loop): Greatly simplified.
11874         (isearch-lazy-highlight-update): Find all the other occurrences
11875         visible in the window, in just one call.
11876         (isearch-lazy-highlight-start): Now holds start of region to scan.
11877         (isearch-lazy-highlight-end): Now holds end of region to scan.
11878         (isearch-lazy-highlight-wrapped): Variable deleted.
11879         (isearch-lazy-highlight-search): Function deleted.
11881 2000-01-02  Andrew Innes  <andrewi@gnu.org>
11883         * w32-fns.el (convert-standard-filename): Do length check on name
11884         before aref.
11886 2001-01-02  Dave Love  <fx@gnu.org>
11888         * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
11889         value.
11890         (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
11892         * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
11894         * net/browse-url.el (browse-url-filename-alist): Avoid backquote
11895         read syntax.
11897         * calendar/todo-mode.el (todo): Add :link, :version.
11898         (todo-save-top-priorities): Remove autoload cookie.
11899         (todo-add-category, todo-add-item-non-interactively)
11900         (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
11902 2001-01-02  Gerd Moellmann  <gerd@gnu.org>
11904         * comint.el (comint-input-history-ignore): New variable.
11905         (comint-read-input-ring): Ignore entries matching
11906         comint-input-history-ignore.
11908 2001-01-02  Eric M. Ludlam  <zappo@gnu.org>
11910         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
11911         (lm-copyright-mark): New function.
11912         (lm-crack-copyright): New function.
11913         (lm-verify): Check that the file has a copyright.
11914         Check that the file is copyright Free Software Foundation.
11916 2000-12-30  Kenichi Handa  <handa@etl.go.jp>
11918         * international/mule-diag.el (print-fontset): Indent font name by
11919         24 columns, not 25.
11921 2000-12-29  Gerd Moellmann  <gerd@gnu.org>
11923         * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
11924         in Subject line.
11926         * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
11927         Use mail-mode-hook instead of mail-setup-hook.
11928         Otherwise continuing an interrupted message with C-u C-x m for
11929         instance, winds up in Mail mode without abbrevs.
11931 2000-12-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11933         * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
11934         non-nil.  Adding almost all customization variables on ps-setup.
11935         Doc fix.
11936         (ps-print-version): New version number (6.3.3).
11937         (ps-end-with-control-d): Initialization fix.
11938         (ps-lines-printed): New var.
11939         (ps-skip-newline): New fun.
11940         (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
11941         (ps-next-line, ps-continue-line, ps-plot-region)
11942         (ps-generate-postscript-with-faces, ps-end-job): Code fix.
11944 2000-12-29  Kenichi Handa  <handa@etl.go.jp>
11946         * international/fontset.el (x-complement-fontset-spec):
11947         Resolve ASCII font name so that the same family name is used for fonts
11948         registered in x-font-name-charset-alist.
11949         (create-fontset-from-fontset-spec): Adjusted for the above change.
11950         The name of fontset alias should be a unresolved ASCII font name.
11952 2000-12-28  Gerd Moellmann  <gerd@gnu.org>
11954         * simple.el (delete-key-deletes-forward-mode): Bind backspace
11955         and delete in isearch-mode-map.
11957 2000-12-28  Richard M. Stallman  <rms@gnu.org>
11959         * dired-x.el (dired-guess-shell-alist-default):
11960         Use xpdf instead of acroread.
11962 2000-12-28  Kenichi Handa  <handa@etl.go.jp>
11964         * textmodes/artist.el (artist-butlast): Deleted.
11965         (artist-ellipse-mirror-quadrant): Use butlast instead of
11966         artist-butlast.
11968         * subr.el (butlast, nbutlast): Moved from cl.el to here.
11970         * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
11972 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
11974         From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
11976         * ls-lisp.el: Better support for the Mac and MS-Windows.
11977         (ls-lisp): New defgroup.
11978         (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
11979         (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
11980         (ls-lisp-support-shell-wildcards): New defcustoms.
11981         (ls-lisp-parse-symlink): New function.
11982         (insert-directory): Code to convert switches to a list and set up
11983         the wildcard argument copied from ls-lisp-insert-directory.
11984         (ls-lisp-insert-directory): New argument TIME-INDEX.  Add support
11985         for -C and -R switches.
11986         (ls-lisp-column-format): New function.
11987         (ls-lisp-delete-matching, ls-lisp-handle-switches)
11988         (ls-lisp-format-time): Add doc strings.
11989         (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
11990         Support ls-lisp-dirs-first.
11991         (ls-lisp-classify, ls-lisp-extension): New functions.
11992         (ls-lisp-format): Optionally support emulation of symlinks.
11993         Support -i, -s, and -G switches.
11995 2000-12-27  Gerd Moellmann  <gerd@gnu.org>
11997         * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
11999         * version.el (emacs-version): Print X scroll bar information.
12001         * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
12002         instead of x-toolkit-scroll-bars-p.
12004         * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
12005         of x-toolkit-scroll-bars-p.
12007 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
12009         * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
12010         (ffap-bindings): Doc fix, to reflect the above change.
12012 2000-12-27  Kenichi Handa  <handa@etl.go.jp>
12014         * term.el (term-char-mode): Define all non-ascii self-inserting
12015         characters to 'term-send-raw in term-raw-map.
12017 2000-12-25  Michael Kifer  <kifer@cs.sunysb.edu>
12019         * viper-init (viper-restore-cursor-type): Added condition-case guard.
12021         * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
12022         Changed initialization; use add-hook.
12023         (ediff-file-remote-p): Use file-local-copy.
12025         * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
12027         * ediff.el (ediff-patch-buffer): Bug fix.
12028         (ediff-revision): Allow selection of the file at the prompt.
12030 2000-12-23  Stefan Monnier  <monnier@cs.yale.edu>
12032         * subr.el (combine-run-hooks): Remove.
12034         * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
12035         and remove the rogue second spec.
12037 2000-12-23  Gerd Moellmann  <gerd@gnu.org>
12039         * progmodes/compile.el (compilation-forget-errors): Fix indentation.
12041 2000-12-22  Stefan Monnier  <monnier@cs.yale.edu>
12043         * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
12044         Use minibuffer menu prompt for the `=' prefix.
12045         (smerge-command-prefix): Change default to C-^.
12046         (smerge-mode): Don't assume font-lock doesn't move point.
12048         * skeleton.el (skeleton-internal-1): Make sure the first line of
12049         the region is also re-indented.
12050         (skeleton-end-newline): New var.
12051         (skeleton-end-hook): Use it.
12053 2000-12-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12055         * comint.el (comint-password-prompt-regexp): Support CVS.
12057 2000-12-22  Gerd Moellmann  <gerd@gnu.org>
12059         * simple.el (delete-key-deletes-forward-mode): Simplify.
12060         Also backspace key combinations, depending on
12061         delete-key-deletes-forward.
12063         * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
12065         * simple.el (delete-key-deletes-forward): Doc fix.
12067 2000-08-22  Emmanuel Briot  <briot@gnat.com>
12069         * xml.el (top level comment): Updated to reflect the fact that
12070         white spaces are relevant in the XML file.
12071         (xml-parse-file): Do not kill an existing Emacs buffer if the file
12072         to parse was already edited. This allows for on-the-fly analysis
12073         of XML files.
12074         (xml-parse-tag): Check that the casing is the same in the start
12075         tag and end tag, since XML is case-sensitive.  Allows for spaces
12076         in the end tag, after the name of the tag.
12077         (xml-parse-attlist): Allow for the character '-' in the name of
12078         attributes, as in the standard http-equiv attribute Do not save
12079         the properties in the XML tree, since they are not relevant.
12081 2000-12-21  Stefan Monnier  <monnier@cs.yale.edu>
12083         * generic.el (generic-read-type): Undo last change, inline into
12084         `generic-mode' and then remove.
12085         (generic-mode): Inline generic-read-type.
12086         (define-generic-mode): Push the symbol name rather than the symbol
12087         onto generic-mode-list.
12089 2000-12-21  Gerd Moellmann  <gerd@gnu.org>
12091         * generic.el (generic-read-type): Build an alist for
12092         completing-read as in 20.7.
12094         * play/landmark.el (lm): Use interactive spec `P'.
12095         (toplevel): Don't set debug-on-error.
12097         * server.el (server-switch-buffer): Choose a window on a visible frame.
12099 2000-12-21  Dave Pearson  <davep@davep.org>
12101         * quickurl.el: Commentry change, I've moved my web site.
12103 2000-12-21  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12105         * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
12106         ranges like \177-\237, but accepts the character sequence from \177 to
12107         \237.  Doc fix.
12108         (ebnf-version): New version (3.4).
12109         (ebnf-setup): Code fix.
12110         (ebnf-range-regexp): New fun.
12111         (ebnf-8-bit-chars): Const fix.
12113         * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
12114         entry.  Doc fix.
12115         (ebnf-bnf-lex): Code fix.
12116         (ebnf-bnf-comment-chars): Const fix.
12118         * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
12119         entry.  Doc fix.
12120         (ebnf-iso-comment-chars): Const fix.
12122         * ebnf-otz.el: Doc fix.
12124         * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
12125         entry.  Doc fix.
12126         (ebnf-yac-skip-code): Code fix.
12127         (ebnf-yac-comment-chars): Const fix.
12129 2000-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
12131         * files.el (insert-directory-safely): New function.
12132         (recover-file): Use it instead of insert-directory.
12133         From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12135 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
12137         * international/mule-cmds.el (select-safe-coding-system):
12138         Check coding-category-list more rigidly.  Improve help message.
12140         * dired.el (dired-move-to-filename-regexp): Fix previous change.
12142 2000-12-21  Miles Bader  <miles@gnu.org>
12144         * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
12146 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
12148         * international/mule-diag.el (describe-char-after): Make *Help*
12149         buffer inherit multibyteness of the current buffer.
12151         * international/mule.el (make-char): Docstring adjusted for the
12152         change of make-char-internal.
12154 2000-12-20  Stefan Monnier  <monnier@cs.yale.edu>
12156         * international/iso-cvt.el: Docstrings fix.
12158 2000-12-20  Dave Love  <fx@gnu.org>
12160         * subr.el (eval-after-load): Doc fix.
12162 2000-12-20  Kenichi Handa  <handa@etl.go.jp>
12164         * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
12165         for numbers.
12167 2000-12-20  Miles Bader  <miles@gnu.org>
12169         * international/quail.el (quail-help): Resize the help window
12170         again after it has all its contents.  Remove unneeded progn.
12172 2000-12-19  Gerd Moellmann  <gerd@gnu.org>
12174         * pcmpl-linux.el: Fix copy/paste error.
12176 2000-12-19  Andrew Innes  <andrewi@gnu.org>
12178         * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
12180 2000-12-19  Carsten Dominik  <dominik@strw.leidenuniv.nl>
12182         * progmodes/idlw-rinfo.el: Fixed copyright notice.
12184         * progmodes/idlw-toolbar.el: Fixed copyright notice.
12186         * progmodes/idlw-shell.el: Fixed copyright notice.
12188         * progmodes/idlwave.el: Fixed copyright notice.
12190         * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
12191         TAB as key separators.
12193 2000-12-19  Alex Schroeder  <alex@gnu.org>
12195         * sql.el (sql-sybase-options): New option.
12196         (sql-sybase): Use it.  Add sql-database to the list of parameters
12197         provided for login.  The options -w 2048 -n are not used any more.
12198         (sql-postgres-options): Changed default from "--pset" to "-P".
12199         (sql-mysql-options): Doc change.
12200         (sql-stop): Doc change.
12202 2000-12-19  Kenichi Handa  <handa@etl.go.jp>
12204         * international/quail.el (quail-input-method): Always hide
12205         the guidance buffer on exiting.
12207 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
12209         * tooltip.el (tooltip-mode): Signal an error if x-show-tip
12210         isn't fboundp.
12212         * server.el (server-buffer-done): Bury the buffer before
12213         killing it.
12215         * faces.el (face-spec-set): Interpret a nil in specs for
12216         foreground and background colors as `unspecified', for
12217         compatibility with 20.x.
12219 2000-12-18  Dave Love  <fx@gnu.org>
12221         * simple.el (mail-user-agent): Doc fix.
12222         (input-mode-8-bit): Removed.
12224         * international/mule.el (set-keyboard-coding-system): Doc fix.
12225         (keyboard-coding-system): New option.
12227         * mail/sendmail.el (send-mail-function): Customize.
12229 2000-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
12231         * international/codepage.el (cp866-decode-table): New table.
12233 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
12235         * version.el (emacs-version): Remove `%a' from the time format
12236         because the weekday doesn't fit well into each locale.
12238 2000-12-18  Miles Bader  <miles@gnu.org>
12240         * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
12242         * textmodes/artist.el (artist-replace-chars, artist-replace-char):
12243         Check that emacs-major-version is `=' to 20, not `>='.
12244         (artist-replace-chars): Use `make-string' instead of a loop.
12246 2000-12-17  Stefan Monnier  <monnier@cs.yale.edu>
12248         * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
12249         (cvs-execute-single-file): Don't change directory.
12250         Patch from Per Cederqvist.
12252 2000-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
12254         * textmodes/ispell.el (check-ispell-version):
12255         If `ispell-program-name' is "aspell", pass it the -v switch instead
12256         of -vv.
12258 2000-12-16  Kenichi Handa  <handa@etl.go.jp>
12260         * international/mule-diag.el (mule-diag): Insert information about
12261         configure options, multibyte awareness, language env.
12263         * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
12264         regexp to search for candidates.
12266 2000-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
12268         * info.el (Info-forward-node): If the node has an
12269         Info-header-line, widen the buffer before searching for "next:"
12270         and "up:" pointers, and set the search limit to stay in the
12271         current node.
12273 2000-12-16  Miles Bader  <miles@gnu.org>
12275         * simple.el (delete-trailing-whitespace): Remove extraneous let.
12277 2000-12-15  Miles Bader  <miles@gnu.org>
12279         * comint.el (comint-send-string, comint-send-region): Also accept
12280         a buffer, buffer-name, or nil for PROCESS, for compatibility with
12281         process-send-string/region.
12283 2000-12-15  Gerd Moellmann  <gerd@gnu.org>
12285         * isearch.el (isearch-lazy-highlight-max): New user-option.
12286         (isearch-lazy-highlight-update): Don't highlight more than
12287         isearch-lazy-highlight-max matches.
12289         * mail/mh-utils.el (mh-find-path): Set read-mail-command.
12291 2000-12-15  Richard M. Stallman  <rms@gnu.org>
12293         * sort.el (sort-columns): Fix error message.
12295         * dabbrev.el (dabbrev--last-case-pattern): Value is now
12296         `upcase' or `downcase' or nil.
12297         (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
12298         Pass new record-case-pattern arg to dabbrev--substitute-expansion.
12299         (dabbrev--substitute-expansion): New arg record-case-pattern.
12300         If it is non-nil, set dabbrev--last-case-pattern.
12301         If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
12303         * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
12305 2000-12-15  Miles Bader  <miles@gnu.org>
12307         * paths.el (Info-default-directory-list): Don't delete
12308         configure-info-directory from the list of standard info
12309         directories when appending it to the end -- their order is important.
12311         * faces.el (read-face-attribute): If there's no entry for the
12312         user's input in VALID, just use it as-is (this will often result
12313         in an error, but it may be OK for e.g. colors using hexadecimal
12314         notation, and at least will yield a better error message).
12316         * window.el (mode-line-window-height-fudge): Function removed.
12317         (height-affecting-face-attributes, mode-line-window-height-fudge):
12318         Variables removed.
12319         * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
12320         window is really the right size.  Use vertical-motion
12321         rather than forward-line.
12322         (ispell-help): Don't use ispell-mode-line-window-height-fudge.
12323         (ispell-command-loop, ispell-show-choices): Use the variable
12324         ispell-choices-win-default-height, rather than the function.
12325         (ispell-choices-win-default-height): Function removed.
12326         (ispell-mode-line-window-height-fudge): Function removed.
12328 2000-12-14  Stefan Monnier  <monnier@cs.yale.edu>
12330         * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
12332 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
12334         * paths.el (Info-default-directory-list):
12335         If configure-info-directory is not one of the standard directories,
12336         put it first in the list; otherwise put it last.  Doc string
12337         changed accordingly.
12339         * info.el (Info-directory-list): Change doc string to reflect the
12340         change in Info-default-directory-list.
12342         * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
12343         windows-nt as windowed environments, even under -nw.
12345         * startup.el (command-line): Don't call x-backspace-delete-keys-p
12346         if not fboundp.  Switch delete-forward mode for the <delete> key
12347         on all PC platforms, even under -nw.
12349         * term/internal.el ([M-delete]): Remap to M-d.
12351 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
12353         * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
12355 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
12357         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
12359 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
12361         * startup.el (command-line): Call delete-key-deletes-forward-mode,
12362         if appropriate.
12364         * simple.el (delete-key-deletes-forward): New user-option.
12365         (delete-key-deletes-forward-mode): New function.
12367         * bindings.el: Bind `delete' to backward-delete-char.
12369         * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
12370         Test if symbol is bound before getting its value.
12372         * tooltip.el (tooltip-show): If an error is signaled in
12373         x-show-tip, display that error, and display the help in the
12374         echo area.
12376 2000-12-14  Kenichi Handa  <handa@etl.go.jp>
12378         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
12379         Show "... entries" messages for every 10000 entries, not 10.
12381 2000-12-13  Karl Fogel  <kfogel@red-bean.com>
12383         * bookmark.el: Provide a generic exit hook, as suggested by
12384         Ovidiu Predescu <ovidiu@cup.hp.com>:
12385         (bookmark-exit-hook): New var.
12386         (bookmark-exit-hook-internal): New func, replaces
12387         old raw lambda form in `kill-emacs-hook', and runs new
12388         `bookmark-exit-hooks'.  No longer tests for the bookmark feature,
12389         as logically that feature must have been provided if this function
12390         is running.
12391         Removed ;;;###autoload before the `add-hook' call.
12393 2000-12-13  Stefan Monnier  <monnier@cs.yale.edu>
12395         * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
12396         (easy-menu-current-active-maps): New function.
12397         (easy-menu-get-map): Use it.
12398         Make a proper menu entry when creating a new keymap.
12400 2000-12-13  Kenichi Handa  <handa@etl.go.jp>
12402         * international/characters.el: Fix cases and syntaxes for
12403         mule-unicode-0100-24ff.
12405         * dired.el (dired-move-to-filename-regexp): Fixed for the case
12406         that a Japanese character is not appended after day and year.
12408         * info.el (Info-suffix-list): Change format for a command that
12409         requires arguments.
12410         (info-insert-file-contents): Adjusted for the above change.
12412 2000-12-12  Andreas Schwab  <schwab@suse.de>
12414         * tar-mode.el (tar-extract): Base the name of the subfile buffer
12415         on the name of the tar buffer.  Verify that the existing buffer is
12416         visiting the same subfile.
12418 2000-12-12  Dave Love  <fx@gnu.org>
12420         * subdirs.el: Add obsolete.
12422 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
12424         * mail/rmailsum.el (rmail-summary-expunge)
12425         (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
12426         instead of rmail-confirm-expunge.
12428         * replace.el (perform-replace): Don't use an empty match adjacent
12429         to a non-empty match when computing the next match before the
12430         replacement is performed.
12432 2000-12-12  Milan Zamazal  <pdm@freesoft.cz>
12434         * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
12435         definition (patch by Stefan Monnier).
12436         (glasses-mode): Use jit-lock instead of `after-change-functions'
12437         (patch by Stefan Monnier).
12439 2000-12-12  Miles Bader  <miles@gnu.org>
12441         * info.el (Info-last-preorder): Don't barf on nodes without a prev.
12442         (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
12444 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
12446         * term/mac-win.el: Remove load for ls-lisp.
12448         * loadup.el: Load ls-lisp for system-type `macos'.
12450 2000-12-12  Miles Bader  <miles@gnu.org>
12452         * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
12453         Respect field end too.
12454         (just-one-space): Respect fields as `delete-horizontal-space'.
12455         (newline-and-indent, reindent-then-newline-and-indent):
12456         Use `delete-horizontal-space'.
12458 2000-12-11  Stefan Monnier  <monnier@cs.yale.edu>
12460         * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
12461         (so as to obey the field property in the minibuffer).
12463         * obsolete/c-mode.el: Moved from lisp/progmodes.
12464         * obsolete/auto-show.el: Moved from lisp.
12465         * obsolete/ooutline.el: Moved from lisp/textmodes.
12467 2000-12-11  Carsten Dominik  <dominik@strw.leidenuniv.nl>
12469         * progmodes/idlwave.el: Updated to IDLWAVE version 4.7.  Too many
12470         changes to list them here.
12472         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
12473         Too many changes to list them here.
12475         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
12476         Too many changes to list them here.
12478         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
12480 2000-12-11  Gerd Moellmann  <gerd@gnu.org>
12482         * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
12484         * cus-edit.el (custom-save-variables, custom-save-faces):
12485         Comment fix.
12487         * hscroll.el: Moved to `obsolete' subdir.
12489 2000-12-11  Miles Bader  <miles@gnu.org>
12491         * window.el (window-text-height): Function removed (now in C).
12493 2000-12-10  Stefan Monnier  <monnier@cs.yale.edu>
12495         * log-edit.el (log-edit-parent-buffer): New var.
12496         (log-edit): Set it.  Add BUFFER argument.
12497         (log-edit-done): Use char-before.
12498         Don't bother checking validity of vc-comment-ring.
12499         Only bury the buffer if log-edit popped it up.
12501         * pcvs.el: Update references to CVS-Edit (now Log-Edit).
12502         (cvs-mode-diff-help): Remove.
12503         (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
12504         (cvs-mode-marked): Set up the default for CMD manually.
12506         * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
12507         Remove binding for ? now made unnecessary.
12509 2000-12-10  Carsten Dominik  <dominik@strw.leidenuniv.nl>
12511         * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
12512         (reftex-TeX-master-file): Check for `tex-main-file' early enough.
12514         * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
12515         when master file is not open.
12517 2000-12-09  Stefan Monnier  <monnier@cs.yale.edu>
12519         * progmodes/ada-stmt.el: Update `maintainer'.
12521 2000-12-09  Stephen Gildea  <gildea@stop.mail-abuse.org>
12523         * time-stamp.el (time-stamp-old-format-warn): Reorder custom
12524         choices to match documentation string.
12526 2000-12-09  Miles Bader  <miles@gnu.org>
12528         * minibuf-eldef.el: New file.
12530         * window.el (fit-window-to-buffer): Don't pass last argument to
12531         pos-visible-in-window-p, now that its meaning is inverted.
12533 2000-12-08  Eli Zaretskii  <eliz@is.elta.co.il>
12535         * image.el (create-image): Doc fix; spotted by Per Cederqvist
12536         <ceder@lysator.liu.se>.
12538 2000-12-08  Stefan Monnier  <monnier@cs.yale.edu>
12540         * autoinsert.el (auto-insert-alist): Add missing final \n.
12542         * pcvs-defs.el (cvs-menu): Move.  Make submenu for diff commands.
12543         (cvs-menu-map): Remove.
12544         * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
12545         (cvs-mode-quit): Turn it back into a plain function.
12547         * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
12548         (texinfo-filter): Remove (move to texinfo.el).
12550         * textmodes/texinfo.el: Move the (require 'cl) to the front of the
12551         file where it's more visible.
12552         (texinfo-filter, texinfo-chapter-level-regexp): New variables
12553         moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
12554         (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
12555         (texinfo-inside-macro-p): Only catch `scan-error's.
12556         (texinfo-inside-env-p): Make better use of the match info.
12557         (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
12558         (texinfo-insert-@end): Slight re-organization.
12559         Also remove useless `looking-at' call.
12561 2000-12-08  Andrew Innes  <andrewi@gnu.org>
12563         * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
12564         accessible in -nw mode.
12566         * term/w32-win.el: Remove stuff about selection timeout, which is
12567         irrelevant on Windows.  Move clipboard support to w32-fns.el, so
12568         it is accessible in -nw mode.
12570 2000-12-08  Dave Love  <fx@gnu.org>
12572         * emacs-lisp/lisp-mode.el (lisp-mode):
12573         Set font-lock-keywords-case-fold-search.
12575 2000-12-08  Gerd Moellmann  <gerd@gnu.org>
12577         * textmodes/ispell.el (ispell): Doc fix.
12579 2000-12-08  Kenichi Handa  <handa@etl.go.jp>
12581         * international/quail.el (quail-insert-decode-map): Check the
12582         frame width of a window displaying the current buffer, not that of
12583         the selected frame.
12584         (quail-help): Make sure that the help buffer has window before
12585         inserting text in it.
12587 2000-12-07  Sam Steingold  <sds@gnu.org>
12589         * loadup.el: Load emacs-lisp/backquote instead of autoloading.
12590         Backquote is used in isearch.el, so autoloading saves nothing.
12592 2000-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
12594         * startup.el (normal-top-level-add-subdirs-to-load-path):
12595         Ignore the CVS and RCS subdirectories case-insensitively.
12597         * dired.el (dired-insert-directory): If file-system-info is
12598         fboundp, call it instead of invoking dired-free-space-program.
12600 2000-12-07  Gerd Moellmann  <gerd@gnu.org>
12602         * server.el (server-visit-files): Push files on file-name-history.
12604         * progmodes/cc-langs.el: Update copyright.
12606         * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
12608         * bindings.el (mode-line-mode-menu): Add glasses-mode.
12610         * bindings.el (mode-line-mode-menu): Reverse the order
12611         of define-keys so that the menu appears in alphabetical order.
12613 2000-12-07  Milan Zamazal  <pdm@freesoft.cz>
12615         * progmodes/glasses.el (glasses-mode): Update mode line at the end
12616         of the function.
12618 2000-12-07  Dave Love  <fx@gnu.org>
12620         * jka-compr.el (jka-compr-compression-info-list): Fix :type.
12622         * facemenu.el (facemenu-unlisted-faces): Fix value.
12624 2000-12-07  Stefan Monnier  <monnier@cs.yale.edu>
12626         * font-lock.el (font-lock-default-fontify-region):
12627         Include the terminating \n (off-by-one error).
12628         (font-lock-set-defaults): Use dolist.
12630         * derived.el (define-derived-mode): Don't use combine-run-hooks.
12632 2000-12-07  Kenichi Handa  <handa@etl.go.jp>
12634         * international/mule-cmds.el (describe-language-environment):
12635         Fix for the case that an input method title is not string but a list.
12637         * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
12638         of wrong SIZE record.
12640 2000-12-06  Dave Love  <fx@gnu.org>
12642         * newcomment.el (comment-region, comment-dwim): Doc fix.
12644         * textmodes/texinfo.el: Require tex-mode when compiling.
12645         (texinfo-update-node): Doc fix.
12646         (texinfo-imenu-generic-expression): Add @anchor.
12647         (texinfo-font-lock-keywords): Add @uref.
12648         (texinfo-inside-macro-p): Don't use ignore-errors.
12649         (texinfo-insert-quote): Match more contexts.
12651         * international/mule.el (decode-char, encode-char): Doc fix.
12652         (auto-coding-alist): Customize.
12654         * files.el (load-file): Fix change of 2000-03-12.
12656         * wid-edit.el (widget-text-keymap): Doc fix.
12658 2000-12-06  Andrew Innes  <andrewi@gnu.org>
12660         * makefile.w32-in (lisp): Set to an absolute directory, namely
12661         $(CURDIR).
12663 2000-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
12665         * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
12666         read generated-autoload-file, and set buffer-file-coding-system to
12667         raw-text-unix after reading the file.
12669         * international/mule-conf.el (file-coding-system-alist):
12670         Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
12672 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
12674         * replace.el (occur): Make line-number-width 1 smaller for the
12675         colon following the line number.
12677         * startup.el (fancy-splash-text, command-line-1):
12678         Use `File' for the menu name instead of `Files'.
12680         * tmm.el: Update copyright.
12682         * cus-start.el: Add entry for even-window-heights.
12684 2000-12-06  Miles Bader  <miles@gnu.org>
12686         * faces.el (frame-set-background-mode): Avoid stomping on
12687         locally modified faces.
12689 2000-12-06  Kenichi Handa  <handa@etl.go.jp>
12691         * international/fontset.el: Correct the font registries for
12692         japanese-jisx0213-1 and japanese-jisx0213-2.
12694 2000-12-05  Gerd Moellmann  <gerd@gnu.org>
12696         * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
12698         * iswitchb.el: Update customization commentary.
12700 2000-12-05  Rob Riepel  <riepel@Stanford.EDU>
12702         * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
12703         (tpu-search-highlight): Fixed comparison of overlay end positions.
12704         (tpu-trim-line-ends): Implemented trimming logic locally.
12706         * emulation/tpu-extras.el (tpu-write-file-hook)
12707         (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
12709 2000-12-05  Kenichi Handa  <handa@etl.go.jp>
12711         * language/chinese.el (chinese-iso-8bit): Change mime-charset name
12712         to cn-gb.
12713         (cn-gb, gb2312): New aliases for chinese-iso-8bit.
12715 2000-12-04  Dave Love  <fx@gnu.org>
12717         * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
12719 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
12721         * mail/rmailsum.el (rmail-summary-expunge)
12722         (rmail-summary-expunge-and-save): Ask for confirmation with
12723         rmail-expunge-confirmed.
12725         * mail/rmail.el (rmail-expunge-confirmed): New function.
12726         (rmail-expunge): Use it.
12728 2000-12-04  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
12730         * progmodes/etags.el (tag-partial-file-name-match-p): New function.
12731         (etags-recognize-tags-table, find-tag-in-order):
12732         New functionality: interpret file names as tags.
12734 2000-12-04  Eli Zaretskii  <eliz@is.elta.co.il>
12736         * info.el (Info-scroll-prefer-subnodes): New defcustom.
12737         (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
12738         the first subnode until the bottom of the current node is visible.
12740 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
12742         * format.el (format-decode): Don't change buffer's undo list.
12744 2000-12-04  Kenichi Handa  <handa@etl.go.jp>
12746         * faces.el (face-font-registry-alternatives): Add entries for CJK
12747         fonts.  Doc-string adjusted for the actual usage of this data.
12749         * international/fontset.el: Change the font registries for CJK
12750         fonts in the default fontset.  Don't append '*' to registries.
12752 2000-12-03  Stefan Monnier  <monnier@cs.yale.edu>
12754         * emacs-lisp/easy-mmode.el (define-derived-mode)
12755         (easy-mmode-derived-mode-p): Remove (moved to derived.el).
12757         * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
12758         (derived-mode-p): New function.
12759         (derived-mode-make-docstring): Add `docstring' argument.
12760         Use it if available and complete it if necessary.
12762 2000-12-03  Andreas Schwab  <schwab@suse.de>
12764         * type-break.el (type-break): Don't make parent of itself.
12766 2000-12-03  Miles Bader  <miles@gnu.org>
12768         * simple.el (delete-trailing-whitespace): Don't delete newlines too.
12770 2000-12-02  Stefan Monnier  <monnier@cs.yale.edu>
12772         * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
12773         (tex-main-file, tex-file): Simplify.
12774         (tex-generate-zap-file-name): Use subst-char-in-string.
12775         (tex-strip-dots): Remove.
12777         * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
12779         * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
12780         to check if the match succeeded.
12782 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
12784         * startup.el (use-fancy-splash-screens-p): New function.
12785         (command-line-1): Use it to determine whether or not to use
12786         a fancy splash screen.
12788 2000-12-02  Andreas Schwab  <schwab@suse.de>
12790         * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
12792 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
12794         * international/mule.el (make-char): Fix last change.
12796         * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
12797         New defcustoms.
12798         (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
12799         autoloading tex-mode; instead, do the same manually.
12800         Use texinfo-open-quote and texinfo-close-quote.  Insert literal quote
12801         with numeric argument.  Docstring fix.
12802         (toplevel): Require cl when compiling.
12804         * international/mule.el (make-char): Doc fix.
12806 2000-12-02  Jason Rumney  <jasonr@gnu.org>
12808         * term/w32-win.el (x-select-enable-clipboard): Customize (as per
12809         the Emacs Lisp manual)
12811 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
12813         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
12815         * term/pc-win.el (x-select-enable-clipboard): Customize (as per
12816         the Emacs Lisp manual).
12818 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
12820         * simple.el (next-line-add-newlines): Change default to nil.
12822 2000-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
12824         * files.el (revert-buffer, recover-file):
12825         Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
12827 2000-12-01  Gerd Moellmann  <gerd@gnu.org>
12829         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
12831 2000-12-01  Miles Bader  <miles@gnu.org>
12833         * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
12835 2000-12-01  Kenichi Handa  <handa@etl.go.jp>
12837         * international/mule-diag.el (describe-char-after): Fix typo.
12838         (describe-character-set, non-iso-charset-alist): Fix typo.
12840 2000-12-01  Miles Bader  <miles@gnu.org>
12842         * image-file.el (image-file-name-regexp): Automatically add
12843         upper-case variants of each filename extension in
12844         `image-file-name-extensions', since they seem to be common.
12846         * simple.el (minibuffer-contents)
12847         (minibuffer-contents-no-properties, delete-minibuffer-contents):
12848         New functions.
12849         * filecache.el (file-cache-directory-name)
12850         (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
12852 2000-12-01  Milan Zamazal  <Milan.Zamazal@qbizm.com>
12854         * filecache.el (file-cache-minibuffer-complete): Don't try to
12855         delete the minibuffer prompt.
12857 2000-11-30  Dave Love  <fx@gnu.org>
12859         * cus-start.el: Fix read-buffer-function type.
12861 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
12863         * md5.el: Removed.  There's a built-in function, now.
12865 2000-11-30  Markus Rost  <rost@math.ohio-state.edu>
12867         * mail/rmail.el (rmail-set-message-counters): Don't use "D"
12868         as dummy 0-th char of rmail-deleted-vector.
12870 2000-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
12872         * ps-print.el (ps-end-job): Bind case-fold-search only after
12873         switching to ps-spool-buffer.
12875 2000-11-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12877         * ps-print.el: Line number font customization.  PostScript: Lines and
12878         PageCount are initialized on each page.  Doc Fix.
12879         (ps-print-version): New version number (6.3.2).
12880         (ps-lpr-switches, ps-font-info-database, ps-font-size)
12881         (ps-header-font-size, ps-header-title-font-size, ps-left-header)
12882         (ps-right-header): Customization fix.
12883         (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
12884         Fix code.
12885         (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
12886         New vars.
12888 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
12890         * bs.el: Fix typos and spelling errors.
12891         (bs-appearance) <defgroup>: Renamed from bs-appearence.
12892         (bs-configuration): Doc fix.
12894         * bs.el: Undo mistaken change of 2000-11-28.  Update copyright.
12896 2000-11-30  Rob Riepel  <riepel@Stanford.EDU>
12898         * emulation/tpu-edt.el (tpu-version): New version.
12899         (tpu-search-overlay, tpu-replace-overlay): New initial range.
12900         (tpu-original-mode-line): Variable deleted.
12901         (tpu-mark-flag): New initial value.
12902         (tpu-set-mode-line): Don't redefine mode-line-format.
12903         Add tpu-mark-flag to minor-mode-alist.
12904         (tpu-update-mode-line): New mark flag logic.
12905         (tpu-get): Use find-file-wildcards.
12906         (tpu-search-highlight): Move overlay less, reset overlay properly.
12907         (tpu-unselect): Deactivate mark.
12908         (tpu-lm-replace): Reset overlay properly.
12909         (tpu-forward-line): Use forward-visible-line.
12910         (tpu-edt-on): Set transient mark mode.  ispell autoloads deleted.
12912         * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
12914 2000-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
12916         * cus-edit.el (custom-face-value-create): Always emphasize tag.
12918 2000-11-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12920         * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
12921         and skip whitespace and newlines.
12923 2000-11-30  Stefan Monnier  <monnier@cs.yale.edu>
12925         * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
12927 2000-11-29  Gerd Moellmann  <gerd@gnu.org>
12929         * help.el (describe-function-1): Regexp-quote function name
12930         when used as part of a regexp.
12932         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
12933         Use face-attribute instead of face-foreground and face-background.
12934         (tool-bar-add-item): Likewise, and handle unspecified colors.
12936         * enriched.el (enriched-face-ans): Use face-attribute instead
12937         of face-foreground and face-background.
12939         * faces.el (face-foreground, face-background, face-stipple):
12940         Return nil if attribute is unspecified, for backward compatibility.
12942         * files.el (auto-mode-alist): Add an entry for antlr-mode.
12944         * play/5x5.el: Remove version info.
12946         * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
12948         * frame.el (blink-cursor-mode): Doc fix.
12950 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
12952         * antlr-mode.el: New commands to run ANTLR from within Emacs and
12953         to create Makefile rules.
12954         (antlr-tool-command): New user option.
12955         (antlr-ask-about-save): New user option.
12956         (antlr-makefile-specification): New user option.
12957         (antlr-file-formats-alist): New variable.
12958         (antlr-special-file-formats): New variable.
12959         (antlr-unknown-file-formats): New user option.
12960         (antlr-help-unknown-file-text): New variable.
12961         (antlr-help-rules-intro): New variable.
12962         (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
12963         (antlr-mode-menu): Add entries.
12964         (antlr-file-dependencies): New function.
12965         (antlr-directory-dependencies): New function.
12966         (antlr-superclasses-glibs): New function.
12967         (antlr-run-tool): New command.
12968         (antlr-makefile-insert-variable): New function.
12969         (antlr-insert-makefile-rules): New function.
12970         (antlr-show-makefile-rules): New command.
12972         * antlr-mode.el: More Emacs/XEmacs stuff.
12973         (antlr-no-action-keywords): New constant with value nil.
12974         (antlr-font-lock-keywords-alist): Use it.  Old value would break
12975         syntax highlighting in Emacs-21.0.
12976         (antlr-default-directory): Emacs/XEmacs dependend function.
12977         (antlr-read-shell-command): Ditto.
12978         (antlr-with-displaying-help-buffer): Ditto.
12980 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
12982         * antlr-mode.el: imenu, parsing and highlighting changes.
12983         (antlr-imenu-create-index-function): Don't create extra submenus
12984         for definitions in different grammar classes.  It is not necessary
12985         for the menu and would make command `imenu' awkward to use.
12986         (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
12987         header actions and more than one.
12988         (antlr-font-lock-tokendef-face): Changed color.
12989         (antlr-font-lock-tokenref-face): Changed color.
12990         (antlr-font-lock-additional-keywords): Also highlight lowercase.
12991         (antlr-mode-syntax-table): New variable.
12992         (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
12993         (antlr-with-syntax-table): Don't copy syntax table.
12995 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
12997         * antlr-mode.el: Minor changes: language setting.
12998         (antlr-language-alist): The value for file option "language" can
12999         be both an identifier and a string.
13000         Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
13001         (antlr-language-limit-n-regexp): Change accordingly.
13003 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
13005         * antlr-mode.el: Minor changes: tabs, hiding.
13006         (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
13007         (antlr-action-visibility): Also allow value nil to also hide the
13008         braces.  Renamed from `antlr-tiny-action-length'.
13009         Suggested by Jay@aol.com.
13010         (antlr-hide-actions): Change accordingly.  Hide line if completely
13011         hidden action is on a line of its own.
13013 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
13015         * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
13017         * sort.el (sort-columns): Don't concat strings with numbers.
13019 2000-11-29  Dave Love  <fx@gnu.org>
13021         * cus-edit.el (face): Fix :format.
13023         * mail/feedmail.el: Require smtpmail when compiling.
13024         (mail-do-fcc): Autoload.
13025         (feedmail) <defgroup>: Fix :link.
13026         (feedmail-nuke-body-in-fcc): Fix :type.
13027         (feedmail-send-it): Add autoload cookie.
13029 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
13031         * newcomment.el (comment-indent): Save excursion around call to
13032         comment-indent-function.
13034 2000-11-29  Miles Bader  <miles@gnu.org>
13036         * subr.el (member-ignore-case): Return the tail of the list who's
13037         car matches, like `member', not the matching element itself.
13039 2000-11-29  Kenichi Handa  <handa@etl.go.jp>
13041         * xml.el (xml-parse-tag): Fix finding opening tag.  A tag name
13042         should not contain `\n'.
13044 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
13046         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
13048         * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
13050         * dired-aux.el (dired-do-create-files): Construct default file
13051         name for dired-mark-read-file-name so that when the user enters
13052         just RET, the target file will end up in the target directory.
13054         * abbrev.el (prepare-abbrev-list-buffer): Get the value of
13055         local-abbrev-table before changing buffers because it might
13056         have a buffer-local binding.
13058 2000-11-28  Miles Bader  <miles@gnu.org>
13060         * simple.el (delete-horizontal-space): Handle fields more generally.
13062 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
13064         * simple.el (delete-horizontal-space): Handle minibuffer prompt.
13066 2000-11-28  Dave Love  <fx@gnu.org>
13068         * progmodes/ps-mode.el (ps-mode): Set comment-start and
13069         comment-start-skip locally.
13071         * progmodes/fortran.el (fortran-mode): Don't set
13072         fortran-comment-line-start-skip.  Set comment-start to
13073         fortran-comment-line-start.
13074         (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
13075         (fortran-comment-line-start-skip): Simplify slightly.
13077 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
13079         * play/5x5.el: Remove RCS keyword.
13081         * bs.el: Mistaken commit, undone 2000-11-30.
13083 2000-11-28  Milan Zamazal  <pdm@freesoft.cz>
13085         * textmodes/tildify.el (tildify-string-alist):
13086         Add `plain-tex-mode' here.
13088 2000-11-28  Colin Walters  <walters@cis.ohio-state.edu>
13090         * chistory.el (Command-history-setup): Remove extraneous `keymap'
13091         reference.
13093 2000-11-28  Miles Bader  <miles@gnu.org>
13095         * cus-face.el (custom-face-attributes): Add post-filter function
13096         for :box.  Make pre-filter function for :box handle all cases.
13098         * wid-edit.el (widget-choose): Make sure pop-up window is large
13099         enough to display all the choices, as there's no way to scroll it.
13101 2000-11-28  Kenichi Handa  <handa@etl.go.jp>
13103         * international/mule-conf.el: Make the coding system no-conversion
13104         safe for all characters.
13106 2000-11-27  Dave Love  <fx@gnu.org>
13108         * net/ldap.el (ldap) <defgroup>: Add :version.
13110         * tooltip.el (tooltip-use-echo-area): Doc fix.
13112         * cus-start.el <minibuffer-prompt-properties>: Add version.
13113         <read-buffer-function>: Add.
13115         * apropos.el (apropos-print): Add help-echo to active text.
13117         * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
13119 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
13121         * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
13122         type, group and version.
13124 2000-11-27  Eli Zaretskii  <eliz@is.elta.co.il>
13126         * select.el (x-get-selection): Docstring fix.
13128 2000-11-27  Dave Pearson <davep@hagbard.demon.co.uk>
13130         * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
13132 2000-11-27  Andrew Innes  <andrewi@gnu.org>
13134         * makefile.nt (.SUFFIXES): Add .SUFFIXES.
13136         * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
13138 2000-11-27  Miles Bader  <miles@gnu.org>
13140         * dired.el (dired-get-filename): Return filename verbatim if
13141         LOCALP is `verbatim'.
13142         * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
13143         `verbatim' so that we don't inadvertently delete a non-existant
13144         directory name.
13146 2000-11-27  Kenichi Handa  <handa@etl.go.jp>
13148         * international/characters.el: Specify cases and syntaxes for
13149         mule-unicode-0100-24ff.
13151 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
13153         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
13154         that foreground and/or background colors of the face `tool-bar'
13155         are unspecified.
13157 2000-11-27  Miles Bader  <miles@gnu.org>
13159         * wid-edit.el (widget-field-buffer, widget-field-start)
13160         (widget-field-end): Handle widget field `pseudo-overlays'.
13161         (widget-field-value-delete): Delete WIDGET from `widget-field-new'
13162         if it's there instead of in `widget-field-list'.
13164         * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
13165         (help-make-xrefs): Delete extraneous newlines at the end of the
13166         docstring.
13168 2000-11-25  Jason Rumney  <jasonr@gnu.org>
13170         * startup.el (command-line): Call set-locale-environment after
13171         Window System init file is read, as it can result in a call to
13172         redraw-frame.
13174 2000-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
13176         * simple.el (shell-command): Mention the effect of the prefix
13177         argument in the doc string.
13179 2000-11-25  Miles Bader  <miles@gnu.org>
13181         * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
13183         * wid-edit.el (widget-field-value-delete): Don't try to delete
13184         overlay when it's the `pseudo-overlay' that exists at some points.
13186 2000-11-24  Jason Rumney  <jasonr@gnu.org>
13188         * international/mule-cmds.el (locale-language-names): Add "jp" as
13189         a non-standard alternative for Japanese.
13191 2000-11-24  Andre Spiegel  <spiegel@gnu.org>
13193         * vc-hooks.el: Require 'cl during compilation.
13195 2000-11-24  Gerd Moellmann  <gerd@gnu.org>
13197         * faces.el (face-set-after-frame-default): Let face attributes
13198         specified for new frames override frame parameters.
13200         * startup.el (command-line): Fix computation of the source file
13201         for user-init-file when user-init-file is a compiled file.
13203 2000-11-24  Miles Bader  <miles@gnu.org>
13205         * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
13206         (custom-post-filter-face-spec): New functions.
13207         (custom-face-set, custom-face-value-create): Filter the face spec
13208         before and after customization.
13209         (custom-face-set): If VALUE specifies a null face, pass a
13210         non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
13211         * cus-face.el (custom-face-attributes): Remove SET and GET
13212         functions.  Add some IN-FILTER and OUT-FILTER functions in the few
13213         cases they're needed.
13215         * wid-edit.el (checkbox): Add a small `X' to the :on-glyph, so
13216         that it's distinguishable from the :off-glyph on dark-background
13217         displays.  Set its background color too.
13219         * cus-start.el (all): Restore entry for `mode-line-inverse-video',
13220         so that people can easily turn it off.
13222 2000-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
13224         * ediff-diff.el: Moved variables around to have it compile under NT.
13226         * ediff-help.el (ediff-use-long-help-message): Made it customizable.
13228         * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
13230         * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
13231         redundant skip-small-frames test.
13233         * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
13234         (viper-downgrade-to-insert): Protect against errors in hooks.
13236         * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
13237         (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
13238         (viper-restore-cursor-type,viper-set-insert-cursor-type):
13239         New functions.
13241         * viper-util.el (viper-memq-char): Bug fixes.
13243         * viper.el (viper-mode): Fix cursor handling.
13245 2000-11-24  Kenichi Handa  <handa@etl.go.jp>
13247         * international/mule-diag.el (list-iso-charset-chars):
13248         For two-byte charset, fix the `while' condition.
13249         (list-non-iso-charset-chars): Fix the `while' condition.
13251 2000-11-23  Stefan Monnier  <monnier@cs.yale.edu>
13253         * subr.el (add-hook, remove-hook): Don't call make-local-hook
13254         if the variable is make-variable-buffer-local.
13256         * progmodes/ada-stmt.el (ada-template-map):
13257         Initialize and bind it to C-c t in ada-mode-map.
13258         (ada-stmt-mode-hook): New function extracted from old code.
13259         Only change the buffer-local side of skeleton-*.
13260         (ada-mode-hook): Use it.
13262 2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
13264         * iswitchb.el (iswitchb-minibuf-depth): New variable.
13265         (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
13266         we expect to be returned by minibuffer-depth once we prompt the
13267         user in the minibuffer.
13268         (iswitchb-entryfn-p): If minibuffer-depth returns the same value
13269         as recorded in iswitchb-minibuf-depth, return non-nil.
13271 2000-11-23  Eli Zaretskii <eliz@is.elta.co.il>
13273         * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
13274         (hscroll-window-maybe): Docstring fix.
13276 2000-11-23  Dave Love  <fx@gnu.org>
13278         * rect.el (string-rectangle): Don't test delete-selection-mode.
13280 2000-11-23  Gerd Moellmann  <gerd@gnu.org>
13282         * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
13283         is in the tool bar.
13285         * dired-aux.el (dired-add-entry): Don't call dired-get-filename
13286         with `no-dir'; we want the directory part to be able to remove it.
13288 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
13290         * textmodes/outline.el (outline-flag-region):
13291         Don't bind inhibit-read-only since we don't modify the buffer.
13292         (outline-isearch-open-invisible): Don't jump to overlay-start
13293         since we're trying to unhide text around point.
13294         (outline-discard-overlays): Use dolist.
13296         * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
13298 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
13300         * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
13302 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
13304         * textmodes/tex-mode.el (tex-font-lock-keywords-1):
13305         Fix ARG regexp to skip quoted braces.
13306         (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
13307         Remove `bf' and `it' from `bold' and `italic' (they were wrong and
13308         are (correctly) handled separately).
13309         Remove `caption' and `footnote' from `citations': they contain text.
13310         Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
13311         (latex-skeleton-end-hook): New function.
13312         (latex-mode): Use it.
13313         (tex-start-tex-marker): Remove.
13314         (tex-send-tex-command): Don't set tex-start-tex-marker.
13315         (tex-error-parse-syntax-table): New var.
13316         (tex-compilation-parse-errors): Use it.
13317         Ignore tex-start-tex-marker.  Don't bother with marker-position.
13318         (tex-validate-buffer): Don't bother with marker-position.
13320         * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
13321         (flyspell-generic-progmode-verify): Use it.
13323 2000-11-22  Sam Steingold  <sds@gnu.org>
13325         * simple.el (delete-trailing-whitespace): New interactive function.
13327         * progmodes/ada-mode.el (ada-mode): Use it instead of
13328         `ada-remove-trailing-spaces'.
13329         (ada-remove-trailing-spaces): Removed.
13331         * textmodes/two-column.el (2C-merge): Recommend it in the doc.
13333         * textmodes/picture.el (picture-clean): Removed.
13334         (picture-mode-exit): Call it instead of `picture-clean'.
13336 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
13338         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
13340         * hi-lock.el (hi-lock-refontify): Don't call non-existent
13341         jit-lock-fontify-buffer; it should anyway be unneccessary to
13342         do anything special when jit-lock is active.
13343         (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
13345 2000-11-22  Dave Love  <fx@gnu.org>
13347         * calendar/todo-mode.el (todo-top-priorities): Use
13348         todo-tmp-buffer-name.  From Milan Zamazal <Milan.Zamazal@qbizm.com>.
13350         * language/chinese.el, language/cyrillic.el:
13351         * language/devanagari.el, language/ethiopic.el, language/greek.el:
13352         * language/hebrew.el, language/indian.el, language/japanese.el:
13353         * language/korean.el, language/lao.el, language/misc-lang.el:
13354         * language/thai.el, language/tibetan.el, language/vietnamese.el:
13355         Use provide.
13357         * cus-edit.el (custom-buffer-create-internal): Save some consing.
13358         (custom-variable-set): Improve validation error mesage.
13360         * rect.el (string-rectangle): Revert last change.
13361         (string-rectangle-line): New arg DELETE.
13362         (string-rectangle): Check delete-selection-mode.
13364         * emacs-lisp/edebug.el (edebug-version)
13365         (edebug-maintainer-address): Deleted.
13366         (edebug-submit-bug-report): Just alias to report-emacs-bug.
13367         (edebug-read-function): Account for other `'#' read forms.
13368         (edebug-mode-menus): Make some items toggles.
13369         (edebug-outside-unread-command-event, unread-command-event):
13370         Remove these to avoid warnings.
13372 2000-11-22  David Ponce  <david@dponce.com>
13374         * recentf.el (recentf-menu-items-for-commands)
13375         (recentf-make-menu-items, recentf-make-menu-item)
13376         (recentf-filter-changer): Added :help and :active menu-item properties.
13378         (recentf-build-dir-rules, recentf-dump-variable)
13379         (recentf-edit-list, recentf-open-files-item)
13380         (recentf-open-files): Replaced unnecessary `mapcar' with new
13381         built-in `mapc'.
13383 2000-11-23  Miles Bader  <miles@gnu.org>
13385         * faces.el (menu): Make inverse-video on ttys too.
13387 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
13389         * simple.el (comment-line-break-function): Use the new name
13390         indent-new-comment-line -> comment-indent-new-line.
13391         (clone-indirect-buffer): Don't ignore NORECORD.
13392         (next-completion): Properly handle the case where items are adjacent.
13394         * mouse.el (popup-menu): Stupid typo.
13396 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
13398         * emacs-lisp/authors.el: Remove autoload cookies, add author,
13399         maintainer, keywords tags.
13401         * rect.el (replace-rectangle): Don't call string-rectangle-line
13402         with too many arguments.
13404 2000-11-22  Andre Spiegel  <spiegel@gnu.org>
13406         * ediff-util.el (ediff-file-checked-out-p)
13407         (ediff-file-checked-in-p): Call vc-state instead of
13408         vc-locking-user, which no longer exists.
13410         * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
13412 2000-11-22  Dave Love  <fx@gnu.org>
13414         * md5.el (md5): Provide.
13415         (md5): Fix error call.
13417 2000-11-22  Miles Bader  <miles@gnu.org>
13419         * textmodes/refill.el (refill-adjust-ignorable-overlay)
13420         (refill-fill-paragraph-at): Remove debugging code.
13422         * calendar/calendar.el (generate-calendar-window): When we don't
13423         call `fit-window-to-buffer', make sure the top line is fully visible.
13425         * image-file.el (insert-image-file): Don't make `read-only'
13426         property rear-nonsticky.
13428         * isearch.el (isearch-original-minibuffer-message-timeout): New var.
13429         (isearch-mode): Set `minibuffer-message-timeout' to nil, after
13430         stashing away its original value.
13431         (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
13432         in the recursive edit.
13433         Bind `isearch-original-minibuffer-message-timeout' to protect it.
13434         (isearch-done): Restore `minibuffer-message-timeout'.
13436         * cus-start.el: Remove entry for `mode-line-inverse-video'.
13438 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
13440         * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
13442         * find-lisp.el (find-lisp-find-files-internal):
13443         Use dolist, when and file-name-as-directory.
13445         * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
13446         (define-derived-mode, define-minor-mode): Add specs.
13448         * window.el: General comment and spacing fixes.
13449         (save-selected-window): Use backquotes.
13450         (window-safely-shrinkable-p): New function.
13451         (shrink-window-if-larger-than-buffer): Use it.
13453         * subr.el (make-local-hook): Docstring fix.
13455         * shell.el (shell-mode): Use define-derived-mode.
13457         * newcomment.el (comment-indent): Insert comment before calling
13458         comment-indent-function.  Don't insert in column 0.
13459         (comment-dwim): Indent before inserting comment.
13461         * isearch.el (isearch-mode-map): Fix docstring.  Init in defvar.
13462         (minibuffer-local-isearch-map): Init in defvar.  Use inheritance.
13463         (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
13464         Use mapc rather than map.
13466         * files.el (find-buffer-visiting): Compare all attributes before
13467         declaring two files identical (rather than just their inode-no).
13468         (auto-mode-alist): Use \' rather than $.
13470         * which-func.el: Update maintainer line.
13472         * pcvs.el (uniquify-buffer-file-name): Remove advice.
13473         * uniquify.el (uniquify-list-buffers-directory-modes): New var.
13474         (uniquify-buffer-file-name): Use it.
13476 2000-11-22  Miles Bader  <miles@gnu.org>
13478         * cus-start.el: Add entry for `minibuffer-prompt-properties'.
13479         * simple.el (minibuffer-avoid-prompt): New function.
13481 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
13483         * Makefile.in (.SUFFIXES): Add .SUFFIXES.
13485 2000-11-21  Miles Bader  <miles@gnu.org>
13487         * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
13488         inclusion of `track-mouse'.
13490         * textmodes/refill.el (refill-ignorable-overlay): New variable.
13491         (refill-adjust-ignorable-overlay): New function.
13492         (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
13493         only the paragraph's tail if possible.
13494         Update `refill-ignorable-overlay'.
13495         (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
13497         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
13498         point inside the fill-prefix.
13500         * textmodes/refill.el (refill-post-command-function): Don't reset
13501         refill-doit in the case where a self-insertion command doesn't
13502         case a refill.  Use `refill-fill-paragraph-at', getting position
13503         from `refill-doit'.
13504         (refill-after-change-function): Set `refill-doit' to END.
13505         (refill-fill-paragraph-at): New function, mostly from old
13506         refill-fill-paragraph.
13507         (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
13508         (refill-pre-command-function): New function.
13509         (refill-mode): Add it to `pre-command-hook'.
13511 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
13513         * textmodes/artist.el (artist-mode): Fix autoload cookie.
13515         * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
13516         javadoc tags.
13518 2000-11-20  Andre Spiegel  <spiegel@gnu.org>
13520         * vc.el, vc-hooks.el: Undo prev change (moved functions back to
13521         vc.el).
13523         * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
13524         require vc.
13526         * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
13527         checkouts.
13529 2000-11-20  Dave Love  <fx@gnu.org>
13531         * Makefile.in (DONTCOMPILE): Omit bindings.el.
13533 2000-11-20  Eli Barzilay <eli@www.barzilay.org>
13535         * calculator.el (calculator-paste): Use `if' instead of `and'
13536         and `or'.
13537         (calculator-help): Don't use electric-describe-mode for XEmacs.
13539 2000-11-19  Gerd Moellmann  <gerd@gnu.org>
13541         * info.el (info-menu-5): Doc fix.
13543         * textmodes/artist.el: New file.
13545 2000-11-19  Andre Spiegel  <spiegel@gnu.org>
13547         * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
13548         and differentiate according to checkout model.
13549         (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
13550         since this function is only concerned with master state.
13552         * vc-hooks.el (vc-workfile-unchanged-p)
13553         (vc-default-workfile-unchanged-p): Moved here from vc.el.
13555         * vc.el (vc-workfile-unchanged-p)
13556         (vc-default-workfile-unchanged-p): See above.
13558 2000-11-19  Miles Bader  <miles@gnu.org>
13560         * image-file.el (insert-image-file): Make `intangible' and
13561         `read-only' properties rear-nonsticky too.
13563 2000-11-18  Gerd Moellmann  <gerd@gnu.org>
13565         * ps-print.el: Update copyright notice.
13567         * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
13568         (tooltip-show): Use the offsets.
13570         * bindings.el (mode-line-modified): Fix a typo.
13571         (mode-line-toggle-modified, mode-line-widen)
13572         (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
13574 2000-11-17  Vinicius Jose Latorre <vinicius@cpqd.com.br>
13576         * ps-print.el (toplevel): Test for find-coding-system being
13577         fboundp before calling ps-x-find-coding-system.
13579 2000-11-16  Stefan Monnier  <monnier@cs.yale.edu>
13581         * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
13582         (vc-version-backup-file): Docstring fix.
13584 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
13586         * files.el (basic-save-buffer): Don't add a newline if
13587         find-file-literally is non-nil.
13588         (find-file-literally): Extend doc string.
13590         * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
13591         sort(1) with the `-f' argument.
13593 2000-11-16  Andre Spiegel  <spiegel@gnu.org>
13595         * vc.el: Updated backend documentation.
13596         (vc-default-check-headers): New function.
13598         * vc-{cvs,rcs,sccs}.el: Functions reordered.
13600         * vc.el (vc-revert-buffer): Ask for confirmation if file seems
13601         up-to-date.
13602         (vc-do-command): In the asynchronous case, output messages only if
13603         the minibuffer is not active.
13605         * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
13606         `vc-cvs-use-edit' is on.
13607         (vc-cvs-checkout): When this is used for reverting the workfile,
13608         make a backup of the original contents and revert to that in case
13609         of error.
13610         (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
13611         remote repositories.
13613         * vc.el (vc-annotate): Changed handling of prefix arg; now asks
13614         for both version and ratio in the minibuffer.
13616         * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
13617         Use vc-do-command to perform the annotation, not call-process.
13619 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
13621         * international/quail.el (quail-start-translation): Don't call
13622         `message' before reading key sequence.
13624 2000-11-16  Miles Bader  <miles@lsi.nec.co.jp>
13626         * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
13628 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
13630         * window.el (fit-window-to-buffer): Be sure to acquire at least
13631         one text line even if the buffer is empty.
13633 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
13635         * net/ange-ftp.el (ange-ftp-file-writable-p)
13636         (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
13637         Bind ange-ftp-process-verbose to nil.
13639 2000-11-15  Dave Love  <fx@gnu.org>
13641         * wid-edit.el (widget-specify-field, widget-specify-button):
13642         If :help-echo is a function, set help-echo of overlay to
13643         widget-mouse-help.
13644         (widget-mouse-help): New function.
13645         (widget-echo-help): Rewritten for :help-echo functions only taking
13646         a widget arg.
13648         * net/eudc-bob.el (eudc-bob-can-display-inline-images):
13649         Use display-graphic-p.
13650         (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
13651         and that JPEG is available.
13652         (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
13654         * international/mule-cmds.el (locale-charset-language-names):
13655         Match @euro.
13657 2000-11-15  Gerd Moellmann  <gerd@gnu.org>
13659         * faces.el (face-set-after-frame-default):
13660         If `inhibit-default-face-x-resources' is bound, don't intialize the
13661         default face from X resources.
13663 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
13665         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
13666         Don't set EMACSLOADPATH.
13668 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
13670         * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
13671         texinfo-insert-@url.
13672         (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
13673         (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
13675 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
13677         * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
13678         (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
13679         (checkdoc-minor-keymap): Backward compatibility.
13680         (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
13681         (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
13682         (checkdoc-this-string-valid-engine): Be a bit more strict
13683         to avoid matching substrings of `...' quoted vars/funs.
13684         (checkdoc-defun-info): Only look for `interactive' if alone.
13685         (debug-ignored-errors): Add "arg doesn't appear in docstring".
13687         * progmodes/compile.el (grep): `tag-default' can be nil.
13689         * newcomment.el (comment-indent): Paren typo.
13691 2000-11-14  Dave Love  <fx@gnu.org>
13693         * calculator.el: New maintainer version.
13695         * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
13697         * cmuscheme.el: Doc fixes.
13698         (cmuscheme) <defgroup>: Use `scheme' as parent.
13699         (cmuscheme-program-name): Remove.  Change uses to scheme-program-name.
13701         * xscheme.el (scheme-program-name): Don't define here.
13703         * progmodes/scheme.el (scheme-program-name): New variable
13704         (originally in cmuscheme).
13706 2000-11-14  Miles Bader  <miles@gnu.org>
13708         * window.el (fit-window-to-buffer): Handle windows without mode-lines.
13709         Handle header-lines.  Don't loop forever if we can't enlarge the
13710         window anymore.  Simplify a bit.
13712 2000-11-14  Kenichi Handa  <handa@etl.go.jp>
13714         * window.el (fit-window-to-buffer): Don't check
13715         window-text-height.  Assure that the last line is fully visible.
13717         * international/quail.el (quail-show-guidance-buf):
13718         Call fit-window-to-buffer to assure the enough height of the guidance
13719         buffer.
13720         (quail-update-guidance): Avoid making the guidance buffer shorter.
13722 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
13724         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
13725         rather than `prepend' and add an interesting comment.
13726         (tex-math-face, tex-font-lock-syntactic-face-function):
13727         New face and function to use it.
13728         (tex-define-common-keys, tex-mode-map): Use menu-item rather
13729         than `menu-enable' symbol property.
13730         (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
13731         (tex-mode): Add some latex-mode commands for auto-selection.
13732         Use tex-font-lock-syntactic-face-function.
13733         (tex-insert-quote): Simplify.
13734         (tex-shell): New mode.
13735         (tex-start-shell): Use it.
13736         (tex-shell-proc, tex-shell-buf): New functions.
13737         (tex-send-command): Use it.
13738         (tex-main-file): Fix the meaning of the new arg REALFILE.
13739         (tex-send-tex-command): New function split from `tex-start-tex'.
13740         Set compilation-last-buffer and compilation-parsing-end.
13742         * newcomment.el (comment-indent-default): Stick \s<\s< to the left
13743         when it follows non-comment text on the line.
13745         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13746         Set font-lock-defaults.
13747         (lisp-mode-shared-map): Init inside the defvar.
13748         (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
13749         Use define-derived-mode.
13751 2000-11-14  Miles Bader  <miles@lsi.nec.co.jp>
13753         * faces.el (header-line): Use `:box nil' for color/gs displays too.
13755 2000-11-14  Gerd Moellmann  <gerd@gnu.org>
13757         * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
13758         Don't recursively optimize body because that can lead to infinite
13759         recursion; see comment there.
13761 2000-11-13  Eli Zaretskii  <eliz@is.elta.co.il>
13763         * faces.el (face-spec-set-match-display): Revert the change from
13764         2000-10-24.  Add a FIXME for after v21.1.
13766 2000-11-13  Miles Bader  <miles@gnu.org>
13768         * textmodes/fill.el (skip-line-prefix): New function.
13769         (fill-region-as-paragraph, fill-region):  Return the fill-prefix.
13770         (fill-paragraph): Don't leave point inside the fill-prefix.
13771         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
13772         point inside the fill-prefix.
13774 2000-11-13  Miles Bader  <miles@lsi.nec.co.jp>
13776         * calendar/calendar.el (generate-calendar-window):
13777         Use `fit-window-to-buffer'.
13779 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
13781         * gud.el (gud-minor-mode): New var.
13782         (gud-symbol, gud-val): New functions.
13783         (gud-find-file): Copy gud-minor-mode to the new buffer.
13784         (gud-menu-map): Include entries for commands that are not always
13785         available, using :enable to (de)activate them.
13786         (gud-minor-mode-map): New map.  Add it to minor-mode-map-alist.
13787         (gud-mode-map): New map.
13788         (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
13789         (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
13790         Don't set up gud's menu (it's done by the minor-mode).
13791         (gud-minibuffer-local-map): New.
13792         Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
13793         (gud-query-cmdline): New function.
13794         (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it.  Set gud-minor-mode.
13795         (gud-mode): Use define-derived-mode.
13796         Don't set up gud's menu (it's done by the minor-mode).
13797         (gud-chop-words): Remove.
13798         (gud-common-init): Use split-string instead.
13799         (gud-new-keymap, gud-make-debug-menu): Eradicate.
13801         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
13802         Add keyword arg :name.
13804         * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
13805         (diff-count-matches, diff-split-hunk): New functions.
13806         (diff-mode-map): Bind C-c C-s to diff-split-hunk.
13808         * pcvs-info.el (cvs-fi-conflict-face): New var.
13810         * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
13811         Make it into a simple syntax-table, shared among all submodes.
13812         (sh-heredoc-face): Re-introduce.
13813         (sh-font-lock-syntactic-face-function): New function.
13814         (sh-mode): Use it.  Also use define-derived-mode.
13815         Remove old bogus setting of indent-region-function.
13816         (sh-set-shell): Don't set the syntax-table any more.
13817         (sh-mode-syntax-table) <defun>: Remove.
13819 2000-11-12  Miles Bader  <miles@gnu.org>
13821         * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
13822         message if interactive.
13824 2000-11-12  Dave Love  <fx@gnu.org>
13826         * mail/feedmail.el: Fix header,
13827         (feedmail) <defgroup>: Add :link.
13829         * view.el: Use local-map property, not keymap on mode-line string.
13831         * scroll-all.el (scroll-all-mode): Customize variable.
13832         Add autoload cookie to function.
13834         * lazy-lock.el: Remove compatibility code.
13836         * finder.el (finder-known-keywords): Add `files', remove `vms'.
13837         (finder-help-echo): New variable.
13838         (finder-mouse-face-on-line): Add help-echo stuff.
13839         (finder-list-keywords, finder-list-matches): Use mapc.
13841         * faces.el (face-font-registry-alternatives): Add :version.
13843         * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
13844         tags-table-list.
13846         * net/browse-url.el (browse-url-browser-function): Update :version.
13848         * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
13849         (mail-mode): Use [:alnum:] in some regexps.
13851 2000-11-10  Dave Love  <fx@gnu.org>
13853         * ediff.el (ediff-regions-internal, ediff-documentation):
13854         * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
13855         fundamental mode.
13857         * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
13858         buffer into fundamental mode.
13859         (ediff-set-difference): Use copy-sequence if available.
13861         * ediff-ptch.el (ediff-dispatch-file-patching-job):
13862         Check ediff-patch-map non-nil.
13863         (ediff-fixup-patch-map, ediff-fixup-patch-map)
13864         (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
13865         buffer into fundamental mode.
13867         * ediff-merg.el (state-or-merge): Defvar when compiling.
13869 2000-11-10  Jason Rumney  <jasonr@gnu.org>
13871         * w32-fns.el (w32-add-charset-info): New function.
13872         (w32-charset-info-alist): Use it.
13874 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
13876         * faces.el (face-font-registry-alternatives): New user-option.
13878 2000-11-10  Stefan Monnier  <monnier@cs.yale.edu>
13880         * textmodes/texinfo.el (texinfo-block-default): New var.
13881         (texinfo-insert-block): Use it.  Insert a newline if needed.
13883         * textmodes/fill.el (fill-indent-according-to-mode): New var.
13884         (fill-region-as-paragraph): Use it.
13886         * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
13887         (latex-mode): Tweak tex-*-(head|trail)er regexps.
13888         Tweak paragraph regexps to allow a leading [ \t]*.
13889         (tex-latex-block): Insert a newline if necessary.
13890         (latex-insert-item): Only insert a newline if necessary.
13891         (tex-guess-main-file): New function.
13892         (tex-main-file): Use it.  Add arg `realfile'.  Trim `.tex'.
13893         Set tex-main-file if TeX-master is provided.
13894         (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
13896 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
13898         * startup.el (command-line): Set the default tooltip-mode
13899         to t for graphical displays which implement x-show-tip.
13901         * tooltip.el (tooltip-mode): Add a comment about startup.el
13902         setting the default value of this user-option.
13904 2000-11-09  Stefan Monnier  <monnier@cs.yale.edu>
13906         * font-lock.el (font-lock-*-face) <defvar>: Move.
13907         (font-lock-defaults-alist): Mark obsolete.
13908         (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
13909         (font-lock-mode): Use define-minor-mode.
13910         (font-lock-support-mode): Tweak type to default to jit-lock-mode.
13911         (font-lock-turn-off-thing-lock): Be more explicit.
13912         (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
13913         (font-lock-syntactic-face-function): New var.
13914         (font-lock-fontify-syntactically-region): Use it.
13915         (font-lock-doc-face): New.
13917         * pcvs.el (cvs-enabledp): Ignore errors.
13918         (cvs-commit-filelist): Never query.
13919         (cvs-mode-insert): Always add a terminating / in the initial prompt.
13920         (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
13921         (cvs-do-removal): Use cvs-partition rather than delete-if.
13922         Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
13923         cvs-bury-buffer.
13925         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13926         Allow `next' to jump to after the end of the last match.
13928 2000-11-09  Gerd Moellmann  <gerd@gnu.org>
13930         * simple.el (byte-compiling-files-p): New function.
13932         * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
13933         if it is there.
13935         * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
13936         nil again.
13938         * textmodes/ispell.el (ispell-library-path): Don't call
13939         check-ispell-version when byte-compiling because that starts
13940         an ispell process, and ispell might not be installed.
13941         (toplevel): Don't set up a menu when byte-compiling.
13943         * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
13944         it, so that a boundp test can be used to determine if we're
13945         currently byte-compiling.
13947 2000-11-09  Dave Love  <fx@gnu.org>
13949         * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
13951 2000-11-09  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13953         * ps-print.el: Patch for variable initialization when spooling.
13954         Doc fix.
13955         (ps-output-list): Fun eliminated.
13956         (ps-begin-file, ps-begin-job): Code fix.
13958 2000-11-08  Dave Love  <fx@gnu.org>
13960         * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
13962 2000-11-08  Gerd Moellmann  <gerd@gnu.org>
13964         * simple.el (shell-command, display-message-or-buffer)
13965         (shell-command-on-region): Mention resize-mini-windows in the doc
13966         string.
13967         (display-message-or-buffer): Take the value of resize-mini-windows
13968         into account.
13970 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
13972         * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
13974         * dired.el (dired-between-files): Add `^. find' as an alternative
13975         to the regular expression, for find-dired.
13977 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
13979         * textmodes/texnfo-upd.el: Require texinfo.
13980         (defmacro, defgroup): Remove.
13981         (texinfo-section-to-generic-alist): Remove.
13982         Use texinfo-section-list instead (i.e. level is changed string->int).
13983         (texinfo-filter): New function.
13984         (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
13985         (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
13986         Use it.  And use regexp-opt.
13987         (texinfo-find-higher-level-node, texinfo-hierarchic-level)
13988         (texinfo-update-menu-region-beginning)
13989         (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
13990         (texinfo-update-the-node, texinfo-sequentially-update-the-node)
13991         (texinfo-update-menu-same-level-regexps): Update.
13992         (texinfo-update-node, texinfo-every-node-update)
13993         (texinfo-sequential-node-update): Remove autoload cookie.
13995         * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
13996         (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
13997         (texinfo-chapter-level-regexp): Remove.
13998         (texinfo-mode): Hard code texinfo-chapter-level-regexp.
14000 2000-11-06  Dave Love  <fx@gnu.org>
14002         * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
14004         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
14005         Match defun*.
14007 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
14009         * composite.el (composition-function-table): Variable declaration
14010         moved to src/composite.c.
14011         (compose-chars-after): New optional arg object.
14013 2000-11-06  Gerd Moellmann  <gerd@gnu.org>
14015         * bindings.el (mode-line-toggle-read-only)
14016         (mode-line-toggle-modified, mode-line-widen)
14017         (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
14018         (make-mode-line-mouse2-map): Rewritten.
14019         (mode-line-modified, mode-line-format, minor-mode-alist): Use new
14020         functions so that C-h k can show something with a doc string.
14022         * startup.el (fancy-splash-delay): Set to 10 seconds.
14023         (fancy-splash-max-time): New user-option.
14024         (fancy-splash-stop-time): New variable.
14025         (fancy-splash-screens): Set it.  Catch `stop-splashing'.
14026         (fancy-splash-screens-1): Throw `stop-splashing' when current
14027         time is greater than fancy-splash-stop-time.
14029 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
14031         * vc-hooks.el (vc-insert-file): Don't assume byte==char.
14033         * pcvs.el (cvs-mode-marked): New arg `noquery'.
14034         Prompt user for a file rather than raising an error.
14035         (cvs-enabledp): Fix call to cvs-mode-marked.
14036         (cvs-insert-file): New function (extracted from cvs-mode-insert).
14037         (cvs-mode-insert): Use it.  Change the init prompt' value.
14038         (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
14040         * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
14041         Don't pass default arg to ewoc-locate.
14042         (ewoc-collect): Return result in the right order.
14044         * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
14046         * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
14047         (cvs-status-get-tags): Fix regexp.
14048         (cvs-status-trees, cvs-status-cvstrees):
14049         Combine after change hooks and don't sit-for.
14050         (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
14051         (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
14052         Use make-char rather than hard-coded cryptic data.
14053         (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
14055         * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
14057         * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
14058         (cvs-insert-strings): New function.
14060 2000-11-06  Miles Bader  <miles@lsi.nec.co.jp>
14062         * mwheel.el (mouse-wheel-scroll-amount): Renamed from
14063         `mwheel-scroll-amount'.
14064         (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
14065         (mouse-wheel-mode): Use (featurep 'xemacs) instead of
14066         string-matching against the version string.
14068 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
14070         * language/thai.el ("Thai"): Set a lisp form that produces
14071         composed string in `sample-text' language info.
14073         * language/tibetan.el ("Tibetan"): Set a lisp form that produces
14074         composed string in `sample-text' language info.
14076         * international/mule-cmds.el (describe-language-environment):
14077         Eval `sample-text' data and insert the result.
14079         * international/mule-conf.el (compound-text): Define this coding
14080         system here.  Make x-ctext and ctext aliases of it.
14082         * language/european.el (compound-text, ctext): Moved to
14083         international/mule-conf.el.
14085 2000-11-05  Andrew Innes  <andrewi@gnu.org>
14087         * w32-fns.el (w32-version): New function.
14089 2000-11-05  Stefan Monnier  <monnier@cs.yale.edu>
14091         * progmodes/awk-mode.el: Update copyright.
14092         (awk-mode-abbrev-table): Remove.
14093         (awk-font-lock-keywords): Use regexp-opt.
14094         (awk-mode): Use define-derived-mode.
14096         * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
14097         when extracting a suffix.
14099 2000-11-04  Andre Spiegel  <spiegel@gnu.org>
14101         * vc-hooks.el (vc-insert-file): Rewritten.  Don't bother about
14102         auto-save-mode.
14104 2000-11-04  Jason Rumney  <jasonr@gnu.org>
14106         * language/european.el (decode-mac-roman): Test against r1 not r0.
14108 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
14110         * progmodes/icon.el (icon-mode-map): Don't rebind \t.
14111         (icon-mode): Define indent-line-function.
14112         (icon-comment-indent): Simplify.
14113         (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
14115         * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
14117         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
14118         Bind change-log-default-mode to defeat the caching done on it.
14119         Don't bother saving excursion any more.
14121         * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
14123         * frame.el (after-setting-font-hook): Rename hooks -> hook.
14124         (set-frame-font): Use the new name (and the old for compatibility).
14126         * toolbar/tool-bar.el (tool-bar-mode):
14127         * time.el (display-time-mode):
14128         * recentf.el (recentf-mode):
14129         * paren.el (show-paren-mode):
14130         * mwheel.el (mouse-wheel-mode):
14131         * msb.el (msb-mode):
14132         * jka-compr.el (auto-compression-mode):
14133         * image-file.el (auto-image-file-mode):
14134         * hl-line.el (hl-line-mode):
14135         * delsel.el (delete-selection-mode):
14136         * autoinsert.el (auto-insert-mode):
14137         * complete.el (partial-completion-mode): Drop unneeded positional args.
14139         * info.el (Info-mode):
14140         * comint.el (comint-mode): Don't bother with make-local-hook.
14142         * log-edit.el (log-edit-menu): New menu.
14144 2000-11-03  Miles Bader  <miles@gnu.org>
14146         * wid-edit.el (widget-end-of-line): Reinstate, with a new
14147         definition, so that trailing spaces are handled properly.
14148         (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
14150 2000-11-03  Gerd Moellmann  <gerd@gnu.org>
14152         * startup.el (fancy-splash-text, fancy-splash-text): Use a single
14153         tab character.
14154         (fancy-splash-screens): Set tab-width to 20.
14156 2000-11-03  Dave Love  <fx@gnu.org>
14158         * comint.el (comint-completion-addsuffix): Fix custom type.
14160 2000-11-02  Stefan Monnier  <monnier@cs.yale.edu>
14162         * font-lock.el (font-lock-buffers): Remove.
14163         (font-lock-global-modes): Define with easy-mmode-define-global-mode.
14164         (font-lock-change-major-mode): Remove.
14165         (turn-on-font-lock-if-enabled): Only apply to the current buffer.
14166         (font-lock-default-fontify-region): Extend the multiline
14167         fontification to whole lines.
14168         (font-lock-fontify-anchored-keywords)
14169         (font-lock-fontify-keywords-region): If matching just one
14170         line (with \n) only mark the \n as multiline.
14172         * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
14173         Correctly handle the case where several :group args are supplied.
14174         Allow :extra-args.
14175         (easy-mmode-define-global-mode): Allow :extra-args.
14176         Correctly handle the case where several :group args are supplied.
14178 2000-11-02  Miles Bader  <miles@gnu.org>
14180         * calendar/calendar.el (diary-face, calendar-today-face)
14181         (holiday-face): Remove dependency on `window-system'.
14183 2000-11-02  Ken Raeburn  <raeburn@gnu.org>
14185         * Makefile.in (emacs): Set EMACSLOADPATH always.
14186         (update-authors, .el.elc, compile-files): Don't do it explicitly here.
14187         (compile-files): Bomb out if compilation of a file fails.
14189 2000-11-02  Dave Love  <fx@gnu.org>
14191         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
14193 2000-11-02  Eli Zaretskii  <eliz@is.elta.co.il>
14195         * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
14196         punctuation in the warning inserted into the *mail* buffer.
14198 2000-11-02  Gerd Moellmann  <gerd@gnu.org>
14200         * emacs-lisp/authors.el (authors-public-domain-files): New variable.
14201         (authors-public-domain-p): New function.
14202         (authors-print): Use it.
14204         * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
14206         * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
14208 2000-11-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14210         * ps-print.el: Extension for even/odd printing.  Doc fix.
14211         (ps-print-version): New version number (6.3.1).
14212         (ps-even-or-odd-pages): Customization fix.
14213         (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
14214         (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
14215         (ps-page-count): Var replaced by `ps-page-column'.
14216         (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
14217         (ps-print-sheet-p): New fun.
14219 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
14221         * tooltip.el (tooltip-gud-tips-setup): New function.
14222         (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
14223         (tooltip-mode): Call tooltip-gud-tips-setup.
14224         (tooltip-gud-tips): Use `gud-basic-call' instead of
14225         process-send-string, so the prompt gets frobbed appropriately.
14226         Handle nil return value from `tooltip-gud-print-command'.
14228 2000-11-01  Eric M. Ludlam  <zappo@ultranet.com>
14230         * comint.el (comint-add-to-input-history): New function.
14231         (comint-send-input): Use `comint-add-to-input-history'.
14233 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
14235         * info.el (info-menu-header): New face.
14236         (Info-fontify-menu-headers): New function.
14237         (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
14239         * info.el (Info-insert-dir): Don't include blank lines at
14240         beginning of additional dir files (one is added automatically).
14242 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
14244         * emacs-lisp/easy-mmode.el (define-minor-mode):
14245         Revert the latest changes.
14246         Allow the three positional arguments to be skipped and replaced
14247         by keyword arguments.
14248         Add a :toggle argument to determine whether a nil arg means toggle
14249         or means turn-on.  The default is unchanged.
14250         Add a call to force-mode-line-update.
14252 2000-11-01  Dave Love  <fx@gnu.org>
14254         * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
14256 2000-11-01  Miles Bader  <miles@lsi.nec.co.jp>
14258         * calendar/calendar.el (diary-face, holiday-face):
14259         Add dark-background variants.
14261 2000-10-31  Sam Steingold  <sds@gnu.org>
14263         * textmodes/tex-mode.el (tex-file): Use `default-directory' when
14264         `tex-main-file' does not have directory in it.
14266 2000-10-31  Stefan Monnier  <monnier@cs.yale.edu>
14268         * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
14270 2000-10-31  Thien-Thi Nguyen  <ttn@gnu.org>
14272         * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
14273         functional change.
14275 2000-10-31  Gerd Moellmann  <gerd@gnu.org>
14277         * files.el (find-file-noselect): When we expand a wildcard, return
14278         a list of buffers, as we should do according to the doc string.
14280 2000-10-31  Ken Raeburn  <raeburn@gnu.org>
14282         * loadup.el (top level): Adjust load path if program name is
14283         "../src/bootstrap-emacs", in case it's not dumped and thus the
14284         load path adjustment hasn't already been done.
14286 2000-10-31  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14288         * ps-print.el: Fix bug on selected pages for printing.
14289         Use `color-values' for Emacs 21.  Ensure fontification when jit-lock
14290         is on.  Try to avoid warning messages when compiling.  Doc Fix.
14291         (ps-print-version): New version number (6.3).
14292         (ps-color-device): Use `color-values' to determine if device
14293         supports color.
14294         (ps-color-values): Try to use `x-color-values' when using XEmacs.
14295         (ps-print-page-p): Changed from defsubst to defun.
14296         (ps-page-number): Changed from defmacro to defun.
14297         (ps-header-sheet, ps-header-page): Fix bug on selected pages for
14298         printing.
14299         (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
14300         (ps-end-file, ps-dummy-page): Funs eliminated.
14301         (ps-print-color-scale): Changed default value.
14302         (ps-page-n-up, ps-print-page-p): New internal vars.
14303         (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
14304         (ps-plot-region, ps-generate, ps-end-job): Code fix.
14306         * delim-col.el: Little programming improvement.
14307         (delimit-columns-str): New macro.
14308         (delimit-columns-region, delimit-columns-rectangle): Code fix.
14310 2000-10-31  Kenichi Handa  <handa@etl.go.jp>
14312         * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
14313         Moved to european.el.
14314         (ccl-encode-mac-roman-font, fontset-mac): Modified for
14315         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
14316         (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
14317         (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
14319 2000-10-30  Dave Love  <fx@gnu.org>
14321         * progmodes/cc-menus.el (imenu-generic-expression)
14322         (imenu-progress-message): Only defvar when compiling.
14324         * emacs-lisp/elp.el (elp-unload-hook): New function.
14326         * loadhist.el (unload-feature): Call elp-restore-function,
14327         checking for symbols; don't use elp-restore-all.
14328         (loadhist-hook-functions): Doc fix.
14330 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
14332         * log-edit.el (log-edit-confirm): Fix the default.
14334 2000-10-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14336         * delim-col.el: Little fix: replace delimit-columns-align-columns by
14337         delimit-columns-format.
14338         (delimit-columns-region, delimit-columns-rectangle): Code fix.
14340 2000-10-30  Miles Bader  <miles@lsi.nec.co.jp>
14342         * comint.el (comint-replace-by-expanded-history): Don't use
14343         comint-get-old-input (we're not looking at *old* input).
14344         (comint-get-old-input-default): If using fields, signal an error
14345         when the point is not in an input field.
14347 2000-10-30  Kenichi Handa  <handa@etl.go.jp>
14349         * international/mule-conf.el: New charsets mule-unicode-2500-33ff
14350         and mule-unicode-e000-ffff.
14352         * international/mule.el (decode-char, encode-char): New functions.
14353         (make-coding-system): Accept a symbol of translation table as a
14354         value of property `safe-chars'.
14356         * international/mule-cmds.el (encode-coding-char): Check property
14357         safe-chars instead of safe-charsets.
14359         * international/fontset.el (fontset-default): Modified for
14360         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
14361         (x-font-name-charset-alist): Likewise.
14362         (ccl-encode-unicode-font): New CCL program.  Record it in
14363         font-ccl-encoder-alist to be used for fonts "ISO10646-1".
14365         * language/european.el (mac-roman-decoder, mac-roman-encoder):
14366         New translation tables.
14367         (decode-mac-roman, encode-mac-roman): Definition of these CCL
14368         programs are modified and moved from mac-win.el.
14369         (mac-roman): Definition of this coding system is modified and
14370         moved from mac-win.el.
14372 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
14374         * ediff-wind.el (ediff-setup-control-frame): Enclose
14375         face-attribute in condition-case to avoid errors in older emacsen.
14377 2000-10-29  Miles Bader  <miles@gnu.org>
14379         * custom.el (custom-add-to-group): Allow multiple entries for a
14380         given value OPTION, as long as their widget types are different.
14381         * cus-edit.el (custom-face-value-create): If face name doesn't end
14382         with "face", add such here (similar to custom group widgets).
14384         * comint.el (comint-highlight-prompt): Add :type.
14386 2000-10-28  John Wiegley  <johnw@gnu.org>
14388         * calendar/timeclock.el (timeclock-log): Doc fix.
14389         (timeclock-last-event): Doc fix.
14390         (timeclock-log): Kill the timelog buffer after appending a new event.
14391         (timeclock-find-discrep): Use a temp buffer to read in the
14392         timelog, instead of visiting the file.
14393         (timeclock-log-data): A new function, along with a host of helper
14394         functions, for the purpose of making timelog data accessible to
14395         programmers.
14397         * eshell/esh-mode.el (window-height test): Make certain that
14398         `eshell-stringify-t' is non-nil.
14399         (eshell-password-prompt-regexp): Changed to a much simpler
14400         password regexp.
14401         (eshell-send-input): If `eshell-invoke-directly' returns t,
14402         directly invoke the parsed command using `eval'.  This improves
14403         turn-around time on simple commands by a factor of three or
14404         greater, such as cd, ls, pwd, etc. -- which get used very often.
14405         It also conserves thousands of cons cells per call (since
14406         `eshell-do-eval' consumes memory like a Cookie Monster set loose
14407         in the Pacific Cookie Company).
14409         * eshell/esh-test.el (eshell-test): Whitespace fix.
14411         * eshell/em-ls.el (eshell-ls-insert-directory):
14412         Make `eshell-ls-initial-args' nil when inserting directory contents.
14414         * eshell/em-script.el (eshell-script-initialize): Add names to
14415         `eshell-complex-commands, since `source' and `.' are complex.
14417         * eshell/esh-cmd.el (eshell-rewrite-for-command)
14418         (eshell-rewrite-while-command): Use `eshell-protect' instead of
14419         `eshell-copy-handles'.
14420         (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
14421         bodies.
14422         (eshell-separate-commands): Whitespace fix.
14423         (eshell-complex-commands): Added a new list of names, for
14424         determining whether a given command is as simple as it looks.
14425         (eshell-invoke-directly): New function.  Returns t if a command
14426         should be invoked directly (using `eval'), rather than indirectly
14427         using `eshell-do-eval'.
14428         (eshell-do-eval): Whitespace fix.
14430         * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
14431         which provides an emulation of the DOS shell behavior of assuming
14432         that cp/mv/ln should copy/move/link to the current directory.
14433         (eshell-remove-entries): Added a doc string.
14434         (eshell-shuffle-files): Removed the check for `target' being null.
14435         (eshell-mvcp-template, eshell-mvcpln-template): Renamed
14436         `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
14437         it to do a smarter check of whether a destination was provided.
14438         (eshell/mv, eshell/cp): Enable `:preserve-args'.
14439         (eshell/ln): Enable `:preserve-args', and use
14440         `eshell-mvcpln-template' to implement the body of the function.
14441         (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
14442         (eshell/du, eshell/diff, eshell/locate): Stringify the argument
14443         list after flattening it.  This makes it possible to cat files
14444         with numerical names.
14445         (eshell-unix-initialize): Added several names to
14446         `eshell-complex-commands.
14447         (eshell-unix-command-complex-p): Return t if a given command name
14448         may result in external processes being invoked.
14450         * eshell/em-glob.el (eshell-glob-show-progress): Make this
14451         variable nil by default, since it slows down glob processing by a
14452         factor of two or more, and increases memory consumption.
14454         * eshell/em-smart.el: Added a note about how memory consumptive
14455         smart display mode can be (at least this is true in Emacs 21).
14456         (eshell-smart-initialize): Whitespace fix.
14457         (eshell-refresh-windows): Use `if' instead of `when'.
14458         (eshell-smart-scroll-window): Calling `save-current-buffer' was
14459         not necessary.
14460         (eshell-currently-handling-window): Added a missing global variable.
14462         * eshell/em-ls.el (eshell-do-ls): Code simplification.
14463         (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
14464         Whitespace fix.
14465         (eshell-ls-exclude-hidden): Added this variable in addition to
14466         `eshell-ls-exclude-regexp'.  This one prevents files beginning
14467         with . from even being read, which can improve memory consumption
14468         quite a bit.
14469         (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
14470         read file entries beginning with a dot.  In home directories with
14471         lots of hidden files, fully two-thirds of the time spent in ls is
14472         used to read directory entries that are immediately thrown away.
14473         (eshell-ls-initial-args): Added back this configuration variable,
14474         for specifying default initial arguments to every call to ls.
14475         Much faster than using an alias to do the same thing.
14476         (eshell-do-ls): Use `eshell-ls-initial-args', if set.
14477         (eshell-ls-dir): Whitespace change.
14479         * eshell/em-dirs.el (eshell/pwd): Small code simplification.
14481         * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
14482         (eshell-stringify-t): Added a customization variable, to indicate
14483         whether `t' should be rendered as a string at all.  If not, one
14484         can still determine if the result of an expression is true using
14485         "file-exists-p FILE && echo true".
14486         (eshell-stringify): If `eshell-stringify-t' is nil, don't
14487         stringify t!
14489         * eshell/esh-module.el: Whitespace fix.
14491         * eshell/em-alias.el (eshell-alias-initialize):
14492         Added `eshell-command-aliased-p' to `eshell-complex-commands'.
14493         (eshell-command-aliased-p): New function that returns t if a
14494         command name names an aliased.
14496 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
14498         * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
14499         redrawing the screen when changing cursor color.
14500         (viper-insert-state-pre-command-sentinel)
14501         (viper-replace-state-pre-command-sentinel)
14502         (viper-replace-state-post-command-sentinel):
14503         Use viper-preserve-cursor-color.
14504         Many functions changed to use viper= instead of = when comparing
14505         characters.
14506         * viper-util.el (viper-memq-char,viper=): New functions for
14507         working with characters.
14508         (viper-change-cursor-color): Fixed buglet.
14509         Many functions changed to use viper= instead of = when comparing
14510         characters.
14511         * viper.el (viper-insert-state-mode-list): Added eshell.
14513         * ediff-init.el (ediff-before-setup-hook): New hook.
14514         Several typos fixed in various docstrings.
14515         * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
14516         * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
14517         (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
14518         * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
14519         (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
14520         (ediff-get-selected-buffers): New function.
14521         * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
14522         (ediff-vc-merge-internal,ediff-rcs-merge-internal):
14523         Use save-window-excursion.
14524         * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
14525         termination check in while loop.
14526         * ediff.el (ediff-get-default-file-name): Better defaults when in
14527         dired buffer.
14528         (ediff-files,ediff-merge-files,ediff-files3)
14529         (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
14531 2000-10-28  Dave Love  <fx@gnu.org>
14533         * info.el (Info-fontify-node): Add help-echo for menu items.
14535 2000-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
14537         * startup.el (normal-top-level): If the value of $TERM indicates
14538         we are running from xterm or one of its work-alikes, default to a
14539         light background mode.
14541         Support for -fg, -bg, and -rv command-line arguments for TTYs:
14542         * faces.el (tty-handle-reverse-video): New function.
14543         (tty-create-frame-with-faces): Call it.
14545         * frame.el (frame-notice-user-settings): Don't apply
14546         default-frame-alist and initial-frame-alist to MS-DOS frames.
14547         Call tty-handle-reverse-video, frame-set-background-mode, and
14548         face-set-after-frame-default for non-MS-DOS frames.
14550         * startup.el (tty-long-option-alist): New variable.
14551         (tty-handle-args): New function.
14552         (command-line): Call tty-handle-args.
14554         * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
14555         startup.el now does that for all character-terminal frames.
14557 2000-10-28  Miles Bader  <miles@gnu.org>
14559         * emacs-lisp/easy-mmode.el (define-minor-mode):
14560         Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
14561         is global.  If :global is followed by a non-nil but non-t value,
14562         make the mode buffer-local, but also generate a `global-MODE'
14563         version using `easy-mmode-define-global-mode'.
14564         Add :conditional-turn-on keyword argument.
14566 2000-10-28  Dave Love  <fx@gnu.org>
14568         * international/latin1-disp.el (latin1-char-displayable-p):
14569         Don't use window-system.
14571 2000-10-27  Eli Zaretskii  <eliz@is.elta.co.il>
14573         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
14574         Don't call find-buffer-file-type-coding-system.  Instead, just
14575         set eol-type to -unix if inhibit-eol-conversion is in effect, or
14576         if the file is on an untranslated filesystem.
14577         (add-untranslated-filesystem): Use "D" instead of "f" inside
14578         interactive.
14580 2000-10-27  Dave Love  <fx@gnu.org>
14582         * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
14583         (refill-mode): Use it.
14585 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
14587         * international/quail.el (quail-activate): Don't make-local-hook.
14589 2000-10-27  Andre Spiegel  <spiegel@gnu.org>
14591         * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
14592         manual backups and file.~<rev>.~ for automatic ones.
14593         (vc-make-version-backup): Don't do it on MS-DOS without long file
14594         names.
14596         * vc.el (vc-version-other-window): If an automatic backup of the
14597         desired version exists, rename it instead of copying it.
14599         * vc-cvs.el (vc-cvs-checkin): Check both status and error message
14600         after command.  If there's an unexpected error, signal it instead
14601         of being silent.
14602         (vc-cvs-merge-news): Be prepared for no news at all.
14604 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
14606         * shell.el (shell): Add BUFFER argument.
14607         * comint.el (make-comint-in-buffer): New function.
14608         (make-comint): Use it.
14610         * faces.el (face-spec-choose): Change syntax so that the list of
14611         attribute-value pairs is now the cdr of each clause, not the cadr.
14612         Detect old-style entries, and handle them.  Use pop.
14614 2000-10-26  Stefan Monnier  <monnier@cs.yale.edu>
14616         * cus-edit.el (custom-mode-map): Use a sparse map.
14617         (custom-mode): Don't bother with make-local-hook.
14619         * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
14621         * vc.el (vc-start-entry): Only erase the buffer if comment is set.
14623 2000-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14625         * ps-print.el: Avoid compilation gripes.
14626         (ps-print-version): New version number (6.2.1).
14628 2000-10-26  Dave Love  <fx@gnu.org>
14630         * menu-bar.el: Modify some menu item help strings.
14631         (menu-bar-help-menu): Add link to MORE.STUFF.
14633         * cus-edit.el (custom-mode): Add `special' mode-class property.
14635         * wid-browse.el (widget-browse-mode): Likewise.
14637         * wid-edit.el (widget-specify-field): Revert to using local-map
14638         property, not keymap.
14640 2000-10-26  Miles Bader  <miles@lsi.nec.co.jp>
14642         * wid-edit.el (widget-field-end): When checking for a `boundary'
14643         field, do so in the correct buffer.
14645         * simple.el (undo): Correctly distinguish between numeric and
14646         non-numeric prefix args in non-transient-mark-mode, as per the doc
14647         string.  When in transient-mark-mode, treat all prefix-args as
14648         numeric.
14650         * simple.el (previous-matching-history-element): Miscellaneous cleanup.
14651         Position point on match.  Handle N == 0 correctly.
14653         * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
14654         (comint-mode-map): Reverse order of `comint-write-output' and
14655         `comint-append-output-to-file'.
14656         (comint-append-output-to-file): Reinstate this function, for the
14657         benefit of the menu.
14659 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
14661         * vc.el (vc-version-other-window): Bind `file'.
14663 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
14665         * Makefile.in (update-authors): New target for maintenance purposes.
14667         * emacs-lisp/authors.el (batch-update-authors): New function.
14668         (authors-fixed-entries): New defconst.
14669         (authors-add-fixed-entries): New function.
14670         (authors): Call it.: Don't process lispref/.
14672 2000-10-25  Jason Rumney  <jasonr@gnu.org>
14674         * cus-edit.el (custom-button-face, custom-button-pressed-face):
14675         Merge x w32 and mac definitions.
14677 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
14679         * menu-bar.el (menu-bar-options-menu): Add a help string for
14680         `uniquify'.
14682 2000-10-25  Stephen Gildea  <gildea@stop.mail-abuse.org>
14684         * time-stamp.el (time-stamp-string-preprocess):
14685         Fix a wrong type argument error.
14687 2000-10-25  Miles Bader  <miles@gnu.org>
14689         * recentf.el (recentf-mode): Variable removed.
14690         (recentf-mode): Use `define-minor-mode'.
14692         * mwheel.el (mouse-wheel-mode): New global minor mode.
14693         (mwheel-install): Use `mouse-wheel-mode'.
14695 2000-10-25  Dave Love  <fx@gnu.org>
14697         * progmodes/cperl-mode.el (cperl-mode):
14698         Set normal-auto-fill-function correctly.
14700         * wid-edit.el (widget-field-keymap, widget-text-keymap):
14701         Don't inherit from global-map and don't nullify menu-bar and tool-bar
14702         bindings.
14704 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
14706         * wid-edit.el (widget-field-at): New function.
14707         (widget-at, widget-field-activate): Use it.
14708         (widget-tabable-at): Use `widget-at'.
14709         (widget-specify-field): If the terminating character of the widget
14710         field (which is read-only) is a newline, put it into a special
14711         `boundary' field so that C-n/C-p act more naturally.
14712         (widget-field-end): Also don't subtract one if a special
14713         `boundary' field has been added after the widget field.
14715         * comint.el (comint-output-filter, comint-send-input):
14716         Don't bother adding stickiness fields to overlays to fool the field
14717         code, since it should notice the overlay insertion-types now.
14719         * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
14720         Replace with aliases of the normal emacs b-o-l/e-o-l functions.
14721         (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
14723 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
14725         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
14726         (authors): Set file coding system to iso-2022-7bit.
14727         Add file-local variables to output buffer.
14729         * files.el (after-find-file): Don't print any warnings if
14730         WARN is nil.
14732 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14734         * ps-print.el (ps-generate): Fix odd/even pages printing bug.
14736         * delim-col.el: Now there is a column formatting mechanism.
14737         Modified to customization mechanisms convention.  Doc fix.
14738         (columns): New group for delim-col.
14739         (delimit-columns-before, delimit-columns-after)
14740         (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
14741         (delimit-columns-end): New vars.
14742         (delimit-columns-customize, delimit-columns-format): New funs.
14743         (delimit-columns-region, delimit-columns-rectangle)
14744         (delimit-columns-rectangle-line): Modified to support column
14745         formatting.
14747 2000-10-24  Dave Love  <fx@gnu.org>
14749         * log-edit.el (log-edit): Add :version and a :group for vc.
14751 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
14753         * files.el (after-find-file): Don't print a message ``New file''
14754         if WARN is nil.
14756         * wid-edit.el (widget-field-keymap, widget-text-keymap):
14757         Define the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
14758         get duplicate tool-bar entries because we'll see the global ones
14759         on more than one path through keymaps.
14761         * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
14763         * progmodes/cmacexp.el: Change Francesco's email address.
14765 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
14767         * window.el (fit-window-to-buffer): Adjust point of the window
14768         buffer, not that of the current buffer.
14770 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
14772         * progmodes/cmacexp.el: Update the euthor's email address.
14774 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
14776         * faces.el (face-spec-set-match-display): Add `graphic' display
14777         type (the inverse of `tty').  Use `display-graphic-p' instead of
14778         the window-system variable.
14780 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
14782         * international/isearch-x.el (isearch-with-input-method):
14783         Call input-method-function with the first event in
14784         unread-command-events.
14786 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
14788         * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
14790 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
14792         * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
14793         New charsets.
14795         * term/mac-win.el: Remove definitions of mac-roman-lower and
14796         mac-roman-upper, require dired, and define instead of set
14797         mac-ready-for-drag-n-drop to avoid compilation error.
14799 2000-10-23  Andrew Innes  <andrewi@gnu.org>
14801         * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
14802         Remove superfluous calls to subst-char-in-string; instead apply
14803         expand-file-name after convert-standard-filename to ensure
14804         expected directory separators are used.
14806 2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
14808         * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
14810 2000-10-23  Dave Love  <fx@gnu.org>
14812         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
14813         (tool-bar-add-item): Set foreground and background for XBM icons.
14815         * international/latin1-disp.el (latin1-char-displayable-p):
14816         New function (from Handa).
14817         (latin1-display-check-font): Use it.
14819         * imenu.el (imenu--create-keymap-2): Build menu with menu-item
14820         using :key-sequence, making it much more usable.
14821         Use nconc, not append.
14822         (imenu--create-keymap-1): Avoid append.
14824         * textmodes/refill.el: Remove bits redundant with define-minor-mode.
14826 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
14828         [the following changes fix a bug where `define-minor-mode' didn't
14829         correctly generate :require clauses for defcustoms in compiled files]
14830         * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
14831         (byte-compile-log-file, byte-compile-log-1): Don't set
14832         `byte-compile-current-file' to nil.  Instead set
14833         `byte-compile-last-logged-file' to it.  Test whether
14834         byte-compile-current-file equals byte-compile-last-logged-file
14835         instead of whether its nil.
14836         (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
14838 2000-10-23  Stefan Monnier  <monnier@cs.yale.edu>
14840         * textmodes/refill.el: Fix var names in doc.
14841         (refill-mode): Don't bother with make-local-hook anymore.
14843 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
14845         * faces.el (face-user-default-spec, face-default-spec): New functions.
14846         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
14847         (frame-set-background-mode, face-set-after-frame-default):
14848         Use `face-user-default-spec'.  Simplify code slightly.
14850         * woman.el (woman-italic-face, woman-bold-face)
14851         (woman-unknown-face): Add dark-background variants.
14852         (woman-default-faces): Renamed from `woman-colour-faces'.
14853         Set using the stored defaults, rather than using hard-wired colors.
14854         (woman-monochrome-faces): Renamed from `woman-black-faces'.
14855         Just make the foreground `unspecified' rather than "black".
14856         (woman-menu): Rename menu entries accordingly.
14858         * faces.el (header-line): Make more reasonable on mono/grayscale
14859         displays.
14861 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
14863         * cus-edit.el (custom-button-face): Use 3D look for mac.
14864         (custom-button-pressed-face): Likewise.
14866         * faces.el (set-face-attributes-from-resources): Handle mac frames
14867         in the same way as x and w32 frames.
14868         (face-valid-attribute-values): Likewise.
14869         (read-face-attribute): Likewise.
14870         (defined-colors): Likewise.
14871         (color-defined-p): Likewise.
14872         (color-values): Likewise.
14873         (display-grayscale-p): Likewise.
14874         (face-set-after-frame-default): Likewise.
14875         (mode-line): Same default face as for x and w32.
14876         (tool-bar): Likewise.
14878         * frame.el: Remove call to frame-notice-user-settings at end of
14879         the file.
14881         * info.el (Info-fontify-node): Make underlines invisible for mac
14882         as for x, pc, and w32 frame types.
14884         * term/mac-win.el: New file.
14886 2000-10-22  Dave Love  <fx@gnu.org>
14888         * textmodes/refill.el: New file.
14890 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
14892         * vc-hooks.el (vc-version-backup-file-name): New optional args
14893         MANUAL and REGEXP.
14894         (vc-delete-automatic-version-backups, vc-make-version-backup):
14895         New functions.
14896         (vc-before-save): Use the latter.
14897         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
14898         confusion.
14900         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
14901         expected by vc[-hooks].el.
14903         * vc.el (vc-checkout): Added `-p' suffix in call to
14904         vc-make-version-backups-p; use vc-make-version-backup to actually
14905         make the backup.
14906         (vc-version-other-window, vc-version-backup-file): Handle both
14907         automatic and manual backups.
14908         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
14909         of all of them.
14911 2000-10-22  Miles Bader  <miles@gnu.org>
14913         * comint.el (comint-highlight-input, comint-highlight-prompt):
14914         Renamed, `-face' at end removed.
14915         (comint-send-input, comint-output-filter): Use renamed faces.
14917         * window.el (fit-window-to-buffer): Change defaulting of
14918         MAX-HEIGHT slightly.
14920         * faces.el (color-values, color-defined-p): Use `member', not
14921         `memq', because it works correctly for strings.
14922         (frame-set-background-mode): Actually, "unspecified-fg" and
14923         "unspecified-bg" *are* strings.  Use `member', not `memq', and
14924         `equal', not `eq', when a string value is possible.
14926 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
14928         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
14930 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
14932         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
14933         sh-electric-rparen, sh-electric-less and sh-electric-hash.
14934         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
14935         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
14936         (sh-font-lock-syntactic-keywords): Use them.
14937         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
14938         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
14939         (sh-mode): Don't override font-lock-unfontify-region-function.
14940         Use a copy of sh-font-lock-syntactic-keywords.
14941         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
14942         Don't call sh-scan-buffer since font-lock does it on the fly.
14943         (sh-get-indent-info): Use `face' rather than `syntax-table'
14944         text-property to detect here-documents.
14945         Replace sh-special-syntax with sh-st-punc.
14946         (sh-prev-line): Use `face' rather than `syntax-table'
14947         text-property to skip over here-documents.
14948         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
14949         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
14950         (sh-electric-less, sh-set-here-doc-region)
14951         (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
14952         (sh-scan-buffer, sh-rescan-buffer): Remove.
14954 2000-10-21  Andrew Innes  <andrewi@gnu.org>
14956         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
14957         remote (ange-ftp) file names.
14959 2000-10-21  Miles Bader  <miles@gnu.org>
14961         * window.el (fit-window-to-buffer): New function.
14962         (shrink-window-if-larger-than-buffer): Use it.
14963         (window-text-height): Don't expect minibuffers to have mode-lines.
14965         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
14966         * international/quail.el (quail-update-guidance):
14967         Use `fit-window-to-buffer' instead of `set-window-text-height'.
14969         * international/quail.el (quail-show-guidance-buf): Make sure
14970         guidance window really has enough room.
14971         (quail-update-guidance): If quail-guidance-win is already shown,
14972         make sure its height is OK.
14974         * window.el (window-text-height, set-window-text-height):
14975         New functions.
14976         (shrink-window-if-larger-than-buffer): Use `window-text-height'
14977         instead of `window-height' & `mode-line-window-height-fudge'.
14978         (mode-line-window-height-fudge): Add FACE parameter.
14979         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
14980         instead of `enlarge-window' & `mode-line-window-height-fudge'.
14982 2000-10-20  Miles Bader  <miles@gnu.org>
14984         * window.el (height-affecting-face-attributes): Use `defconst'.
14986         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
14987         New function, conditionally aliased to `mode-line-window-height-fudge'.
14988         (ispell-help): Use it.
14989         (ispell-choices-win-default-height): Don't include mode-line fudge.
14990         (ispell-choices-win-default-height): New function.
14991         (ispell-show-choices, ispell-command-loop): Use function
14992         `ispell-choices-win-default-height' instead of variable.
14994 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
14996         * window.el (mode-line-window-height-fudge): New variable.
14997         (height-affecting-face-attributes): New variable.
14998         (mode-line-window-height-fudge): New function.
14999         (shrink-window-if-larger-than-buffer): Use it.
15000         * help.el (resize-temp-buffer-window): Likewise.
15002         * info.el (Info-fontify-node): Add support for @subsubsection
15003         titles, which use `Info-title-4-face'.
15004         (Info-title-4-face): New face.
15005         (Info-title-3-face): Inherit from Info-title-4-face instead of
15006         variable-pitch.
15008 2000-10-19  Jason Rumney  <jasonr@gnu.org>
15010         * dired.el (dired-insert-directory): Do not let errors signalled by
15011         attempt to run dired-free-space-program prevent dired from working.
15013 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
15015         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
15017 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
15019         * dirtrack.el (dirtrack): Fix call to run-hooks.
15021         * cmuscheme.el (cmuscheme-program-name): Renamed from
15022         scheme-program-name because xscheme.el contains a defcustom with
15023         the same name.  As a consequence, customizing group `cmuscheme'
15024         loaded `xscheme' which redefined run-scheme.
15025         (run-scheme): Use cmuscheme-program-name.
15027         * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
15029         * play/doctor.el (doctor-death): Update the Samaritans'
15030         anonymous address, and add a website for Befrienders International.
15032 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15034         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
15035         Avoid compilation gripes.  Doc fix.
15036         (ps-print-version): New version number (6.2).
15037         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
15038         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
15039         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
15040         (ps-x-extent-priority, ps-x-extent-start-position)
15041         (ps-x-face-font-instance, ps-x-find-coding-system)
15042         (ps-x-font-instance-properties, ps-x-make-color-instance)
15043         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
15044         avoid compilation gripes without defining functions.
15045         (ps-e-find-composition): Alias for function find-composition, to have a
15046         suitable function depending on Emacs version.
15047         (ps-color-device, ps-color-values, ps-face-foreground-name)
15048         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
15049         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
15050         (ps-print-ensure-fontified): Function definitions surrounded by
15051         `eval-and-compile' to avoid compilation gripes.
15052         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
15053         by symbol-value to avoid compilation gripes.
15054         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
15055         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
15057 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
15059         * startup.el (normal-top-level): Call `frame-set-background-mode'
15060         after `frame-notice-user-settings' because the latter doesn't call
15061         the former on a tty.
15063         * faces.el (frame-set-background-mode): `unspecified' &c are
15064         symbols, not strings.
15066 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
15068         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
15069         why some "light*" colors are deliberately absent from the alist.
15071         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
15072         Change colors for tty's, as suggested by Miles Bader.
15074 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
15076         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
15077         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
15078         for ISO10646-1 fonts.
15079         (x-font-name-charset-alist): Add an entry for "iso10646-1".
15081 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
15083         * faces.el (frame-set-background-mode): If a tty frame defines a
15084         background color, use that to compute the background mode, instead
15085         of always defaulting to "dark".
15087 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
15089         * comint.el (comint-write-output): New function.
15090         (comint-mode-map): Add it to the menu.
15091         Bind `C-c C-s' to comint-write-output.
15093 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
15095         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
15096         Use fancy-splash-delay.
15098 2000-10-18  Alex Schroeder  <alex@gnu.org>
15100         * progmodes/sql.el (sql-sybase-options): New option.
15101         (sql-sybase): Use it.  Add sql-database to the list of parameters
15102         provided for login.  The options -w 2048 -n are not used any more.
15104         * comint.el (comint-read-input-ring): Bugfix such that the first
15105         and the last entry of the input ring file are not lost.
15107 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15109         * ps-print.el: Internal variable changes to defcustom,
15110         make-local-hook changes to defvar.  Doc fix.
15111         (ps-print-version): New version number (6.1).
15112         (ps-setup, ps-do-despool): Code fix.
15113         (ps-printer-name): Customization fix.
15114         (ps-printer-name-option): Now is a defcustom instead of an
15115         internal variable.
15116         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
15117         (ps-print-begin-column-hook): Now are defvar instead of
15118         make-local-hook.
15120 2000-10-18  Miles Bader  <miles@gnu.org>
15122         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
15123         (comint-kill-output): Changed into an alias for `comint-delete-output',
15124         and made obsolete.
15125         (comint-mode-map): Rename references to comint-kill-output.
15127 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
15129         * diff-mode.el (diff-header-face, diff-file-header-face)
15130         (diff-changed-face): Add bold and italic attributes to tty faces.
15131         (diff-function-face): New face.
15132         (diff-font-lock-keywords): Use it.
15134 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
15136         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
15137         Remove commented-out call to force-mode-line-update.
15138         (comint-kill-output): Use `forward-line 0' instead of
15139         beginning-of-line to make sure we get past the prompt.
15141 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
15143         * diff-mode.el (diff-header-face, diff-file-header-face):
15144         Add specific setting for dark background.
15145         (diff-context-face): Renamed from diff-comment-face.
15146         Set explicitly rather than inheriting from font-lock-comment-face.
15148 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
15150         * startup.el (command-line): Move the code which sets the default
15151         TTY colors to before before-init-hook.
15153 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
15155         * jit-lock.el (jit-lock-stealth-time): Doc fix.
15157 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
15159         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
15160         extensions, for MS-DOS.
15162         * diff-mode.el (diff-header-face, diff-file-header-face)
15163         (diff-changed-face): Define tty-specific colors.
15165 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
15167         * startup.el (fancy-splash-text): Realign the text.
15169 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
15171         * font-lock.el (font-lock-comment-face): Define a separate default
15172         for dark-background tty's.
15174 2000-10-17  Miles Bader  <miles@gnu.org>
15176         * help.el (resize-temp-buffer-window): Add hack to avoid last line
15177         being obscured by whizzy mode-lines on graphics displays.
15179 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
15181         * info.el (Info-title-1-face, Info-title-2-face)
15182         (Info-title-3-face): Define colors for tty's.
15183         (info-header-node): Remove unneeded tty-specific definition.
15185 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
15187         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
15188         reverse from the frame parameters, and don't invert foreground and
15189         background colors.
15191 2000-10-16  Miles Bader  <miles@gnu.org>
15193         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
15194         string "*Info*".  Call propertized-buffer-identification to spruce
15195         up the result.
15197 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
15199         * help.el: Provide `help' for the sake of define-minor-mode
15200         which generates defcustoms with requires.
15202         * jit-lock.el (jit-lock-after-change): If we're in text that
15203         matches a multi-line font-lock pattern, make sure the whole text
15204         will be redisplayed.
15206         * emacs-lisp/authors.el (authors-add): Don't add an entry if
15207         author's name is unknown.
15209         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
15210         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
15211         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
15212         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
15213         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
15214         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
15215         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
15216         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
15217         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
15218         Add author information.
15220 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
15222         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
15223         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
15224         full-color version (using the Gimp) to eliminate dithering artifacts.
15226 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
15228         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
15230         * simple.el (syntax-flag-table, string-to-syntax): Remove.
15232 2000-10-15  Dave Love  <fx@gnu.org>
15234         * progmodes/sh-script.el: Require skeleton and comint when compiling.
15236         * pcomplete.el (pcomplete) <defgroup>: Add :version.
15238         * whitespace.el: Doc fixes.
15239         (top-level): Don't add hooks here.
15240         (whitespace-running-emacs): Deleted.
15241         (timer): Don't require.
15242         (whitespace): Add back :version conditional on xemacs test.
15243         (whitespace-spacetab-regexp, whitespace-indent-regexp)
15244         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
15245         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
15246         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
15247         Avoid specific xemacs test.
15248         (whitespace-global-mode): New option.
15249         (whitespace-global-mode): New command.
15250         (whitespace-unload-hook): New function.
15252         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
15253         (Info-fontify-node, Info-goto-node, Info-mode-menu)
15254         (Info-fontify-node): `Goto' goes to `Go to'.
15255         (Info-fontify-node): Add help-echo to xref links.
15257 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
15259         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
15261 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
15263         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
15264         Use plist-get and allow :inherit.
15266         * emacs-lisp/cl-macs.el (cl-do-arglist):
15267         Use plist-get and plist-member instead of memq.
15269         * emacs-lisp/ewoc.el (ewoc-location): New function.
15270         (ewoc-enter-after, ewoc-enter-before): Document return value.
15271         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
15272         Don't need make-local-hook any more.
15273         (cvs-addto-collection): Return the new tin.
15274         (cvs-mode-insert): Jump to the new line.
15276         * jit-lock.el (jit-lock-fontify-buffer): Remove.
15278         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
15280         * font-lock.el (font-lock-syntactically-fontified): New var.
15281         (font-lock-fontify-syntactic-keywords-region): Use it.
15282         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
15284         * diff-mode.el (diff-find-file-name): Fix regexp.
15286         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
15287         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
15289         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
15290         (sh-mode-syntax-table): Add punctuation syntax for < and >.
15291         (sh-mode): Don't make all vars local here.
15292         (sh-kw): Reformat.
15293         (sh-set-shell): Use dolist.  Don't set indent-region-function.
15294         (sh-mode-syntax-table): Use pop.
15295         (sh-remember-variable): Use push.
15296         (sh-help-string-for-variable): Use memq.
15297         (sh-safe-backward-sexp): Remove.
15298         (sh-safe-forward-sexp): Add ARG.
15299         (sh-get-indent-info, sh-prev-stmt): Use it.
15300         (sh-prev-line): Simplify by using forward-comment.
15301         (sh-this-is-a-continuation): Simplify.
15302         (sh-learn-buffer-indent): Use dolist.
15303         (sh-do-nothing): Remove.
15304         (sh-set-char-syntax, sh-set-here-doc-region):
15305         Use inhibit-modification-hooks.
15306         (sh-name-style): Use mapcar and push.
15307         (sh-load-style): Use dolist.
15308         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
15309         (sh-case, sh-while-getopts): Use propertize directly rather
15310         than sh-electric-rparen.
15312 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
15314         * textmodes/tex-mode.el: Require CL when compiling.
15315         (tex-mode-syntax-table): Init immediately.
15316         (tex-mode-map): Bind M-RET to latex-insert-item.
15317         (latex-mode): Set indent-line-function to latex-indent.
15318         (tex-common-initialization): Don't setup the syntax-table any more.
15319         (latex-insert-item): New skeleton.
15320         (tex-next-unmatched-end): Fix copy/paste braino.
15321         (latex-syntax-after, latex-skip-close-parens, latex-down-list)
15322         (latex-indent, latex-find-indent): New functions.
15323         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
15324         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
15325         (tex-compilation-parse-errors): Use with-syntax-table.
15327 2000-10-15  Miles Bader  <miles@gnu.org>
15329         * font-lock.el (font-lock-comment-face): Change dark-background,
15330         color, non-tty, default to `chocolate1'.
15332 2000-10-13  John Wiegley  <johnw@gnu.org>
15334         * eshell/esh-util.el (require): Added a missing `require' form,
15335         needed when compiling (for an ange-ftp macro definition).
15337 2000-10-13  Dave Love  <fx@gnu.org>
15339         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
15341 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
15343         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
15345         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
15346         transparent -colors 8).
15348 2000-10-13  Stephen Gildea  <gildea@stop.mail-abuse.org>
15350         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
15351         that breaks with old list format timestamps.
15352         (time-stamp-warn-inactive, time-stamp-old-format-warn)
15353         (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
15355 2000-10-13  John Wiegley  <johnw@gnu.org>
15357         * align.el, pcomplete.el, calendar/timeclock.el,
15358         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
15360         * calendar/timeclock.el (timeclock-find-discrep): A fix to some
15361         faulty math, where holiday hours were being computing as seconds.
15363 2000-10-13  John Wiegley  <johnw@gnu.org>
15365         * desktop.el (desktop-buffer-modes-to-save): Added a global for
15366         specifying what "other" kinds of buffers should be saved.
15367         This used to be hard-coded.
15368         (desktop-buffer-misc-functions): A global for specifying how
15369         auxiliary data should be determined for special buffer types.
15370         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
15371         instead of hard-coding the special buffer types.
15372         (desktop-save): Run `desktop-buffer-misc-functions' to gather
15373         auxiliary data, instead of hard-coding for Info buffers and dired.
15374         (desktop-buffer-info-misc-data): Aux function for determining Info
15375         buffer auxiliary info.
15376         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
15377         (desktop-buffer-info): Changed this function to use the info
15378         gathered above.
15379         (desktop-create-buffer): Be a little more careful about what
15380         `minor-mode' means before calling it.  This is important for some
15381         buffer types.
15383 2000-10-13  John Wiegley  <johnw@gnu.org>
15385         * eshell/esh-util.el: Added a global form which declares an
15386         autoload for `parse-time-string', if that function is not already
15387         defined, and if parse-time.el is available on the user's system.
15389         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
15390         to be aware of ange-ftp user info.
15391         (eshell-do-ls): Bind `ange-cache'.  Also, use `eshell-file-attributes'.
15392         (eshell-ls-annotate): Use `eshell-file-attributes'.
15393         (eshell-ls-file): Made the user-id printing code a bit smarter.
15395         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
15396         allow identification of alias user ids in remote directories.
15397         It's manual, but there's no other way to know when the current user
15398         on the local machine, is also the owning user on the remote machine.
15399         (fboundp): Bind `ange-cache'.
15400         (eshell-directory-files-and-attributes): Re-organized the logic a
15401         bit to use `eshell-file-attributes' instead of `file-attributes'.
15402         The former is more sensitive to directories that are read via FTP,
15403         and knows how to use ange-ftp to determine full attribute
15404         information, instead of just the name and last modtime.
15405         (eshell-current-ange-uids): Return the current user id when in a
15406         remote directory.
15407         (eshell-parse-ange-ls): Parse a full directory listing that has
15408         been returned by ange-ftp.
15409         (eshell-file-attributes): This beefed up version of
15410         `file-attributes' is only special if the user is currently in a
15411         remote directory, in which case it does a lot of work to find out
15412         what the real attributes of a file are, as they appear on the
15413         remote machine.  This makes usage of remote directories (i.e.,
15414         ange-ftp pathnames) much more useful.  You can now use Eshell as a
15415         full-fledged FTP client, with much more manipulation ability than
15416         most other clients.
15418         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
15419         variable, which means that Eshell's du should always be preferred
15420         in remote directories.
15421         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
15422         just `file-attributes'.
15423         (eshell-mvcp-template): Bind `ange-cache', to improve performance
15424         when reading remote directories.  This is an Eshell-specific
15425         variable (not part of ange-ftp).
15426         (eshell/ln): Bind `ange-cache'.
15427         (eshell/du): Added some extra logic for determining when to use
15428         Eshell's du (which is slow), and when to use the external version
15429         (which may or may not exist).
15431         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
15432         Call `eshell-interactive-process', rather than using
15433         `get-buffer-process', since backgrounded processes don't count in
15434         the context of this function's logic.
15436         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
15437         `forward-char', so that null strings are parsed correctly.
15439 2000-09-13  John Wiegley  <johnw@gnu.org>
15441         * eshell/em-pred.el (eshell-pred-file-type)
15442         (eshell-pred-file-links, eshell-pred-file-size):
15443         Use `eshell-file-attributes'.  This is more correct over ange-ftp.
15445         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
15446         that remote file globbing is more efficient.
15448         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
15449         gathering the files and attributes within a directory.
15451         * eshell/em-unix.el (eshell/cat): If any of the files passed on
15452         the command line is a special file (not a regular file, directory
15453         or symlink), always attempt to call the external version of cat.
15455 2000-09-13  John Wiegley  <johnw@gnu.org>
15457         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
15458         Eshell-friendly version of find-tag.
15460 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
15462         * image-file.el (image-file-name-extensions)
15463         (image-file-name-regexps): Add autoload cookies.
15465 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
15467         * international/mule-cmds.el (select-safe-coding-system): If FROM
15468         is string, show it in *Warning* buffer.
15470 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
15472         * startup.el (normal-top-level): Use display-popup-menus-p instead
15473         of window-system.
15474         (command-line): Use display-graphic-p instead of window-system.
15475         (command-line-1): Use display-popup-menus-p and display-mouse-p
15476         instead of window-system.
15478 2000-10-12  Sam Steingold  <sds@gnu.org>
15480         * tooltip.el (tooltip-use-echo-area): New user variable.
15481         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
15483 2000-10-12  Dave Love  <fx@gnu.org>
15485         * recentf.el: Maintainer's checkdoc fixes.
15487         * startup.el (normal-top-level-add-subdirs-to-load-path):
15488         Use character class, not ASCII when matching file names.
15489         (fancy-splash-head): Add trailing slash to URL.
15490         (command-line): Don't require XPM support for toolbar.
15492         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
15493         (cperl-invalid-face): Revert last change.
15494         (cperl-init-faces): Quote cperl-invalid-face.
15496 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
15498         * startup.el (fancy-splash-text): Remove superfluous quote.
15500 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
15502         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
15503         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
15504         (command-line-1): Don't use fancy-splash-pending-command.
15505         (fancy-splash-screens-1): Goto point-min after inserting text.
15507         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
15509         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
15510         instead of shared-lisp-mode-map.
15512 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
15514         * faces.el (header-line): Change tty-variant to use underlining.
15516         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
15517         (isearch-highlight): Restore lazy-isearch face properties at old
15518         position, and suppress them at new position.
15519         (isearch-dehighlight): Restore lazy-isearch face properties.
15520         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
15521         over the real isearch overlay, but in that case, don't give it a
15522         face property.  Use `push'.
15524 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
15526         * man.el (Man-getpage-in-background): Fix previous change.
15527         Decode the process output only when we are in multibyte mode.
15529 2000-10-11  Dave Love  <fx@gnu.org>
15531         * info.el (Info-mode-menu): Fix some help.
15532         (info-tool-bar-map): Add entry for Info-last.
15534         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
15535         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
15536         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
15537         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
15538         * toolbar/search-replace.xpm, toolbar/exit.xpm:
15539         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
15540         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
15541         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
15542         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
15543         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
15544         Reduce colour requirements to 25 overall.  (Probably wants
15545         revisiting from the originals to reduce further.)
15547 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
15549         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
15550         buffer-file-coding-system, instead of raw-text.
15551         (dehexlify-buffer): Bind coding-system-for-read to
15552         buffer-file-coding-system, instead of raw-text.
15554 2000-10-11  Sam Steingold  <sds@gnu.org>
15556         * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
15557         `underline' - fixes the bug introduced on 2000-09-21.
15559 2000-10-11  Dave Love  <fx@gnu.org>
15561         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
15562         Avoid compiler warnings.
15563         (scheme-mode): Doc fix.
15564         (scheme-font-lock-keywords-1): Match `define-syntax'.
15566 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
15568         * faces.el (frame-set-background-mode): Pay attention to saved
15569         face specs as well as default ones.  Only do anything if the
15570         bg-mode or display-type has actually changed.  Use `dolist'.
15571         (region): Make dark-background `region' face less in-your-face.
15573 2000-10-10  Sam Steingold  <sds@gnu.org>
15575         * chistory.el, ielm.el, ledit.el:
15576         * progmodes/inf-lisp.el, progmodes/scheme.el:
15577         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
15579 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
15581         * textmodes/texinfo.el: Update copyright and fix typo.
15583         * desktop.el (desktop-modes-not-to-save): New var.
15584         (desktop-save-buffer-p): Use it.
15585         Also, obey desktop-buffers-not-to-save even for non-file buffers.
15586         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
15588 2000-10-10  Dave Love  <fx@gnu.org>
15590         * toolbar/tool-bar.el (tool-bar-add-item)
15591         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
15593         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
15594         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
15595         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
15596         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
15597         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
15598         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
15599         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
15600         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
15601         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
15602         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
15603         the .xpms; probably need retouching.
15605 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
15607         * subr.el (add-to-list): Add optional argument APPEND.
15608         * battery.el (display-battery): Use `add-to-list'.
15610 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
15612         * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
15613         properties.
15614         (zone, zone-when-idle, zone-leave-me-alone)
15615         (zone-pgm-whack-chars): Use new symbol properties.
15617         * battery.el (display-battery): Doc spelling fix.
15619         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
15620         property.
15622 2000-10-09  Dave Love  <fx@gnu.org>
15624         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
15625         has been initialized before calling tool-bar-setup.
15626         (tool-bar-add-item-from-menu): Add autoload cookie.
15628 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
15630         * menu-bar.el (send-mail-item-name): New function.
15631         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
15632         of mail-user-agent in the menu.  Don't display the "Send Mail"
15633         item if mail-user-agent is nil or its value is ignore.
15634         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
15635         if read-mail-command is nil or its value is ignore.
15637         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
15639 2000-10-09  Miles Bader  <miles@gnu.org>
15641         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
15642         Correct image size.
15643         * toolbar/left_arrow.xpm: Correct image size.
15645         * jka-compr.el: Don't call `jka-compr-install' when loading (it
15646         will be done by the definition of `auto-compression-mode' if
15647         necessary.  Move code to uninstall existing file-name handler
15648         before definition of `auto-compression-mode'.
15650         * image-file.el (auto-image-file-mode): Move to the end of the
15651         file, because `define-minor-mode' actually calls the mode-function
15652         if the associated variable is non-nil, which requires that all
15653         needed functions be already defined.
15655         * mouse.el (popup-menu): Balance parens.
15657 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
15659         * mouse.el (popup-menu): Move the command call outside the loop
15660         so that popup-menu returns whatever the command returns.
15662         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
15663         (initialize-new-tags-table): Use run-hook-with-args-until-success.
15664         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
15665         (tags-table-format-functions): Renamed from tags-table-format-hooks.
15667         * vc.el (vc-version-diff): diff-switches can be a list.
15668         Use relative filenames for prettier output.
15670         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
15671         (vc-post-command-functions): Remove old-VC compatibility code.
15673         * newcomment.el (comment-indent-default): Autoload.
15675         * font-lock.el (font-lock-defaults): Make buffer-local.
15676         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
15677         (font-lock-choose-keywords):
15678         Ignore LEVEL unless KEYWORDS is a list of syms.
15679         (c-keywords, c++-keywords, objc-keywords, java-keywords):
15680         Don't wrap regexp-opt things in \(...\) unnecessarily.
15682         * jit-lock.el: Don't require font-lock any more.
15683         (jit-lock-functions): Make buffer-local.
15684         (jit-lock-saved-fontify-buffer-function): Remove.
15685         (jit-lock-mode): Remove autoload cookie.
15686         Remove font-lock specific code.
15687         (jit-lock-unregister): Don't bother handling complex hooks any more.
15688         (jit-lock-refontify): New function.
15689         (jit-lock-fontify-buffer): Use it.
15690         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
15691         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
15692         Add optional args START and END.
15693         Never call font-lock-fontify-region directly.
15694         (jit-lock-function, jit-lock-stealth-fontify): Use it.
15696         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
15698 2000-10-08  Dave Love  <fx@gnu.org>
15700         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
15702         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
15704         * play/studly.el (studlify-region, studlify-word): Add autoload
15705         cookie.
15707         * play/morse.el (morse-region, unmorse-region): Add autoload
15708         cookie.
15710         * play/spook.el (spook-phrases-file): Use expand-file-name, not
15711         concat.
15713         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
15714         insist on symbols starting with word syntax.
15715         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
15716         (eval-defun-1): Doc fix.
15717         (indent-sexp): Use nconc to build up indent-stack.
15719         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
15720         Gnus with little use.
15721         (mail-setup-hook): Add mail-abbrevs-setup to options.
15723         * recentf.el: Doc fixes.
15725         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
15726         Clean up remainder.
15728         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
15729         without timezone and (8) with timezone to enforce some whitespace.
15730         Simplify code somewhat.
15732         * options.el (list-options): Doc that you should use customize.
15734         * iswitchb.el (iswitchb-mode): Add :require.
15736         * info.el (Info-goto-node, Info-menu): Doc fix.
15737         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
15738         (info-tool-bar-map): New variable.
15739         (Info-mode): Use it.
15740         (Info-edit-map): Define all in defvar.
15741         (speedbar-attached-frame): Avoid compiler warning.
15743         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
15744         (global-map): Bind [tool-bar] to a filtered map.
15745         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
15746         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
15747         Allow PBM icons.
15748         (tool-bar-setup): Adjust calls of tool-bar-add-item.
15750         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
15751         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
15752         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
15753         icons, except up_arrow, which is left-arrow rotated.
15755         * imenu.el (imenu-add-to-menubar): Fix last change.
15757 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
15759         * generic-x.el (rul-generic-mode): Remove eval-when-compile
15760         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
15762 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
15764         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
15765         typos in doc strings.
15767         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
15768         the doc strings how to customize Font Lock faces.
15770         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
15771         computing growth when dragging the header line.
15773 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
15775         * simple.el (kill-line): Doc fix.
15777 2000-10-08  Miles Bader  <miles@gnu.org>
15779         * faces.el (secondary-selection): Make foreground visible on tty.
15781         * jka-compr.el (auto-compression-mode): Move to the end of the
15782         file, because `define-minor-mode' actually calls the mode-function
15783         if the associated variable is non-nil, which requires that all
15784         needed functions be already defined.
15785         (with-auto-compression-mode): Add autoload cookie.
15787 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
15789         * files.el (find-backup-file-name) [ms-dos]: If support for long
15790         file names is not available, behave as if version-control were set
15791         to never.
15793 2000-10-07  Dave Love  <fx@gnu.org>
15795         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
15796         (browse-url-gnome-moz): New function.
15797         (browse-url-browser-function): Use it.
15798         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
15800 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
15802         * indent.el (tab-always-indent): New var.
15803         (indent-for-tab-command): Use it.
15805         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
15806         raise an error.  This way it can still default to a sane value.
15808 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
15810         * startup.el (fancy-splash-screens): Use local rather than global map.
15811         Don't use `update-menu-bindings' any more.
15812         Get rid of assumptions about keymap representation.
15814 2000-10-06  Dave Love  <fx@gnu.org>
15816         * textmodes/fill.el (sentence-end-double-space)
15817         (sentence-end-without-period):  Doc fix.
15818         (adaptive-fill-regexp): Purecopy.
15819         (unjustify-current-line): Use line-end-position.
15820         (fill-individual-paragraphs-prefix): Use line-beginning-position.
15822         * net/eudc-vars.el (eudc): Add :version, :link.
15824         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
15826         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
15827         Fix for define-minor-mode.
15828         (function-at-point): Alias to function-called-at-point.
15830         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
15832         * simple.el (backward-word): Doc fix.
15834         * image-file.el (image-file-name-regexp): image-file-regexps ->
15835         image-file-name-regexps.
15836         (image-file-name-extensions): Add pbm.
15838 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
15840         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
15841         and add filename to the names so that diff-mode can jump to source.
15843         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
15844         (tex-font-lock-keywords, tex-font-lock-keywords-2)
15845         (tex-font-lock-keywords-1): Remove.
15846         (font-lock-turn-on-thing-lock): Use jit-lock-register.
15847         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
15848         (font-lock-default-fontify-region):
15849         Expand beg..end correctly when just following a multiline region.
15850         (font-lock-fontify-anchored-keywords):
15851         Include the anchor text as part of the multiline.
15853 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
15855         * loadup.el (toplevel): Load `loaddefs' before `help' because the
15856         latter needs the autoloaded define-minor-mode macro during the
15857         bootstrap.
15859         * startup.el (command-line): For now, activate tool-bar-mode only
15860         if XPM images are supported.
15862         * mouse.el (mouse-drag-header-line): Don't allow resizing a
15863         window by dragging a header-line at the top of the frame; that's
15864         confusing because the header-line doesn't move.
15865         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
15866         of treating the event as a list.  Some cleanup.
15868 2000-10-06  Miles Bader  <miles@gnu.org>
15870         * simple.el (display-message-or-buffer): New function.
15871         (shell-command-on-region): Use `display-message-or-buffer'.
15873         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
15874         docstring parts.
15876         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
15877         (smbclient-prompt-regexp): Add usage note to doc string.
15878         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
15879         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
15880         Use add-hook for adding the comint filter function, and only do so
15881         if it's not already in the global hook list.
15882         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
15883         to `make-local-variable'.
15884         (nslookup-font-lock-keywords): Remove prompt entry.
15885         (nslookup): Don't set the process-filter.
15886         (finger): Exit the loop correctly when the regexps list runs out.
15887         (ftp, smbclient, smbclient-list-shares):
15888         Set the real major mode immediately, not after execing.
15889         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
15891         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
15893 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
15895         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
15897         * which-func.el (which-func-format): Remove spurious space.
15898         (which-func-mode): Don't make it permanent-local.
15899         (which-func-ff-hook): Allow which-func-maxout to be nil.
15900         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
15901         (which-func-mode): Simplify.
15902         Use post-command-idle-hook rather than post-command-hook.
15903         Go through all buffers and update their state.
15904         (which-function): Also try add-log-current-defun-function.
15906         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
15907         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
15908         Update call to with-vc-properties accordingly.
15909         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
15910         (vc-revert-buffer): More careful about window selection and deletion.
15911         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
15913         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
15914         (cvs-retrieve-revision): Reuse a pre-existing buffer.
15915         (cvs-dired-action): Change the default to quickdir.
15917         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
15918         if comment-indent-function returns nil.
15919         (comment-indent-default): New function.
15920         (comment-indent-function): Use it and document the new semantics.
15922         * image-file.el: Docstring fixes.
15924         * help.el (help-xref-on-pp): Use match-string.
15925         (describe-variable): New arg BUFFER.
15926         Store the current buffer in the help-xref-stack.
15927         (temp-buffer-resize-mode): Use define-minor-mode.
15929         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
15930         consistently with its docstring.
15931         Set jit-lock-first-unfontify-pos in an idempotent way.
15932         (jit-lock-register): Autoload and add arg CONTEXTUAL.
15934 2000-10-05  Alex Schroeder  <alex@gnu.org>
15936         * sql.el (sql-mysql-options): New variable.
15937         (sql-mysql): Use it.
15939 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
15941         * image.el (image): New group.
15943         * smerge-mode.el (smerge-mine-face, smerge-other-face)
15944         (smerge-base-face, smerge-markers-face): Add dark-background variants.
15946 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
15948         * net/net-utils.el (nslookup-font-lock-keywords)
15949         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
15950         Ignore the value of wqindow-system; always define keywords
15952 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
15954         * startup.el (fancy-splash-screens): Remove the code for
15955         debugging; `(trace-to-stderr "EXITTT\n")'.
15957 2000-10-05  Miles Bader  <miles@gnu.org>
15959         * diff-mode.el (diff-goto-source): Update call to
15960         `diff-hunk-status-msg' to reflect new REV variable.
15962 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
15964         * progmodes/icon.el (icon-mode):
15965         Don't gratuitously override the default for comment-column.
15967         * vc-hooks.el (vc-mode-line): Fix interactive spec.
15969         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
15970         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
15971         (jit-lock-functions): New var.
15972         (jit-lock-function-1): Use it if non-nil.
15973         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
15974         Set the `fontified' property before doing the fontification to avoid
15975         repeatedly going through the same error.
15976         Don't turn errors into messages.
15977         (jit-lock-register, jit-lock-unregister): New functions.
15979         * dired.el (dired-mark-pop-up): Turn comment into docstring.
15980         Use with-current-buffer.
15982         * dired-aux.el (dired-do-create-files, dired-kill-tree):
15983         Turn comment into docstring.
15985         * apropos.el (apropos-mode): Use define-derived-mode.
15987 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
15989         * startup.el (fancy-splash-pending-command): New variable.
15990         (fancy-splash-pre-command): New function.
15991         (fancy-splash-screens): Rewritten.
15992         (command-line-1): If fancy-splash-pending-command is set, call it
15993         interactively.
15995 2000-10-04  Dave Love  <fx@gnu.org>
15997         * toolbar/tool-bar.el (tool-bar-setup): New function.
15998         (tool-bar-mode): Use it.
16000         * subr.el (substitute-key-definition): Doc fix.
16001         (play-sound-file): New command.
16003 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
16005         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
16006         vc-version-backup-file-name): New functions.
16008         * files.el (basic-save-buffer): Call vc-before-save before saving.
16010         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
16011         vc-cvs-stay-local-p.
16013         * vc.el (vc-revert-buffer): Handle empty diff properly.
16014         (vc-version-backup-file): New function.
16015         (vc-checkout): Create a version backup if necessary.
16016         (vc-checkin): If a version backup file exists, delete it.
16017         (vc-version-diff): Diff locally using version backups, if available.
16018         (vc-revert-file): If there's a version backup, revert locally.
16019         (vc-transfer-file): Use version backup for base version, if
16020         available.  If not, ask for confirmation whether to get it from the
16021         server.  Update mode line before check-in.
16023 2000-10-04  Dave Love  <fx@gnu.org>
16025         * toolbar/tool-bar.el (tool-bar-setup): New function.
16026         (tool-bar-mode): Use it.
16028 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
16030         * net/net-utils.el (nslookup-font-lock-keywords)
16031         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
16032         Only set if window-system is non-nil
16033         (net-utils-run-program): Returns buffer.
16034         (network-connection-reconnect): Added this function.
16036         * generic.el:
16037         Incorporates extensive cleanup and docfixes by
16038         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
16039         Uses cl compile-time macros.
16040         (generic-mode-name, generic-comment-list)
16041         (generic-keywords-list, generic-font-lock-expressions)
16042         (generic-mode-function-list, generic-mode-syntax-table):
16043         Removed variables.
16044         (generic-mode-alist): Renamed to generic-mode-list.
16045         (generic-find-file-regexp): Default changed to "^#".
16046         (generic-read-type): Uses completing read on generic-mode-list.
16047         (generic-mode-sanity-check): removed this function.
16048         (generic-add-to-auto-mode): Removed this function
16049         (generic-mode-internal): Bind mode-specific definitions
16050         into function instead of putting them in alist.
16051         (generic-mode-set-comments): Reworked extensively.
16052         (generic-mode-find-file-hook): Simplified regexp searching
16053         (generic-make-keywords-list): Omit extra pair of parens
16055         * find-lisp.el (find-lisp-find-files-internal):
16056         Make sure directory name ends with "/".
16058         * generic-x.el (apache-conf-generic-mode):
16059         Regexp now allows leading whitespace.
16060         (rc-generic-mode): Added eval-when-compile
16061         around generic-make-keywords-list.
16062         Deleted duplicate regexp
16063         (rul-generic-mode): Added eval-when-compile
16064         around generic-make-keywords-list.
16065         (etc-fstab-generic-mode): New generic mode.
16066         (rul-generic-mode): Removed one eval-when-compile
16067         which caused a max-specpdl-size exceeded error.
16069 2000-10-04  Miles Bader  <miles@gnu.org>
16071         * simple.el (minibuffer-temporary-goal-position): New variable.
16072         (next-history-element): Try to keep the position of point in the
16073         input string constant.
16075         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
16076         (dired-do-create-files): If there's only one file, pass it in as
16077         the DEFAULT arg to dired-mark-read-file-name.
16079 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
16081         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
16082         (diff-goto-source): Be smarter when choosing REVERSE or not.
16084         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
16085         (texinfo-mode-menu): Add an explicit shortcut for update all.
16087 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
16089         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
16090         factorize backend-specific code cleanly (this was essentially
16091         conceived by Stefan Monnier).
16092         (vc-unregister): Function removed.
16093         (vc-revert-file): New function.
16094         (vc-revert-buffer): Delegate some of the work to it.
16096         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
16097         default branch unconditionally.
16098         (vc-rcs-set-default-branch): New function.
16099         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
16100         (vc-rcs-checkin): If an appropriate default branch has been set,
16101         force creation of that branch.
16102         (vc-rcs-receive-file): Rewritten to contain only backend-specific
16103         code (as suggested by Stefan Monnier).
16105 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
16107         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
16108         highlighting overlay with a different face over the overlay
16109         isearch uses to highlight the current match because that can lead
16110         to bad face combinations.
16112         * loadup.el (toplevel): Load faces before isearch.
16114         * isearch.el (isearch-faces): New custom group.
16115         (isearch): New defface; was already tested for in the code.
16116         (isearch-lazy-highlight-face): Changed to defface from defcustom.
16117         (isearch-highlight): Always use face `isearch'.
16119 2000-10-02  Dave Love  <fx@gnu.org>
16121         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
16122         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
16123         comparison of opcode with operand.
16125 2000-10-03  Miles Bader  <miles@gnu.org>
16127         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
16128         buffer, since the echo area will now grow to accommodate them.
16130 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
16132         * vc-hooks.el (vc-registered): If FILE used to be registered under
16133         a certain backend, try that one first.
16135         * vc.el (vc-responsible-backend): Undo the previous change in the
16136         argument list.  Handle multiple backends correctly.
16137         (vc-find-new-backend): Function removed.
16138         (vc-register): Use vc-responsible-backend, as before.
16139         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
16141 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
16143         * startup.el (fancy-splash-head): Change message below the
16144         logo.
16146 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
16148         * diff-mode.el (diff-goto-source): Emit a status message.
16149         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
16150         (diff-test-hunk): Fix doc string.
16151         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
16152         (diff-advance-after-apply-hunk): New variable.
16153         (diff-apply-hunk): Don't return a value.
16155 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
16157         * vc.el (vc-editable-p): Minor optimization.
16158         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
16159         (vc-find-new-backend): New function split from vc-responsible-backend.
16160         (vc-register): Use it.
16161         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
16162         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
16163         (vc-default-unregister, vc-revert-buffer): Docstring fix.
16164         (vc-clear-headers): Don't use find-file.
16165         (vc-revert-buffer): Use `and' again (must have been a braino).
16166         (vc-switch-backend): Only prompt if requested.
16167         Short circuit if nothing is to be done.
16168         Don't use vc-resynch-buffer which could lose unsaved editing.
16169         (vc-default-receive-file): Update call to vc-unregister.
16170         (with-vc-file, vc-next-action-on-file):
16171         Use vc-backend rather than vc-registered.
16172         (vc-next-action-on-file): Use intern-soft.
16173         Deal with read-only *vc-diff* buffer.
16174         (vc-transfer-file): Docstring fix.
16176         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
16177         (vc-rcs-receive-file): Avoid with-vc-properties.
16178         Update call to vc-unregister.
16179         Use constant `RCS' rather than (dynamically bound) var `backend'.
16181 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
16183         * vc.el (vc-next-action-on-file): Update mode line only if file
16184         is visited.
16185         (vc-start-entry): New argument initial-contents.  Don't visit the file
16186         if it isn't already visited.  Brought documentation up-to-date.
16187         (vc-next-action, vc-register): Updated calls to vc-start-entry.
16188         (vc-checkin): New optional arg initial-contents, which is passed to
16189         vc-start-entry.
16190         (vc-finish-logentry): Make sure to bury log buffer only if there
16191         really is one.  Call `vc-resynch-buffer' on log-file, not
16192         buffer-file-name.
16193         (vc-default-comment-history, vc-default-wash-log): New functions.
16194         (vc-index-of): Removed.
16195         (vc-transfer-file): Make do without the above.
16196         (vc-default-receive-file): Call comment-history unconditionally.  Pass
16197         the resulting string to vc-checkin, instead of inserting it into the
16198         comment ring.
16200         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
16201         unconditionally.  Use the comments as initial contents of the log
16202         entry buffer.  Document the trick to force branch creation with no
16203         changes.
16205 2000-10-01  Miles Bader  <miles@gnu.org>
16207         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
16208         `recenter' with an arg to prevent redrawing the display.
16210 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
16212         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
16214         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
16216         * progmodes/c-mode.el (c-mode):
16217         Don't gratuitously override the default for comment-column.
16219         * textmodes/tex-mode.el (latex-metasection-list): New var.
16220         (latex-imenu-create-index): Use it.
16221         Move the regexp construction outside loops (and use push).
16222         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
16223         (tex-font-lock-keywords): Moved from font-lock.el.
16224         (tex-comment-indent): Remove.
16225         (tex-common-initialization): Don't set comment-indent-function.
16226         (latex-block-default): New var.
16227         (tex-latex-block): Use it to provide a default choice.
16228         Add any unknown choice to latex-block-names.
16229         Insert [...] after {...}.
16230         (tex-last-unended-begin): Simplify regexp.
16231         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
16232         (latex-forward-sexp-1, latex-forward-sexp): New functions.
16233         (latex-mode): Set forward-sexp-function.
16235         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
16236         Add regexp for @ignore ... @end ignore.
16237         (texinfo-heading-face): New face.
16238         (texinfo-font-lock-keywords): Use it.
16239         (texinfo-mode-menu): New menu.
16240         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
16241         New functions.
16242         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
16243         (texinfo-section-types-regexp, texinfo-section-level-regexp)
16244         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
16245         Remove declaration.
16246         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
16248         * delsel.el (delete-selection-mode): Use define-minor-mode.
16250         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
16252 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
16254         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
16256 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
16258         * replace.el (keep-lines-read-args): New function.
16259         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
16260         read arguments interactively.  Add parameters RSTART and REND.
16261         Operate on the active region in Transient Mark mode.
16263         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
16265         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
16266         (authors-obsolete-files-regexps): New variable.
16267         (authors-add): Don't record changes in obsolete files.
16269 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
16271         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
16273         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
16274         (comment-indent): Make sure there's a space between code and comment.
16275         Shift comments left to avoid going past fill-column.
16277 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
16279         * startup.el (startup-echo-area-message): New function.
16280         (display-startup-echo-area-message): Use it.
16281         (fancy-splash-screens): Rewritten to use keymaps and a timer.
16282         (fancy-splash-default-action): New function.
16283         (fancy-splash-screens-1): New function.
16284         (fancy-splash-head): Put a help-echo and a keymap under the image.
16286 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
16288         * diff-mode.el (diff-add-log-file-name): Remove.
16289         (diff-mode): Use add-log-buffer-file-name-function.
16291         * add-log.el (find-change-log): New arg BUFFER-FILE.
16292         (add-log-file-name): Obey add-log-file-name-function.
16293         (add-log-buffer-file-name-function): New var.
16294         (add-change-log-entry): Use it.
16296 2000-09-29  Miles Bader  <miles@gnu.org>
16298         * image-file.el (image-file-name-extensions): New variable.
16299         (image-file-name-regexps): Renamed from `image-file-regexps'.
16300         New default value is nil.  Call `auto-image-file-mode'.
16301         (image-file-name-regexp): New function.
16302         (auto-image-file-mode): New minor mode.
16303         (insert-image-file): Don't make conditional on the image-file
16304         handler being enabled.
16305         (image-file-handler): Make the call here conditional instead.
16306         (set-image-file-handler-enabled, enable-image-file-handler)
16307         (disable-image-file-handler): Functions removed.
16309         * emacs-lisp/authors.el (authors-print): Rephrase many-files
16310         string.
16312 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
16314         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
16315         it's a function from CL.
16316         (latex-imenu-create-index): Replace eval-when-compile with progn
16317         because latex-section-alist is not bound while compiling.
16319 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
16321         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
16322         (outline-mode): Use define-derived-mode.
16324         * progmodes/perl-mode.el (perl-mode):
16325         * progmodes/awk-mode.el (awk-mode):
16326         * progmodes/asm-mode.el (asm-mode):
16327         Don't gratuitously override the default for comment-column.
16329         * emacs-lisp/lisp.el (lisp-complete-symbol):
16330         Distinguish the let-binding case from the funcall case.
16331         (forward-sexp-function): New variable.
16332         (forward-sexp): Use it.
16334         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
16335         (easy-mmode-defmap): Remove the now useless autoload.
16337         * time.el (display-time-mode): Use define-minor-mode.
16339         * subr.el (add-minor-mode): Don't eval NAME.
16340         Don't depend on the presence of TOGGLE-FUN for any special behavior.
16341         Use if rather than cond.
16343         * simple.el (read-expression-map): Define more properly.
16344         (comment-indent-hook): Remove.
16345         (string-to-syntax): Bug fix.
16347         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
16348         (cvs-ediff-diff): Fix typo.
16349         (cvs-revert-if-needed): Don't bother preserving read-only.
16351         * paren.el (show-paren-mode): Use define-minor-mode.
16353         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
16354         (toggle-auto-compression): Remove.
16355         (jka-compr-build-file-regexp): Remove useless grouping.
16357         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
16358         Avoid user-reserved bindings.
16359         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
16360         (diff-header-face): Revert to grey85.
16362         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
16364         * complete.el (partial-completion-mode) <defcustom>: Remove.
16365         (partial-completion-mode): Use define-minor-mode.
16366         (PC-do-completion): Understand `completion-auto-help = delay'
16367         to mean to popup the completion buffer only the second time.
16368         (PC-include-file-all-completions, PC-include-file-all-completions)
16369         (PC-include-file-all-completions): Don't quote lambda.
16371         * comint.el (comint-mode-hook): Docstring fix.
16372         (comint-mode): Use define-derived-mode.
16373         (comint-mode-map): Remove obsolete comment.
16374         (make-comint): Minor stylistic change.
16375         (comint-insert-clicked-input): Be more careful to find the overlay.
16376         Use this-command-keys rather than hardcoding mouse-2.
16378         * font-lock.el: Replace confusing (,@ with ,
16379         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
16380         Don't use regexp-opt-depth.  Spice up the regexp for args.
16381         Don't distinguish between cmds that can take an opt arg or not.
16382         Use `append' and `prepend' rather than `keep'.
16384         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
16385         (latex-outline-regexp): New var.
16386         (latex-outline-level): New fun.
16387         (latex-section-alist): New var.
16388         (latex-imenu-create-index): Use it.  Use `push' as well.
16389         (tex-shell-map): Initialize it properly.
16390         (tex-mode): Minor stylistic change.
16391         (plain-tex-mode): Use define-derived-mode.
16392         (latex-mode): Use define-derived-mode.
16393         Construct the paragraph regexps in a more readable way.
16394         Set the buffer-local outline-{level,regexp} vars.
16395         (slitex-mode): Derive from latex-mode.
16396         (tex-common-initialization): Don't kill-all-vars anymore.
16397         Add setting for comment-add and font-lock-defaults.
16398         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
16399         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
16400         (tex-start-tex): New arg DIR (and send a chdir command for it).
16401         Also display the shell buffer and save it in tex-last-buffer-texed.
16402         (tex-region): Use expand-file-name rather than concat.
16403         Remove code made useless by changes in tex-start-tex.
16404         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
16406         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
16408 2000-09-28  Dave Love  <fx@gnu.org>
16410         * eshell/eshell.el (eshell) <defgroup>: Add :version.
16412 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
16414         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
16415         `append'.
16417 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
16419         * info.el (Info-extract-pointer): Undo last change.
16420         Instead, fix the position of the `bound' arg to re-search-backward.
16422 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
16424         * info.el (Info-extract-pointer):
16425         Widen more carefully, to avoid finding pointers in other nodes.
16426         (Info-index): Use push.
16428 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
16430         * frame.el (set-frame-font): Remove call to obsolete function
16431         frame-update-faces.
16432         (set-foreground-color, set-background-color): Likewise for
16433         frame-update-face-colors.
16435 2000-09-27  Miles Bader  <miles@gnu.org>
16437         * image-file.el: New file.
16439 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
16441         * frame.el (frame-notice-user-settings): Don't call
16442         frame-update-faces, which is a no-op now.
16444         * ediff-wind.el (ediff-control-frame-parameters): Add zero
16445         tool-bar-lines.
16447 2000-09-27  Dave Love  <fx@gnu.org>
16449         * mouse.el: Fix last change.
16451 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
16453         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
16455 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
16457         * international/quail.el (quail-help): The output message is
16458         improved.
16460 2000-09-26  Dave Love  <fx@gnu.org>
16462         * mouse.el (popup-menu): If POSITION is nil, set it using
16463         mouse-position.
16465 2000-09-25  Sam Steingold  <sds@gnu.org>
16467         * net/browse-url.el (browse-url-file-url): Check for null maps.
16469 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
16471         * frame.el (frame-notice-user-settings): Don't add a
16472         tool-bar-lines frame parameter to default-frame-alist in batch mode.
16474         * frame.el (frame-notice-user-settings):
16475         Make tool-bar-mode and default-frame-alist consistent.
16477         * toolbar/tool-bar.el (tool-bar-help): New function.
16479 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
16481         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
16482         current-load-list in top-level forms.  Else this leaks a cons cell
16483         every time a defun is called.
16485         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
16487 2000-09-25  Dave Love  <fx@gnu.org>
16489         * startup.el (fancy-splash-head): Check XPM is available.
16491         * autoinsert.el (auto-insert): Doc fix.
16492         (auto-insert-alist): Following GNU notices, don't say `copyright
16493         _by_'.  Use line-beginning-position.
16494         (auto-insert): Check buffer-file-name is non-nil before use.
16496 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
16498         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
16499         starting with `@def' or `@multitable', in addition to ones
16500         specified by the user in auto-fill-inhibit-regexp.
16502 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
16504         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
16505         rmail-dont-reply-to-names matches the empty string.
16507 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
16509         * startup.el (command-line-1, fancy-splash-text): Change the
16510         text to sound more friendly.
16512 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
16514         * progmodes/hideshow.el: Update author email address.
16515         Generally, sync w/ maintainer version 5.22.
16516         (hs-hide-all-non-comment-function): New var.
16517         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
16518         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
16519         (hs-show-region): Delete this command.
16520         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
16522 2000-09-22  Dave Love  <fx@gnu.org>
16524         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
16525         (hl-line-highlight): Specify buffer when moving overlay.
16527         * progmodes/fortran.el (fortran-mode): Locally set
16528         normal-auto-fill-function.
16529         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
16530         (fortran-mode-map): Adjust auto-fill menu entry.
16532 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
16534         * vc-rcs.el (toplevel): Require `vc' when compiling.
16536         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
16538 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
16540         * vc.el (vc-switch-backend): Signal an error if the file is not
16541         registered under the new backend.
16543         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
16544         without explicit revision number.
16546 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
16548         * diff-mode.el (diff-file-header-face): Reset to its previous value.
16549         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
16550         (diff-xor): New function.
16551         (diff-find-source-location): Use it.  Fix a stupid name clash.
16552         (diff-hunk-status-msg): New function.
16553         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
16554         (diff-test-hunk): Use diff-find-source-location.
16555         (diff-goto-source): Favor the `reverse'.
16556         (diff-hunk-text): Properly handle one-sided context diffs.
16557         (diff-apply-hunk): When done, advance to the next hunk.
16559 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
16561         * startup.el (command-line): If frame was created with a non-zero
16562         tool-bar-lines parameter, switch tool-bar-mode on.
16564         * add-log.el (change-log-date-face, change-log-name-face)
16565         (change-log-email-face, change-log-file-face)
16566         (change-log-list-face, change-log-conditionals-face)
16567         (change-log-function-face, change-log-acknowledgement-face):
16568         New faces, inheriting from font-lock faces.
16569         (change-log-font-lock-keywords): Use them.
16571 2000-09-21  Dave Love  <fx@gnu.org>
16573         * progmodes/cperl-mode.el (top-level): Clean up
16574         `eval-when-compile's and assorted defvars.
16575         (cperl-invalid-face): Don't double-quote value.  Change custom
16576         type.
16577         (cperl-mode): Set normal-auto-fill-function and don't zap
16578         auto-fill-function.
16579         (cperl-imenu--function-name-regexp-perl): Renamed from
16580         imenu-example--function-name-regexp-perl.
16581         (cperl-imenu--create-perl-index): Renamed from
16582         imenu-example--create-perl-index.
16583         (cperl-xsub-scan): Don't require cl.
16585         * msb.el (msb-mode-map): Use substitute-key-definition.
16586         (msb-mode): Use msb-mode-map.
16588 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
16590         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
16591         New functions.
16592         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
16593         (vc-switch-backend): New function.
16594         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
16595         (vc-register): Fix prompt.
16596         (vc-unregister, vc-default-unregister): New functions.
16597         (vc-version-diff): Handle empty buffer in sentinel.
16599         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
16600         (vc-rcs-state-heuristic): Use it to guess the state of files with
16601         non-strict locking.
16602         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
16603         been set with -b, but not created yet.
16604         (vc-rcs-fetch-master-state): With non-strict locking, compare file
16605         contents in order to find the state.
16606         (vc-rcs-checkin): Allow creation of branches with no changes.
16607         (vc-rcs-unregister, vc-rcs-receive-file)
16608         (vc-rcs-set-non-strict-locking): New functions.
16610         * vc-hooks.el (vc-name): Force correct computation of the value
16611         in case it is missing.
16613 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
16615         * startup.el (fancy-splash-tail): Use a different foreground
16616         color on a dark frame background.
16618 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
16620         * info.el: Use the correct capitalization when making Info-mode
16621         and Info-edit-mode `special' modes.
16623 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
16625         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
16626         (diff-mode): Add support for add-log.el.
16627         (diff-hunk-text): Use char offsets rather than line offsets.
16628         (diff-find-source-location): Replace LINE with line-offset (nil
16629         if not found) and always set POS to a meaningful position.
16630         Adapt to the new char-offsets.
16631         (diff-apply-hunk): Drop support for the unused `select' POPUP.
16632         Adapt to the new diff-find-source-location.
16633         (diff-goto-source): Adapt to the new diff-find-source-location.
16635         * add-log.el (add-log-file-name): New function (split out of
16636         add-change-log-entry).
16637         (add-change-log-entry): Use it.
16638         Call add-log-file-name-function with the changelog file name if
16639         the current buffer is not associated with any file.
16640         Avoid find-file if the selected window is dedicated.
16642         * diff-mode.el (diff-find-source-location):
16643         Move code from diff-apply-hunk.  Return buffer rather than file.
16644         (diff-apply-hunk): Use the new result from  diff-find-source-location.
16645         (diff-goto-source): Use the new diff-find-source-location.
16647 2000-09-20  Dave Love  <fx@gnu.org>
16649         * iswitchb.el: Some doc fixes.
16650         (iswitchb-mode-map): Define completely initially.  Inherit
16651         minibuffer-local-map.
16652         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
16653         fundamental-mode.
16654         (iswitchb-global-map): New variable.
16655         (iswitchb-summaries-to-end): Amalgamate regexps.
16656         (iswitchb-mode): New.
16657         (iswitchb-mode-hook): New variable.
16658         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
16659         `extensions'.
16661 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
16663         * ehelp.el (electric-help): New defgroup.
16664         (electric-help-shrink-window): New user-option.
16665         (with-electric-help): Use it.
16667         * window.el (shrink-window-if-larger-than-buffer): If face
16668         `mode-line' has a :box, and we're on a graphical frame, add 1
16669         to the needed window height.
16671         * frame.el (frame-notice-user-settings): Add a last parameter nil
16672         to a call to `append', because the last list passed to `append' is
16673         not copied, and so subsequent calls to assq-delete-all will modify
16674         default-frame-alist.
16676         * startup.el (fancy-splash-image): Change :type.
16677         (fancy-splash-head): Use an XBM image if appropriate.
16678         (command-line-1): Show splash screens in more cases.
16680         * startup.el (fancy-splash-text): Don't quote faces.
16682         * dired.el (dired-font-lock-keywords): Undo last change.
16683         (dired-readin): Bind indent-tabs-mode to nil.
16685         * startup.el (fancy-splash-head): If frame's background mode
16686         is `dark', change the black background of the image to gray.
16687         (fancy-splash-screens): Display startup echo area message.
16688         (display-startup-echo-area-message): New function.
16690 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
16692         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
16694         * info.el (info-header-node): Tweak for color ttys.
16696         * faces.el (face-valid-attribute-values): Make sure directories we
16697         search for stipples both exist and are readable before trying to
16698         search them.
16700         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
16701         in the dry-run case.
16703         * jka-compr.el (with-auto-compression-mode): New macro.
16705         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
16706         (custom-group-tag-face, custom-variable-tag-face): Use relative
16707         :height and inherit from `variable-pitch' face instead of
16708         hardwiring :family.
16709         * hi-lock.el (hi-black-hb): Likewise.
16711         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
16712         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
16713         toolbar-add-item, if image doesn't have a mask add a `:mask
16714         heuristic'.
16716 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
16718         * diff-mode.el: Docstring fixes.
16719         (diff-header-face, diff-comment-face): New faces.
16720         (diff-font-lock-keywords): Highlight a bit differently.
16721         (diff-find-source-location): Don't return SPAN any more.
16722         (diff-hunk-text): Don't bother erasing the temp buffer.
16723         (diff-find-text): Drop argument LINE.
16724         (diff-apply-hunk): Update calls to diff-find-text.
16725         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
16727         * calendar/calendar.el: Docstring fixes.
16728         (calendar-make-alist): Don't quote lambda.
16729         (calendar-star-date): Use make-local-variable.
16731 2000-09-19  Dave Love  <fx@gnu.org>
16733         * toolbar/tool-bar.el: Renamed from toolbar.el.
16734         Change `toolbar' to `tool-bar' generally in symbols.
16735         Make some items invisible in `special' major modes.
16736         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
16737         Add arg PROPS.
16739         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
16740         Add :version here.
16741         (fancy-splash-delay, fancy-splash-image): Remove :version here.
16743 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
16745         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
16747         * files.el (find-file-suppress-same-file-warnings): New user-option.
16748         (find-file-noselect): Use it.
16750         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
16751         (fancy-splash-screen): Defgroup.
16753         * add-log.el (change-log-font-lock-keywords): Match names
16754         more exactly for the case that font-lock-constant-face is
16755         underlined.
16757 2000-09-19  Richard M. Stallman  <rms@gnu.org>
16759         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
16761 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
16763         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
16765 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
16767         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
16768         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
16769         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
16770         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
16771         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
16772         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
16773         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
16774         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
16775         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
16776         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
16777         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
16778         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
16780         * startup.el (fancy-splash-text): New variable.
16781         (fancy-splash-delay, fancy-splash-image): New user-options.
16782         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
16783         (fancy-splash-screens): New functions.
16784         (command-line-1): If display has a `display' frame parameter, has
16785         colors, and we have XPM support, show more fancy splash screens.
16787 2000-09-19  Dave Love  <fx@gnu.org>
16789         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
16790         with null `help'.  Use modern backquote syntax.
16792 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
16794         * font-lock.el (font-lock-mode): Change message telling the user
16795         that ``the buffer is too big''.
16797         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
16798         for instance for the case that tab-width is 2.
16800 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
16802         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
16803         toolbar-add-item, if image doesn't have a mask add a `:mask
16804         heuristic'.
16806 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
16808         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
16809         and return a cons if it's non-nil.
16810         (diff-apply-hunk): Try to jump to the line in the source text
16811         corresponding to the position of point in the in the hunk.
16813         * info.el (Info-title-3-face, Info-title-2-face)
16814         (Info-title-1-face): Use face inheritance and relative sizes
16815         instead of hard-wiring things.
16817         * faces.el (secondary-selection): Make dark-background variant sane.
16819 2000-09-16  Andrew Innes  <andrewi@gnu.org>
16821         * makefile.w32-in (compile-files-CMD): No need to make .elc files
16822         read-only, since they aren't under VC now.
16824 2000-09-17  Dave Love  <fx@gnu.org>
16826         * tmm.el: Replace mapcar with mapc in several places.
16828         * loadhist.el (unload-feature): Maybe call elp-restore-list and
16829         ad-unadvise.
16831         * international/latin1-disp.el: New file.
16833         * calendar/cal-move.el (scroll-calendar-left)
16834         (scroll-calendar-right): Make arg optional (for active mode line).
16836         * calendar/calendar.el (calendar-mode-line-format): Make fields
16837         mouse-sensitive.
16838         (calendar-read-date, calendar-read-date, calendar-window-list):
16839         Unquote lambda.
16840         (calendar-month-name): Use aref, not sref.
16842         * view.el (minor-mode-alist): Propertize the string.
16844         * international/characters.el (standard-case-table): Add entries
16845         for Greek.
16847 2000-09-18  Miles Bader  <miles@gnu.org>
16849         * info.el (info-node, info-xref): Add dark-background variants.
16851         * faces.el (header-line): Change defaults to be less confusing
16852         when mixed with mode-lines.
16854         * info.el (Info-fontify-node): Make a few cleanups.
16855         Add extra `help-echo' and `local-map' props to node xrefs.
16856         Use header-specific faces for node-names & xrefs.
16857         (Info-use-header-line): New variable.
16858         (info-header-xref, info-header-node): New faces.
16859         (Info-setup-header-line): New function.
16860         (Info-select-node): Call Info-setup-header-line when enabled.
16861         (Info-extract-pointer): Work even if the header line is hidden.
16862         (Info-header-line): New variable.
16864 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
16866         * vms-patch.el (print-region-function): Don't quote lambda.
16868         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
16870         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
16871         (lm-get-header-re): Allow spaces between the header and the colon.
16872         (lm-header): Allow $ in non-RCS headers.
16873         (lm-header-multiline): Put the strings back into order.
16874         Stop at an empty line.  Don't require two space chars if the
16875         line is clearly not another header line.
16877         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
16878         (popup-menu-popup): Remove.
16880 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
16882         * toolbar/toolbar.el (toolbar-add-item): Use the same image
16883         specification if or if not tool-bar item contains an `:enabled'
16884         property.
16886         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
16887         current buffer has no file name.
16889 2000-09-15  Dave Love  <fx@gnu.org>
16891         * strokes.el: Sync with maintainer's current version with changes
16892         for Emacs, but avoid runtime cl and levents.
16893         (toplevel):  Change autoloads and compilation requires.
16894         (strokes-version, strokes-bug-address, strokes-lift): Values
16895         changed.
16896         (strokes-xpm-header, strokes-insinuated): New variable.
16897         (strokes): Add :link.
16898         (strokes-mode): Customized.
16899         (strokes-while-inhibiting-garbage-collector): New macro.
16900         (strokes-remassoc): Avoid remove-if.
16901         (strokes-fix-button2-command): Don't use ad-do-it.
16902         (strokes-insinuate): New function.
16903         (strokes-button-press-event-p, strokes-button-release-event-p):
16904         New functions, used instead of non-`strokes-' versions..
16905         (strokes-mouse-event-p): Rewritten.
16906         (strokes-event-closest-point): Avoid event-point.
16907         (strokes-get-grid-position): Avoid cdadr, caadr
16908         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
16909         functions.
16910         (strokes-help): Use with-output-to-temp-buffer.
16911         (strokes-window-configuration-changed-p): New function.
16912         (strokes-update-window-configuration): Use buffer-live-p,
16913         strokes-window-configuration-changed-p.
16914         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
16915         (strokes-char-face): New face.
16916         (strokes-char-table, strokes-base64-chars): New variable.
16917         (strokes-xpm-for-stroke, strokes-list-strokes)
16918         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
16919         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
16920         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16921         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
16922         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
16923         functions.
16925 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
16927         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
16929         * image.el (create-image): Doc fix.
16931         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
16932         instead of `:heuristic-mask t'.
16934 2000-09-14  Andrew Innes  <andrewi@gnu.org>
16936         * makefile.w32-in: Revert to Unix line endings.
16938 2000-09-14  Andrew Innes  <andrewi@gnu.org>
16940         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
16941         when installing.
16943         * makefile.nt (DONTCOMPILE): Fix typo.
16945         * shell.el (shell-write-history-on-exit): New function.
16946         (shell-dumb-shell-regexp): New custom variable.
16947         (shell-mode): Make shell-write-history-on-exit the process
16948         sentinel if shell name matches shell-dumb-shell-regexp.
16950         * w32-fns.el: Comment out before-init-hook function which resets
16951         source-directory based; this breaks bootstrap.
16953 2000-09-14  Dave Love  <fx@gnu.org>
16955         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
16956         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
16957         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
16958         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
16959         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
16960         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
16961         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
16962         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
16963         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
16965         * toolbar/toolbar.el: New.
16967         * subdirs.el: Add toolbar.
16969 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
16971         * indent.el (indent-for-tab-command): Doc fix.
16973 2000-09-14  Alex Schroeder  <alex@gnu.org>
16975         * ansi-color.el (ansi-colors): Doc change.
16976         (ansi-color-get-face): Simplified regexp.
16977         (ansi-color-faces-vector): Added more faces, doc change.
16978         (ansi-color-names-vector): Doc change.
16979         (ansi-color-regexp): Simplified regexp.
16980         (ansi-color-parameter-regexp): New regexp.
16981         (ansi-color-filter-apply): Doc change.
16982         (ansi-color-filter-region): Doc change.
16983         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
16984         deal with zero length parameters.
16985         (ansi-color-apply-on-region): Doc change.
16986         (ansi-color-map): Doc change.
16987         (ansi-color-map-update): Removed debugging message.
16988         (ansi-color-get-face-1): Added condition-case to trap
16989         args-out-of-range errors.
16990         (ansi-color-get-face): Doc change.
16991         (ansi-color-make-face): Removed.
16992         (ansi-color-for-shell-mode): New option.
16994 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
16996         * international/quail.el (quail-start-translation): Translate KEY
16997         if necessary even if it doesn't have any mapping in the current
16998         input method.
16999         (quail-start-conversion): Likewise.
17000         (quail-help): The output message is improved.
17002 2000-09-13  Miles Bader  <miles@gnu.org>
17004         * comint.el (comint-output-filter): Revert to using
17005         `insert-before-markers'.  Add bletcherous hack to undo damage
17006         caused by `insert-before-markers'.  Put `front-sticky' property on
17007         overlays created here so that the field code understands how the
17008         overlay works.  Use a let when making comint-last-prompt-overlay,
17009         so that the code is easier to read.
17011 2000-09-13  Dave Love  <fx@gnu.org>
17013         * wid-edit.el (widget-default-format-handler): DTRT when
17014         doc-property is a function.
17016 2000-09-12  Francesco Potorti`  <pot@gnu.org>
17018         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
17019         filed name if it's not there.
17021 2000-09-12  Dave Love  <fx@gnu.org>
17023         * simple.el (read-mail-command): Doc fix.
17024         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
17026         * vc.el (vc-dired-listing-switches): Fix :version.
17028         * vc-hooks.el: Doc fixes.
17030         * subr.el (add-minor-mode): Use toggle-fun arg.
17032         * speedbar.el: Add :version to several defcustoms.
17034         * imenu.el (imenu--truncate-items, imenu--cleanup)
17035         (imenu--generic-function): Avoid mapcar.
17036         (imenu--replace-spaces): Function removed.
17037         (imenu--completion-buffer): Use subst-char-in-string.
17038         (imenu-add-to-menubar): Use keymap inheritance.
17040 2000-09-12  Miles Bader  <miles@gnu.org>
17042         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
17043         (diff-mode-map): Bind `diff-test-hunk'.
17044         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
17046 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
17048         * bytecomp.el (byte-compile-defvar): Undo last change
17049         because it breaks '(make-variable-buffer-local (defvar ...)'
17050         which is used at least in dired.
17052 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
17054         * international/quail.el (quail-define-package): Docstring
17055         modified.
17057 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
17059         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
17060         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
17061         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
17062         docstring of "chinese-py".
17064         * international/quail.el (quail-translation-docstring): New
17065         variable.
17066         (quail-show-keyboard-layout): Docstring modified.
17067         (quail-select-current): Likewise.
17068         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
17069         infinite recursive call.
17070         (quail-help): Check quail-translation-docstring.  Format of the
17071         output changed.
17072         (quail-help-insert-keymap-description): Adjusted for the above
17073         change.
17075 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
17077         * bytecomp.el (byte-compile-defvar): Only cons onto
17078         current-load-list in top-level forms.  Else this leaks a cons cell
17079         every time a defun is called.
17081 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
17083         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
17084         Now understands non-unified diffs.  Some functionality moved into
17085         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
17086         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
17087         modify anything.  Only reposition point in the patched file if the
17088         patch succeeds.  Only pop up another window if POPUP is true.
17089         Emit a message describing what happened if successful, and at what
17090         line-offset.  Automatically detect reversed hunks and do something
17091         appropriate.
17092         (diff-hunk-text, diff-find-text): New functions.
17093         (diff-filter-lines): Function removed.
17094         (diff-test-hunk): New function.
17095         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
17097 2000-09-10  Dave Love  <fx@gnu.org>
17099         * textmodes/tildify.el: Minor doc/commentary fixes.
17100         (tildify) <defgroup>: Add :version.
17102         * faces.el (face-x-resources): Make custom type more specific.
17103         (frame-background-mode): Use mapc.
17104         (region) <defcustom>: Add :version.
17106 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
17108         * vc-sccs.el (vc-sccs-register):
17109         * vc-rcs.el (vc-rcs-register):
17110         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
17111         * vc.el (vc-register): Clear file's properties.
17113 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
17115         * faces.el (face-spec-set): Only face-spec-reset-face when
17116         ATTRS is non-nil.
17118 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
17120         * help.el (help-insert-xref-button): Fix a typo in doc string.
17122 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
17124         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
17125         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
17126         methods.
17128         * menu-bar.el (read-mail-item-name): New function.
17129         (menu-bar-tools-menu): Use it to compute and display the package
17130         used to read email.
17131         (menu-bar-tools-menu): Fix typo in GUD's help string.
17133 2000-09-07  Dave Love  <fx@gnu.org>
17135         * diff-mode.el (diff-mouse-goto-source): New function.
17137         * vc-sccs.el: Doc fixes.
17138         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
17140         * vc-rcs.el: Doc fixes.
17141         (vc-rcs-register-switches, vc-rcs-checkin-switches)
17142         (vc-rcs-checkout-switches, vc-rcs-header)
17143         (vc-rcs-master-templates): Add or change :version.
17145         * vc-cvs.el: Doc fixes.
17146         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
17147         (vc-cvs-stay-local): Add :version.
17149         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
17151 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
17153         * international/quail.el (quail-help): Fix previous change.
17155 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
17157         * faces.el (color-values): Doc fix.
17159         * faces.el (frame-set-background-mode): Use frame-parameter
17160         instead of frame-parameters.
17162         * frame.el (filtered-frame-list): Reduce consing.
17163         (frames-on-display-list): Call frame-parameter instead of
17164         frame-parameters.
17166 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
17168         * language/devan-util.el (devanagari-to-indian-region): In the
17169         loop, change the following char, not preceding char.
17171 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
17173         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
17174         instead of frame-parameters.
17176         * faces.el (set-face-attribute): Simplify by calling
17177         internal-set-lisp-face-attribute with FRAME being 0.
17179         * vc.el: Remove `Id' version control keyword.
17181 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
17183         * help.el (help-make-xrefs): Adjusted for the change of
17184         help-xref-mule-regexp.
17185         (help-insert-xref-button): New function.
17187         * international/mule-cmds.el (help-xref-mule-regexp-template):
17188         Include the pattern for character set.
17189         (leim): New group.
17191         * international/quail.el: Don't require face.
17192         (quail): New group.
17193         (quail-other-command): Dummy command to make quail-help work better.
17194         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
17195         (quail-keyboard-layout-substitution): New variable.
17196         (quail-update-keyboard-layout): New function.
17197         (quail-keyboard-layout-type): New customizable variable.
17198         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
17199         (quail-keyboard-translate): Pay attention to
17200         quail-keyboard-layout-substitution.
17201         (quail-insert-kbd-layout): New function.
17202         (quail-show-keyboard-layout): New function.
17203         (quail-get-translation): If the definition is a vector of length
17204         1, and the element is a string of length 1, return the character
17205         in that string.
17206         (quail-update-current-translations): Fix the case of
17207         relative-index out of range.
17208         (quail-build-decode-map, quail-insert-decode-map): New Functions.
17209         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
17210         Show key sequences for all available characters.
17211         (quail-help-insert-keymap-description): Don't show such verbose
17212         key bindings as quail-self-insert-command.
17214         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
17215         Format changed, and each element now have extra documentations.
17216         (tit-process-header): Delete invalid characters from TIT-PROMPT.
17217         Adjusted for the change of quail-cxterm-package-ext-info.
17219 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
17221         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
17222         requiring it leads to a recursive loading of vc.el and vc-hooks.el
17223         during bootstrap.
17225 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
17227         * vc.el: (toplevel): Don't require `dired' at run-time.
17228         (vc-dired-resynch-file): Remove autoload cookie.
17230 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
17232         * vc.el: Made several backend functions optional.
17233         (vc-default-responsible-p): New function.
17234         (vc-merge): Use RET for first version to trigger merge-news, not
17235         prefix arg.
17236         (vc-annotate): Handle backends that do not support annotation.
17237         (vc-default-merge-news): Removed.  The existence of a merge-news
17238         implementation is now checked on caller sites.
17240         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
17241         case.
17243         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
17244         special case that has been removed from the default in vc-hooks.el.
17246 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
17248         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
17250 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
17252         * vc-hooks.el: Require vc during compilation.
17253         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
17254         macro `with-vc-properties' in vc.el.
17255         (vc-file-getprop): Doc fix.
17256         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
17258         * vc.el: Require dired-aux during compilation.
17259         (vc-name-assoc-file): Moved to vc-sccs.el.
17260         (with-vc-properties): New macro.
17261         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
17262         vc-finish-steal): Use it.
17263         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
17264         to the backend-specific function is now supposed to do the checkout,
17265         too.
17266         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
17268         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
17269         set file properties; that gets done in the generic code now.
17271         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
17272         Changed parameter list, added code from vc.el that does the
17273         checkout, possibly with a double-take.
17275         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
17276         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
17277         the above under the new name.
17278         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
17279         parameter list, added checkout command.
17280         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
17281         properties; that gets done in the generic code now.
17283 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
17285         * vc.el: Docstring fixes (courtesy of checkdoc).
17287 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
17289         * vc.el (vc-checkout-writable-buffer-hook)
17290         (vc-checkout-writable-buffer): Remove.
17291         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
17292         (vc-log-mode): Make it into a clean derived major mode.
17293         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
17294         vc-log-mode if log-edit is not available.
17295         (vc-dired-mode-map): Don't set-keymap-parent yet.
17296         (vc-dired-mode): Do set-keymap-parent here.
17297         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
17299 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
17301         * faces.el (set-face-attribute, face-spec-reset-face)
17302         (face-spec-set): Avoid consing by removing calls to `apply'.
17304         * frame.el (frame-parameter): Move to C code.
17306 2000-09-05  Dave Love  <fx@gnu.org>
17308         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
17309         insert-before-markers-and-inherit.  Now checked systematically!
17311 2000-09-05  Alex Schroeder  <alex@gnu.org>
17313         * sql.el (sql-postgres): Use sql-postgres-options.
17314         (sql-postgres-options): New variable.
17316 2000-09-05  Alex Schroeder  <alex@gnu.org>
17318         * sql.el (sql-mode-menu): Work around missing variable mark-active
17319         in XEmacs.
17320         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
17321         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
17322         compatibility.
17324 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
17326         * vc.el (vc-dired-resynch-file): Add autoload cookie.
17328         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
17330         * Makefile.in (DONTCOMPILE): Fix typo in file name.
17332 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17334         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
17335         don't support anything else under SCCS yet.
17337         * vc-hooks.el: Minor doc fixes.
17339 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17341         * vc.el (vc-next-action-on-file): Do not visit the file if it's
17342         not necessary.  If verbose in state `needs-patch', do the same as
17343         under `up-to-date'.  When NOT verbose and `needs-patch', check out
17344         latest version instead of `merge-news'.
17345         (vc-next-action-dired): Don't mess with default-directory here; it
17346         breaks other parts of dired.  It is the job of the
17347         backend-specific functions to adjust it temporarily if they need it.
17348         (vc-next-action): Remove a special CVS case.
17349         (vc-clear-headers): New optional arg FILE.
17350         (vc-checkin, vc-checkout): Set properties vc-state and
17351         vc-checkout-time properly.
17352         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
17353         (vc-print-log): Use new backend function `show-log-entry'.
17354         (vc-cancel-version): Do the checks in a different order.  Added a
17355         FIXME concerning RCS-only code.
17357         * vc-rcs.el (vc-rcs-show-log-entry): New function.
17358         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
17360         * vc-cvs.el (vc-cvs-show-log-entry): New function.
17362         * vc-hooks.el (vc-default-mode-line-string): Show state
17363         `needs-patch' as a `-' too.
17365 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17367         * vc.el (vc-responsible-backend): New optional arg REGISTER.
17368         (vc-default-could-register): New function.
17369         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
17370         (vc-resynch-buffer): Call vc-dired-resynch-file.
17371         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
17372         vc-resynch-buffer instead of vc-resynch-window.
17373         (vc-next-action-dired): Don't redisplay here, that gets done as a
17374         result of the individual file operations.
17375         (vc-retrieve-snapshot): Corrected prompt order.
17377         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
17379         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
17380         as well.
17381         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
17382         hostname regexps.  Updated all callers.
17383         (vc-cvs-responsible-p): Handle directories as well.
17384         (vc-cvs-could-register): New function.
17385         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
17386         properties up-to-date.
17388         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
17389         user whether to create one.
17391 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17393         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
17394         check out a non-existing file.
17396         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
17397         workfile does not exist.
17399         * vc.el (vc-version-diff): Use `require' to check for existence of
17400         diff-mode.
17402 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17404         * vc-cvs.el (vc-cvs-registered): Use new function
17405         vc-cvs-parse-entry to do the actual work.
17407 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17409         * vc-hooks.el (vc-find-backend-function): If function doesn't
17410         exist, return nil instead of error.
17411         (vc-call-backend): Doc fix.
17413         * vc.el (vc-do-command): Doc fix.
17414         (vc-finish-logentry): When checking in from vc-dired, choose the
17415         right backend for logentry check.
17416         (vc-dired-mode-map): Inherit from dired-mode-map.
17417         (vc-dired-mode): Local value of dired-move-to-filename-regexp
17418         simplified.
17419         (vc-dired-state-info): Removed, updated caller.
17420         (vc-default-dired-state-info): Use parentheses instead of hyphens.
17421         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
17422         (vc-dired-listing-switches): New variable.
17423         (vc-directory): Use it, instead of dired-listing-switches.
17425         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
17426         (vc-cvs-dir-state): New function.
17427         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
17428         (vc-cvs-parse-entry): New function, also to be used in
17429         vc-cvs-registered.
17431 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17433         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
17434         *or* single-window-frames.
17436 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17438         * vc.el (vc-update-changelog): Split into generic part and default
17439         implementation.  Doc string adapted.
17440         (vc-default-update-changelog): New function.  Call the `rcs2log'
17441         script in exec-directory, to fix a long-standing nuisance.
17443         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
17444         simply signals an error.
17446 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17448         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
17449         control-flow more clear and to avoid running `cvs' twice.
17451         * vc.el (vc-next-action-on-file): Doc fix.
17452         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
17453         (vc-print-log): Eval `file' before constructing the continuation.
17455 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17457         * vc.el (vc-next-action-on-file): Corrected several messages.
17458         (vc-merge): Add prefix arg `merge-news'; handle it.
17460         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
17461         is not reached.  It is.
17462         (vc-cvs-merge): Set state to 'edited after merge.
17463         (vc-cvs-merge-news): Set workfile version to nil if not known.
17464         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
17466         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
17467         via stdout. (Merge from main line.)
17469 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17471         * vc.el (vc-finish-logentry): Thinko in the "same comment"
17472         detection.
17474 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17476         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
17477         against kill-all-local-variables.
17478         (vc-log-edit): Don't save vc-parent-buffer any more.
17479         (vc-last-comment-match): Initialize to an empty string.
17480         (vc-post-command-functions): New hook.
17481         (vc-do-command): Run it.
17482         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
17483         (vc-finish-logentry): Only add the comment to the ring if it's
17484         different from the last comment entered.
17485         (vc-new-comment-index): New function.
17486         (vc-previous-comment): Use it.  Make the minibuffer message
17487         slightly less terse.
17488         (vc-comment-search-reverse): Make it work forward as well.  Don't
17489         set vc-comment-ring-index if no match is found.  Use
17490         vc-new-comment-index.
17491         (vc-comment-search-forward): Use vc-comment-search-reverse.
17492         (vc-dired-mode-map): Don't inherit from dired-mode-map since
17493         define-derived-mode will do it for us.  Bind `v' to a keymap that
17494         inherits from vc-prefix-map so that we can bind `vt' without
17495         binding C-x v t.
17496         (vc-retrieve-snapshot): Parenthesis typo.
17498         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
17499         to 1.  Make sure to switch to *vc* before looking for an error
17500         message.  Use vc-parse-buffer.
17502 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17504         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
17505         and NAME.
17506         (vc-retrieve-snapshot): Split into two parts.
17507         (vc-default-retrieve-snapshot): New function.
17509         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
17510         (vc-cvs-retrieve-snapshot): New function (untested).
17511         (vc-cvs-stay-local): Default to t.
17512         (vc-cvs-remote-p): New function and property.
17513         (vc-cvs-state): Stay local only if the above is t.
17514         (vc-handle-cvs): Removed.
17515         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
17516         done via vc-handled-backends now.
17517         (vc-cvs-header): Escape Id.
17519 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17521         * vc.el (vc-do-command): Remove unused commands.
17522         (vc-version-diff): Make sure default-directory ends with a slash.
17523         Move the window commands into a vc-exec-after.
17524         (vc-print-log): Move more of the code into the `vc-exec-after'.
17526 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17528         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
17529         (vc-print-log): Search current revision from beginning of buffer.
17530         (vc-revert-buffer): Clear echo area after the diff is finished.
17531         (vc-prefix-map): Removed definition of "t" for terse display in vc
17532         dired.
17533         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
17534         definition of "vt" for terse display.
17535         (vc-dired-mode): Fix dired-move-to-filename-regexp.
17537 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17539         * vc.el (vc-exec-after): Avoid caddr.
17541 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17543         * vc.el (vc-exec-after): New function.
17544         (vc-do-command): Use it to add a termination message for async
17545         procs.
17546         (vc-checkout): Try to handle a missing-backend situation.
17547         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
17548         of a directory with a backend using async diffs.
17549         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
17550         present.
17552         * vc-sccs.el (vc-sccs-state-heuristic): Use
17553         file-ownership-preserved-p.
17555         * vc-rcs.el (vc-rcs-state-heuristic): Use
17556         file-ownership-preserved-p.
17557         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
17559 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17561         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
17562         vc-do-command.
17564         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
17565         when there are no changes.
17567 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17569         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
17571         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
17573 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17575         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
17577         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
17578         the `fset' outside of the defvar so that it works even if
17579         vc-prefix-map was already defined.
17580         (vc-setup-buffer): New function, split out of vc-do-command.
17581         (vc-do-command): Allow BUFFER to be t to mean `just use the
17582         current buffer without any fuss'.
17583         (vc-version-diff): Change the `diff' backend operation to just put
17584         the diff in the current buffer without erasing it.  Always use
17585         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
17586         shrink-window-if-larger-than-buffer.
17587         (vc-print-log): Change the `print-log' backend operation to just
17588         put the log in the current buffer without erasing it.  Protect
17589         shrink-window-if-larger-than-buffer.
17590         (vc-update-change-log): Fix setd typo.
17592         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
17593         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
17595         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
17596         (vc-rcs-diff): Insert in the current buffer and remove unused arg
17597         CMP.
17599         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
17600         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
17601         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
17603 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17605         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
17606         not possible, use vc-BACKEND-workfile-unchanged-p.
17607         (vc-default-workfile-unchanged-p): New function.  Delegates to a
17608         full vc-BACKEND-diff.
17610         * vc-hooks.el (vc-simple-command): Removed.
17612         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
17613         instead of vc-simple-command.
17614         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
17615         avoid doing a diff when opening a file.
17616         (vc-rcs-state): Added check for unlocked-changes.
17617         (vc-rcs-header): Escape Id.
17618         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
17619         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
17620         version.
17622         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
17623         (vc-sccs-diff): Remove optional arg CMP.
17624         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
17625         SCCS-specific function.
17627         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
17628         vc-simple-command.
17630 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17632         * vc.el (vc-editable-p): Renamed from vc-writable-p.
17633         (with-vc-file, vc-merge): Use vc-editable-p.
17634         (vc-do-command): Remove unused var vc-file and fix the
17635         doubly-defined `status' var.  Add a user message when starting an
17636         async command.
17637         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
17638         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
17639         Use with-current-buffer.
17640         (vc-buffer-sync): Use unless.
17641         (vc-next-action-on-file): If the file is 'edited by read-only,
17642         make it read-write instead of trying to commit.
17643         (vc-version-diff, vc-update-change-log): Use `setq
17644         default-directory' rather than `cd'.
17645         (vc-log-edit): Don't forget to set default-directory in the
17646         buffer.
17648         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
17649         (vc-sccs-state-heuristic): Use file-writable-p instead of
17650         comparing userids.
17651         (vc-sccs-checkout): Use `unless'.
17653         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
17654         of comparing userids.
17655         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
17656         Simplify the logic by eliminating unreachable code.
17657         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
17658         just do a recursive call if we need to retry.
17659         (vc-rcs-checkout): Handle the case where rcs is missing by making
17660         the buffer read-write if requested and re-signalling the error.
17662         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
17664 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17666         * vc-hooks.el (vc-handled-backends): Docstring change.
17667         (vc-ignore-vc-files): Mark obsolete.
17668         (vc-registered): Check vc-ignore-vc-files.
17669         (vc-find-file-hook, vc-file-not-found-hook): Don't check
17670         vc-ignore-vc-files.
17672         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
17674 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17676         * vc.el (vc-checkout): Don't do anything special for ange-ftp
17677         files since ange-ftp already has vc-registered return nil.
17679         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
17680         (vc-sccs-workfile-version): Use with-temp-buffer and new
17681         vc-parse-buffer and don't bother setting the property.
17682         (vc-sccs-add-triple): Use with-current-buffer and
17683         find-file-noselect.
17684         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
17686         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
17687         derives from the old vc-parse-buffer but uses the revision number
17688         rather than the date (much easier to compare robustly).
17689         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
17690         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
17691         locking-user more directly.  Check strict locking and set
17692         checkout-model appropriately.
17693         (vc-rcs-parse-locks): Remove.
17694         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
17695         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
17696         (vc-rcs-system-release): Use with-current-buffer and
17697         vc-parse-buffer.
17698         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
17700         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
17701         (vc-simple-command): Docstring fix.
17702         (vc-registered): Align the way the file-handler is called with the
17703         way the function itself works.
17704         (vc-file-owner): Remove.
17706         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
17707         extraction of fields and call to file-attributes because of a
17708         temporary bug in rcp.el.
17709         (vc-cvs-fetch-status): Use with-current-buffer.
17711 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17713         * vc.el (vc-do-command): Use file-relative-name.
17714         (vc-responsible-backend): Use vc-backend if possible.
17715         (vc-create-snapshot): Improve the `interactive' spec. Add support
17716         for branches and dispatch to backend-specific `create-snapshot'.
17717         (vc-default-create-snapshot): New function, containing the bulk of
17718         the old vc-create-snapshot.
17719         (vc-retrieve-snapshot): Improve the interactive spec.
17721         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
17722         (vc-backend-hook-functions): Remove.
17723         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
17724         (vc-backend): Reintroduce the test for `file = nil' now that I
17725         know why it was there (and added a comment to better remember).
17727         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
17728         code from vc-sccs-hooks.el.
17729         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
17730         'vc anymore.
17731         (vc-sccs-responsible-p): Use expand-file-name instead of concat
17732         and file-directory-p instead of file-exists-p.
17733         (vc-sccs-check-headers): Simplify the regexp.
17735         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
17736         from vc-rcs-hooks.el.  Don't require 'vc anymore.
17737         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
17738         file-directory-p instead of file-exists-p.
17740         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
17741         from vc-cvs-hooks.el.
17742         (proto vc-cvs-registered): Require 'vc-cvs instead of
17743         'vc-cvs-hooks.  Don't require 'vc anymore.
17744         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
17745         file-directory-p instead of file-exists-p.
17746         (vc-cvs-create-snapshot): New function, replacing
17747         vc-cvs-assign-name.
17748         (vc-cvs-assign-name): Remove.
17750 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17752         * vc-cvs.el (vc-cvs-header): New var.
17754         * vc-rcs.el (vc-rcs-exists): Remove.
17755         (vc-rcs-header): New var.
17757         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
17758         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
17759         (vc-sccs-header): New var.
17761         * vc.el (vc-do-command): Get rid of the `last' argument.
17762         (vc-header-alist): Remove, replaced by vc-X-header.
17763         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
17764         (vc-dired-hook): Use expand-file-name instead of concat.
17765         (vc-directory): Use file-name-as-directory.
17766         (vc-snapshot-precondition, vc-create-snapshot)
17767         (vc-retrieve-snapshot): Allow the command to operate on any
17768         directory.
17770         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
17771         just removing the 'WORKFILE argument or by removing the 'MASTER
17772         argument and replacing `file' with (vc-name file).
17774 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17776         * vc.el: Update Copyright and add a crude list of backend funs.
17777         (vc-writable-p): New function.
17778         (with-vc-file): Use vc-writable-p.
17779         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
17780         (vc-register): Avoid vc-name.
17781         (vc-locking-user): Remove.
17782         (vc-steal-lock): Make the `owner' arg non-optional.
17783         (vc-merge): Use vc-writable-p instead of vc-locking-user and
17784         vc-checkout-model.
17785         (vc-default-dired-state-info): Use vc-state instead of
17786         vc-locking-user and return special strings for special states.
17787         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
17788         and get rid of one of the special CVS cases.
17789         (vc-cancel-version): prettify error message with \\[...].
17790         (vc-rename-master): New function.
17791         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
17792         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
17793         the CVS special case generic.
17794         (vc-default-record-rename): Remove.
17795         (vc-file-tree-walk-internal): Only call FUNC for files that are
17796         under control of some VC backend and replace `concat' with
17797         expand-file-name.
17798         (vc-file-tree-walk): Update docstring.
17799         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
17800         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
17802         * vc-sccs.el (vc-sccs-rename-file): Renamed from
17803         vc-sccs-record-rename.  Use `find-file-noselect' rather than
17804         `find-file' and call `vc-rename-master' to do the actual move.
17805         (vc-sccs-diff): Remove unused `backend' variable.
17807         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
17808         to delay loading of vc-sccs until it is really used.
17809         (vc-sccs-master-templates): Preload.
17810         (vc-sccs-state): Update call to vc-sccs-parse-locks.
17811         (vc-sccs-project-dir): Remove (merged into
17812         vc-sccs-search-project-dir).
17813         (vc-sccs-search-project-dir): Rewrite using file name handling ops
17814         rather than `concat', make sure it is preloaded and don't bother
17815         to check that the file actually exists.
17816         (vc-sccs-parse-locks): Remove unused `file' argument, remove
17817         `locks' argument (use buffer's content instead) and eliminate n^2
17818         behavior.
17820         * vc-rcs.el: Update Copyright.
17821         (vc-rcs-rename-file): New function.
17822         (vc-rcs-diff): Remove unused `backend' variable.
17824         * vc-hooks.el: Update Copyright.
17825         (vc-backend): Don't accept a nil argument any more.
17826         (vc-up-to-date-p): Turn into a defsubst.
17827         (vc-possible-master): New function.
17828         (vc-check-master-templates): Use `vc-possible-master' and allow
17829         funs in vc-X-master-templates to return a non-existent file.
17831         * vc-cvs.el: Update Copyright.
17832         (vc-cvs-diff): Remove unused `backend' variable.
17833         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
17835         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
17837 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17839         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
17840         since it can be called from vc-rcs.el.
17841         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
17843 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17845         * vc.el (vc-version-diff): Expand file name read from the
17846         minibuffer.  Handle the case when a previous version number can't
17847         be guessed.  Give suitable messages when there were no differences
17848         found.
17849         (vc-clear-headers): Call backend-specific implementation, if one
17850         exists.
17851         (vc-cancel-version): Made error checks generic.  When done, clear
17852         headers generically, too.
17854         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
17855         from vc-clear-headers in vc.el.
17857         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
17858         correctly.
17859         (vc-rcs-latest-on-branch-p): Made second argument VERSION
17860         optional.  Handle the case when it's not there.
17862 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17864         * vc.el (vc-locking-user): Moved from vc-hooks.el.
17866 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17868         * vc-hooks.el (vc-loadup): Remove.
17869         (vc-find-backend-function): Use `require'.  Also, handle the case
17870         where vc-BACKEND-hooks.el doesn't exist.
17871         (vc-call-backend): Cleanup.
17873 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17875         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
17876         vc-rcs-grab-templates)
17877         (vc-rcs-registered): Remove.  The default function works as well.
17878         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
17879         vc-sccs-grab-templates)
17880         (vc-sccs-registered): Remove.  The default function works as well.
17882         * vc.el (vc-version-diff): Left out a vc- in call to
17883         vc-call-backend.
17884         (vc-default-dired-state-info, vc-default-record-rename)
17885         (vc-default-merge-news): Update for the new backend argument.
17887         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
17888         using the default function.
17889         (vc-call-backend): If calling the default function, pass it the
17890         backend as first argument.  Update the docstring accordingly.
17891         (vc-default-state-heuristic, vc-default-mode-line-string): Update
17892         for the new backend argument.
17893         (vc-make-backend-sym): Renamed from vc-make-backend-function.
17894         (vc-find-backend-function): Use the new name.
17895         (vc-default-registered): New function.
17897 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17899         * vc.el (vc-merge): Use vc-find-backend-function.
17901         * vc-hooks.el (vc-backend-functions): Remove.
17902         (vc-loadup): Don't setup 'vc-functions.
17903         (vc-find-backend-function): New function.
17904         (vc-call-backend): Use above fun and populate 'vc-functions
17905         lazily.
17906         (vc-backend-defines): Remove.
17908 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17910         * vc.el (vc-register): Put a FIXME note for a newly found bug.
17911         Call vc-call-backend without the leading vc-.
17912         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
17913         (vc-check-headers): Call vc-call-backend without the leading vc-.
17914         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
17915         (vc-annotate-display): Replace confusing use of `cond' with `or'.
17916         Call vc-call-backend without the leading vc-.
17918         * vc-cvs.el (tail): Provide vc-cvs.
17919         * vc-sccs.el (tail): Provide vc-sccs.
17920         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
17922         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
17923         (vc-make-backend-function, vc-call): Pass names without leading
17924         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
17925         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
17926         (vc-call-backend): Always try to load vc-X-hooks.
17927         (vc-registered): Remove vc- in call to vc-call-backend.
17929 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17931         * vc.el (vc-process-filter): New function.
17932         (vc-do-command): Setup `vc-process-filter' for the async process.
17933         (vc-maybe-resolve-conflicts): New function to reduce
17934         code-duplication.  Additionally, it puts the buffer in
17935         `smerge-mode' if applicable.
17936         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
17937         calling `merge-news'.
17938         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
17939         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
17940         interfacing to log-edit.el.
17941         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
17942         log-edit is available.
17943         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
17945 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17947         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
17948         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
17949         defvar and the initialization.
17950         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
17952         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
17953         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
17955         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
17957 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17959         * vc.el (vc-file-clear-masterprops): Removed.
17960         (vc-checkin, vc-revert-buffer): Removed calls to the above.
17961         (vc-version-diff): Use buffer-size without argument.
17962         (vc-register): Heed vc-initial-comment.
17964         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
17965         default branch.
17967         * vc-rcs.el (vc-rcs-register): Parse command output to find master
17968         file name and workfile version.
17969         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
17971         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
17972         vc-file-clear-masterprops.
17974         * vc-sccs.el (vc-sccs-checkout): Removed call to
17975         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
17976         rather than user login name.
17979 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17981         * vc.el (vc-workfile-unchanged-p): Remove unused argument
17982         `want-differences-if-changed' and simplify.
17983         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
17984         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
17985         output (which is invalid for async vc-diff) to decide whether to
17986         do the revert silently or not.
17988 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17990         * vc-hooks.el (vc-loadup): Load files quietly.
17991         (vc-call-backend): Oops, brain fart.
17993 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17995         * vc-cvs.el (vc-cvs-state): Typo.
17996         (vc-cvs-merge-news): Return the status code rather than the error msg.
17998 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
18000         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
18001         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
18002         vc-state or vc-up-to-date-p.
18003         (vc-merge): Use vc-backend-defines to check whether merging is
18004         possible.  Set state to 'edited after successful merge.
18006         * vc-hooks.el (vc-locking-user): If locked by the calling user,
18007         return that name.  Redocumented.
18009 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
18011         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
18012         new `vc-state' semantics.
18013         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
18014         'vc-locking-user to the current user.
18015         (vc-merge): Inline vc-backend-merge.  Comment out code that I
18016         don't understand and hence can't adapt to the new `vc-state' and
18017         `vc-locking-user' semantics.
18018         (vc-backend-merge): Remove.
18020         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
18021         rather than 'vc-locking-user.
18023         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
18025         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
18026         (vc-state): Don't use 'reserved any more.  Just use the same
18027         convention as the one used for vc-<backend>-state where the
18028         locking user (as a string) is returned.
18029         (vc-locking-user): Update, based on the above convention. The
18030         'vc-locking-user property has disappeared.
18031         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
18033         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
18034         with a heuristic one.
18035         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
18036         (vc-cvs-checkin): Do a trivial parse to set the state in case of
18037         error.  That allows us to get to 'needs-merge even in the
18038         stay-local case.  There's still no way to detect 'needs-patch in
18039         such a setup (or to force an update for that matter).
18040         (vc-cvs-logentry-check): Remove, the default works as well.
18042 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
18044         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
18046         * vc.el (vc-do-command): kill-all-local-variables, to reset any
18047         major-mode in which the buffer might have been put earlier.  Use
18048         `remove' and `when'.  Allow `okstatus' to be `async' and use
18049         `start-process' in this case.
18050         (vc-version-diff): Handle the case where the diff looks empty
18051         because of the use of an async process.
18053 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
18055         * vc.el (vc-next-action-on-file): Removed optional parameter
18056         `simple'.  Recompute state unconditionally.
18057         (vc-default-toggle-read-only): Removed.
18059         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
18060         (vc-toggle-read-only): Undid prev change.
18062         * vc-cvs.el (vc-cvs-stay-local): Renamed from
18063         vc-cvs-simple-toggle.  Redocumented.
18064         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
18065         (vc-cvs-toggle-read-only): Removed.
18067 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
18069         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
18070         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
18071         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
18072         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
18073         still is. So maybe it should be removed.
18074         (vc-head-version, vc-find-binary): Remove.
18075         (vc-recompute-state): Move from vc-hooks.el.
18076         (vc-next-action-on-file): Add a `simple' argument to allow
18077         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
18078         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
18079         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
18080         (vc-dired-mode-map): Properly defvar it.
18081         (vc-print-log): Call log-view-mode if available.
18082         (small-temporary-file-directory): defvar instead of use boundp.
18083         (vc-merge-news): Moved to vc-cvs.el.
18084         (vc-default-merge-news): New function.
18086         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
18087         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
18088         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
18089         unknown `vc-latest-version' function.  It should probably refer to
18090         vc-workfile-version or somesuch, but it's very unclear to me and I
18091         don't have SCCS to test things.
18093         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
18094         (vc-sccs-state-heuristic): Fix typo.
18095         (vc-sccs-workfile-unchanged-p): Add missing argument.
18097         * vc-rcs.el: Require vc and vc-rcs-hooks.
18098         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
18099         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
18100         (vc-release-greater-or-equal-p): Move from vc.
18101         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
18102         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
18103         (vc-rcs-checkout): Add a missing `new-version' argument in the
18104         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
18106         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
18107         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
18108         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
18109         than the apparently unbound `workfile-version'.
18111         * vc-hooks.el (vc-master-templates): Def the obsolete var.
18112         (vc-file-prop-obarray): Use `make-vector'.
18113         (vc-backend-functions): Add new hookable functions
18114         vc-toggle-read-only, vc-record-rename and vc-merge-news.
18115         (vc-loadup): If neither backend nor default functions exist, use
18116         the backend function rather than nil.
18117         (vc-call-backend): If the function if not bound yet, try to load
18118         the non-hook file to see if it provides it.
18119         (vc-call): New macro plus use it wherever possible.
18120         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
18121         nor `vc-find-binary' since it's only called from
18122         vc-mistrust-permission which is only used once the backend is known.
18123         (vc-checkout-model): Fix parenthesis.
18124         (vc-recompute-state, vc-prefix-map): Move to vc.el.
18126         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
18127         (vc-cvs-release, vc-cvs-system-release): Remove.
18128         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
18129         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
18130         status symbols.
18131         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
18132         (vc-cvs-toggle-read-only): First cut at a function to allow a
18133         cvs-status-free vc-toggle-read-only.
18134         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
18135         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
18136         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
18137         (vc-cvs-checkout): Modify access rights directly if the user
18138         requested not to use `cvs edit'.  And refresh the mode line.
18140         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
18141         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
18143 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
18145         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
18146         workfile' that got lost when the code was extracted from vc.el.
18147         And merged the tail with the rest of the code (not possible in the
18148         old vc.el where the tail was shared among all backends).  And
18149         explicitly set the state to 'edited if `writable' is set.
18151         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
18152         (vc-cvs-state): Be careful to return the value from
18153         vc-cvs-parse-state.
18154         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
18155         property but return it instead.  Also be careful to handle a nil
18156         or "" `rev' when workfile is non-nil (it was handled properly when
18157         workfile was nil).
18159         * vc.el: Removed those pesky unnecessary `(function' quotes.
18160         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
18161         directly in the defvar.
18162         (vc-do-command): Bind inhibit-read-only so as to properly handle
18163         the case where the destination buffer has been made read-only.
18164         (vc-diff): Delegate to vc-version-diff in all cases.
18165         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
18166         (vc-annotate-mode-variables): Removed (code moved partly to
18167         defvars and partly to vc-annotate-add-menu).
18168         (vc-annotate-mode): Turned into a derived-mode.
18169         (vc-annotate-add-menu): Moved in code in
18170         vc-annotate-mode-variables.
18171         (vc-update-change-log): Use make-temp-file if available.
18173 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
18175         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
18176         `vc-checkout-model' updated to `vc-cvs-update-model'.
18178 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18180         * vc.el (vc-next-action-on-file): Added handling of state
18181         `unlocked-changes'.
18182         (vc-checkout-carefully): Is now practically obsolete, unless the
18183         above is too slow to be enabled unconditionally.
18184         (vc-update-change-log): Fixed typo.
18186         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
18188         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
18189         Now handles state `unlocked-changes'.
18190         (vc-sccs-workfile-unchanged-p): New function, to support the above.
18192         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
18194         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
18195         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
18196         `unlocked-changes'.
18197         (vc-rcs-workfile-unchanged-p): Renamed from
18198         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
18199         function yet, but supposed to become one soon.
18201         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
18202         `vc-steal-lock'.
18203         (vc-call-backend): Changed error message.
18204         (vc-state): Added description of state `unlocked-changes'.
18206 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18208         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
18209         always return t in CVS-controlled directories.
18211         * vc.el (vc-responsible-backend): New function.
18212         (vc-register): Largely rewritten.
18213         (vc-admin): Removed (implementation moved into vc-register).
18214         (vc-checkin): Redocumented.
18215         (vc-finish-logentry): If no backend defined yet (because we are in
18216         the process of registering), use the responsible backend.
18218         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
18219         Updated function lists.
18220         (vc-call-backend): Fixed typo.
18222         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
18223         New functions.
18224         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
18225         Removed query option.  Redocumented.
18227 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18229         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
18231         * vc.el: Updated callers of `vc-checkout-required' to use
18232         `vc-checkout-model'.
18234 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18236         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
18237         stuff updated to reference this function instead of the old
18238         `vc-backend-release-p'.
18240 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18242         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
18243         vc-checkout-model.  Return appropriate values.  Updated callers.
18245 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18247         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
18248         (vc-backend-revert): Function moved into `vc-revert';
18249         `vc-next-action' must be updated to accomodate this change.
18250         (vc-backend-steal): Function moved into `vc-finish-steal'.
18251         (vc-backend-logentry-check): Function moved into
18252         `vc-finish-logentry'.
18253         (vc-backend-printlog): Function moved into `vc-print-log'.
18254         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
18255         (vc-backend-assign-name): Function moved into
18256         `vc-create-snapshot'.
18258 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18260         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
18261         Rename to vc-checkout-model.  Return appropriate values.
18262         Update callers.
18264         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
18265         to vc-checkout-model.
18266         (vc-checkout-required): Rename to vc-checkout-model.
18267         Re-implement and re-comment.
18268         (vc-after-save): Use vc-checkout-model.
18270 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18272         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
18273         Update to use the vc-BACKEND-diff functions instead.
18274         `vc-diff' is now working.
18276         * vc-rcs.el (vc-rcs-logentry-check): New function.
18278         * vc-cvs.el (vc-cvs-logentry-check): New function.
18280         * vc-sccs.el (vc-sccs-diff): Function changed name from
18281         `vc-backend-diff'.  This makes `vc-diff' work.
18283         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
18284         of functions possibly implemented in a vc-BACKEND library.
18285         (vc-checkout-required): Fix bug that caused an error to be
18286         signaled during `vc-after-save'.
18288         * vc.el: Fix typo.
18289         This checkin is made with our new VC code base for the very first time.
18290         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
18292         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
18293         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
18295         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
18296         updated to `vc-uses-locking'.
18297         (vc-checkout-required): Call to backend function.
18298         `vc-checkout-required' updated to `vc-uses-locking' instead.
18300         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
18301         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
18303         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
18304         to match the split into various backends.
18305         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
18306         (vc-retrieve-snapshot): Bug fix.
18308 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18310         * vc-sccs.el (vc-sccs-release): Doc fix.
18312 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18314         * vc.el (vc-next-action-on-file): Bug found and fixed.
18315         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
18316         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
18318         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
18319         (vc-rcs-checkout): Name space cleaned up.  No more revision number
18320         crunching function names that are not prefixed with vc-rcs.
18321         (vc-rcs-checkout-model): Function added.  References to
18322         `vc-checkout-model' replaced.
18324 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18326         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
18327         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
18328         still need to be split, and implemented for RCS).
18330 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18332         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
18334         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
18335         required by the vc.el file.
18337         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
18338         required by the vc.el file.
18339         (vc-rcs-exists): Function added.
18341         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
18342         required by the vc.el file.
18344         * vc.el (vc-admin): Updated to handle selection of appropriate
18345         backend.  Current implementation is crufty and need re-thinking.
18347         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
18349 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18351         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
18352         beginning of annotate buffers correctly.
18354         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
18355         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
18356         functionality updated quite a lot to support multiple backends.
18357         Variables `vc-annotate-mode', `vc-annotate-buffers',
18358         `vc-annotate-backend' added.
18360         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
18361         `vc-annotate-difference' added to supported backend functions.
18363 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18365         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
18366         Use with-temp-file instead of /bin/sh.  Merged from mainline
18368 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18370         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
18372         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
18374         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
18376 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18378         * vc-hooks.el: vc-state-heuristic added to
18379         vc-backend-hook-functions.
18381         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
18383         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
18385         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
18386         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
18387         state to `reserved'.
18389         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
18390         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
18392 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18394         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
18395         untouched.
18397         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
18399         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
18400         if defined.  (Merged from main line, slightly adapted.)
18402         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
18403         millenium problem (merged from mainline).
18405 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18407         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
18408         part and moved the non-BACKEND stuff to vc.el.
18410         * vc.el: Split the annotate feature into a BACKEND specific part
18411         and moved it from the vc-cvs.el file to this one.
18413 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18415         * vc-hooks.el: Implement new state model.
18416         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
18417         (vc-locking-user): Simplify.  Now only needed if the file is
18418         locked by somebody else.
18419         (vc-lock-from-permissions): Remove.  Functionality is in
18420         vc-sccs-hooks.el and vc-rcs-hooks.el now.
18421         (vc-mode-line-string): New name for former vc-status.  Adapted.
18422         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
18424         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
18425         Various simplifications and adaptations all over the place.
18427         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
18428         Simplify and adapt the rest.
18430         * vc.el (vc-resynch-window): Add TODO comment: check for
18431         interaction with view mode according to recent RCS change.
18432         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
18434 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18436         * vc.el: Convert the remaining function comments to docstrings.
18438 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18440         * vc.el (vc-backend-release, vc-release-greater-or-equal)
18441         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
18442         (vc-minor-part, vc-previous-version): Functions that operate and
18443         compare revision numbers got proper documentation.  Comments added
18444         about their possible removal.
18446 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18448         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
18449         the vc-backend.el files.
18451         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
18453         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
18454         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
18455         (vc-rcs-previous-version): Functions added.
18457         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
18459         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
18461 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18463         * vc-hooks.el (vc-master-templates): Is really obsolete.
18464         Comment out the definition for now.  What is the right procedure
18465         to get rid of it?
18466         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
18467         rewritten.
18468         (vc-default-registered): Remove.
18469         (vc-check-master-templates): New function; does mostly what the
18470         above did before.
18471         (vc-locking-user): Don't rely on the backend to set the property.
18473         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
18474         Rewrite documentation.
18475         (vc-rcs-templates-grabbed): New variable.
18476         (vc-rcs-grab-templates): New function.
18477         (vc-rcs-registered): Rewrite to use above mechanism.
18479         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
18480         Rewrite documentation.
18481         (vc-sccs-templates-grabbed): New variable.
18482         (vc-sccs-grab-templates): New function.
18483         (vc-sccs-registered): Rewrite to use above mechanism.
18484         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
18485         Don't throw the result, simply return it.
18487         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
18488         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
18489         (vc-cvs-registered): Does the check itself now.  Simplify.
18491         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
18492         from main line.
18494 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18496         * vc-cvs.el (vc-cvs-diff): New function.
18498         * vc-sccs.el (vc-sccs-diff): New function.
18500         * vc-rcs.el (vc-rcs-diff): New function.
18501         (vc-rcs-checkout): Bug (typo) found and fixed.
18502         (vc-rcs-register-switches): New variable.
18504         * vc.el (vc-backend-diff): Function removed and placed in the
18505         backend files.
18507 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18509         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
18511         * vc.el (vc-backend-checkout): Function removed and replaced in
18512         the vc-backend.el files.
18514         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
18516         * vc.el (vc-backend-admin): Removed and replaced in the
18517         vc-backend.el files.
18519         * vc.el (Martin): Removed all the annotate functionality since it
18520         is CVS backend specific.
18522 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18524         * spec.txt: Added specification of vc-state.
18526         * vc-sccs-hooks.el (vc-sccs-master-properties):
18527         Remove handling of vc-latest-version and
18528         vc-your-latest-version.  What used to be vc-latest-version, is now
18529         returned as vc-workfile-version.
18530         (vc-sccs-workfile-version): Adapt.
18532 2000-09-04  Dave Love  <fx@gnu.org>
18534         * vc.el: [Merged from mainline.]
18535         (vc-dired-mode): Make the dired-move-to-filename-regexp
18536         regexp match the date, to avoid treating date as file size.
18537         Add YYYY S option to WESTERN/
18539 2000-09-04  Dave Love  <fx@gnu.org>
18541         * vc.el: Require `compile' when compiling.
18542         (vc-logentry-check-hook): New option.
18543         (vc-steal-lock): Use compose-mail.
18544         (vc-dired-mode-map): Defvar when compiling.
18545         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
18546         vc-sccs.el and renamed.  Callers changed.
18547         (vc-backend-checkout, vc-backend-logentry-check)
18548         (vc-backend-merge-news): Doc fix.
18549         (vc-default-logentry-check): New function.
18550         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
18551         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
18552         (vc-backend-merge): Doc fix.  Use backend functions.
18553         (vc-check-headers): Use backend functions.
18555         * vc-cvs.el: Require vc when compiling.
18556         (vc-cvs-register-switches): Doc fix.
18557         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
18558         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
18559         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
18560         New functions (code from vc.el).
18561         (vc-annotate-display-default): Fix interactive spec.
18562         (vc-annotate-time-span): Doc fix.
18564         * vc-rcs.el: Require vc when compiling.
18565         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
18566         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
18567         (vc-rcs-checkin): New functions (code from vc.el).
18568         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
18569         Doc fix.
18570         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
18572         * vc-sccs.el: Require vc when compiling.
18573         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
18574         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
18575         (vc-sccs-revert)
18576         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
18577         from vc.el).
18578         (vc-sccs-add-triple, vc-sccs-record-rename)
18579         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
18580         (vc-sccs-admin): Doc fix.
18582 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
18584         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
18585         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
18586         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
18587         from vc.el.
18589         * vc-sccs.el (vc-admin-sccs): Added from vc.el
18591         * vc-cvs.el: Moved the annotate functionality from vc.el.
18592         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
18594 2000-09-04  Dave Love  <fx@gnu.org>
18596         * vc.el (vc-backend-release): Call vc-system-release.
18598         * vc-sccs.el (vc-sccs-system-release):
18599         Renamed from vc-sccs-backend-release.
18601         * vc-rcs.el (vc-rcs-system-release):
18602         Renamed from vc-rcs-backend-release.
18604         * vc-cvs.el (vc-cvs-system-release):
18605         Renamed from vc-cvs-backend-release.
18607 2000-09-04  Dave Love  <fx@gnu.org>
18609         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
18610         backend files.
18611         (vc-backend-release): Dispatch to backend functions.
18612         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
18613         probably needs attention.]
18615         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
18616         (vc-sccs-backend-release): New function.
18618         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
18619         (vc-cvs-backend-release): New function.
18621         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
18622         Doc fix.
18623         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
18624         (vc-default-dired-state-info): New function.
18625         (vc-dired-state-info): Dispatch to backends.
18626         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
18628         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
18629         from vc.el and renamed.
18631 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18633         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
18634         (vc-version-other-window, vc-backend-assign-name): Removed
18635         references to vc-latest-version; sometimes changed into
18636         vc-workfile-version.
18638         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
18639         vc-rcs-master-workfile-version.
18640         (vc-rcs-workfile-version): Use the above.  Don't call
18641         vc-latest-version (that was unreachable code, anyway).
18642         (vc-rcs-fetch-master-properties): Doc fix.
18644         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
18645         (vc-backend-hook-functions): Removed them from this list, too.
18646         (vc-fetch-properties): Removed.
18647         (vc-workfile-version): Doc fix.
18649         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
18650         (vc-rcs-workfile-version, vc-rcs-locking-user)
18651         (vc-rcs-uses-locking): Use it.
18653         * vc-hooks.el (vc-consult-rcs-headers):
18654         Moved into vc-rcs-hooks.el, under the name
18655         vc-rcs-consult-headers.
18657         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
18658         headers.
18659         (vc-cvs-find-master): Use this name only; correct different
18660         versions of the name.
18662         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
18663         New functions.
18664         (vc-sccs-locking-user): Use the latter.
18666         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
18667         New functions.
18669         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
18670         Moved into both
18671         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
18672         functions are implementation details of those two backends.
18674 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18676         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
18677         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
18679         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
18680         (vc-sccs-parse-locks): SCCS-specific code moved here from
18681         vc-hooks.
18683         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
18684         code moved here from vc-hooks.
18686         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
18687         into back-end specific parts and removed.  Callers not updated
18688         yet; because I guess these callers will disappear into back-end
18689         specific files anyway.
18691 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18693         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
18694         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
18695         `vc-uses-locking'.
18697         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
18698         Store yes/no in the property, and return t/nil.  Updated all
18699         callers.
18701         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
18702         vc-sccs-uses-locking.  Don't set property.
18703         (vc-sccs-locking-user): Don't set property.
18705         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
18706         vc-cvs-uses-locking.  Don't set property here; leave that to
18707         vc-hooks.
18708         (vc-cvs-locking-user): Reflect above change.  Streamlined.
18710         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
18711         vc-rcs-uses-locking.
18712         (vc-rcs-locking-user): Reflect above change.
18714 2000-09-04  Dave Love  <fx@gnu.org>
18716         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
18718         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
18720         * vc-hooks.el (vc-checkout-model): Punt to backends.
18722         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
18724         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
18726         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
18727         New functions.
18729         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
18730         New functions.
18732         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
18733         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
18735         * vc-hooks.el (vc-default-locking-user): New function.
18736         (vc-locking-user, vc-workfile-version): Punt to backends.
18738 2000-09-04  Dave Love  <fx@gnu.org>
18740         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
18741         (vc-master-workfile-version): Moved from vc-hooks.
18743         * vc-rcs-hooks.el: Fix duplicate code in last change.
18745         * vc-rcs-hooks.el: Require vc-hooks when compiling.
18746         (vc-rcs-master-templates): Improve :type.
18747         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
18748         vc-master-workfile-version): Moved from vc-hooks.
18750         * vc-sccs-hooks.el: Require vc-hooks when compiling.
18751         (vc-sccs-master-templates): Improve :type.
18752         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
18754         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
18756         * vc-cvs-hooks.el: Require vc-hooks when compiling.
18757         (vc-cvs-master-templates): Improve :type.  Use
18758         vc-cvs-find-cvs-master.
18759         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
18760         from vc-hooks.
18761         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
18763         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
18764         Moved to vc-cvs-hooks.
18766         * vc-hooks.el: Add doc strings in various places.  Simplify the
18767         minor mode setup.
18768         (vc-handled-backends): New user variable.
18769         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
18770         simplification.
18772 2000-09-04  Dave Love  <fx@gnu.org>
18774         * vc.el: Some doc fixes for autoloaded and interactive functions.
18775         Fix compilation warnings from ediff stuff.
18776         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
18778         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
18780         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
18782         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
18784 2000-09-04  Dave Love  <fx@gnu.org>
18786         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
18787         New variable.
18788         (vc-make-backend-function, vc-loadup, vc-call-backend)
18789         (vc-backend-defines): New functions.
18791         * vc-hooks.el: Various doc fixes.
18792         (vc-default-back-end, vc-follow-symlinks): Custom fix.
18793         (vc-match-substring): Function removed.  Callers changed to use
18794         match-string.
18795         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
18796         Simplify.
18798 2000-09-04  Dave Love  <fx@gnu.org>
18800         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
18801         type.
18802         (vc-sccs-project-dir, vc-search-sccs-project-dir)
18803         (vc-sccs-registered): Doc fix.
18805         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
18806         (vc-cvs-registered): Doc fix.
18808         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
18809         (vc-rcs-registered): Doc fix.
18811 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18813         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
18815         * vc-hooks.el: vc-registered has been renamed
18816         vc-default-registered.  Some functions have been moved to the
18817         backend specific files.  they all support the
18818         vc-BACKEND-registered functions.
18820 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18822         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
18824         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
18826 2000-09-04  Dave Love  <fx@gnu.org>
18828         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
18829         menu-bar-update-hook.
18831         * help.el (help-manyarg-func-alist): Add
18832         find-operation-coding-system.
18834         * wid-edit.el (widget-sexp-validate): Fix garbled code.
18836         * custom.el (custom-set-variables): Print message about errors in
18837         setting.
18839 2000-09-03  Andrew Innes  <andrewi@gnu.org>
18841         * makefile.w32-in: Change to DOS line endings.
18843 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
18845         * mouse.el (mouse-popup-menubar): Supply the prompt string for
18846         minor-mode keymaps, if they don't have one.
18848 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
18850         * eshell/esh-module.el (eval-when-compile): Don't lose if
18851         esh-module.el's file name is truncated to DOS 8+3 limits.
18853 2000-09-01  John Wiegley  <johnw@gnu.org>
18855         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
18856         predicate, which caused entries in the completion list to be
18857         doubled.
18859 2000-08-30  John Wiegley  <johnw@gnu.org>
18861         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
18862         sending to subprocesses.  Also, hook pre-command-hook if
18863         `eshell-send-direct-to-subprocesses' is non-nil.
18864         (eshell-send-direct-to-subprocesses): New config variable.  If t,
18865         subprocess input is send immediately.
18866         (eshell-toggle-direct-send): New function.
18867         (eshell-self-insert-command): New function.
18868         (eshell-intercept-commands): New function.
18869         (eshell-send-input): If direct subprocess sending is enabled,
18870         don't echo any input to the Eshell buffer.  Let the subprocess
18871         handle that.  This requires "stty echo" in bash, for example.
18873 2000-08-28  John Wiegley  <johnw@gnu.org>
18875         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
18876         completion function for Eshell's implementation of `unset'.
18878 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
18880         * info.el (Info-directory-list): Doc fix.
18882 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
18884         * filecache.el (file-cache-add-directory-using-find): Don't quote
18885         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
18887 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
18889         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
18890         coding systems.
18892 2000-08-30  Andrew Innes  <andrewi@gnu.org>
18894         * timer.el (run-with-idle-timer): Undo last change, so that timer
18895         is not activated immediately if Emacs is already idle.  Some
18896         existing code relies on this behaviour.
18898 2000-08-30  Miles Bader  <miles@gnu.org>
18900         * frame.el (set-frame-font): Do completion of font-name for
18901         interactive use.
18903 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
18905         * international/quail.el (quail-start-translation): Bind locally
18906         last-command-event, last-command, and this-command.
18907         (quail-start-conversion): Likewise.
18908         (quail-self-insert-command): Fix docstring.
18910 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
18912         * progmodes/executable.el
18913         (executable-make-buffer-file-executable-if-script-p): Check that
18914         buffer contains at least 2 characters.
18916 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
18918         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
18920 2000-08-29  Dave Love  <fx@gnu.org>
18922         * diff-mode.el (diff-mode) <defgroup>: Add :version.
18923         (diff-mode-shared-map): Bind mouse-2.
18924         (diff-imenu-generic-expression): New variable.
18925         (diff-mode): Use it.
18927         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
18928         (mouse-popup-menubar): Add minor mode menus.
18929         (popup-menu): Check for lookup-key returning number.
18931 2000-08-29  Miles Bader  <miles@gnu.org>
18933         * comint.el (comint-send-input): Create overlays using the proper
18934         front/read-advance arguments.
18936 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
18938         * ps-print.el: Even/odd pages printing.  Doc fix.
18939         (ps-print-version): New version number (6.0).
18940         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
18941         (ps-background, ps-begin-file, ps-begin-job): Code fix.
18942         (ps-print-duplex-feature): Variable eliminated.
18943         (ps-even-or-odd-pages): New variable.
18945         * progmodes/ebnf2ps.el: Doc fix.
18946         (ebnf-version): New version (3.3).
18947         (ebnf-user-arrow): Change variable customization to sexp.
18948         (ebnf-user-arrow): Function eliminated.
18949         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
18951 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
18953         * help.el (help-xref-mule-regexp): New variable.
18954         (help-make-xrefs): Handle help-xref-mule-regexp.
18956         * international/mule-cmds.el (help-xref-mule-regexp-template): New
18957         variable.
18958         (describe-input-method): Temporarily activate the specfied input
18959         method to display the information.
18960         (describe-language-environment): Hyperlinks to mule related items.
18962         * international/mule-diag.el (charset-multibyte-form-string): New
18963         function.
18964         (list-character-sets-1): Use charset-multibyte-form-string.
18965         (describe-character-set): New function.
18966         (describe-coding-system): Hyperlinks to safe character sets.
18968         * international/quail.el (quail-help): New arg PACKAGE.
18969         Hyperlinks to mule related items.
18970         (quail-help-insert-keymap-description): Use
18971         substitute-command-keys instead of describe-bindings.
18972         (quail-translation-help): Hyperlinks to mule related items.
18974 2000-08-28  John Wiegley  <johnw@gnu.org>
18976         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
18977         have a defsubst call itself.  Made `eshell-flatten-list' back into
18978         a function again.
18980         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
18981         catch, in case re-centering point at bottom messes up the display.
18982         This happens frequently in Emacs 21, due I believe to variable
18983         line heights.
18985         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
18986         to call `find-tag-interactive'.
18988         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
18989         the list of remember directories.
18991 2000-08-28  John Wiegley  <johnw@gnu.org>
18993         * align.el: Test align-region-separate to see if it's a symbol.
18995 2000-08-28  John Wiegley  <johnw@gnu.org>
18997         * eshell/esh-util.el (eshell-flatten-list): Made this function
18998         into a defsubst form.  It gets used very frequently, although
18999         calls don't occur all that often.
19001         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
19002         examining it.
19004         * eshell/esh-cmd.el (eshell-rewrite-while-command):
19005         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
19006         `eshell-protect'.
19007         (eshell-copy-handles): Created a new macro for duplicating the
19008         current set of open handles.  This is needed by the looping
19009         functions.
19010         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
19011         is not incorrectly stomped on.
19013         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
19014         declaration for pcomplete-use-paring.
19015         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
19016         value of eshell-cmpl-use-paring.
19017         * pcomplete.el (pcomplete-use-paring): New config variable, to
19018         indicate whether paring should be used.
19019         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
19020         completion alternatives that have already been used.
19022         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
19023         bound to C-c C-y, which will repeat the previous N arguments
19024         (based on prefix argument).
19025         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
19027         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
19028         if there is no *Help* buffer.  This is for XEmacs, which renames
19029         its help buffers uniquely.  TODO: Find out what the current buffer
19030         name to delete is.
19032         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
19033         first entry that correlates to a passwd/group number.  Later
19034         entries (used for group/user name aliasing to multiple IDs) are
19035         ignored.
19037         * eshell/em-xtra.el (eshell/expr):
19038         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
19039         (eshell-grep, eshell/diff, eshell/locate):
19040         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
19041         argument list, before passing it to the system command.
19043         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
19044         `find-tag' for use at final position in Eshell buffers (which
19045         otherwise triggers an error on Emacs 21).
19046         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
19047         buffer, if it is currently bound to `find-tag'.
19049         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
19050         in the list of matched Makefile names.
19051         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
19052         directory, prefer its contents to Makefile.
19054         * eshell/em-dirs.el (eshell/cd): cd commands that look up
19055         directory parts (like "cd old new", or "cd =regexp"), are now case
19056         sensitive on non-Windows/DOS platforms.
19058         * eshell/esh-mode.el (eshell-parse-command-input): When a user
19059         types RET after an open delimiter (like "), display a message
19060         indicating that Eshell is waiting for the closing delimiter.
19062         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
19063         environment variables.
19065         * eshell/em-unix.el (eshell/diff): Added logic to fail more
19066         gracefully if the user enters incorrect arguments.
19068         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
19069         Eshell buffers.
19071         * eshell/esh-var.el (eshell-interpolate-variable):
19072         * eshell/esh-mode.el (eshell-move-argument):
19073         * eshell/em-unix.el (eshell-du-sum-directory):
19074         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
19075         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
19076         (not (= ...)).
19078         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
19079         to ensure the `preserve' flag gets propagated when doing recursive
19080         directory copies.
19082 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
19084         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
19085         Don't convert \n into \0177 in memory.
19086         (eshell-read-history, eshell-write-history): Convert \n to \0177,
19087         and back again, when reading and writing.
19089 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
19091         * eshell/esh-util.el (eshell-processp): Added to relieve constant
19092         testing of `fboundp' on `processp'.
19094         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
19095         (eshell/jobs): Don't call process-list if it is not bound.
19096         (eshell-gather-process-output): Support systems where async
19097         subprocesses aren't supported.
19098         (eshell-scratch-buffer, eshell-last-sync-output-start): New
19099         variables.
19101         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
19102         eshell-do-eval returns t.
19103         (eshell-do-pipelines-synchronously): New defmacro.
19104         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
19105         when async subprocesses aren't supported.
19106         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
19107         if async subprocesses aren't supported.
19108         (eshell-resume-command): Don't assume STATUS is a string.
19110         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
19112         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
19113         (eshell-close-target, eshell-get-target): Use eshell-processp.
19114         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
19115         fix.
19116         (eshell-get-target, eshell-create-handles): Doc fix.
19118 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
19120         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
19121         criterion to include commands that output something, as long as it
19122         leaves both the command and the end-of-buffer visible when the
19123         command has exited.
19124         (eshell-review-quick-commands): Adjust the help doc string
19125         accordingly.
19127 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
19129         * locate.el (locate): Cleaned up locate command's interactive prompting
19130         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
19132         * filecache.el (file-cache-case-fold-search): New variable
19133         (file-cache-assoc-function): New variable
19134         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
19135         Use file-cache-case-fold-search variable
19136         (file-cache-add-file): Use file-cache-assoc-function
19137         (file-cache-delete-file): likewise
19138         (file-cache-directory-name): likewise
19139         (file-cache-debug-read-from-minibuffer): likewise
19141 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
19143         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
19144         (abbrev-table-name): New function.
19145         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
19146         If non-nil list local abbrev, only.
19148 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
19150         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
19151         from Gnus support code, and use special article copy buffer
19152         `(gnus-original-article-buffer)' instead.  This allows to get rid
19153         of article-hide-headers usage (which breaks in the latest Gnus
19154         version).  Thanks to Detlev Zundel.
19156 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
19158         * international/quail.el (quail-use-package): Hide "... loaded"
19159         message.
19160         (quail-start-translation, quail-start-conversion): Likewise.
19162         * international/kkc.el (kkc-region): Hide "... loaded" message.
19164 2000-08-27  Dave Love  <fx@gnu.org>
19166         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
19168 2000-08-27  Miles Bader  <miles@gnu.org>
19170         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
19172 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
19174         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
19175         'ja-dic-cnv), not (require 'skkdic-cnv).
19177 2000-08-26  Miles Bader  <miles@gnu.org>
19179         * faces.el (face-x-resources): Add entry for :inherit.
19180         * cus-face.el (custom-face-attributes): Add support for :inherit
19181         attribute.  Add support for relative face heights.
19182         (custom-face-attributes-get): Treat `nil' as being a default value
19183         for :inherit (as well as `unspecified').
19185         * faces.el (set-face-attribute): Update doc string.
19186         (face-attribute-name-alist): Add :inherit.
19187         (face-valid-attribute-values): Handle :inherit.
19188         (face-read-string): Rephrase prompt to be less confusing.
19189         Assume that DEFAULT is a string, since we must return a string.
19190         (face-read-integer): Use `format' to turn DEFAULT into an
19191         acceptable default for face-read-string.  Match NEW-VALUE against
19192         the string "unspecified", not the symbol `unspecified', since
19193         that's what face-read-string returns.
19194         (read-face-attribute): Lookup a name for old-value in valid, and
19195         use it as a default if we find one.  Treat all values from
19196         face-read-string as strings.  If the default is used, don't do any
19197         more processing on the value, just use the old value directly.
19198         (read-face-and-attribute, modify-face): Tweak prompt.
19199         (read-face-name): Don't assume prompt ends with a space.
19201         * faces.el (describe-face): Add support for :inherit attribute.
19203 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
19205         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
19206         concat doesn't accept interger.
19208         * international/kkc.el: Remove SKK from Keywords.  Require
19209         ja-dic-utl instead of skkdic-utl.
19211         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
19212         Provide ja-dic-cnv instead of skkdic-cnv.
19213         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
19214         (iso-2022-7bit-short): Add safe-charsets property.
19215         (skkdic-convert-postfix): Search Japanese chou-on character in
19216         addition to Hiragana character.
19217         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
19218         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
19219         (batch-skkdic-convert): Likewise.
19221         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
19222         Provide ja-dic-utl instead of skkdic-utl.
19223         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
19225 2000-08-24  Dave Love  <fx@gnu.org>
19227         * disp-table.el (standard-display-default): Make the test of `l'
19228         useful.
19230         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
19231         mod sample text.
19233         * international/iso-ascii.el: Make pilcrow convenient string
19234         consistent with section.
19235         (iso-ascii-display): Set up multibyte characters as well as
19236         unibyte.
19238 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
19240         * international/mule-cmds.el (reset-language-environment): Set
19241         default-process-coding-system to '(undecided . iso-latin-1), which
19242         makes process I/O almost consistent with file I/O.   Call this
19243         function when mule-cmds.el[c] is loaded.
19245 2000-08-22  Andrew Innes  <andrewi@gnu.org>
19247         * makefile.w32-in: New file.
19249 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
19251         * comint.el (comint-output-filter): Compare end of
19252         comint-last-output-overlay with the start of the newly inserted
19253         text, not the end, when deciding whether to extend it.
19254         Set saved-point's insertion type to advance after insertion.
19256         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
19257         since this is now done independently of font-lock mode.
19259 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
19261         * server.el (server-kill-new-buffers): New user option.
19262         (server-existing-buffer): New buffer-local variable.
19263         (server-visit-files): When using an existing buffer, set
19264         server-existing-buffer to t.
19265         (server-buffer-done): If server-kill-new-buffers is t, kill the
19266         buffer, unless it was already present before visiting it with
19267         Emacs server.
19269 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
19271         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
19272         even if the display doesn't support colors: some displays will
19273         support bold/underline faces.
19275 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
19277         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
19279         * startup.el (command-line): If user's init file had an error,
19280         add explanatory text to *Messages*.
19282 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
19284         * man.el (Man-getpage-in-background): Decode the process output by
19285         the system locale coding system.
19287 2000-08-20  Dave Love  <fx@gnu.org>
19289         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
19290         Don't test x-popup-menu.
19291         (function) <complete-function>: Complete only fbound symbols.
19292         <validate, value>: New.
19293         (variable) <complete-function>: Complete only bound symbols.
19294         (coding-system): Add :base-only, :complete-function, :validate,
19295         :value, :prompt-match.
19296         (widget-coding-system-prompt-value): Use read-coding-system and
19297         act on :base-only.
19298         (editable-field): Add :help-echo.
19299         (widget-push-button-gui, widget-push-button-cache)
19300         (widget-gui-action, widget-editable-list-gui): COmment out, along
19301         with uses.
19302         (widget-at): Make arg optional.
19303         (widget-echo-help): Adjust for current help-echo calling sequence.
19304         (widget-specify-field, widget-specify-button)
19305         (widget-specify-insert, widget-get-sibling, widget-image-find)
19306         (widget-convert, widget-insert, widget-leave-text)
19307         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
19308         (widget-setup, widget-field-find, widget-before-change)
19309         (widget-after-change, widget-default-complete)
19310         (widget-default-create, widget-default-delete)
19311         (widget-push-button-value-create, editable-field)
19312         (widget-field-prompt-value, widget-field-validate)
19313         (widget-choice-value-create, widget-choice-action)
19314         (widget-choice-validate, widget-checklist-add-item)
19315         (widget-radio-add-item, widget-radio-chosen)
19316         (widget-radio-value-inline, widget-editable-list-value-create)
19317         (widget-editable-list-entry-create)
19318         (widget-documentation-link-add)
19319         (widget-documentation-string-value-create)
19320         (widget-regexp-validate, widget-file-complete)
19321         (widget-sexp-validate, widget-plist-convert-widget)
19322         (widget-plist-convert-widget, widget-alist-convert-widget)
19323         (widget-alist-convert-widget, widget-color-complete): Simplify,
19324         particularly to avoid bindings which aren't optimized out.
19326         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
19327         Doc fix.
19328         (down-list, backward-up-list, up-list, kill-sexp)
19329         (backward-kill-sexp, mark-sexp): Make arg optional.
19330         (lisp-complete-symbol): Add optional arg PREDICATE.
19332         * cus-start.el: Add display-buffer-reuse-frames,
19333         file-coding-system-alist.
19335 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
19337         * startup.el (command-line): Clear realized faces after
19338         modifying TTY color mappings.
19340 2000-08-20  Miles Bader  <miles@gnu.org>
19342         * faces.el (face-attr-match-p): Don't return true if ATTRS are
19343         merely a subset of FACE's attributes.
19345 2000-08-19  Miles Bader  <miles@gnu.org>
19347         * comint.el (comint-output-filter): Save the point with a marker,
19348         not just a buffer position.
19350         * international/mule.el (set-buffer-process-coding-system): Make
19351         interactive prompt less confusing.
19353 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
19355         * hilit-chg.el: General cleanup of doc strings, comments and
19356         code formatting.
19358 2000-08-19  Miles Bader  <miles@gnu.org>
19360         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
19361         Compiler macro removed; beginning-of-line is no longer always
19362         equivalent to forward-line, in the presence of fields.
19364         * comint.el (comint-output-filter): Remove ad-hoc saving of
19365         restriction, and just use save-restriction, now that it works
19366         correctly.  Don't adjust comint-last-input-start to account for
19367         our insertion; it shouldn't have moved because we don't use
19368         insert-before-markers anymore.  Comment out call to
19369         `force-mode-line-update'; why is it here?
19371         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
19372         while checking for prompt to delete.  Use `forward-line 0'
19373         instead of beginning-of-line.
19374         (gud-filter): Temporarily widen gud comint buffer while
19375         examining output.
19377 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
19379         * progmodes/sh-script.el: Big bag of typos.
19381         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
19382         check since ispell-process is not bound when ispell is not yet loaded.
19384 2000-08-18  Dave Love  <fx@gnu.org>
19386         * image.el (find-image): Copy `spec' before using plist-put.
19388 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
19390         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
19391         `portugues'.
19393         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
19394         backward-kill-sexp, analogous to kill-sexp.
19396         * progmodes/icon.el (icon-indent-line)
19397         (icon-is-continuation-line): Handle comments specially.
19399 2000-08-17  Ken Stevens <k.stevens@ieee.org>
19401         * ispell.el: Set to standard author/maintainer/keyword fields.
19402         Fine tuning to menu map appearance and operation, and added help.
19403         Remove `start' and `end' error messages when compiling.
19404         (ispell-choices-win-default-height): Fixed comment string.
19405         (ispell-dictionary-alist-1): Fixed regexp in castellano and
19406         castellano8 dictionaries.
19407         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
19408         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
19409         dictionary, added italiano dictionary.
19410         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
19411         word character
19412         (ispell-tex-skip-alists): Added psfig support.
19413         (ispell-skip-html): Renamed from ispell-skip-sgml.
19414         (ispell-begin-skip-region-regexp, ispell-skip-region)
19415         (ispell-minor-check): Improved html skipping support to skip across
19416         code, and recognize `&' commands without propper `;' syntax;
19417         (ispell-process-line): Fix alignment error when manually
19418         correcting spelling.
19419         (ispell): Fix comment string.
19420         (ispell-add-per-file-word-list): Always put word list on new line.
19422 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
19424         * format.el (format-encode-run-method): Fix error message to say
19425         `encode' instead of `decode'.  Use save-window-excursion around
19426         shell-command-on-region as in format-decode-run-method because
19427         shell-command-on-region can display a buffer with error output.
19428         (format-decode): Don't record undo information for the decoding.
19429         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
19430         that number part of the temporary buffer name so that more than
19431         one decoding using a temporary buffer can happen safely.
19433         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
19434         of `A-z' in the regexp.
19436         * hilit-chg.el: Fix typos in commentary.
19438         * help.el (view-emacs-news): Rewritten for new naming scheme
19439         for old NEWS files.
19441         * startup.el (command-line): Pop to *Messages* in case an error
19442         is signaled while loading user-init-file.
19444 2000-08-17  Andreas Schwab  <schwab@suse.de>
19446         * files.el (insert-directory): Don't lose original file name,
19447         undoing an undocumented change.
19449 2000-08-17  Alex Schroeder  <alex@gnu.org>
19451         * sql.el (sql-magic-go): Use comint-bol.
19452         (sql-copy-column): Use comint-line-beginning-position.
19453         (comint-line-beginning-position): Define a replacement for
19454         comint-line-beginning-position if it is not fboundp.
19456 2000-08-17  Alex Schroeder  <alex@gnu.org>
19458         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
19459         it didn't have any effect anyway.
19461 2000-08-17  Alex Schroeder  <alex@gnu.org>
19463         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
19464         --pset and pager=off instead of sending \\o|cat at the beginning
19465         of the session.
19467 2000-08-17  Miles Bader  <miles@gnu.org>
19469         * progmodes/octave-inf.el: Add compatibility definition of
19470         comint-line-beginning-position.
19472 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
19474         * startup.el (normal-top-level): Look in each dir in load-path for
19475         a leim-list.el file too.  This assures of loading leim-list.el
19476         that is created at Emacs installation time even if a user have his
19477         own leim-list.el.
19479 2000-08-17  Miles Bader  <miles@gnu.org>
19481         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
19482         foreground color to black if the background is dark.
19484 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
19486         * loadhist.el (unload-feature): Typo.
19488         * finder.el (finder-compile-keywords):
19489         * cus-dep.el (custom-make-dependencies): Add local-variable settings
19490         to the generated file.
19492         * mail/mh-e.el (mh-make-local-vars):
19493         Replace make-variable-buffer-local with make-local-variable.
19495         * play/landmark.el:
19496         * options.el (Edit-options-{set,toggle,t,nil}):
19497         * mail/mailabbrev.el (mail-abbrevs-mode):
19498         * textmodes/tex-mode.el (tex-expand-files):
19499         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
19501         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
19503         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
19504         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
19505         Allow going past the last element.
19506         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
19507         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
19508         (cvs-mouse-toggle-mark): Don't move point.
19509         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
19511         * progmodes/compile.el (grep): Provide a default set of files.
19512         (next-error): Docstring fix.
19513         (compilation-find-file): Avoid find-file (fails in a dedicated window).
19515         * emacs-lisp/easy-mmode.el (define-minor-mode):
19516         Use `symbol-value' to keep the byte-compiler quiet.
19518         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
19519         (diff-find-source-location): New fun, extracted from diff-goto-source.
19520         (diff-goto-source): Use it.
19521         (diff-next-complex-hunk, diff-filter-lines): New function.
19522         (diff-apply-hunk): New command.
19524         * smerge-mode.el (smerge-mode-menu): Doc fix.
19526         * msb.el (msb-mode): Define it in terms of define-minor-mode.
19528 2000-08-16  Dave Love  <fx@gnu.org>
19530         * windmove.el (windmove) <defgroup>: Add :version.
19532         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
19533         (goto-address-fontify-p, goto-address-highlight-p)
19534         (goto-address-url-face, goto-address-url-mouse-face)
19535         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
19536         (goto-address-url-regexp): Use thing-at-point-url-regexp.
19537         (goto-address-fontify, goto-address-at-mouse): Simplify,
19538         (goto-address-at-point): browse-url-url-at-point,
19539         goto-address-find-address-at-point can return nil.
19540         (goto-address-find-address-at-point): Return nil on failure.
19542         * align.el (align) <defgroup>: Add :version.
19544         * calculator.el (calculator): Add :version.
19545         (calculator): Use two lines for calculator window if `modeline'
19546         face is boxed.
19548         * play/5x5.el: Doc fixes.
19549         (5x5) <defgroup>: Add :version.
19551         * play/fortune.el (fortune) <defgroup>: Add :version.
19552         (fortune-append): Fix error message.
19553         (fortune-from-region): Doc fix.
19555         * play/pong.el (pong): Doc fix.
19557         * play/morse.el: Keywords, commentary, autoloads.
19559 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
19561         * desktop.el (desktop-save): Don't look at symbol-value of a
19562         member of minor-mode-alist, unless it is boundp.
19564 2000-08-16  Sam Steingold  <sds@gnu.org>
19566         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
19567         `while'; use `with-current-buffer' instead of `save-excursion'.
19568         Removed unnecessary kludges now that "*Buffer List*" is excluded.
19570 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
19572         * international/ccl.el (declare-ccl-program): Docstring modified.
19573         (ccl-execute-with-args): Likewise.
19575 2000-08-16  Miles Bader  <miles@gnu.org>
19577         * progmodes/sql.el: Add compatibility definition of
19578         comint-line-beginning-position.
19580 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
19582         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
19583         'buffer-menu' property.
19584         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
19585         fails.
19586         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
19587         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
19588         wasn't killed.
19590         * buff-menu.el (list-buffers-noselect): Don't display the
19591         *Buffer List* buffer.
19593         * font-lock.el: Require jit-lock to prevent a very late
19594         `Loading jit-lock' message.
19596         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
19597         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
19598         mail address.
19600 2000-08-15  Miles Bader  <miles@gnu.org>
19602         * textmodes/ispell.el (ispell-graphic-p): New constant.
19603         (ispell-choices-win-default-height, ispell-help): Use
19604         `ispell-graphic-p' instead of `xemacsp'.
19606 2000-08-15  Dave Love  <fx@gnu.org>
19608         * simple.el: Autoload widget-convert when compiling.
19609         (mail-user-agent): Doc fix.
19611         * help.el (function-called-at-point, variable-at-point): Use
19612         with-syntax-table.
19613         (help-manyarg-func-alist): Add insert-and-inherit.
19615         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
19617         * delsel.el (delsel-unload-hook): New function.
19619         * find-file.el: Doc fixes.  Move provide to end.
19620         (ff) <defgroup>: Add :link.
19621         (ff-goto-click): Deleted.
19622         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
19623         Use mouse-set-point.
19625         * textmodes/tildify.el: Doc fixes.
19626         (tildify) <defgroup>: Add:version.
19628         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
19629         (glasses-custom-set): Use set-default, not set.
19630         (minor-mode-alist): Propertize the lighter.
19631         (glasses-mode): Provide optional arg.
19633         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
19634         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
19635         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
19636         option.  Provide :type.
19637         (cwarn-configuration): Provide :type.
19638         (cwarn-mode): Doc fix.
19640         * add-log.el (change-log-merge): Doc fix.
19641         (change-log-redate): New command.
19643         * net/browse-url.el (browse-url-filename-alist): Add a clause for
19644         Doze and Dog.
19645         (browse-url): Use dolist, not mapcar.
19646         (browse-url-at-point): Check for null url.
19647         (browse-url-event-buffer, browse-url-event-point): Functions
19648         deleted.
19649         (browse-url-at-mouse, browse-url-netscape): Simplify.
19651         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
19652         modes.
19653         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
19654         Fix previous change to mapcan.
19655         (msb--init-file-alist, msb--add-separators)
19656         (msb--make-keymap-menu): Simplify.
19657         (msb--choose-file-menu): Use copy-sequence.
19658         (msb-mode-map): Add title to keymap.
19659         (msb-unload-hook): New function.
19661         * bs.el: Fix indentation.
19662         (bs) <defgroup>: Add :links.
19663         (bs-show): Doc fix.
19664         (bs-apply-sort-faces): Don't use window-system.
19665         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
19667 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
19669         * calendar/timeclock.el (timeclock-file): Run .timelog through
19670         convert-standard-filename.
19672 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
19674         * emacs-lisp/authors.el: New file.
19676         * paren.el (show-paren-priority): New user option.
19677         (show-paren-function): Set overlay priorities to
19678         show-paren-priority.
19680 2000-08-14  Miles Bader  <miles@gnu.org>
19682         * comint.el (comint-bol): Use `forward-line 0' instead of calling
19683         beginning-of-line with inhibit-field-text-motion bound.
19685 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
19687         * calendar/timeclock.el: New file.
19689 2000-08-14  David Ponce  <david@dponce.com>
19691         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
19692         `widget-button-click'. so that one can use left mouse button to
19693         click on dialog buttons.
19695 2000-08-14  Emmanuel Briot  <briot@gnat.com>
19697         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
19698         identifiers, since XML is case sensitive
19700 2000-08-12  Miles Bader  <miles@gnu.org>
19702         * comint.el (comint-output-filter): Don't bother frobbing
19703         window-start, it doesn't seem to be necessary.
19705         * comint.el (comint-send-string, comint-send-region): Make into
19706         real functions.  Snapshot the prompt before sending.
19708 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
19710         * info.el (Info-find-emacs-command-nodes): Rewrite to use
19711         technique similar to Info-index, instead of relying on specific
19712         names of relevant Index nodes.
19713         (Info-goto-emacs-command-node): Bind Info-history to nil when
19714         going to the first node found by Info-find-emacs-command-nodes.
19716 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
19718         * menu-bar.el (menu-bar-help-menu): Add a :help string.
19720 2000-08-10  Miles Bader  <miles@gnu.org>
19722         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
19724 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
19726         * info.el (Info-file-list-for-emacs): More elements for the
19727         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
19728         and woman manuals.
19730 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
19732         * comint.el (comint-send-input): Make the newline boundary overlay
19733         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
19734         (comint-output-filter): Use `insert' instead of
19735         `insert-before-markers'.  Extend comint-last-output-overlay when
19736         necessary since we can't rely on insert-before-markers to do it.
19737         * gud.el (gud-filter): Use `with-current-buffer' instead of
19738         save-excursion when inserting the output, so that point gets
19739         updated correctly; the old method relied on a rather dodgy
19740         side-effect of comint-output-filter to avoid the effect of
19741         save-excursion.
19743 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
19745         * files.el (recover-file): Call insert-directory instead of
19746         invoking `ls' directly.
19748 2000-08-10  Miles Bader  <miles@gnu.org>
19750         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
19751         (comint-last-prompt-overlay): New variables.
19752         (comint-output-filter): Implement prompt highlighting.
19753         (comint-snapshot-last-prompt): New function.
19754         (comint-send-input): Snapshot the last prompt.
19755         Use comint-highlight-input-face.
19756         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
19757         Use defface instead of defcustom.
19758         (send-invisible, comint-send-eof): Snapshot the last prompt.
19759         (comint-delchar-or-maybe-eof): Use comint-send-eof.
19760         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
19762 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
19764         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
19765         (regexp-opt-group): Use a list of chars for `letters'.
19766         (regexp-opt-charset): `chars' is now a list of chars.
19767         Use a char-table rather than a vector so it works for multibyte chars.
19769         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
19770         Set cvs-minor-current-files to the selected fileinfo.
19771         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
19772         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
19774 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
19776         * files.el (insert-directory): Don't call access-file on
19777         directories on DOS and Windows.
19779 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
19781         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
19782         longer if necessary.
19783         (ccl-embed-code): Call ccl-embed-data to store CODE in
19784         ccl-program-vector.
19786 2000-08-09  Miles Bader  <miles@gnu.org>
19788         * comint.el (comint-output-filter): Properly handle the case where
19789         the text surrounded by comint-last-output-overlay was deleted.
19791 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
19793         * info.el (Info-insert-dir): Use Info-additional-directory-list if
19794         non-nil.
19795         (Info-file-list-for-emacs): Remove "info" from the list because
19796         that leads to trying to use the documentation from file `info'
19797         in various situations where it isn't appropriate, for instance
19798         C-h C-k C-h i.
19800         * ffap.el (ffap-read-file-or-url-internal): Handle case that
19801         DIR and/or STRING are nil.
19803         * progmodes/compile.el (compilation-setup): Make variable
19804         compilation-error-screen-columns buffer-local, as some comment
19805         in the code suggests it should be.
19807         * files.el (auto-mode-interpreter-regexp): New variable.
19808         (set-auto-mode): Use it.
19810         * indent.el (indent-for-tab-command): Doc fix.
19812         * mouse-sel.el (mouse-sel-mode): Doc fix.
19814         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
19815         labels.
19817         * help.el (print-help-return-message): When
19818         display-buffer-reuse-frames is set, let the help window been quit,
19819         instead of deleting it, which might delete a reused frame.
19821 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
19823         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
19824         rename a directory to a name that differs only by its letter case.
19826 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
19828         * international/quail.el (quail-define-rules): Handle Quail decode
19829         map correctly.  Add code for supporting annotations.
19830         (quail-install-decode-map): New function.
19831         (quail-defrule-internal): New optional arguments decode-map and
19832         props.
19833         (quail-advice): New function.
19835 2000-08-07  Sam Steingold  <sds@gnu.org>
19837         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
19838         `defconst', `define-condition', `with-slots'.
19839         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
19841 2000-08-03  Miles Bader  <miles@gnu.org>
19843         * comint.el (comint-use-prompt-regexp-instead-of-fields):
19844         New variable.
19845         (comint-prompt-regexp, comint-get-old-input): Document dependence on
19846         comint-use-prompt-regexp-instead-of-fields.
19847         (comint-send-input): Add `input' field property to stuff we send to
19848         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
19849         (comint-output-filter): Add `output' field property to process
19850         output, if comint-use-prompt-regexp-instead-of-fields is nil.
19851         (comint-replace-by-expanded-history)
19852         (comint-get-old-input-default, comint-show-output)
19853         (comint-backward-matching-input, comint-forward-matching-input)
19854         (comint-next-prompt, comint-previous-prompt):  Use field
19855         properties if comint-use-prompt-regexp-instead-of-fields is nil.
19856         (comint-line-beginning-position): New function.
19857         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
19858         (comint-replace-by-expanded-history-before-point): Use
19859         comint-line-beginning-position and line-end-position.
19860         (comint-last-output-overlay): New variable.
19861         (comint-mode): Make `comint-last-output-overlay' buffer-local.
19863         * shell.el (shell-prompt-pattern): Doc change.
19864         (shell-backward-command): Use line-beginning-position.
19866         * gud.el (gud-gdb-complete-command): Use
19867         comint-line-beginning-position.
19869         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
19870         comint-bol doesn't actually go to the beginning of the line.
19872         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
19873         if comint-use-prompt-regexp-instead-of-fields is non-nil.
19874         (try-expand-line-all-buffers): Likewise.
19876         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
19877         explicitly matching comint-prompt-regexp.
19878         (sql-copy-column): Use comint-line-beginning-position instead of
19879         explicitly matching comint-prompt-regexp.
19881         * progmodes/octave-inf.el (inferior-octave-complete): Use
19882         comint-line-beginning-position.
19884         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
19886         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
19887         looking for a prompt, use `forward-line 0' instead of
19888         `beginning-of-line', to avoid getting caught by an input field.
19890 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
19892         * files.el (shell-quote-wildcard-pattern): Make sure to return
19893         PATTERN, in the Unix case.
19895 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
19897         * play/zone.el (zone): Discard any pending input before running
19898         the randomly-chosen pgm.
19900 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
19902         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
19903         checking the existence of any multibyte characters.
19905 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
19907         * help.el (describe-mode): Test minor-mode symbol for being
19908         bound before testing its value for being nil.
19910         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
19911         `first', `second', and `third'.
19913         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
19914         (second): Make it an alias for `cadr'.
19916 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
19918         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
19919         types of display support faces now.
19921 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
19923         * pcvs.el (require): Require `cl' during compilation, only.
19925         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
19926         (toplevel): Remove `remq' and `remove' from autoloads.
19927         (cl-fake-autoloads): New variable.  If set, arrange for an error
19928         when CL functions etc. are autoloaded.
19930 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
19932         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
19934         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
19935         popped up, but the user clicks outside the menu, return an empty
19936         regexp (that causes unhighlight-regexp to have no effect).
19938         * menu-bar.el (menu-bar-games-menu): Add Zone.
19940         * hi-lock.el (toplevel): Require font-lock.
19942 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
19944         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
19945         (ebnf-8-bit-chars): New var for bug fix.
19946         (ebnf-string): Bug fix.
19948 2000-08-03  Sam Steingold  <sds@gnu.org>
19950         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
19951         instead of `buffer-string'.
19952         (require 'cl): Always, not just when compiling.
19953         `ignore-errors' in `interactive', `list*', `defun*' &c make this
19954         necessary.
19956 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
19958         * international/mule-cmds.el (select-safe-coding-system): Make
19959         the message text about selecting a safe coding system more clear.
19961 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
19963         * hi-lock.el: New file.
19965         * play/zone.el: New file.
19967         * replace.el (occur): Set tab-width in the *Occur* buffer to the
19968         value of tab-width in the original buffer.  Choose a line number
19969         format that's a multiple of the original buffer's tab width, so
19970         that lines appear right.
19972         * textmodes/ispell.el (ispell): New function, replacing an alias.
19973         Spell-check active region if in transient-mark-mode and mark
19974         is active; otherwise spell-check buffer.
19976 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
19978         * ps-mule.el: Fix a customization problem on
19979         ps-mule-font-info-database-default.
19981 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
19983         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
19984         display-mouse-p instead of window-system.
19985         (ebrowse-member-mode-map): Ditto.
19987 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
19989         * progmodes/ebnf2ps.el: Update ps-print functions call.
19990         Indentation fix.  Doc fix.
19991         (ebnf-version): New version number (3.2).
19992         (ebnf-format-color, ebnf-begin-job): Code fix.
19994 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
19996         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
19997         font lock support on window-system.
19998         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
20000         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
20001         display-color-p, if fboundp, instead of window-system.
20003 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
20005         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
20006         instead of window-system.
20008         * wid-edit.el (widget-choose): Use display-mouse-p instead of
20009         window-system.
20010         (widget-choice-mouse-down-action): Use display-popup-menus-p
20011         instead of window-system.
20013         * strokes.el (strokes-file): Run the file name through
20014         convert-standard-filename.
20015         (strokes-mode): Call display-mouse-p instead of looking at
20016         window-system.  Change the error message accordingly.
20018         * progmodes/cpp.el (toplevel): Support faces on tty's.
20020         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
20021         (lm-plot-square, lm-init-display): Don't use window-system.
20023         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
20024         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
20026         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
20027         instead of looking at window-system.
20029 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
20031         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
20032         of testing if iswitchb-prepost-hooks is bound, because the
20033         latter will always be true when invoking a recursive minibuffer
20034         from an active Iswitchb buffer.
20036 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
20038         * files.el (shell-quote-wildcard-pattern): New function.
20039         (insert-directory): Call it.  Only prepend "\" to command on Unix
20040         and GNU/Linux systems.
20042 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
20044         * eshell/esh-groups.el: Change custom :link file names
20045         from `eshell.info' to `eshell'.
20047 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
20049         * dired.el (dired-build-subdir-alist): Expand subdirectory names
20050         correctly in recursive ange-ftp listings.
20052 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
20054         * ps-print.el: Fix bug 1: if ps-font-size-internal,
20055         ps-header-font-size-internal and
20056         ps-header-title-font-size-internal variables are not set,
20057         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
20058         face text property is (foreground-color . COLOR) or
20059         `(background-color . COLOR)', ps-print crashes.  Doc fix.
20060         (ps-print-version): New version number (5.2.4).
20061         (ps-plot-region): Code fix.
20062         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
20063         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
20064         Bug fix 2.
20066 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
20068         * glasses.el (glasses-make-readable): Fix uncapitalization of
20069         identifiers like `myXMLDocument'.
20071 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
20073         * mail/mail-hist.el (mail-hist-previous-input)
20074         (mail-hist-next-input): Do the obvious code factorization.
20075         (mail-hist-retrieve-and-insert): New func, contains common
20076         code of above two.
20077         If inserting a message body, leave point at top.
20079 2000-07-28  Sam Steingold  <sds@gnu.org>
20081         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
20082         Use `<=', not `<' to compare times!
20083         (ange-ftp-ls): Remove.
20085 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
20087         * play/cookie1.el: Add explanation of how to make cookie.el
20088         compatible with strfile(1) to comment.
20090         * subr.el (remove, remq): New functions.
20092         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
20093         escape `*' in regexps.
20094         (midnight-find): Reverse order of arguments in the funcall of
20095         TEST.
20097         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
20098         and `.class'.
20100         * play/meese.el: Add Commentary section.
20102 2000-07-27  Alex Schroeder  <alex@gnu.org>
20104         * sql.el (sql-ms): Added autoload cookie.
20105         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
20106         (sql-oracle): Ditto.
20107         (sql-help): Doc change.
20109         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
20110         types and exceptions.
20112 2000-07-27  Alex Schroeder  <alex@gnu.org>
20114         * sql.el (sql-placeholder-history): New variable.
20115         (sql-query-placeholders-and-send): New function that will query
20116         the user and replace placeholders with user input.
20117         (sql-oracle): If running on NT, set comint-input-sender to
20118         sql-query-placeholders-and-send.
20120         (sql-stop): If in the SQLi buffer, insert stop notification, else
20121         present it as a message.
20123 2000-07-27  Alex Schroeder  <alex@gnu.org>
20125         * sql.el (sql-input-ring-separator): Doc change.
20126         (sql-input-ring-file-name): Doc change.
20127         (sql-interactive-mode): Use `sql-input-ring-separator' and
20128         `sql-input-ring-file-name' to set the comint-mode equivalents
20129         without making them local variables.
20130         (sql-stop): Don't bind `sql-input-ring-separator' and
20131         `sql-input-ring-file-name' dynamically to their comint-mode
20132         equivalents.
20134 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
20136         * international/mule.el (register-char-codings): New function.
20137         (make-coding-system): Handle `safe-chars' specification in the arg
20138         PROPERTY.
20140         * international/mule-cmds.el
20141         (find-coding-systems-region-subset-p): This function deleted.
20142         (sort-coding-systems-predicate): New variable.
20143         (sort-coding-systems): New function.
20144         (find-coding-systems-region): Use
20145         find-coding-systems-region-internal.
20146         (find-coding-systems-string): Use find-coding-systems-region.
20147         (find-coding-systems-for-charsets): Check
20148         char-coding-system-table.
20149         (select-safe-coding-system-accept-default-p): New variable.
20150         (select-safe-coding-system): Mostly rewritten.  New argument
20151         ACCEPT-DEFAULT-P.
20152         (select-message-coding-system): Call select-safe-coding-system
20153         with ACCEPT-DEFAULT-P arg.
20154         (reset-language-environment): Reset default-sendmail-coding-system
20155         to the default value iso-latin-1.
20156         (set-language-environment): Don't set the obsolete variable
20157         charset-origin-alist.
20159         * international/codepage.el (cp-coding-system-for-codepage-1):
20160         Give `safe-chars' property to make-coding-system.
20162         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
20163         calling select-message-coding-system twice.
20165         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
20166         instead of `safe-charsets'.
20167         (cyrillic-alternativnyj): Likewise.
20168         (ccl-encode-alternativnyj): Don't check the charset
20169         cyrillic-iso8859-5.
20171 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
20173         * composite.el (compose-chars-after): Preserve match data.
20175 2000-07-26  Sam Steingold  <sds@gnu.org>
20177         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
20178         (ange-ftp-real-file-newer-than-file-p): New function.
20179         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
20180         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
20182         * tooltip.el (tooltip-float-time): Removed (use `float-time').
20183         * midnight.el (midnight-float-time): Ditto.
20185 2000-07-26  Andreas Schwab  <schwab@suse.de>
20187         * files.el (normal-backup-enable-predicate): Correct
20188         interpretation of the return value of compare-strings.
20190 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
20192         * isearch.el (isearch-resume): New function.
20193         (isearch-done): Add something to command-history to resume
20194         the search.
20195         (isearch-yank-line, isearch-yank-word): Use
20196         buffer-substring-no-properties instead of buffer-substring.
20198         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
20199         of flyspell-mouse-map.
20201         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
20202         duplicate definition.
20203         (makefile-mode): Remove duplicate setting of local-abbrev-table.
20205         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
20206         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
20208 2000-07-25  Sam Steingold  <sds@gnu.org>
20210         * net/ange-ftp.el: Get modtime over the net.
20211         (ange-ftp-file-modtime): New function.
20212         (ange-ftp-write-region, ange-ftp-insert-file-contents)
20213         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
20214         Use it.
20215         (ange-ftp-dot-to-slash): New function.
20216         (ange-ftp-fix-name-for-vms): Use it.
20218         * midnight.el (midnight-buffer-display-time): Use
20219         `with-current-buffer'.
20221 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
20223         * find-dired.el: Update copyright notice.
20224         (find-dired): Offer to kill a running `find'.
20226         * enriched.el (enriched-face-ans): For a `foreground-color'
20227         property, return '(("x-color" COLOR))' so that COLOR will be
20228         output as a parameter of the x-color annotation.  Likewise for the
20229         `background-color' property.  In the case of normal face
20230         properties, don't return annotations for unspecified foreground
20231         and background face attributes.
20233 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
20235         * language/japan-util.el (japanese-katakana-region): Fix handling
20236         HANKAKU argument.
20238 2000-07-25  Miles Bader  <miles@gnu.org>
20240         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
20241         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
20242         constrain-to-field.
20244 2000-07-24  Andrew Innes  <andrewi@gnu.org>
20246         * timer.el (timer-activate-when-idle): Add optional parameter
20247         DONT-WAIT.  Update docstring.
20248         (run-with-idle-timer): Specify extra parameter to
20249         timer-activate-when-idle, so that timer will be activated
20250         immediately if Emacs is already idle.
20252         * w32-fns.el (w32-using-nt): Fix docstring.
20254 2000-07-24  Dave Love  <fx@gnu.org>
20256         * mouse.el (popup-menu): Set last-command-event.
20257         (mouse-major-mode-menu-prefix): Declare.
20259 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
20261         * textmodes/flyspell.el: Update to author's version 1.5d.
20263         * progmodes/hideshow.el: Update copyright notice.
20265         * vcursor.el: Set maintainer to FSF, since author cannot
20266         be reached.
20268 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
20270         * info.el (Info-goto-emacs-key-command-node): Leave a space after
20271         the prompt.
20273         * mouse.el (popup-menu): Run the keymap through indirect-function,
20274         in case it was defined with define-prefix-key.  If the menu is a
20275         list of keymaps, look up the binding of user's choice in each one
20276         of the keymaps.
20277         (mouse-popup-menubar): If the global and local menu-bar keymaps
20278         don't have a prompt string, create one and insert it into the
20279         keymap.  Don't barf if current-local-map returns nil.
20281 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
20283         * dired.el (dired-sort-R-check): Added to allow recursive listing
20284         to be undone.
20285         (dired-sort-other): Use it.
20287 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20289         * Release of cc-mode 5.27
20291 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20293         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
20294         c-beginning-of-statement-1 that caused a bad case of recursion
20295         which could consume a lot of CPU in large classes in languages
20296         that have in-expression classes (i.e. Java and Pike).
20298         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
20299         statements before top level constructs (i.e. case 6 is moved
20300         before case 5 and is now case 4) to catch in-expression
20301         classes in top level expressions correctly.
20303 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20305         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
20306         objc-method-intro. Case 4 removed and case 5I added.
20308         * cc-langs.el (c-append-paragraph-start): New variable used by
20309         c-common-init to get paragraph-start correct.
20310         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
20311         initialize paragraph-start to make it correct both with and
20312         without the javadoc special case.
20314         * cc-mode.el (java-mode): Use c-append-paragraph-start to
20315         initialize paragraph-start for javadoc markup.
20317         * cc-vars.el (c-style-variables-are-local-p): Incompatible
20318         change by defaulting this to t.  It's motivated by the
20319         confusing behavior that otherwise arise from the style system
20320         when editing both java and non-java files at the same time
20321         (see the comments about style setting in c-common-init).
20323 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20325         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
20326         similar to the one in c-fill-paragraph to check the fill
20327         prefix from the adaptive fill function for sanity.
20329 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20331         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
20332         defun block.
20334 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20336         * cc-align.el (c-lineup-multi-inher): Handle lines with
20337         leading comma nicely. Extended to handle member initializers
20338         too.
20340         * cc-engine.el: (c-beginning-of-inheritance-list,
20341         c-guess-basic-syntax): Fixed recognition of inheritance lists
20342         when the lines begins with a comma.
20344         * cc-vars.el (c-offsets-alist): Changed default for
20345         member-init-cont to c-lineup-multi-inher since it now handles
20346         member initializers and indents better for leading commas.
20348 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20350         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
20351         handling that caused class open lines to be recognized as
20352         statement-conts in some cases.
20354         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
20355         guessed by the adaptive fill function unless point is on the
20356         first line of a block comment.
20358         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
20359         when the buffer ends with a macro continuation char.
20361         * cc-engine.el (c-guess-basic-syntax): Added support for
20362         function definitions as statements in Pike.  The first
20363         statement in a lambda block is now labeled defun-block-intro
20364         instead of statement-block-intro.
20366         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
20367         so that the class surrounding point is selected, not the one
20368         innermost in the state.
20370         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
20371         recognition of switch labels having hanging multiline
20372         statements.
20374         * cc-engine.el (c-beginning-of-member-init-list): Broke out
20375         some code in c-guess-basic-syntax to a separate function.
20376         * cc-engine.el (c-just-after-func-arglist-p): Fixed
20377         recognition of member inits with multiple line arglists.
20378         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
20379         member-init-cont when the commas are in funny places.
20381 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20383         * cc-defs.el (c-auto-newline): Removed this macro since it's
20384         not used anymore.
20386         * cc-engine.el (c-looking-at-bos): New helper function.
20387         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
20388         inexpr and toplevel classes apart in Pike.
20390         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
20391         of case 9A.
20393         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
20394         constant, since "class" can introduce an in-expression class
20395         in Pike nowadays.
20397 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20399         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
20400         indentation on cpp-macro lines.
20402         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
20403         a syntax modifier like comment-intro, to make it possible to
20404         get syntactic indentation for preprocessor directives.  It's
20405         incompatible wrt to lineup functions on cpp-macro, but it has
20406         no observable effect in the 99.9% common case where cpp-macro
20407         is set to -1000.
20409 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20411         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
20412         member-init-cont when the preceding arglist is several lines.
20414 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20416         * cc-styles.el (c-style-alist): The basic offset for the BSD
20417         style corrected to 8.
20419 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20421         * cc-styles.el (c-style-alist): Adjusted the indentation of
20422         brace list openers in the gnu style.
20424 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20426         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
20428         * cc-cmds.el (c-electric-brace, c-electric-slash,
20429         c-electric-star, c-electric-semi&comma, c-electric-colon,
20430         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
20431         when c-syntactic-indentation is nil.
20433         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
20434         we were left at comments preceding the first statement when
20435         reaching the beginning of the buffer.
20437         * cc-vars.el (c-syntactic-indentation): New variable to turn
20438         off all syntactic indentation.
20440 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20442         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
20443         between the text and the block comment ender when it hangs,
20444         depending on how many there are before the fill.
20446 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20448         * cc-engine.el (c-beginning-of-closest-statement): New helper
20449         function to go back to the closest preceding statement start,
20450         which could be inside a conditional statement.
20451         * cc-engine.el (c-guess-basic-syntax): Use
20452         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
20454         * cc-engine.el (c-guess-basic-syntax): Better handling of
20455         arglist-intro, arglist-cont-nonempty and arglist-close when
20456         the arglist is nested inside parens.  Cases 7A, 7C and 7F
20457         changed.
20459         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
20460         up-to-date with javadoc 1.2.
20462 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20464         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
20465         multiline Pike type decls.
20467 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20469         * cc-cmds.el (c-indent-new-comment-line): Always break
20470         multiline comments in multiline mode, regardless of
20471         comment-multi-line.
20473 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20475         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
20476         fully::qualified::names in C++ member init lists.  Preamble in
20477         case 5D changed.
20479 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20481         * cc-langs.el (c-common-init): Handling of obsolete variables
20482         moved to c-initialize-cc-mode.  More compatible style override
20483         when using global style variables.
20484         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
20485         variables moved here.
20487         * cc-styles.el (c-make-styles-buffer-local): Flag style
20488         variable localness in c-style-variables-are-local-p to make
20489         the compatibility measure in c-common-init work well.
20491         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
20492         longer contain set-from-style.
20493         * cc-styles.el (c-initialize-builtin-style): Don't check for
20494         set-from-style on c-special-indent-hook.
20495         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
20496         copy-alist is sufficient now.
20498         * cc-styles.el (c-set-style, c-set-style-1,
20499         c-get-style-variables): Fixes to variable initialization so
20500         that duplicate entries in styles have the same effect
20501         regardless of DONT-OVERRIDE.
20503         * cc-styles.el (c-set-style-2): Fixed bug where the
20504         initialization of inheriting styles failed when the
20505         dont-override flag is set.
20507         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
20508         on this.
20510 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20512         * cc-defs.el (c-forward-comment): Removed the workaround
20513         introduced in 5.38 since it had worse side-effects.  If a line
20514         contains the string "//\"", it regarded the // as a comment
20515         start since the \ temporarily doesn't have escape syntax.
20517 2000-07-17  Emmanuel Briot  <briot@act-europe.fr>
20519         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
20520         ada-xref.el before ada-prj.el, so that the Project menu is created
20521         when ada-prj tries to add to it.
20522         (ada-activate-keys-for-case): Suppress the characters that are not
20523         part of the Ada syntax. Better compatibility with else-mode
20524         (ada-adjust-case-interactive): When auto-casing is not active,
20525         correctly insert newlines (used to insert only ^M).  Prevent the
20526         syntax table from being changed in case of an error
20527         (or '_' becomes part of a word and some commands are confused).
20528         Do nothing if ada-auto-case is nil.
20529         (ada-after-keyword-p): Ignore keywords that are also attributes
20530         (ada-batch-reformat): Update usage comment
20531         (ada-call-from-contextual-menu): New function
20532         (ada-case-read-exceptions): Reinitialize the casing exception list
20533         first to nil first, so that the casing exception file can be
20534         shared.
20535         (ada-check-defun-name): Handles "configure" keyword for gnatdist
20536         files.
20537         (ada-compile-goto-error): Fix regexp used to detect a file:line
20538         anywhere in the error message
20539         (ada-contextual-menu-last-point): New variable
20540         (ada-create-keymap): If the variable delete-key-deletes-forward is
20541         t on XEmacs, it means that DEL should delete one character
20542         forward.
20543         (ada-create-menu): Use :included instead of :visible for XEmacs.
20544         New submenu "Options".
20545         (ada-end-stmt-re): Correctly indent "select ... then abort"
20546         statements.
20547         (ada-fill-comment-paragraph): Correctly delete all leading '--'
20548         even if they don't match ada-fill-comment-prefix Fix handling of
20549         paragraphs on the first or last line of a file.
20550         (ada-format-paramlist): Fix handling of default parameter values.
20551         (ada-get-body-name): New function.
20552         (ada-get-current-indent): Optimized by searchling directly for an
20553         existing generic part or a statement outside of it.  Handle
20554         ada-indent-align-comments when indenting comments Replaced some
20555         regexps by testing directly the next character. This results in a
20556         huge speedup on some files.  New indentation scheme for renames
20557         statements.  Stop looking for the 'while' or 'for' associated with
20558         a 'loop' at the first semicolon encountered.  A "return" can also
20559         match an anonymous access subprogram declaration.
20560         (ada-get-indent-noindent): Ignore strings and comments when
20561         looking for the keywords "record" and "private".
20562         (ada-goto-matching-decl-start): When matching "if", make sure we
20563         are not in fact seeing "end if".  Ignore "when" statements except
20564         when initial keyword was "begin".  Fix handling of nested
20565         procedures.  Add a recursive call to this function to skip over
20566         other 'end' statmts.  Fix indentation for "when .. => begin"
20567         (ada-in-open-paren-p): Fix indentation for complex boolean
20568         expressions, where 'and then', 'or else' and parenthesis
20569         statements are mixed up.
20570         (ada-in-paramlist-p): Skip comments while searching for the
20571         beginning Fix handling of operator declarations.
20572         (ada-indent-align-comments): New variable
20573         (ada-indent-current): Change the syntax table only in the
20574         protected section, so that we are sure it is restored correctly.
20575         (ada-indent-on-previous-lines): Use ada-use-indent and
20576         ada-with-indent Correctly indent "select ... then"
20577         (ada-indent-region): Slight speedup.
20578         (ada-indent-renames): New variable.
20579         (ada-last-which-function-subprog, ada-last-which-function-line):
20580         New variables
20581         (ada-looking-at-semi-private): Correctly indent the 'private'
20582         keyword when it is the first word in a package declaration.
20583         (ada-loose-case-word): Stop searching if at the end of the buffer.
20584         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
20585         even if point is not initially at the end of the word.
20586         (ada-matching-decl-start-re): Add "when".
20587         (ada-mode): Add support for abbrev-mode, outline-mode and
20588         which-func-mode Override the old find-file.el entry in
20589         ff-special-constructs since it is using the obsolete
20590         ada-spec-suffix variable
20591         (ada-no-auto-case): New function
20592         (ada-scan-paramlist): When parsing the argument type, accept
20593         spaces (as in "X 'Class", generated by Rational Rose).
20594         (ada-other-file-name): No longer loads the other file.
20595         (ada-popup-menu): Save and restore the current buffer and cursor
20596         position before and after displaying the menu.
20597         (ada-search-ignore-complex-boolean): New function.
20598         (ada-uncomment-region): Emacs21 already knows how to delete
20599         comments not starting in the first column.
20600         (ada-use-indent): New variable
20601         (ada-which-function): New function.
20602         (ada-with-indent): New variable
20603         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
20604         can be batch-compiled from the command line.
20606         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
20607         Add to the menu when the file is loaded, not in ada-mode-hook.
20608         Add -toolbar to the default ddd command Switches moved from
20609         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
20610         ada-prj-default-comp-opt
20611         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
20612         Reference Manual to the menu
20613         (ada-check-current): rewritten as a call to ada-compile-current
20614         (ada-compile): Removed.
20615         (ada-compile-application, ada-compile-current, ada-check-current):
20616         Set the compilation-search-path so that compile.el automatically
20617         finds the sources in src_dir.  Automatic scrollong of the
20618         compilation buffer.  C-uC-cC-c asks for confirmation before
20619         compiling
20620         (ada-compile-current): New parameter, prj-field
20621         (ada-complete-identifier): Load the .ali file before doing
20622         processing
20623         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
20624         conform to gnatmake's behavior.
20625         (ada-find-file-in-dir): New function
20626         (ada-find-references): Set the environment variables for gnatfind
20627         (ada-find-src-file-in-dir): New function.
20628         (ada-first-non-nil): Removed
20629         (ada-gdb-application): Add support for jdb, the java debugger.
20630         (ada-get-ada-file-name): Load the original-file first if not done
20631         yet.
20632         (ada-get-all-references): Handles the new ali syntax (parent types
20633         are found between <>).
20634         (ada-initialize-runtime-library): New function
20635         (ada-mode-hook): Always load a project file when a file is opened,
20636         so that the casing exceptions are correctly read.
20637         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
20638         (ada-parse-prj-file): Use find-file-noselect instead of find-file
20639         to open the project file, since the latter does not work with
20640         speedbar Get default values before loading the prj file, or the
20641         default executable file name is wrong.  Use the absolute value of
20642         src_dir to initialize ada-search-directories and
20643         compilation-search-path,...  Add the standard runtime library to
20644         the search path for find-file.
20645         (ada-prj-default-debugger): Was missing an opening '{'
20646         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
20647         variables.
20648         (ada-prj-default-gnatmake-opt): New variable
20649         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
20650         buffers, the project file is the default one Save the windows
20651         configuration before displaying the menu.
20652         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
20653         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
20654         ...)  regexp-quote identifiers names to support operators +,
20655         -,... in regexps.
20656         (ada-remote): New function.
20657         (ada-run-application): Erase the output buffer before starting the
20658         run Support remote execution of the application.  Use
20659         call-process, or the arguments are incorrectly parsed
20660         (ada-set-default-project-file): Reread the content of the active
20661         project file, not the one from the current buffer When a project
20662         file is set as the default project, all directories are
20663         automatically associated with it.
20664         (ada-set-environment): New function
20665         (ada-treat-cmd-string): New special variable ${current}
20666         (ada-treat-cmd-string): Revised.  The substitution is now done for
20667         any ${...} substring
20668         (ada-xref-current): If no body was found, compiles the spec
20669         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
20670         compiler to get rid of command line length limitations.
20671         (ada-xref-get-project-field): New function
20672         (ada-xref-project-files): New variable
20673         (ada-xref-runtime-library-specs-path)
20674         (ada-xref-runtime-library-ali-path): New variables
20675         (ada-xref-set-default-prj-values): Default run command now does a
20676         cd to the build directory.  New field: main_unit Provide a default
20677         file name even if the current buffer has no prj file.
20679         * ada-prj.el:
20680         Rewritten to show a tabbed-dialog.
20681         (ada-prj-add-ada-menu): Remove the map and name parameters.
20682         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
20683         New function
20684         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
20685         (ada-prj-load-from-file): New function
20686         (ada-prj-save): Always save fields that depend on the current buffer
20687         (ada-prj-show-value): New function
20689         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
20690         Ada mode. This will allow us to display the Ada menu in any buffer
20691         we want (for project items).
20692         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
20693         number of spaces in the header.
20695 2000-07-24  Dave Love  <fx@gnu.org>
20697         * ediff-init.el (ediff-region-help-echo): Bind face-help.
20699 2000-07-23  Noah Friedman  <friedman@splode.com>
20701         * type-break.el (type-break): perform autosave.
20702         Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
20703         (type-break-do-query): Cancel query schedule while performing
20704         actual query, to avoid possibility of a second query being made
20705         while first one is already in progress.
20706         (type-break-time-stamp-format): New variable.
20707         (type-break-time-stamp): New function.
20708         (type-break-time-warning): Use it.
20709         (type-break-keystroke-warning): Use it.
20710         (type-break-noninteractive-query): Use it.
20712         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
20713         cookie.
20714         Use add-minor-mode to set minor-mode-alist, if available.
20715         (eldoc-echo-area-use-multiline-p): New user option.
20716         (eldoc-echo-area-multiline-supported-p): New variable.
20717         (eldoc-docstring-format-sym-doc): Use them.
20718         (eldoc-mode): If not using idle timers, append to local post and
20719         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
20720         (eldoc-display-message-no-interference-p): Don't interfere with
20721         edebug.
20722         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
20723         (eldoc-function-arglist): New function.
20724         (eldoc-function-argstring): Use it.
20726         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
20727         auto save directory exists before calling directory-files.
20729 2000-07-23  Dave Love  <fx@gnu.org>
20731         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
20732         ^o, ^u.
20734 2000-07-21  Dave Love  <fx@gnu.org>
20736         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
20737         now passed to the function.  It now works properly.
20739         * smerge-mode.el (smerge-mode-menu): Fill it out.
20741 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
20743         * info-look.el (info-lookup): If *info* is shown in another frame
20744         on the same display, select that frame, instead of switching to
20745         the Info buffer in another window of the selected frame.
20747         * simple.el (universal-argument-map): Bind numeric keypad keys
20748         kp-0 to kp-9 and kp-subtract.
20749         (digit-argument): Handle these keys.
20751 2000-07-20  Dave Love  <fx@gnu.org>
20753         * net/goto-addr.el (goto-address-fontify): Don't bother with
20754         buffer-modified and read-only stuff -- irrelevant with overlays.
20755         Put an extra property on the overlays and use it to clean up in
20756         case goto-address is re-run.
20758 2000-07-19  Richard M. Stallman  <rms@gnu.org>
20760         * timer.el (run-with-idle-timer): Doc fix.
20762         * mail/mail-utils.el (mail-strip-quoted-names):
20763         Handle case where <...> appears inside "...".
20764         Use replace-match to edit the string more simply.
20765         (rmail-dont-reply-to): Cope with an unmatched ".
20767 2000-07-19  Dave Love  <fx@gnu.org>
20769         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
20770         implementation.
20772         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
20773         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
20774         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
20776 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
20778         * textmodes/refer.el: Correct maintainer's email address.
20780         * progmodes/hideif.el: Correct author's email address.
20781         Fix typo in comment.
20783         * xml.el: New file.
20785         * mail/mailheader.el: Correct author's mail address.
20787         * gnus/parse-time.el: Correct author's mail address.
20789 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
20791         * comint.el (comint-highlight-input, comint-highlight-face):
20792         New user options.
20793         (comint-input-ring-file-name): Change custom type.
20794         (comint-mode-map): Bind mouse-2.
20795         (comint-insert-clicked-input): New function.
20796         (comint-send-input): Handle input highlighting.
20798 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
20800         * mouse.el (popup-menu): New function.
20801         (mouse-major-mode-menu): Use it.
20803 2000-07-18  Dave Love  <fx@gnu.org>
20805         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
20806         improvements.
20808 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
20810         * faces.el (face-font-selection-order)
20811         (face-font-family-alternatives): Add custom type.
20813 2000-07-18  Dave Love  <fx@gnu.org>
20815         * cus-edit.el (custom-variable-reset-saved)
20816         (custom-variable-reset-standard): Remove unused bindings.
20818         * rect.el (open-rectangle-line): Remove unused let.
20820         * hl-line.el (hl-line-highlight): Check hl-line-mode.
20822 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
20824         * cdl.el: Fix `Maintainer' keyword.
20826         * play/pong.el: Add author's email address.
20828 2000-07-17  Sam Steingold  <sds@gnu.org>
20830         * files.el (insert-directory): Call `split-string' instead of
20831         re-implementing it.
20833 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
20835         * mail/vms-pmail.el: Change maintainer to FSF.
20837         * net/goto-addr.el: Change maintainer to FSF.
20839         * info.el (Info-title-face-alist): Removed.
20841 2000-07-18  David Ponce  <david@dponce.com>
20843         * recentf.el (recentf-open-files): New command that works like
20844         `recentf-open-more-files', but shows the whole list of files (not just
20845         those omitted from the menu). Useful if you don't use a menu-bar!
20846         (recentf-open-more-files) Modified to use `recentf-open-files'.
20848         (recentf-open-files, recentf-open-more-files)
20849         (recentf-edit-list): Dialogs use `recentf-dialog-mode'
20851         (recentf-dialog-mode): New mode for dialogs. You can now just type
20852         "q" to cancel the dialogs.
20854 2000-07-18  David Ponce  <david@dponce.com>
20856         * recentf.el: This is a major update of recentf.el. It adds new
20857         features to better organize the recentf menu and "More..." buffer.
20859         Using new provided menu filtering functions you can now organize the
20860         recent files list:
20862         - by major modes
20863         - by directories
20864         - by user defined rules
20866         Finally, with the new `recentf-filter-changer' customizable filter you
20867         can define a ring of filters and dynamically (via the menu) cycle on
20868         each menu organization in the ring (a la msb).
20870 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
20872         * eshell/eshell.el (eshell): Replace links to eshell.info with
20873         links to eshell, to avoid problems on systems where the manual is
20874         installed as `eshell'.
20875         * eshell/esh-cmd.el (eshell-cmd): Ditto.
20876         * eshell/em-smart.el (eshell-smart): Ditto.
20877         * eshell/em-banner.el (eshell-banner): Ditto.
20878         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
20880         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
20881         same-file check in the MS-DOS version (it does support inodes).
20883         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
20885         * eshell/eshell.el (eshell-directory-name):
20886         Run default directory name through convert-standard-filename.
20888 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
20890         * international/mule-cmds.el (select-safe-coding-system):
20891         Fix typo in the comment.
20893         * language/european.el (compound-text):
20894         Force katakana-jisx0201 to be designated to G1.
20896         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
20897         Don't translate some national variant characters of latin-jisx0201.
20898         (x-ctext): Force katakana-jisx0201 to be designated to G1.
20900         * international/kkc.el (kkc-after-update-conversion-functions):
20901         New variable.
20902         (kkc-update-conversion): Run functions in it at the tail.
20904 2000-07-16  John Wiegley  <johnw@gnu.org>
20906         * lisp/align.el (align-newline-and-indent):
20907         Adding new function.  for auto-aligning blocks of code on RET.
20908         (align-region): Fixed badly formatted minibuffer message.
20910 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
20912         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
20913         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
20914         the conversion list at first if appropriate.
20915         (kkc-next): Don't update kkc-next-count here.
20916         (kkc-prev): Don't update kkc-prev-count here.
20917         (kkc-show-conversion-list-update): Fix setting up of conversion
20918         list message.
20920 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
20922         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
20924 2000-07-16  Dave Love  <fx@gnu.org>
20926         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
20927         function to be more specific.
20929         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
20930         non-string help-echo.
20931         (widget-types-convert-widget): Defsubst it.
20932         (widget-echo-help): Try to cope with a help-echo function of two
20933         possible sorts.
20935 2000-07-15  Jason Rumney  <jasonr@gnu.org>
20937         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
20938         Declare as obsolete.
20940         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
20942 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
20944         * hilit-chg.el: Fix typo.
20946 2000-07-14  Dave Love  <fx@gnu.org>
20948         * info.el (Info-mode-menu): Fix use of :help, :enable.
20950 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
20952         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
20954 2000-07-13  Dave Love  <fx@gnu.org>
20956         * emacs-lisp/easymenu.el: Doc fixes.
20957         (easy-menu-remove): Defalias to ignore.
20959         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
20960         Call throw correctly.
20962 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
20964         * faces.el (frame-background-mode): Doc fix.
20966         * simple.el (eval-expression-print-length): Change custom type to
20967         allow entering nil as value.
20969 2000-07-13  Dave Love  <fx@gnu.org>
20971         * progmodes/fortran.el (fortran-imenu-generic-expression):
20972         Change definition layout.
20973         (fortran-mode-menu): Reinstate customize entries.
20975         * cus-edit.el (custom-group-menu-create, customize-menu-create):
20976         Use :filter, per old XEmacs code.
20978 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
20980         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
20981         event when deciding what to send to the terminal.
20983 2000-07-12  Dave Love  <fx@gnu.org>
20985         * cus-start.el: Add optional version as 4th element of specs and
20986         use it for several things new in v21.  Remove load-path.  Fix type
20987         of line-number-display-limit.
20989 2000-07-11  Dave Love  <fx@gnu.org>
20991         * progmodes/fortran.el: Don't require easymenu.
20992         Use repeat counts in various regexps.
20993         (fortran-mode-syntax-table): Defvar directly.
20994         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
20995         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
20996         Use defvar, not defconst.
20997         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
20998         (fortran-mode): Set fortran-comment-line-start-skip,
20999         fortran-comment-line-start-skip, dabbrev-case-fold-search.
21000         (fortran-comment-indent): Use defsubst.
21001         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
21002         Use fortran-comment-indent, not fortran-comment-indent-function.
21003         (fortran-comment-region, fortran-electric-line-number): Simplify.
21004         (fortran-auto-fill): New function.
21005         (fortran-do-auto-fill): Deleted.
21006         (fortran-find-comment-start-skip):
21007         Check for non-null comment-start-skip.
21008         (fortran-auto-fill-mode, fortran-fill-statement):
21009         Use fortran-auto-fill.
21010         (fortran-fill): Use fortran-auto-fill.  Check for null
21011         comment-start-skip.  Simplify final clause and use end-of-line finally.
21013         * widget.el (widget-plist-member): New alias.
21015 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
21017         * eshell/esh-module.el (toplevel): Reference
21018         byte-compile-current-file only if it is bound.
21020 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
21022         * dired.el: Don't require `dired-aux'.
21024 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
21026         * dired-aux.el (dired-show-file-type): New function.
21027         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
21028         (dired-show-file-type): Add autoload.
21030 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
21032         * international/mule-diag.el (describe-font): Adjusted for the
21033         change of fontset-info.
21034         (print-fontset): Likewise.
21036 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
21038         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
21040 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
21042         * bindings.el: Bind `[delete]' to delete-char.
21044         * dired.el (dired-find-alternate-file): New function.
21045         (dired-mode-map): Bind `a' to dired-find-alternate-file.
21046         (toplevel): Require dired-aux when compiling.
21047         (dired-buffers): Move defvar within file to avoid compiler warning.
21049         * info.el (Info-last-search): Variable removed.
21050         (Info-search-history): New variable.
21051         (Info-search): New Info-search-history.
21053         * battery.el, info-look.el: Change author's mail address.
21055 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
21057         * mail/rmail.el (rmail-clear-headers): Don't throw an error
21058         if rmail-ignored-headers is nil.
21059         (rmail-retry-failure): Bind rmail-ignored-headers and
21060         rmail-displayed-headers to nil.
21062 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
21064         * lpr.el (lpr-page-header-switches): Add `-h' switch.
21065         (print-region-1): Don't hard code `-h' here.
21067         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
21069 2000-07-01  Francesco Potorti`  <pot@gnu.org>
21071         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
21072         exim can use "your message" instead of "the message".
21074 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
21076         * facemenu.el: Docstrings fixes.
21077         (facemenu-get-face): Don't use internal-find-face.
21078         (facemenu-iterate): Rename arg to match the docstring.
21080         * newcomment.el (uncomment-region): Be more careful when skipping
21081         backwards over `=' not to bump into BOBP.
21083 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
21085         * ediff-diff.el (ediff-wordify): Use syntax table.
21086         * ediff-init.el (ediff-has-face-support-p): Use
21087         ediff-color-display-p.
21088         (ediff-color-display-p): Use display-color-p, changed to defun
21089         from defsubst.
21090         Got rid of special cases for NeXT and OS/2.
21091         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
21092         face.
21094 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
21096         * emacs-lisp/lucid.el: Require CL.
21097         (copy-tree, remprop): Remove, it's provided by CL.
21098         (map-keymap): Define in terms of cl-map-keymap.
21099         (extent-property, set-extent-end-glyph): New functions.
21101         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
21103 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
21105         * Makefile.in (DONTCOMPILE): Add comment that the name may
21106         not be changed without changing the make-dist script.
21108         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
21109         (cl-mapc): Use mapc instead of cl-old-mapc.
21111 2000-07-05  Andrew Innes  <andrewi@gnu.org>
21113         * makefile.nt: Add support for `bootstrap' and related targets.
21115 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
21117         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
21118         (easy-menu-do-define): Use `menu-item' format.
21119         Handle case where easy-menu-create-menu returns a symbol.
21120         Manually call the potential top-level filter in the function binding.
21121         (easy-menu-filter-return): New arg NAME.
21122         Convert to a keymap if MENU is an XEmacs menu.
21123         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
21124         (easy-menu-converted-items-table, easy-menu-convert-item):
21125         New var and fun to memoize easy-menu-convert-item-1.
21126         (easy-menu-do-add-item): Use it.
21127         (easy-menu-create-menu): Use easy-menu-convert-item.
21128         Wrap easy-menu-filter-return around any :filter specification.
21129         Don't convert the menu if a filter was specified.
21130         Tell easy-menu-make-symbol not to check for MENU being an expression.
21131         (easy-menu-make-symbol): New arg NOEXP.
21133 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
21135         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
21136         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
21137         (eval-defun): If called with prefix arg, instrument code for
21138         Edebug.
21140         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
21141         similar to that of eval-defun.
21143 2000-07-04  Dave Love  <fx@gnu.org>
21145         * hl-line.el (hl-line-overlay): Make it permanent-local.
21147         * calendar/todo-mode.el: Replaced with a working version, based on
21148         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
21150 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
21152         * paths.el (prune-directory-list): New function.
21153         (Info-default-directory-list): Rewritten to more methodically
21154         enumerate a big list of possible info directories (based on the
21155         list used by the standalone info reader).
21157         * info.el (info-initialize): Use prune-directory-list to remove
21158         non-existent directories from Info-directory-list.
21160         * paths.el (Info-default-directory-list): Try a list of possible
21161         info-directories instead of a single one.  Add the possible
21162         info directory "/usr/share/info".
21164         * woman.el (woman-man.conf-path): Explicitly include the debian
21165         man-db config file "/etc/manpath.config".
21166         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
21167         are present in `manpath.config'.
21168         (woman-manpath): Include "/usr/share/man".
21170 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
21172         * frame.el (blink-cursor-mode): Don't hide cursor initially.
21174         * startup.el (command-line): Initialize blink-cursor based
21175         on window-system.
21177         * frame.el (blink-cursor): Default to nil if not running under
21178         a window-system.
21180         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
21181         (face-x-resources): Remove duplicate entry for :font.
21183         * textmodes/refer.el (refer-find-entry-internal): Use some-window
21184         instead of cycling through windows with next-window.
21186         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
21187         of cycling through windows with next-window.
21189         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
21190         of cycling through windows with next-window.
21192         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
21193         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
21194         instead of cycling through windows with next-window.
21196         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
21197         instead of cycling through windows with next-window.
21199         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
21200         of cycling through windows with next-window.
21202         * terminal.el (te-process-output): Use walk-windows instead of
21203         cycling through windows with next-window.
21205         * server.el (server-switch-buffer): Use some-window instead of
21206         cycling through windows with next-window.
21208         * window.el (some-window): New function.
21209         (walk-windows): Remove reference to walk-windows-start.
21211         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
21213 2000-07-03  Richard Stallman  <rms@gnu.org>
21215         * window.el (walk-windows): Guarantee termination by keeping a list
21216         of all the windows already handled.
21218 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
21220         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
21221         window-system.
21223         * man.el (Man-notify-when-ready): Don't use window-system.  If
21224         Man-notify-method is newframe, and the display is not
21225         multi-frame, select the frame created for the man page.
21226         (Man-init-defvars): Doc fix.
21228 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
21230         * faces.el (region): Change background color for light background.
21232         * ediff-wind.el (ediff-setup-control-frame): Remove :box
21233         attribute from mode-line face of Ediff control frame.
21235         * replace.el (query-replace-map): Bind `e' like `E'.
21237 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
21239         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
21240         Change name to "Select All".
21242         * dos-fns.el (convert-standard-filename): Fix last change.
21244 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
21246         * help.el (describe-variable): Don't insert a second `'s' in front
21247         of the string `value is shown below'.  Since the syntax-table is
21248         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
21249         an existing `'s', so that this won't be deleted.
21251         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
21252         * pcmpl-unix.el: New files.
21254 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
21256         * wid-edit.el (widget-member): Use the new plist-member.
21258 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
21260         * replace.el (perform-replace): Undo change of 2000-04-04.
21261         Instead, move backward 1 character at the end of the loop when
21262         necessary.
21264         * faces.el (fringe): Change face for different backgrounds.
21266         * eshell/esh-module.el (toplevel): Load defgroup's differently;
21267         patch from John.
21269         * eshell/*.el: Change spelling of the Free Software Foundation.
21271         * eshell/esh-toggle.el: Removed.
21273         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
21275         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
21276         interactively.
21278 2000-06-26  Alex Schroeder  <alex@gnu.org>
21280         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
21281         `define-key'; instead of checking `(emacs-version)' check for
21282         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
21283         for `;' and `o' which might be electric.
21285         (sql-electric-stuff): New user option.
21286         (sql-magic-go): New function which uses `sql-electric-stuff'.
21287         (sql-magic-semicolon): New function which uses
21288         `sql-electric-stuff'.
21290         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
21291         is not fboundp.
21293         (sql-oracle-options): New variable.
21294         (sql-oracle): Use it.
21296         (sql-imenu-generic-expression): Doc change.
21297         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
21298         is used.
21300         (sql-informix): Added command line parameter "-" to force
21301         sql-informix-program to use stdout.
21303 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
21305         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
21306         (cp864-decode-table): Doc fix.
21307         (cp720-decode-table): New variable, supports the Arabic OEM
21308         codepage used by Windows.
21309         (cp737-decode-table): New, Greek OEM codepage used by Windows.
21311 2000-06-23  Dave Love  <fx@gnu.org>
21313         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
21314         (font-lock-fontify-anchored-keywords): Use
21315         line-beginning-position.
21316         (global-font-lock-mode): Use mapc.
21318 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
21320         * eshell/esh-module.el: Require CL when compiling.
21322 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
21324         * comint.el (comint-substitute-in-file-name): Call replace-match
21325         with second and third arg t.
21327         * cus-edit.el (custom-button-face, custom-button-pressed-face):
21328         Specify foreground color.
21330         * faces.el (tool-bar, mode-line, header-line): Specify foreground
21331         color.
21333         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
21335         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
21336         cddr instead of cdddr.
21338         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
21339         instead of copy-list.
21341         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
21342         of copy-list.
21344         * subdirs.el: Add eshell subdirectory.
21346         * eshell: New subdirectory containing the Eshell package.
21348         * pcomplete.el: New file.
21350 2000-06-23  Paul Eggert  <eggert@twinsun.com>
21352         * mail/mailpost.el (post-mail-send-it): Make sure file has
21353         proper permissions from birth.
21355         * files.el (basic-save-buffer-2): When temporarily setting
21356         file modes, set them to current modes plus 0200, not to 0777.
21358         * emerge.el (emerge-make-temp-file): Make sure file has proper
21359         permissions from birth.
21361 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
21363         * files.el (make-backup-file-name-1): On DOS/Windows, run the
21364         backup file name through convert-standard-filename.
21366         * dos-fns.el (convert-standard-filename): Convert leading
21367         directories as well.  When long file names are supported, convert
21368         characters that are invalid in Windows file names.
21370 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
21372         * ps-print.el: Fix bug: if ^L is the very first buffer character,
21373         ps-print crashes.  New feature: page selection for printing.  Create
21374         raw-text-unix coding system for XEmacs.  Doc fix.
21375         (ps-print-version): New version number (5.2.3).
21376         (ps-plot-region): Bug fix.
21377         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
21378         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
21379         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
21380         funs.
21381         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
21382         (ps-last-page): New vars.
21384 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
21386         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
21387         empty option string.
21389 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
21391         * man.el (man): Doc fix.
21393 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
21395         * international/mule-cmds.el (set-language-info-alist): Docstring
21396         fixed.
21398 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
21400         * version.el (emacs-version): Use ISO date format.
21402         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
21403         instead of `M-backspace'.
21405         * simple.el (turn-off-auto-fill): New function.
21407 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
21409         * jit-lock.el (with-buffer-prepared-for-jit-lock):
21410         Renamed from with-buffer-prepared-for-font-lock and use
21411         inhibit-modification-hooks rather than setting *-change-functions.
21412         Update all functions to use the new name.
21413         (jit-lock-first-unfontify-pos): New semantics (and doc).
21414         (jit-lock-mode): Make non-interactive.
21415         Don't automatically turn on font-lock.
21416         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
21417         Always use jit-lock-after-change.
21418         Remove and restore font-lock-after-change-function.
21419         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
21420         (jit-lock-after-unfontify-buffer): Remove.
21421         (jit-lock-stealth-fontify):
21422         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
21423         (jit-lock-after-change): Set the `fontified' text-prop to nil.
21425 2000-06-20  Sam Steingold  <sds@gnu.org>
21427         * emacs-lisp/cl-indent.el (toplevel): Indent
21428         `print-unreadable-object' properly.  Untabify.
21430 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
21432         * textmodes/reftex.el (reftex-find-citation-regexp-format):
21433         Support for bibentry.
21434         (reftex-compile-variables): Fixed problem with end of section-re.
21436         * texmodes/reftex-dcr.el (reftex-view-crossref,
21437         reftex-view-crossref-from-bibtex):
21438         Deal with changed `reftex-find-citation-regexp-format'.
21439         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
21440         Replaced `remprop' with `put'.
21441         (reftex-view-crossref, reftex-view-crossref-when-idle):
21442         Support for bibentry.
21444         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21445         New entry for bibentry package.
21447         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
21448         Regexp also matches "\nobibliography".
21450         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
21451         Call `reftex-ensure-write-access' before doing anything.
21452         (reftex-ensure-write-access): New function.
21454 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
21456         * progmodes/idlwave.el: File re-installed (update to version 4.2)
21458         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
21460         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
21462         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
21465 2000-06-20  Dave Love  <fx@gnu.org>
21467         * faces.el (frame-background-mode): Use set-default, not set, in
21468         setter.
21469         (frame-update-faces, frame-update-face-colors): Define with
21470         defalias.
21472         * enriched.el (enriched-decode-foreground)
21473         (enriched-decode-background): Don't use internal-find-face.
21475         * apropos.el: Doc fixes.
21477         * cus-edit.el (customize-changed-options): Check arg.
21478         (customize-version-lessp): Don't require decimal point.
21480         * custom.el (defcustom, defgroup): Doc fix.
21482         * newcomment.el (comment) <defgroup>: Add :version.
21483         (comment-multi-line): Doc fix.
21485         * emulation/mlsupport.el (define-hooked-local-abbrev,
21486         define-hooked-global-abbrev): Fix, using define-abbrev.
21488 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
21490         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
21491         the whole buffer.
21493 2000-06-19  Dave Love  <fx@gnu.org>
21495         * menu-bar.el (menu-bar-options-save): New function.
21496         (menu-bar-options-menu): Use it.
21497         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
21498         Simplify.
21500 2000-06-19  Andreas Schwab  <schwab@suse.de>
21502         * progmodes/etags.el (tags-query-replace): Put new parameters
21503         START and END at the end, for backward compatibility.
21505 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
21507         * international/codepage.el:
21508         (cp-coding-system-for-codepage-1): Delete special codes for
21509         generating xxx-dos coding system because now a CCL based coding
21510         system can handle EOL conversion by default.
21512         * international/mule.el (make-coding-system): Generate subsidiary
21513         coding systems for EOL handling variants even for a CCL based
21514         coding system.
21516 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
21518         * international/isearch-x.el (isearch-minibuffer-input-method)
21519         (isearch-minibuffer-input-method-function): These variables
21520         deleted.
21521         (isearch-with-input-method): Don't use the above variables.
21522         (isearch-process-search-multibyte-characters): Likewise.  Call
21523         read-string with the arg INHERIT-INPUT-METHOD t.
21525 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
21527         * font-lock.el (font-lock-after-fontify-buffer)
21528         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
21530         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
21531         Use consistent make-local-variable style for font-lock-fontified.
21532         (jit-lock-fontify-buffer):
21533         Don't bother checking for font-lock-mode and jit-lock-mode.
21535         * time.el: Remove trailing ^M that prevent CVS-merging.
21537 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
21539         * Makefile.in (distclean): New target.
21541 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
21543         * Makefile.in (srcdir): Define for update-subdirs.
21545 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
21547         * find-lisp.el: New file.
21549 2000-06-16  Andrew Innes  <andrewi@gnu.org>
21551         * time.el (display-time-mail-function): New variable, to allow
21552         external packages to indicate when new mail is available.
21553         (display-time-update): Use it.
21555 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
21557         * international/mule.el (mule-version): Change version name to
21558         SAKAKI.  AOI has already been used by Meadow.
21560         * international/quail.el (quail-show-guidance-buf): To find the
21561         bottom window (but minibuffer), pay attention to the height of
21562         minibuffer.
21564 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
21566         * arc-mode.el (archive-mode-map): Use the new menu-item format for
21567         menu-bar menus.  Add help strings.  Don't remove the Edit menu
21568         from the menu bar, as the menu bar has enough space now.
21570         * Makefile.in (SHELL): Make sure /bin/sh is used.
21572         * woman.el (woman-man-buffer): Fix bold and underlined CJK
21573         characters, which use series of two ^H characters instead of one.
21575 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
21577         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
21578         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
21579         functions.
21580         (Info-find-node-2): Try a case-sensitive search first, then
21581         do a case-insensitive search.
21583         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
21584         tutorials.
21586         * complete.el (PC-env-vars-alist): New variable.
21587         (PC-complete-as-file-name): New function.
21588         (partial-completion-mode): Initialize PC-env-vars-alist from
21589         process-environment.
21590         (PC-do-completion): Handle completion of env vars.
21592         * info.el (Info-set-mode-line): Show file name in mode line,
21593         use `*Info*' instead of `Info:'.
21595         * startup.el (command-line-1): Change copyright messages to year
21596         2000.
21598 2000-06-15  Dave Love  <fx@gnu.org>
21600         * net/goto-addr.el (goto-address-fontify): Use keymap property,
21601         not local-map.
21603 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
21605         * international/mule.el (set-buffer-file-coding-system): Almost
21606         rewritten to handle `undecided' as no-op.
21608 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
21610         * Makefile.in: New file.
21612         * Makefile: Removed.
21614         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
21615         (goto-address-highlight-keymap): Bind C-c RET.
21617 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
21619         * mail/sendmail.el (sendmail-send-it): The temporary buffer
21620         inherits buffer-file-coding-system of the current buffer.
21622         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
21623         0.  Give correct argument to set-auto-coding-function.
21624         (tar-expunge): For goto-char, use (point-min), not 0.
21625         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
21626         (tar-subfile-save-buffer): Likewize.
21628         * international/mule.el
21629         (after-insert-file-set-buffer-file-coding-system): Call
21630         set-buffer-file-coding-system with the arg FORCE t.
21632 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
21634         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
21635         nil.  Contemporary sendmails issue an X-Authentication-Warning if
21636         the sender is set with `-f'.
21638 2000-06-13  Dave Love  <fx@gnu.org>
21640         * help.el (describe-function-1): Kluge around cases of functions
21641         fset to subrs whose doc doesn't match their symbol-name.
21643         * image.el (insert-image): Default STRING to a space.
21645         * info.el Doc fixes.
21646         (Info-build-node-completions): Match Ref tags.
21648 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
21650         * frame.el (display-multi-frame-p, display-multi-font-p): New
21651         defaliases for display-graphic-p.
21653         * hl-line.el: Fixed a typo in commentary.
21655 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
21657         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
21658         fixed.
21660 2000-06-12  Dave Love  <fx@gnu.org>
21662         * image.el (insert-image): Save a little consing.
21664 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
21666         * language/tibet-util.el: Convert all tibetan-1-column characters
21667         to the corresponding tibetan characters.
21668         (tibetan-add-components): Delete code for the special treatment of
21669         'a chung.
21671         * language/tibetan.el (tibetan-composable-pattern): Fix previous
21672         change.
21673         (tibetan-vowel-transcription-alist): More rules added.
21674         (tibetan-composite-vowel-alist): New variable.
21675         (tibetan-precomposition-rule-alist): More rules added.
21677 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
21679         * startup.el (command-line): Only call menu-bar-mode if interactive.
21681         * thingatpt.el (toplevel symbol-properties):
21682         * textmodes/makeinfo.el (makeinfo-compile):
21683         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
21684         * progmodes/hideif.el (hif-compress-define-list)
21685         (hide-ifdef-use-define-alist):
21686         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
21687         (ange-ftp-vms-add-file-entry):
21688         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
21689         * man.el (Man-build-man-command):
21690         * mail/rnewspost.el (news-reply-header-hook):
21691         * info.el (Info-insert-dir):
21692         * emulation/mlconvert.el (backward-word, forward-word, setq):
21693         * emacs-lisp/gulp.el (gulp-send-requests):
21694         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
21695         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
21696         (byte-optimize-apply, end of file):
21697         * emacs-lisp/advice.el (ad-advice-class-completion-table)
21698         (ad-make-freeze-definition):
21699         * startup.el (command-line, command-line-1): Don't quote lambdas.
21701         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
21702         (cvs-cleanup-removed): New function.
21703         (cvs-cleanup-functions): New var.
21704         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
21705         some flexibility in specifying additional entries to auto-cleanup.
21706         (cvs-quickdir): New function.
21707         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
21708         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
21709         (cvs-mode-find-file): Check that we are on a filename or dirname
21710         when invoked through a mouse-click.
21711         (cvs-full-path): Remove.
21712         (cvs-dired-action): Re-introduced.
21713         (cvs-dired-noselect): Use it.
21714         (vc-post-command-functions): use this new hook if available.
21716         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
21717         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
21718         (cvs-filename-map, cvs-dirname-map): Remove.
21719         (cvs-default-action): Remove.
21720         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
21721         if the arg is really a keymap.
21722         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
21723         Don't hardcode the mapping from state (aka type) to face, but check
21724         the var cvs-fi-<type>-face instead.
21725         (cvs-fileinfo-from-entries): New function.
21727         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
21728         Docstring fix.
21729         (cvs-find-file-and-jump): Change default to be safer.
21730         (cvs-mode-diff-map): Define it as a function as well.
21731         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
21732         Bind mouse-2 in this global map rather than with text-properties.
21734         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
21735         file to resolve the ambiguity between C(conflict) and C(need-merge).
21737 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
21739         * international/mule.el (set-buffer-file-coding-system): If
21740         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
21741         unconditionally.
21743 2000-06-12  Dave Love  <fx@gnu.org>
21745         * wid-edit.el (widget-specify-button): Really suppress the face if
21746         required.
21748 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
21750         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
21752 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
21754         * imenu.el (imenu-generic-expression): Docstring fix.
21756         * composite.el (composition-function-table): Move the `put'
21757         below the autoload cookie so we can load the file before loaddefs.
21759         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
21761         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
21762         Handle easy-mmode-define-global-mode.
21763         For complex macros like define-minor-mode that can generate
21764         several autoload entries, try to autoload entries in the
21765         macroexpanded code.
21767         * emacs-lisp/easy-mmode.el (define-minor-mode):
21768         If KEYMAP is a symbol, just use it.
21769         Use byte-compile-current-file and load-file-name to infer the
21770         proper :require to pass to defcustom.
21771         Wrap the hook var into `progn' so as not to autoload it.
21772         Add a :autoload-end cookie.
21773         Be more careful about the evaluation of KEYMAP.
21774         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
21775         (define-derived-mode): Move define-abbrev-table outside of defvar.
21777 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
21779         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
21780         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
21781         (backup-compiled-files): Ignore errors during `tar'.
21782         (bootstrap): Make autoloads before elc files.
21784 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
21786         * international/mule.el (set-buffer-file-coding-system): If one of
21787         undecided-XXX is specified, change only EOL conversion.
21789         * international/mule-conf.el (unix): New alias for the coding
21790         system undecided-unix.
21792 2000-06-09  Dave Love  <fx@gnu.org>
21794         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
21796         * progmodes/executable.el: Byte compile dynamic.
21797         (executable-insert): Change custom type.
21798         (executable-find): Add autoload cookie.
21799         (executable-make-buffer-file-executable-if-script-p): New
21800         function.  After Noah Friedman.
21802         * files.el (after-save-hook): Customize, with
21803         executable-make-buffer-file-executable-if-script-p as an option.
21805 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
21807         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
21808         "tib24p-mule.bdf" for Tibetan.
21810         * composite.el (decompose-composite-char): Declare it as obsolete.
21812         * man.el (Man-fontify-manpage): Pay attention to underline and
21813         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
21815 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
21817         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
21818         Set maintainer to FSF since author isn't reachable.
21820 2000-06-08  Dave Love  <fx@gnu.org>
21822         * international/mule-cmds.el (select-safe-coding-system): If
21823         DEFAULT-CODING-SYSTEM is not specified, also check the most
21824         preferred coding-system if buffer-file-coding-system is
21825         `undecided'.  From Handa.
21827 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
21829         * international/mule.el
21830         (after-insert-file-set-buffer-file-coding-system): If the buffer
21831         size is greater than INSERTED, judget that we are not visiting.
21833 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
21835         * whitespace.el (defgroup whitespace): Comment out `:version'.
21836         XEmacs 20.4 has problems defining the group with this present.
21837         We'll have this commented out till get resolve the problem.
21839 2000-06-07  John Wiegley  <johnw@gnu.org>
21841         * align.el (align-dq-string-modes, align-sq-string-modes)
21842         (align-open-comment-modes): Add pyhton-mode.
21843         (align-rules-list): Use get-text-property instead of
21844         text-properties-at.
21845         (align-rules-list): Add python-assignment.
21846         (align-rules-list): Change perl-comma-delimiter to
21847         basic-comma-delimiter.  Use if for Perl modes and python-mode.
21848         (align-rules-list): Add python-chain-logic and
21849         basic-line-continuation.
21851 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
21853         * apropos.el (apropos-mode-hook): New user variable.
21854         (apropos-mode): Run apropos-mode-hook.
21856 2000-06-07  David Ponce  <david@dponce.com>
21858         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
21859         commands.  Require `wid-edit' at run-time.
21861 2000-06-07  David Ponce  <david@dponce.com>
21863         * recentf.el: Added some "Commentary".
21864         (recentf-open-more-files, recentf-edit-list): Minor changes to
21865         move the point at the top of the file list.  This behaviour is
21866         consistent with the menu one when the list contains a lot of
21867         files.
21868         (recentf-cleanup): Now displays the number of items removed from
21869         the list.
21870         (recentf-relative-filter) New menu filter to show filenames
21871         relative to `default-directory'.
21873 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
21875         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
21876         with/without giving an error if PostScript printer doesn't have this
21877         kind of page size.  Zebra Stripe continues or restarts on next page.
21878         Manual/automatic paper feeding.  Switch or not the header.
21879         (ps-print-version): New version number (5.2.2).
21880         (ps-windows-system): Include emx as a Windows system.
21881         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
21882         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
21883         (ps-background-text): Code fix.
21884         (ps-error-handler-message, ps-user-defined-prologue)
21885         (ps-print-prologue-header, ps-printer-name)
21886         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
21887         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
21888         (ps-use-face-background): Customization fix.
21889         (ps-n-up-database): Data fix.
21890         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
21891         (ps-switch-header): New vars.
21892         (ps-xemacs-color-name, ps-face-foreground-name)
21893         (ps-face-background-name, ps-boolean-constant): New funs.
21895 2000-06-07  Dave Love  <fx@gnu.org>
21897         * allout.el: New version from Manheimer.
21899 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
21901         * textmodes/fill.el (fill-find-break-point): Check the validity of
21902         charset.
21904 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
21906         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
21907         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
21908         Call display-color-p and display-mouse-p instead of looking at
21909         window-system.
21911 2000-06-06  Dave Love  <fx@gnu.org>
21913         * image.el (find-image): Doc fix.  Return nil if image not found.
21914         (put-image, insert-image): Make STRING arg optional.
21916 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
21918         * language/vietnamese.el: Remove eval-when-compile.
21919         (viet-viscii-nonascii-translation-table): Define it as a
21920         translation table made from viet-viscii-decode-table.
21921         (viet-viscii-encode-table): Define it as a translation table made
21922         from the reverse map of above.
21923         (viet-vscii-nonascii-translation-table): Define it as a
21924         translation table made from viet-vscii-decode-table.
21925         (viet-vscii-encode-table): Define it as a translation table made
21926         from the reverse map of above.
21927         (ccl-decode-viscii): Use translate-character.
21928         (ccl-encode-viscii, ccl-encode-viscii-font)
21929         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
21930         Likewize.
21932         * language/cyrillic.el: Remove eval-when-compile.
21933         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
21934         translation table made from cyrillic-koi8-r-decode-table.
21935         (cyrillic-koi8-r-encode-table): Define it as a translation table
21936         made from the reverse map of above.
21937         (ccl-decode-koi8): Use translate-character.
21938         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
21939         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
21940         a translation table made from cyrillic-alternativnyj-decode-table.
21941         (cyrillic-alternativnyj-encode-table): Define it as a translation
21942         table made from the reverse map of above.
21943         (ccl-decode-alternativnyj): Use translate-character.
21944         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
21945         Likewize
21947         * international/mule-diag.el (non-iso-charset-alist): Specify
21948         translation table symbol instead of translation table itself.
21949         (list-block-of-chars): CHARSET may be a translation table symbol.
21951         * international/mule.el (make-coding-system): If CODING-SYSTEM
21952         already exists, override it.
21954         * international/fontset.el: Use family `proportional' for Tibetan
21955         fonts.
21957         * international/ccl.el (ccl-compile-translate-character): Don't
21958         check if Rrr has property translation-table.
21959         (ccl-compile-map-multiple): Modified to avoid compiler warning.
21961 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
21963         * info.el: Bind case-fold-search to t when searching in case
21964         a user sets it to nil in a hook.
21966 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
21968         * autoarg.el (autoarg-mode, autoarg-kp-mode):
21969         * hl-line.el (hl-line-mode): Use the new :global key argument.
21971         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
21972         (tar-clip-time-string): Prepend a space.
21973         (tar-grind-file-mode): Construct a string rather than modifying one.
21974         (tar-header-block-summarize): Fix docstring.
21975         Use `format' rather than an error-prone set of copy-loops.
21977         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
21978         (diff-goto-source, diff-unified->context, diff-context->unified)
21979         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
21980         understand the format output by the `-p' argument to diff.
21982         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
21983         (sh-re-done): Use defconst.
21984         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
21985         (sh-help-string-for-variable, sh-guess-basic-offset):
21986         Don't quote lambdas.
21987         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
21988         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
21990         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
21991         (mh-letter-mode): Derive from text-mode.
21992         This implicitly means that it now calls kill-all-local-variables.
21993         Also remove the Emacs-18 compatibility code.
21995         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
21996         Make use of symbol-property doc-string-elt.
21997         Use memq rather than a sequence of eq.
21998         (doc-string-elt): Fix the wrong or missing previously unused values.
21999         (autoload-print-form): New function extracted from
22000         generate-file-autoloads to allow recursion when handling progn
22001         so that defvar's and defun's docstrings are properly printed.
22002         (generate-file-autoloads): Use it.
22004         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
22005         Use find-file-hooks in the minor-mode function.
22006         Be careful not to loop indefinitely in the post-command-hook function.
22008 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
22010         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
22011         tty's.
22012         * ediff-diff.el (ediff-exec-process): Use --binary for fine
22013         differences whenever appropriate.
22014         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
22015         * viper.el (find-file, find-file-other-window): Get viper to do
22016         wildcards.
22018 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
22020         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
22021         (jit-lock-fontify-buffer): New function for JIT refontification.
22022         (jit-lock-mode): Fix docstring.
22023         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
22024         Remove jit-lock-after-change from the _local_ hook.
22025         (jit-lock-function-1): Fix docstring.
22027         * info.el (Info-on-current-buffer): Initialize info.
22029         * newcomment.el (comment-indent): Ignore comment-indent-hook.
22031         * progmodes/tcl.el (tcl-indent-for-comment):
22032         Ignore comment-indent-hook.
22034         * emacs-lisp/easy-mmode.el: Require CL during compilation.
22035         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
22036         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
22037         and improve to use the lighter to guess the capitalization.
22038         (define-minor-mode): Inline code from easy-mmode-define-toggle.
22039         Add keyword arguments to specify global-ness or the custom group.
22040         Add local-map and help-echo properties to the lighter.
22041         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
22042         (easy-mmode-define-global-mode): New macro.
22044 2000-06-02  Dave Love  <fx@gnu.org>
22046         * wid-edit.el: byte-compile-dynamic since we typically don't use
22047         all the widgets.  Don't require cl or widget.  Remove
22048         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
22049         (widget-read-event): Removed.  Callers changed to use read-event.
22050         (widget-button-release-event-p): Renamed from
22051         button-release-event-p.
22052         (widget-field-add-space, widget-field-use-before-change):
22053         Uncustomize.
22054         (widget-specify-field): Use keymap property, not local-map.
22055         (widget-specify-button): Obey :suppress-face.
22056         (widget-specify-insert): Use modern backquote syntax.
22057         (widget-image-directory): Renamed from widget-glyph-directory.
22058         (widget-image-enable): Renamed from widget-glyph-enable.
22059         (widget-image-find): Replaces widget-glyph-find.
22060         (widget-button-pressed-face): Move defvar.
22061         (widget-image-insert): Replaces widget-glyph-insert.
22062         (widget-convert): Use keywordp.
22063         (widget-leave-text, widget-children-value-delete): Use mapc.
22064         (widget-keymap): Remove XEmacs stuff.
22065         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
22066         (widget-button-click): Don't set point at the click, but re-centre
22067         if we scroll out of window.  Rewritten for images v. glyphs &c.
22068         (widget-tabable-at): Use POS arg, not point.
22069         (widget-beginning-of-line, widget-end-of-line)
22070         (widget-item-value-create, widget-sublist, widget-princ-to-string)
22071         (widget-sexp-prompt-value, widget-echo-help): Simplify.
22072         (widget-default-create): Use widget-image-insert; some rewriting.
22073         (widget-visibility-value-create)
22074         (widget-push-button-value-create, widget-toggle-value-create): Use
22075         widget-image-insert.
22076         (checkbox): Create on and off images dynamically.
22077         (documentation-link): Change :help-echo.
22078         (widget-documentation-link-echo-help): Remove.
22080 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
22082         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
22084         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
22085         (easy-mmode-define-toggle, define-minor-mode): Use it.
22086         (easy-mmode-define-keymap): Docstring fix.
22087         (define-derived-mode): Default PARENT to fundamental-mode.
22088         Add the derived-mode-parent symbol-property.
22089         (easy-mmode-derived-mode-p): New function.
22091 2000-06-02  Dave Love  <fx@gnu.org>
22093         * files.el (convert-standard-filename): Doc fix.
22094         (normal-backup-enable-predicate): New function.
22095         (backup-enable-predicate): Use it to replace the lambda form.
22097         * calendar/todo-mode.el: [This needs more work on the outline
22098         stuff.]  Doc fixes.
22099         (todo) <defgroup>: Add :version.
22100         (todo-add-category): Don't use pushnew.
22101         (todo-cmd-raise): Fix typo.
22102         (todo-top-priorities): Change temp buffer name.
22103         (todo-category-alist): Avoid redundant lambda.
22104         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
22105         Use outline-next-heading.
22107         * autoarg.el: Rewritten to use define-minor-mode.
22108         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
22109         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
22111 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
22113         * isearch.el (isearch-other-meta-char): Fix previous change.
22115 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
22117         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
22118         (log-edit-done): Only add the comment to the ring if it's different
22119         from the last comment entered.
22121         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
22123 2000-06-01  Dave Love  <fx@gnu.org>
22125         * hl-line.el: Rewritten using define-minor-mode.
22127         * help.el (describe-function-1): Distinguish special form from
22128         builtin function.  Sanity-check presence of arglist for builtins.
22130 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
22132         * international/characters.el: Fix syntax/category setting of
22133         Tibetan characters.
22135         * language/tibet-util.el (tibetan-add-components): Fixes for new
22136         encoding of Tibetan characters.
22137         (tibetan-decompose-precomposition-alist): New variable.
22138         (tibetan-decompose-region): Convert precomposed characters to
22139         non-precomposed characters.
22140         (tibetan-decompose-string): Likewise.
22141         (tibetan-composition-function): Fix args to
22142         thibetan-compose-string.
22144         * language/tibetan.el (tibetan-composable-pattern): More
22145         characters included.
22146         (tibetan-consonant-transcription-alist): Rule for "R" added.
22147         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
22148         "+R" added.
22149         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
22151         * language/lao-util.el (lao-composition-function): Fix args to
22152         compose-string.
22154         * language/thai-util.el (thai-composition-function): Fix args to
22155         compose-string.
22157         * isearch.el (isearch-update): Set disable-point-adjustment to t
22158         to prevent the point moving to the end of a composition when a
22159         part of a composition is searched.
22160         (isearch-other-meta-char): If the key invoking this command can be
22161         mapped by function-key-map to a printing char, call
22162         isearch-process-search-char directly.
22164 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
22166         * emacs-lisp/bytecomp.el:
22167         * frame.el:
22168         * international/mule-cmds.el:
22169         * international/mule-util.el:
22170         * international/mule.el:
22171         * mouse.el:
22172         * subr.el:
22173         * faces.el: Update calls to make-obsolete with a WHEN argument.
22175         * byte-run.el (make-obsolete, make-obsolete-variable):
22176         Add an optional WHEN argument and change the format of the
22177         symbol-property information.
22178         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
22179         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
22180         new obsolete-symbol-property format and print WHEN if it is provided.
22182 2000-05-31  Dave Love  <fx@gnu.org>
22184         * loadhist.el (loadhist-hook-functions): Remove
22185         before-change-function, after-change-function.
22186         (unload-feature): Deal with symbols which are both bound and
22187         fbound.
22189         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
22190         before-change-function, after-change-function.
22192         * simple.el (newline): Don't bind before-change-function,
22193         after-change-function.
22195 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
22197         * whitespace.el (whitespace-rescan-timer-time): Update interval
22198         set to 600 seconds (10 minutes) instead of 60 seconds since
22199         a large number of whitespace buffers causes emacs to `freeze'
22200         for a considerable amount of time.
22202         * whitespace.el: Updated email address
22204 2000-05-31  Dave Love  <fx@gnu.org>
22206         * add-log.el (change-log-font-lock-keywords) <function>: Add
22207         pattern for function of change.
22208         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
22209         acknowledgements patterns.
22211 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
22213         * isearch.el (isearch-printing-char): If keyboard coding system is
22214         being used, call isearch-process-search-multibyte-characters.
22216         * international/isearch-x.el: Mostly rewritten.
22218         * international/quail.el (quail-start-conversion): Don't include
22219         unhandled events in the returned events, but set them in
22220         unread-command-events.  Exit if all inputs are deleted.
22222 2000-05-30  Jason Rumney  <jasonr@gnu.org>
22224         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
22226         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
22227         Reenable code to create initial fontsets.
22228         Use set-fontset-font in place of put-charset-property.
22230 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
22232         * progmodes/perl-mode.el (perl-indent-line): When looking for a
22233         label, ensure that the first colon isn't followed by another.
22235         * paths.el (Info-default-directory-list): Doc fix.
22237         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
22238         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
22239         send a query containing USER only, not USER@HOST.
22241         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
22242         and rmail-msgend to compute the restriction at the end, instead of
22243         computing it.
22245 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
22247         * dabbrev.el (dabbrev-expand): Don't display messages in the
22248         echo area if the minibuffer window is active.
22250         * jit-lock.el (jit-lock-mode): Add after change function to
22251         local hook.
22253 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
22255         * antlr-mode.el: New commands: hide/unhide actions,
22256         upcase/downcase literals.
22257         (antlr-tiny-action-length): New user option.
22258         (antlr-hide-actions): New command.  Suggested by
22259         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
22260         (antlr-mode-map): New binding [C-c C-v].
22261         (antlr-mode-menu): New entries.
22262         (antlr-downcase-literals): New command.
22263         (antlr-upcase-literals): Ditto.
22265         * antlr-mode.el: Minor changes: indendation, mode-name.
22266         (antlr-indent-line): Indent cpp directive at column 0.
22267         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
22269         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
22270         (antlr-font-lock-additional-keywords): Workaround for intentional
22271         bug in XEmacs version of font-lock.
22272         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
22273         be used by a smarter version of `buffers-menu-grouping-function'.
22275 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
22277         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
22278         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
22280 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
22282         * international/encoded-kb.el
22283         (encoded-kbd-iso2022-designation-map): Pay attention to that
22284         charset-iso-final-char return -1 for eight-bit-control and
22285         eight-bit-graphic.
22287 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
22289         * speedbar.el (speedbar-use-images, speedbar-update-flag)
22290         (speedbar-easymenu-definition-base): Use display-graphic-p where
22291         available, instead of window-system.
22293 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
22295         * international/codepage.el (cp-coding-system-for-codepage-1): Add
22296         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
22297         coding systems.
22299 2000-05-26  Dave Love  <fx@gnu.org>
22301         * disp-table.el (standard-display-underline): Don't use
22302         internal-find-face.
22304         * mail/reporter.el: Maintainer change.  Doc fixes.
22305         (reporter-version): Deleted.
22307         * emacs-lisp/elp.el: Maintainer change.
22308         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
22310 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
22312         * add-log.el (add-change-log-entry): Merge the current entry with the
22313         previous one if the previous one is empty.
22315 2000-05-26  Dave Love  <fx@gnu.org>
22317         * loadhist.el (unload-feature): Fix interactive spec [from
22318         lijnzaad@ebi.ac.uk].
22320         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
22321         subr-arity to check primitives.
22322         (byte-compile-flush-pending, byte-compile-file-form-progn)
22323         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
22324         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
22325         mapcar.
22327 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
22329         * international/fontset.el: Set family names of non-latin charsets
22330         in default fontset to "*".
22332         * international/mule-diag.el (print-fontset): Combine family part
22333         and registry part of the fontname by "-*-" instead of "-".
22335         * international/mule-cmds.el (encode-coding-char): Make strings
22336         multibyte before calling encode-coding-string.
22338 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
22340         * derived.el: Fix keywords.
22341         (define-derived-mode): Only define if needed.
22343         * simple.el (fill-comment, comment-column, comment-start)
22344         (comment-start-skip, comment-end, comment-indent-function)
22345         (block-comment-start, block-comment-end, indent-for-comment)
22346         (set-comment-column, kill-comment, comment-padding, comment-region)
22347         (comment-multi-line, indent-new-comment-line): Remove.
22349         * bindings.el (esc-map): Change ; to comment-dwim and use the new
22350         function names for comment operations.
22352         * newcomment.el: Add abundant autoload cookies.
22353         (comment-style): Don't depend on runtime data at compile-time.
22354         (comment-indent-hook): Remove.
22355         (comment-indent): Check if comment-indent-hook is bound.
22356         (comment-region): Docstring fix.
22358 2000-05-25  Dave Love  <fx@gnu.org>
22360         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
22361         byte-code-function-p.
22363         * mail/rmailsum.el: Add provide.
22365         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
22367         * smerge-mode.el (smerge-diff-switches): Don't use list* in
22368         defcustom.
22370 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
22372         * ediff-diff.el (ediff-exec-process): delete --binary option from
22373         non-buffer ediff jobs.
22375 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
22377         * hilit-chg.el (highlight-changes-mode): Ask about color or
22378         grayscale support, not about window-system.
22380         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
22381         window-system.
22382         (ffap-highlight): Always default to t.
22384         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
22385         display-popup-menus-p instead of looking at window-system.
22387         * disp-table.el (standard-display-g1, standard-display-graphic):
22388         Only refuse to use string glyphs on X and MS-Windows.
22390         * avoid.el: Remove window-system from commentary, suggest to use
22391         display-*-p instead.
22393         * apropos.el (apropos-print): Use display-mouse-p instead of
22394         window-system.
22396 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
22398         * international/codepage.el (cp-decoding-vector-for-codepage):
22399         Fill up unsupported characters with their own codes.  From Kenichi
22400         Handa.
22402 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
22404         * international/mule-diag.el (describe-char-after): Use
22405         display-graphic-p instead of window-system, so that this function
22406         works on MS-DOS.
22408 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
22410         * international/codepage.el (cp-make-coding-systems-for-codepage):
22411         Remove the eight-bit-graphic and eight-bit-control charsets from
22412         the list of charsets which we convert into `?'.
22414 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
22416         * international/mule-conf.el: Specify CHARSET-ID explicitely for
22417         private charsets.
22418         (mule-unicode-0100-24ff, japanese-jisx0213-1,
22419         japanese-jisx0213-2): New charsets.
22421         * international/fontset.el: Setup default fontset for new charsets.
22423 2000-05-24  Dave Love  <fx@gnu.org>
22425         * info.el (Info-find-node-2): Restructure [following "Vadim
22426         S. Solomin" <sovs@uic.nnov.ru>].
22428         * icomplete.el: Fix header for Finder.
22430 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
22432         * rmailout.el (rmail-output-to-rmail-file): Added optional param
22433         STAY.
22435         * rmail.el (rmail-automatic-folder-directives): New user variable.
22436         (rmail-show-message): Add call to `rmail-auto-file' during
22437         display.
22438         (rmail-auto-file): New function.
22440 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
22442         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
22443         account.
22444         (ediff-test-utility,ediff-diff-mandatory-option)
22445         (ediff-reset-diff-options): Utilities for proper initialization of
22446         ediff-diff-options and ediff-diff3-options on Windows.
22448         * ediff-init.el (ediff-merge-filename-prefix): New customizable
22449         variable.
22451         * ediff-mult.el (ediff-filegroup-action): Use
22452         ediff-merge-filename-prefix.
22454 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
22456         * viper-ex.el (ex-write): Set selective display to nil.
22458 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
22460         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
22461         aliases for hebrew-iso-8bit.
22463 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
22465         * woman.el: New version from Francis J. Wright
22466         <F.J.Wright@Maths.QMW.ac.uk>.
22467         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
22468         names in environment variables regardless of the path separator.
22469         (woman-topic-all-completions-1): Don't call file-name-directory-p
22470         on all files, since woman-file-regexp already filters out any
22471         directories.
22473 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
22475         * international/quail.el (quail-start-translation): Don't change
22476         modified-p of the current buffer.
22477         (quail-start-conversion): Likewise.
22479         * international/kkc.el (kkc-region): Don't change modified-p of
22480         the current buffer.
22482         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
22483         conform to RFC1468.
22484         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
22486 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
22488         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
22489         (speedbar-insert-button): Invisible text property fix.
22490         (speedbar-directory-plus): Renamed from speedbar-directory-+
22491         (speedbar-directory-minus): Renamed from speedbar-directory--
22492         (speedbar-page-plus): Renamed from speedbar-file-+
22493         (speedbar-page-minus): Renamed from speedbar-file--
22494         (speedbar-page): Renamed from speedbar-file-
22495         (speedbar-tag): Renamed from speedbar-tag-
22496         (speedbar-tag-plus): Renamed from speedbar-tag-+
22497         (speedbar-tag-minus): Renamed from speedbar-tag--
22498         (speedbar-expand-image-button-alist): Use above renames.
22500         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
22501         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
22502         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
22503         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
22504         * sb-pg.xpm: Renamed from sb-file.xpm
22505         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
22506         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
22508 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
22510         * international/quail.el (quail-show-guidance-buf): Set
22511         current-input-method of the guidance buffer to the name of the
22512         curren input method.
22514 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
22516         * progmodes/compile.el (compile-internal): Style typo.
22518         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
22519         quote vars and functions in the docstring.
22521         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
22523         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
22524         Don't quote lambdas.
22526         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
22528 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
22530         * startup.el (command-line): Determine source file of compiled
22531         user init file differently.  Warn if compiled user init file
22532         is older than its source file.
22534         * ffap.el (ffap-url-regexp): Add `https'.
22536 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
22538         * files.el (make-backup-file-name-1): Replace slashes with `!'
22539         rather than `|' (which is not allowed on Windows).  Replace the
22540         drive letters with a string "drive_X".
22542 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
22544         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
22546         * files.el (interpreter-mode-alist): Add `bash2'.
22548 2000-05-22  Dave Love  <fx@gnu.org>
22550         * loadhist.el (feature-symbols, file-provides, file-requires): Use
22551         mapc.
22552         (feature-file): Avoid calling symbol-name.  Doc fix.
22553         (file-set-intersect, file-dependents): Use dolist, not mapcar.
22554         (loadhist-hook-functions): Add mouse-position-function.
22555         (unload-feature): Change uses of mapcar.
22557         * files.el (parse-colon-path): Doc fix.
22558         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
22559         (set-auto-mode): Use mapc.
22561         * complete.el (PC-look-for-include-file): Use :alnum: character
22562         class.
22563         (partial-completion-mode): Add autoload cookie.
22565 2000-05-22  Sam Steingold  <sds@gnu.org>
22567         * info.el (Info-fontify-node): Fixed the call to
22568         `add-text-properties' (bug introduced on 2000-05-18).
22570 2000-05-22  Dave Love  <fx@gnu.org>
22572         * bindings.el: Remove debug-ignored-errors set in other files.
22574         * progmodes/etags.el: Add to debug-ignored-errors.
22575         (visit-tags-table-buffer): Clear out buffers holding old tables
22576         when making a new list.
22577         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
22578         mapc.
22580         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
22581         quote keywords.
22582         (cmpl-string-case-type): Use character classes.
22584         * comint.el:
22585         * textmodes/ispell.el:
22586         * imenu.el:
22587         * mail/mh-e.el:
22588         * progmodes/compile.el: Add to debug-ignored-errors.
22590         * dabbrev.el: Add to debug-ignored-errors.
22591         (dabbrev-completion): Use mapc.
22593 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
22595         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
22596         (woman-mapcan, woman-parse-man.conf)
22597         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
22598         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
22599         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
22600         path syntax better.
22601         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
22602         (woman-manpath): Call woman-parse-man.conf.
22603         (woman-emulation): New defcustom, defaults to nroff.
22604         (woman-font-support): New defconst.
22605         (woman-use-symbol-font): New defcustom.
22606         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
22607         "Emulation".
22608         Many functions: Doc fix.
22610 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
22612         * international/quail.el (quail-simple-translation-keymap): Map
22613         128..255 to quail-self-insert-command.
22614         (quail-keyboard-layout-alist): Add definition for "pc102-de".
22616 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
22618         * help.el (help-manyarg-func-alist): Typo.
22620         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
22621         intervals which makes it heaps simpler.
22623         * newcomment.el (comment-region-internal): Go back to BEG after quoting
22624         the nested comment markers.
22626         * subr.el (remove-hook): Don't turn the hook's value into a list.
22628 2000-05-21  Dave Love  <fx@gnu.org>
22630         * edmacro.el (edmacro-parse-keys): Return vector if any elements
22631         are invalid characters.
22633         * international/mule-util.el (detect-coding-with-priority): Use
22634         mapc.  Remove redundant lambda.
22636         * international/mule-diag.el (list-non-iso-charset-chars)
22637         (describe-fontset): Remove redundant lambda.
22639         * emulation/crisp.el (brief-mode): New alias.
22641         * emacs-lisp/ring.el (ring-elements): New function.
22643         * emacs-lisp/easymenu.el (easy-menu-create-menu)
22644         (easy-menu-do-add-item): Use keywordp.
22646         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
22648         * replace.el: Doc and error message fixes.
22649         (replace-highlight): Use facep, not internal-find-face.
22651 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
22653         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
22655         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
22656         (log-edit-insert-changelog): Drop `:' as well.
22658         * log-view.el: Fix file description.
22659         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
22660         available.
22661         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
22662         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
22664         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
22665         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
22666         Print a status message if the toggle is called interactively.
22667         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
22668         for global minor modes and use `defcustom' for them.
22669         Use add-minor-mode.
22670         (easy-mmode-define-derived-mode): Remove.
22671         (define-derived-mode): Fancier default docstring.
22672         (easy-mmode-define-navigation): Signal an error rather than (ding).
22674         * newcomment.el (comment-styles): New `box-multi'.
22675         (comment-normalize-vars): Better default for comment-continue to
22676         avoid whitespace-only continuations.
22677         (comment-search-forward): Always move even in the no-syntax case.
22678         (comment-padright): Only obey N if it's only obeyed for padleft.
22679         (comment-make-extra-lines): Better handling of empty continuations.
22680         Use `=' for the filler if comment-start has only one character.
22681         (uncomment-region): Try handling the special `=' filler.
22682         (comment-region): Allow LINES even if MULTI is nil.
22683         (comment-box): Choose box style based on comment-style.
22685 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
22687         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
22688         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
22690 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
22692         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
22693         and insert, not subst-char-in-region.
22695         * international/mule-diag.el (list-character-sets-1): Handle
22696         charsets eight-bit-control and eight-bit-graphic.
22697         (list-iso-charset-chars): Likewise.
22698         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
22699         charactes as is.  Use indent-to to align characters.
22701         * international/mule-cmds.el (find-multibyte-characters): Never
22702         exclude charsets eight-bit-control and eight-bit-graphic.
22704 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
22706         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
22707         Don't quote lambdas.
22709         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
22711 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
22713         * gud.el (gud-jdb-directories): Doc fix.
22715 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
22717         * newcomment.el: New file.
22719 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
22721         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
22723 2000-05-18  Andreas Schwab  <schwab@suse.de>
22725         * dired.el (dired-between-files): Also skip lines beginning with
22726         `used'.
22728 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
22730         * msb.el (msb-menu-cond): Add choice `user'.
22732 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
22734         * ps-print.el: Compatibility, customization and doc fix.
22735         (ps-printer-name-option): Replace defconst by defvar.
22736         (ps-postscript-code-directory): XEmacs compatibility.
22737         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
22738         fix.
22739         (ps-user-defined-prologue, ps-print-prologue-header)
22740         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
22741         compatibility and code fix.
22742         (ps-print-background-image, ps-print-background-text):
22743         Customization fix.
22744         (ps-line-number-start, ps-n-up-on): New vars.
22746 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
22748         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
22749         the indent-comment function to just return the appropriate indent.
22751 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
22753         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
22754         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
22755         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
22757 2000-05-18  Dave Love  <fx@gnu.org>
22759         * info.el (Info-fontify-node): Add intangible property as well as
22760         invisible.
22762         * calendar/appt.el (appt-make-list): Match all lines of entry.
22763         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
22765 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
22767         * international/mule-diag.el (describe-char-after): Call
22768         internal-char-font, not char-font.  If internal-char-font returns
22769         nil, display "-- none --".
22771 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
22773         * image.el (image-type-available-p): Don't reference image-types
22774         if it isn't bound.
22776 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
22778         * autoarg.el (autoarg-mode): Typo in the :set argument.
22780 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
22782         * startup.el (command-line-1): Don't signal an error if the
22783         directory for auto-save-list files does not yet exist.
22785 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
22787         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
22789 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
22791         * subr.el (remove-hook): `setq' hook-value, not `set'.
22793 2000-05-16  Sam Steingold  <sds@gnu.org>
22795         * info.el (debug-ignored-errors): More errors to ignore.
22797 2000-05-16  Dave Love  <fx@gnu.org>
22799         * cus-edit.el: Don't require cl or easymenu.
22800         (custom-variable-prompt): Test standard-value property, not
22801         user-variable-p.
22803 2000-05-16  Sam Steingold  <sds@gnu.org>
22805         * subr.el (add-hook): `setq' hook-value, not `set'.
22807 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
22809         * startup.el (command-line-1): Mention the FAQ in the startup
22810         message.
22812         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
22814         * progmodes/compile.el (compilation-parse-errors): Collect
22815         `nomessage' regexps last.
22817         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
22819         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
22820         to the function name.
22822 2000-05-15  Dave Love  <fx@gnu.org>
22824         * speedbar.el (speedbar-recenter): Typo.
22825         (speedbar-expand-line): Make arg optional.
22826         (speedbar-mode): Avoid a compiler warning.
22828 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
22830         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
22831         user-specified option string is empty.
22833         * mouse.el (mouse-yank-at-click): Doc fix.
22835 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
22837         * term/internal.el (IT-character-translations): More updates of
22838         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
22839         documents.
22841 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
22843         * env.el (getenv): New function, interactively callable.
22844         (setenv, getenv): Remove autoload cookies.
22846         * loadup.el: Load `env'.
22848         * progmodes/f90.el: Change author's mail address.
22850 2000-05-14  Dave Love  <fx@gnu.org>
22852         * mail/rmail.el (rmail-show-message-hook): Customize and offer
22853         goto-addr as an option.
22855         * help.el (help-xref-stack): Doc fix.
22856         (help-xref-following): New variable.
22857         (help-make-xrefs): Use it.
22858         (help-xref-go-back): Use position information from stack element.
22859         (help-follow): Make position in stack element a pair.  Use
22860         help-xref-following.
22862         * autoarg.el: New file.
22864         * faces.el: Declare more functions obsolete.
22866         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
22867         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
22868         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
22869         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
22870         Remove all the setup-...-environment functions.
22872 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
22874         * speedbar.el: Updated the commentary section.  xemacs20p now uses
22875         >= when detecting.  Require `defimage' safely.
22876         (speedbar-easymenu-definition-base): Add toggle for images.
22877         (speedbar-easymenu-definition-special): Add flush cache & expand.
22878         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
22879         (speedbar-reconfigure-keymaps-hook): New variable.
22880         (speedbar-frame-parameters): Updated documentation.
22881         (speedbar-use-imenu-flag): Updated custom tag
22882         (speedbar-dynamic-tags-function-list): New variable.
22883         (speedbar-tag-hierarchy-method): Updated doc & custom.
22884         (speedbar-indentation-width, speedbar-indentation-width) New
22885         variables.
22886         (speedbar-hide-button-brackets-flag): Customizable.
22887         (speedbar-vc-indicator): Doc update.
22888         (speedbar-ignored-path-expressions): Updated default value.
22889         (speedbar-supported-extension-expressions): Updated default value.
22890         (speedbar-syntax-table): Remove {} paren status.
22891         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
22892         as "+".  Added overlay aliases.
22893         (speedbar-mode): Use `speedbar-mode-line-update' instead of
22894         `force-mode-line-update'.
22895         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
22896         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
22897         `mouse-set-point'
22898         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
22899         (speedbar-item-info-tag-helper): Revamped to handle a wider range
22900         of arbitrary text, and new helper functions.
22901         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
22902         filename finder.
22903         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
22904         (speedbar-directory-buttons): Update path search/expansion.
22905         (speedbar-make-tag-line): Pay attention to
22906         `speedbar-indentation-width'.  Use more care w/ invisible
22907         properties.
22908         (speedbar-change-expand-button-char): Call
22909         `speedbar-insert-image-button-maybe'.
22910         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
22911         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
22912         (speedbar-trim-words-tag-hierarchy)
22913         (speedbar-simple-group-tag-hierarchy): New functions
22914         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
22915         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
22916         functions.
22917         (speedbar-mouse-set-point): New function
22918         (speedbar-power-click): Updated documentation.
22919         (speedbar-line-token, speedbar-goto-this-file): Handle more types
22920         of tag prefix text.
22921         (speedbar-expand-line, speedbar-contract-line): Make more robust
22922         to strange text.
22923         (speedbar-expand-line): Takes universal argument to flush the
22924         cache.
22925         (speedbar-flush-expand-line): New function.
22926         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
22927         Use new generator insertion method.
22928         (speedbar-fetch-dynamic-tags): New function.
22929         (speedbar-fetch-dynamic-imenu): Removed code now handled in
22930         `speedbar-fetch-dynamic-imenu'.
22931         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
22932         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
22933         "Revert Buffer" menu items.
22934         (speedbar-buffer-buttons-engine): Be smarter when creating a
22935         filename tag (for expansion purposes.).
22936         (speedbar-highlight-one-tag-line,
22937         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
22938         (speedbar-recenter): New functions.
22939         (defimage-speedbar): Image loading abstraction.
22940         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
22941         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
22942         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
22943         (speedbar-tag-type, speedbar-tag-mail): New images.
22944         (speedbar-expand-image-button-alist): New variable.
22945         (speedbar-insert-image-button-maybe): Insert an image over some
22946         buttons.
22948 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
22950         * international/mule-cmds.el (encode-coding-char): An ASCII
22951         character is always encodable.
22953         * international/mule-conf.el: Add more information in descriptions
22954         of character sets.
22956         * international/mule-diag.el (describe-char-after): New function.
22957         (describe-font-internal): Adjusted for the change of font-info.
22958         (describe-font): Likewise.
22959         (print-fontset): Rewritten for the new fontset implementation.
22960         (describe-fontset): Include fontset alias names in completion.
22961         (list-fontsets): Adjusted for the change of print-fontset.
22963         * simple.el (what-cursor-position): If DETAIL is non-nil, call
22964         describe-char-after instead of displaying the detail in the echo
22965         area.
22966         (syntax-code-table): Format changed.
22967         (string-to-syntax): Adjusted for the above change.
22969 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
22971         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
22973 2000-05-12  Dave Love  <fx@gnu.org>
22975         * calendar/todo-mode.el: Remove some compatibility stuff and CL
22976         dependence.  Use line-{beginning,end}-position, not
22977         point-at{b,e}ol.  Some doc fixes.
22978         (todo-position): New function.  Fix callers of position to use it.
22979         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
22981 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
22983         * time.el (display-time-mail-icon): Use `:ascent center'.
22985         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
22986         handling FTP security extensions.
22988 2000-05-11  Dave Love  <fx@gnu.org>
22990         * calendar/todo-mode.el: New file.
22992 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
22994         * comint.el (comint-read-input-ring): Move reference to
22995         comint-input-ring-size outside of the save-excursion.  It was
22996         causing the default value to be the only one ever seen.
22998         * font-lock.el: Update copyright.  Remove Simon Marshall's email
22999         address on request from him.
23001         * subr.el (substitute-key-definition): Add comment describing
23002         the meaning of PREFIX.
23004 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
23006         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
23008         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
23009         (add-minor-mode): Don't make the variable buffer-local and add a
23010         reference to define-minor-mode in the docstring.
23012         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
23013         HEADER/FOOTER and fix bug with trailing empty directory.
23014         (cvs-append-to-ignore): Use vc-editable-p if available.
23015         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
23016         (vc-do-command): Tweak advice to handle the new VC.
23018         * log-view.el (log-view-goto-rev): New function for the new VC.
23019         (log-view-minor-wrap): Use mark-active.
23021         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
23022         (log-edit-changelog-full-paragraphs): New var.
23023         (log-edit-insert-changelog): Remove a lonely leading `* file'.
23024         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
23025         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
23026         (log-edit-changelog-ours-p, log-edit-changelog-entries)
23027         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
23028         Replace the `cvs' prefix with `log-edit'.
23030         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
23032         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
23033         (diff-font-lock-defaults): Explicitly turn off multiline.
23034         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
23035         (diff-ediff-patch): Fix call to ediff-patch-file.
23036         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
23037         Handle comments.
23039         * frame.el (automatic-hscrolling): Typo.
23041         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
23043 2000-05-09  Sam Steingold  <sds@goems.com>
23045         * apropos.el (apropos-print): use `describe-face' instead of
23046         `customize-face-other-window'.
23048 2000-05-09  Dave Love  <fx@gnu.org>
23050         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
23052         * help.el (describe-variable): Have customize button pop the
23053         help-xref stack when invoked.
23054         (help-xref-symbol-regexp): Add `face'.
23055         (help-make-xrefs): Check for quoted face names and adapt regexp
23056         submatch numbers to cope.
23057         (help-xref-interned): Maybe insert face doc too.  Separate
23058         sections with a line of hyphens.
23060         * faces.el:  Some doc fixes.  Declare some functions obsolete.
23061         (describe-face): Add customize button.  Return the help
23062         text.  Fix prompt.
23064 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
23066         * term/internal.el (IT-character-translations): Fix last change.
23068 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
23070         * woman.el: New file
23071         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
23073 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
23075         * term/internal.el (IT-character-translations): Update ASCII
23076         simulations for greek-iso8859-7, add latin-iso8859-14 and
23077         latin-iso8859-15.
23079         * international/mule-cmds.el (set-language-info-alist): Call
23080         define-prefix-command with 3 arguments, to make the map suitable
23081         for a menu.
23083 2000-05-07  Dave Love  <fx@gnu.org>
23085         * time.el: Small doc fixes from Pavel Jan\e,Bm\e(Bk ml.
23087 2000-05-05  Dave Love  <fx@gnu.org>
23089         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
23090         list in doc string.  Don't quote keyword symbols.
23091         * emacs-lisp/cl.el: Likewise
23092         * emacs-lisp/cl-seq.el: Likewise
23094 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
23096         * abbrev.el (abbrev-mode): Make ARG optional.
23098 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
23100         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
23102         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
23104         * subr.el (substitute-key-definition): Clarify documentation.
23106 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
23108         * glasses.el (glasses-convert-to-unreadable): Use
23109         `glasses-separator' instead of the hard-wired "_".
23110         (glasses-mode): Call `glasses-make-unreadable' only in a single
23111         place.
23113 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
23115         * term/internal.el (cjk-codepages-alist): Add associations for
23116         Chinese and Korean codepages.  Remove FIXME comment.
23118 2000-05-03  Dave Love  <fx@gnu.org>
23120         * time.el (display-time-mail-face, display-time-use-mail-icon):
23121         New option.
23122         (display-time-mail-icon): New variable.
23123         (display-time-string-forms): Use the above.  Fix the local-map.
23125 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
23127         * replace.el (query-replace-map): Add binding for `E'.
23128         (query-replace-help): Extend help text.
23129         (perform-replace): Allow editing the replacement string.
23131         * make-mode.el (makefile-mode-abbrev-table): New variable.
23132         (makefile-mode): Set local abbrev table to
23133         makefile-mode-abbrev-table.
23134         (makefile-font-lock-keywords): Fontify includes and conditionals.
23136         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
23137         set TOGGLE's value.
23139         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
23140         mail-interactive-insert-alias.
23141         (mail-abbrev-complete-alias): New command.
23142         (mail-mode-map): Bind it to `M-TAB'.
23144 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
23146         * language/lao-util.el (lao-compose-region): New function.
23148 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
23150         * files.el (recover-session): Make directories as necessary
23151         if they don't exist yet.
23153         * calendar/cal-french.el
23154         (french-calendar-multibyte-special-days-array)
23155         (french-calendar-special-days-array): Change French text.
23156         (calendar-french-date-string): Change output.
23157         (calendar-goto-french-date): Likewise.
23159 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
23161         * wid-edit.el (widget-default-active): Obey `:always-active'.
23162         (widget-documentation-string-value-create): Set `:always-active'.
23164 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
23166         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
23167         default prefix to `~/_emacs.d/auto-save.list/_s'.
23168         (normal-top-level): Create the directory for auto-save files, if
23169         it doesn't already exist (in the ms-dos case only).
23171 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
23173         * international/mule-cmds.el (set-language-environment): Don't
23174         concat an integer (dos-codepage), use format instead.
23176 2000-05-02  Dave Love  <fx@gnu.org>
23178         * help.el (help-xref-on-pp): Check for constant symbols.
23180 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
23182         * startup.el (normal-top-level): Put a condition-case around
23183         the code loading subdirs.el.
23185 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
23187         * ps-print.el: Upside-down and face background color printing,
23188         line number step, doc fix.
23189         (ps-print-version): New version number (5.2).
23190         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
23191         (ps-face-attribute-list, ps-plot-with-face): Code fix.
23192         (ps-spool-config): Var fix.
23193         (ps-printer-name-option): Const fix.
23194         (ps-print-upside-down, ps-use-face-background)
23195         (ps-line-number-step): New vars.
23196         (ps-window-system, ps-lp-system): New consts.
23197         (ps-face-background): New fun.
23199 2000-04-28  Richard Stallman  <rms@gnu.org>
23201         * files.el (make-auto-save-file-name):
23202         Apply auto-save-file-name-transforms to visited file name
23203         before generating auto save file name.
23204         (auto-save-file-name-transforms): New variable.
23206         * files.el (backup-enable-predicate):
23207         Correctly test for a file under a temporary directory.
23209 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
23211         * subr.el (add-minor-mode): Rewritten.
23213 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
23215         * mail/sendmail.el (sendmail-send-it): Set
23216         buffer-file-coding-system to the selected coding system for MIME
23217         header.
23219 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
23221         * dired.el (dired-move-to-filename-regexp): Allow format where
23222         YYYY is followed by two spaces.
23224         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
23225         in the second character class of the regexp.
23227         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
23228         mh-etc, too.
23230         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
23231         nil.
23233         * subr.el (add-minor-mode): Use `set' instead of `setq'.
23235         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
23236         argument.
23238 2000-04-27  Sen Nagata <sen@eccosys.com>
23240         * emacs-lisp/crm.el (crm-completion-table): New variable.
23241         (crm-collection-fn, crm-test-completion)
23242         (completing-read-multiple): Use it.
23244 2000-04-27  Dave Love  <fx@gnu.org>
23246         * help.el (locate-library): Use mapc.
23247         (help-manyarg-func-alist): Add call-process-region.
23249 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
23251         * subr.el (add-minor-mode): Make argument MAP optional.
23253         * desktop.el (desktop-save): Save list of minor modes.
23254         (desktop-create-buffer): Restore minor modes.
23255         (desktop-minor-mode-table): New user-option.
23257         * subr.el (add-minor-mode): New function.
23259         * image.el (find-image): New function.
23260         (defimage): Rewritten to find image at load time.
23262         * startup.el (normal-top-level-add-to-load-path): Handle
23263         case that the default directory is not in load-path.
23265         * help.el: Old patch from Stefan Monnier.
23266         (help-xref-on-pp): New function.
23267         (describe-variable): Use it to display xrefs in a symbol's value.
23269 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
23271         * cus-edit.el (custom-face): Fix parenthesis.
23273 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
23275         * mail/rmail.el (rmail-expunge): When there are no deleted
23276         messages, do nothing.
23278 2000-04-26  Dave Love  <fx@gnu.org>
23280         * international/mule-cmds.el (locale-translation-file-name):
23281         Defvar to nil.
23282         (set-locale-environment): Set it here (at runtime).
23284 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
23286         * replace.el (perform-replace): Add parameters START and END.  Use
23287         them instead of the check for a region in Transient Mark mode.
23288         (query-replace-read-args): Return two more list elements for the
23289         start and end of the region in Transient Mark mode.
23290         (query-replace, query-replace-regexp, query-replace-regexp-eval)
23291         (map-query-replace-regexp, replace-string, replace-regexp): Add
23292         optional last arguments START and END and pass them to
23293         perform-replace.
23295         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
23296         form with additional arguments for perform-replace.
23298         * progmodes/etags.el (tags-query-replace): Add parameters START
23299         and END.  Construct a form with additional arguments for
23300         perform-replace.
23302         * simple.el (shell-command): Set default directory for "*Shell
23303         Command Output" buffer.
23305         * language/european.el (iso-latin-4): Fix typo.
23307         * emacs-lisp/crm.el: New file.
23309 2000-04-24  Dave Love  <fx@gnu.org>
23311         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
23312         (Custom-reset-saved, Custom-reset-standard)
23313         (custom-group-value-create, custom-group-set, custom-group-save)
23314         (custom-group-reset-current, custom-group-reset-saved)
23315         (custom-group-reset-standard): Use mapc.
23316         (custom-buffer-create-internal): Disable undo when creating items.
23317         Use mapc.
23318         (custom-face): Avoid redundant lambda.
23320 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
23322         * startup.el (auto-save-list-file-prefix): Set default to
23323         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
23325 2000-04-24  Sam Steingold  <sds@gnu.org>
23327         * time-stamp.el (time-stamp-string-preprocess): Always convert
23328         `field-result' to a string.
23330 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
23332         * frame.el (scrolling): New group.
23333         (automatic-hscrolling): New user-option.
23335         * startup.el (command-line-x-option-alist): Add `-lsp' and
23336         `--line-spacing'.
23338 2000-04-19  Dave Love  <fx@gnu.org>
23340         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
23341         (cl-mapc): Rename from mapc.  Fix the funcall.
23343 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
23345         * simple.el (clone-indirect-buffer-other-window): New command.
23346         (clone-indirect-buffer): Add optional arg NORECROD.
23347         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
23349         * help.el (resize-temp-buffer-window): Use count-screen-lines.
23351         * window.el (count-screen-lines): New function.
23352         (shrink-window-if-larger-than-buffer): Use count-screen-lines
23353         instead of window-buffer-height.
23355         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
23356         non-existing variable comint-input-sentinel.
23357         (inferior-lisp-args-to-list): Removed.
23358         (inferior-lisp): Use split-string instead of
23359         inferior-lisp-args-to-list.
23361         * hexl.el (hexl-insert-hex-string): New command.
23363         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
23364         instead of concat.
23366 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
23368         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
23369         at the start of an existing but empty folder.
23371 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
23373         * ps-mule.el: Customization fix, doc fix.
23374         (ps-multibyte-buffer): Customization fix.
23376 2000-04-17  Richard M. Stallman  <rms@gnu.org>
23378         * subr.el (read-passwd): Use read-char-exclusive.
23380 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
23382         * textmodes/texinfo.el (texinfo-insert-@email)
23383         (texinfo-insert-@emph, texinfo-insert-@quotation)
23384         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
23385         (texinfo-mode-map): Add key bindings for them.
23387         * files.el (basic-save-buffer-2): Use a template with `$'
23388         instead of `#' for VMS.
23390         * simple.el (clone-indirect-buffer): New function.
23392 2000-04-16  Stephen Eglen  <stephen@gnu.org>
23394         * iswitchb.el (iswitchb-case): New function.  If the user input
23395         contains any upper-case characters, the search is made
23396         case-sensitive.
23398 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
23400         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
23401         comment-end.
23402         (texinfo-font-lock-syntactic-keywords): New var.
23403         (texinfo-font-lock-keywords): Remove comment regexp.
23404         (texinfo-insert-block): New function.
23405         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
23406         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
23407         and font-lock-defaults.  Use regexp-opt for outline-regexp.
23408         (texinfo-environments): New var.
23409         (texinfo-environment-regexp): Use regexp-opt and
23410         texinfo-environments.
23412         * textmodes/ispell.el (ispell-menu-map-needed): Check that
23413         ispell-process is bound since this might be eval'd before ispell
23414         is loaded.
23415         (ispell-message): Use a tiny bit less magic and a bit more hard
23416         data to figure out what kind of sc-cite-regexp to use.
23418         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
23420         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
23421         (insert-cyclic-diary-entry): Unquote the lambda.
23423         * gud.el (gud-jdb-build-source-files-list): Fix typo.
23425         * files.el (backup-enable-predicate): Unquote the lambda.
23427         * cus-edit.el (custom-face, face): Unquote the lambda.
23429 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
23431         * ps-print.el: Check for line-beginning-position definition.
23433         * ps-print.el: Fix counting lines in a region.
23434         (ps-print-version): New version number (5.1.5).
23435         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
23436         (ps-printing-region): Fun code fix.
23438 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
23440         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
23441         to file-directory-p.
23443 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
23445         * gud.el (gud-jdb-build-source-files-list): Check that directory
23446         exists before calling directory-files.
23448 2000-04-13  Dave Love  <fx@gnu.org>
23450         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
23451         syntax.
23453         * emacs-lisp/cl-specs.el: Remove when, unless.
23455         * emacs-lisp/cl-extra.el: Don't quote keywords.
23456         (cl-old-mapc): New variable.
23457         (mapc): Use it.
23458         (cl-map-intervals): Use with-current-buffer.  Don't check for
23459         next-property-change.
23460         (cl-map-overlays): Use with-current-buffer.
23461         (cl-expt): Remove.
23462         (copy-tree, remprop): Define unconditionally.
23464         * emacs-lisp/cl-compat.el (keywordp): Remove.
23466         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
23467         to use keywordp.
23468         (edebug-spec): Enable keywordp.
23470         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
23471         string-lessp.
23473         * cus-start.el: Use keywordp.
23475 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
23477         * diary-lib.el (include-other-diary-files): Fix the fix of
23478         2000-02-18 by doing a save-excursion.
23480 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
23482         * ps-print.el: Customization fix, doc fix.
23483         (ps-print-version): New version number (5.1.4).
23484         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
23485         (ps-print-preprint): Adjust code.
23486         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
23487         (ps-print-prologue-header, ps-print-control-characters)
23488         (ps-spool-config): Customization fix.
23490 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
23492         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
23493         converted to the new menu-item format, names silightly changed,
23494         help strings added.
23496         Support for spelling without async subprocesses:
23498         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
23499         (ispell-session-buffer): New variables.
23500         (ispell-start-process, ispell-process-status,
23501         ispell-accept-output, ispell-send-string): New functions, for
23502         Ispell invocation when async subprocesses aren't supported.
23503         (ispell-word, ispell-pdict-save, ispell-command-loop,
23504         ispell-process-line, ispell-buffer-local-parsing): Replace calls
23505         to process-send-string with calls to ispell-send-string, and
23506         accept-process-output with ispell-accept-output.
23507         (ispell-init-process): Call ispell-process-status instead of
23508         process-status with.
23509         (ispell-init-process): Call ispell-start-process.  Call
23510         ispell-accept-output and ispell-send-string.  Don't call
23511         process-kill-without-query and kill-process if they are unbound.
23512         (ispell-async-processp): New function.
23514 2000-04-12  Dave Love  <fx@gnu.org>
23516         * info.el: Add debug-ignored-errors.
23517         (Info-mode-menu): Add some items.
23518         (Info-directory): Add autoload cookie.
23520         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
23521         Modify `truncate-lines'.  Make `describe-language-environment'
23522         always visible and add help.  Modify `describe-key' help.  Invoke
23523         Info-directory from `info'.  New entry `emacs-manual'.
23525 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
23527         * progmodes/ebrowse.el (ebrowse-tree-mode):
23528         Use propertized-buffer-identification.
23529         (ebrowse-update-member-buffer-mode-line): Likewise.
23530         (ebrowse--mode-strings): Removed.
23531         (ebrowse--mode-line-props): Removed.
23533         * files.el (auto-mode-alist): Add `EBROWSE'.
23535         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
23536         space before testing for end of buffer.
23537         (ebrowse-load): Removed.
23538         (ebrowse-revert-tree-buffer-from-file): Rewritten.
23539         (ebrowse-create-tree-buffer): Rewritten.
23540         (ebrowse-tree-mode): Read tree from buffer.
23542         * progmodes/ebrowse-ffh.el: Removed.
23544 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
23546         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
23548 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
23550         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
23551         at the wrong place.
23553 2000-04-09  Dave Love  <fx@gnu.org>
23555         * files.el (backup-enable-predicate):
23556         Use temporary-file-directory, small-temporary-file-directory.
23557         (make-backup-file-name-function, backup-directory-alist): New vars.
23558         (make-backup-file-name-1): New function.
23559         (make-backup-file-name): Use it.
23560         (find-backup-file-name): Likewise.  Use format for clarity, not concat.
23561         (file-newest-backup): Use make-backup-file-name.
23563 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
23565         * progmodes/ebrowse-ffh.el: New file.
23567         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
23568         Moved to ebrowse-ffh.el.
23569         (ebrowse-load): Add autoload.
23571         * finder.el (finder-commentary): Add autoload cookie.
23573         * mail/rfc2368.el: Correct author's email address.
23575         * progmodes/ebrowse.el: New file.
23577         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
23578         item help string.
23579         (easy-menu-do-add-item): Ditto.
23580         (easy-menu-define): Extend doc string.
23582         * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
23583         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
23584         (jit-lock-function, jit-lock-stealth-fontify): Don't use
23585         with-buffer-unmodified.
23587 2000-04-08  Dave Love  <fx@gnu.org>
23589         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
23590         unless, when.
23592 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
23594         * viper-util.el (viper-put-on-search-overlay): New subroutine.
23595         (viper-flash-search-pattern): No operation when using Emacs
23596         doesn't support face.
23597         Use `viper-put-on-search-overlay'.
23599 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
23601         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
23602         like C-r.
23604         * progmodes/make-mode.el: Some doc fixes.
23605         (makefile-mode-abbrev-table): New variable.
23606         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
23607         (makefile-font-lock-keywords): Fontify includes and conditionals.
23608         (toplevel): Require `dabbrev' and `add-log' when compiling.
23610         * replace.el (perform-replace): Don't move forward one char
23611         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
23612         to do that because it leaves point 1 position after the last
23613         replacement, after everything has been replaced.
23615         * jit-lock.el (with-buffer-unmodified): New macro.
23616         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
23617         modified state.
23618         (jit-lock-function-1): Extracted from jit-lock-function; not
23619         preserving buffer's modified state.
23620         (jit-lock-function, jit-lock-stealth-fontify):
23621         Call jit-lock-function-1.
23623         * mail/rfc2368.el: Remove supernumerary copyright line.
23625 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
23627         * glasses.el: Provide facilities for inserting space before left
23628         parentheses and uncapitalization of identifiers.
23629         (glasses-mode): Try to remove old overlays in all cases.
23631 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
23633         * progmodes/compile.el (compile-internal): Display the compilation
23634         buffer in a different frame, if it's already displayed there.
23636         * mail/rfc2368.el: New file.
23638         * simple.el (sendmail-user-agent-compose): Recognize a `body'
23639         header and insert its value as mail body.
23641         * subr.el (member-ignore-case): New function.
23643         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
23644         (dabbrev--find-expansion): Ignore buffers matching a regexp
23645         from dabbrev-ignored-regexps.
23647         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
23648         to extensions handled by gzip.
23650 2000-04-03  Richard M. Stallman  <rms@gnu.org>
23652         * files.el (insert-directory): List the total free space
23653         along with the used space.
23655         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
23656         line is followed by one that matches CITATION-REGEXP, end the
23657         paragraph.
23659 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
23661         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
23662         (rmail-make-basic-summary-line): Use that option.
23664 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
23666         * international/mule-cmds.el (encoded-string-description):
23667         Rewritten.   Try pretty description for ISO 2022 escape sequences
23668         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
23669         for hexadecimal format.
23671 2000-04-01  Dave Love  <fx@gnu.org>
23673         * cpp.el: Change customization group to `c' from `C'.
23675         * vcursor.el (vcursor-move): Use display-color-p.
23677         * international/mule-util.el: Provide mule-utils.
23678         (string-to-sequence): Simplify and speed up.
23680         * international/mule.el (make-coding-system): Purecopy doc-string.
23682         * international/mule-cmds.el: Various menu changes.
23683         (describe-specified-language-support): Handle `Default'.
23684         (set-language-info): Purecopy `info'.
23686 2000-03-31  Andrew Innes  <andrewi@gnu.org>
23688         * vc.el (vc-backend-diff): Return the correct status if we had to
23689         retry the rcsdiff command without the --brief option.
23691 2000-03-31  Dave Love  <fx@gnu.org>
23693         * help.el (help-manyarg-func-alist): Correct several omissions.
23695         * add-log.el: Don't require cl, fortran.
23696         (add-log-current-defun-function): Doc fix.
23697         (change-log-version-number-regexp-list): Remove SCCS part.  Doc fix.
23698         (change-log-version-rcs): Function deleted.
23699         (change-log-version-number-search): Doc fix.
23700         Use vc-workfile-version. Avoid CL dolist.
23701         (add-change-log-entry): Just call add-log-current-defun to get
23702         defun.  Simplify somewhat.
23703         (change-log-get-method-definition-1): Likewise.
23704         (add-log-current-defun): Return nil if calling
23705         add-log-current-defun-function does so.  Move Fortran stuff to
23706         fortran.el.  Return string without properties.
23708         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
23709         and :alpha: char classes.
23711         * mail/supercite.el: Defvar curline when compiling.
23712         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
23713         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
23714         rather than a-zA-Z0-9 to allow non-ASCII characters.
23716 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
23718         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
23720         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
23721         Re-enable new code.
23723         * lpr.el (print-region-1): Use -d to specify printer name for
23724         systems `usg-unix-v*, `dgux', `hpux', `irix'.
23726 2000-03-31  Dave Love  <fx@gnu.org>
23728         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
23729         Look for function definition in symbol's function value slot first
23730         instead of first consulting byte-compile-function-environment.
23732 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
23734         * language/european.el ("Polish"): New language environment.
23735         (setup-polish-environment): New function.
23737 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
23739         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
23740         Disable new code.
23742         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
23743         trying to `load' the symbol of an autoload instead of the file
23744         recorded in the autoload.  Fix error messages.
23746 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
23748         * ps-print.el: PostScript programming fix for ghostview, doc fix.
23749         (ps-print-version): New version number (5.1.3).
23750         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
23751         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
23752         (ps-generate-postscript-with-faces): Code fix.
23753         (ps-color-values): XEmacs compatibility.
23754         (ps-print-background-image, ps-print-background-text, ps-printer-name)
23755         (ps-default-fg, ps-default-bg): Adjust customization.
23756         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
23757         (ps-color-scale): Renaming old ps-color-value fun.
23758         (ps-print-headers): Replace ps-print-header group to avoid conflict
23759         with ps-print-header variable.
23760         (ps-print-miscellany): New group.
23761         (ps-format-color, ps-rgb-color): New funs.
23762         (ps-default-foreground): New var.
23763         (ps-printer-name-option): New const.
23765 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
23767         * net/net-utils.el:
23768         (network-connection-host, network-connection-service): New variables
23769         (network-connection-mode): New mode, derived from comint-mode
23770         (network-connection-mode-setup): New function, saves host and
23771         service information in local variables.
23773         * lisp/locate.el:
23774         (locate-word-at-point): Added this function
23775         (locate): Default to using locate-word-at-point as input
23776         Run dired-mode-hook
23778 2000-03-29  Dave Love  <fx@gnu.org>
23780         * calendar/appt.el: Doc fixes.
23781         (appt-check): Convert min-to-app to a string before passing to
23782         appt-disp-window-function or concat.
23783         (appt-delete-window): Remove test for frame-root-window.
23784         (appt-select-lowest-window, appt-convert-time): Simplify.
23786         * emacs-lisp/bytecomp.el: Doc fixes.
23787         (byte-compile-file-form-autoload):
23788         Update byte-compile-function-environment.
23790 2000-03-29  Andreas Schwab  <schwab@suse.de>
23792         * emacs-lisp/autoload.el: Also print defsubst doc string specially.
23794         * dired.el (dired-insert-directory): If dired-free-space-program
23795         failed just delete its output.
23797 2000-03-29  Dave Love  <fx@gnu.org>
23799         * international/iso-cvt.el: Move provide to end.  Doc fixes.
23800         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
23801         (iso-iso2sgml, iso-sgml2iso): New functions.
23802         (iso-cvt-define-menu): Fix some entries and use backquote for
23803         clarity.
23805         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
23807 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
23809         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
23810         ISO-DATE.  If non-nil, return date in ISO 8601 format.
23812 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
23814         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
23815         if it ever becomes used.
23816         (log-edit-mode-hook): Default to vc-log-mode-hook.
23817         (log-edit-mode): Fix the docstring.
23819         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
23820         the code.
23822 2000-03-26  Dave Love  <fx@gnu.org>
23824         * net/browse-url.el (browse-url): Re-fix case of
23825         browse-url-browser-function being an alist.
23826         (browse-url): Add :link to defgroup.
23828         * files.el: Doc fixes.
23829         (file-truename): Include `[' in wildcard characters.
23830         (automount-dir-prefix): Customize.
23831         (find-file-wildcards): Add :version.
23832         (find-file-noselect): Simplify a mapcar call.
23834         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
23835         compatible with inf-lisp version.
23836         (eval-defun-1): Fix custom-declare-variable case.
23838 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
23840         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
23842 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
23844         * Makefile (COMPILE_FIRST): New macro.
23845         (compile-files): Compile files from COMPILE_FIRST first.
23847         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
23849         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
23850         matching open parenthesis in column 0 to defun-prompt-regexp
23851         only if open-paren-in-column-0-is-defun-start is set.
23853         * sun-curs.el: Require CL at compile-time only.
23855         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
23856         instead of copy-list which is a function from CL.
23857         (msb--choose-menu, msb--mode-menu-cond)
23858         (msb--create-buffer-menu-2): Use dolist instead of mapc.
23859         (msb--init-file-alist): Use mapcar instead of mapcan.
23860         (msb--aggregate-alist): Use mapcar instead of mapcan.
23861         Fix `(' in column 0 in doc string.
23862         (msb--add-separators): Use mapcar instead of mapcan.
23864         * cus-dep.el: Require CL at compile-time only.
23866 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
23868         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
23869         (byte-compile-warnings): New warning `noruntime'.
23870         (byte-compile-constants, byte-compile-variables): Fix docstring.
23871         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
23872         execute `eval-whenc-compile's body.
23873         (byte-compile-unresolved-functions): Fix docstring.
23874         (byte-compile-eval): New function.
23875         (byte-compile-callargs-warn): Check if the function will be available
23876         at runtime (via property `byte-compile-noruntime').
23877         (byte-compile-print-syms): New function.
23878         (byte-compile-warn-about-unresolved-functions): Also warn about
23879         `noruntime' functions (and use `byte-compile-print-syms').
23880         (byte-compile-file): Capitalize the message.
23882 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
23884         * mail/rmail.el (rmail-confirm-expunge): New user-option.
23885         (rmail-expunge): Ask for confirmation depending on the setting
23886         of rmail-confirm-expunge.
23888 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
23890         * Makefile (bootstrap-clean): If $(emacs) exists, build
23891         loaddefs.el first.  A loaddefs.el that's not up-to-date might
23892         cause a bootstrap failure because things don't autoload as expected.
23894 2000-03-23  Dave Love  <fx@gnu.org>
23896         * net/browse-url.el: Restore previous use of
23897         browse-url-maybe-new-window.
23899 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
23901         * ps-print.el: Skip banner page fix.
23902         (ps-print-version): New version number (5.1.2).
23903         (ps-begin-file, ps-end-file, ps-generate): Code fix.
23905 2000-03-23  Dave Pearson  <davep@davep.org>
23907         * net/quickurl.el Changed the type of parameter passed to the
23908         function defined by `quickurl-format-function'. Before only the
23909         text of the URL was passed. Now the whole URL structure is passed
23910         and the function is responsible for extracting the parts it requires.
23911         Changed the default of `quickurl-format-function' accordingly.
23912         (quickurl-insert): Changed the `funcall' of
23913         `quickurl-format-function' to match the above change.
23914         (quickurl-list-insert): Changed the `url' case so that it makes
23915         use of `quickurl-format-function', previous to this the format was
23916         hard wired.
23918 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
23920         * startup.el: Change some spellings for the X Window System.
23922 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
23924         * progmodes/make-mode.el (makefile-warn-suspicious-lines):
23925         Clean up the code and the regexp and make sure the cursor is
23926         temporarily moved to the suspicious line while querying the user.
23928 2000-03-22  Jason Rumney  <jasonr@gnu.org>
23930         * w32-fns.el (w32-charset-info-alist): Initialize.
23932 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
23934         * ps-print.el: N-up last page fix.
23935         (ps-print-version): New version number (5.1.1).
23936         (ps-end-file, ps-end-job, ps-generate): Code fix.
23938 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
23940         * files.el (find-file-run-dired): Update docstring.
23941         (find-directory-functions): New hook.
23942         (find-file-noselect): Run find-directory-functions rather than
23943         calling dired directly.
23945         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
23947         * pcvs.el: Add a minimal leading commentary.
23948         (cvs-make-cvs-buffer): Change the header part by removing the startup
23949         message and adding a `Module' entry.  Also replace the FOOTER and
23950         HEADER special fileinfos with the new support in ewoc for updating
23951         its own footer and header.
23952         (cvs-update-header): Update to use the header/footer of the ewoc.
23953         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
23954         (cvs-is-within-p): New function.
23955         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
23956         to only examine some subset of the buffers.
23958         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
23959         `format' instead of our own ad-hoc functions.
23960         Remove HEADER and FOOTER cases, now handled in the EWOC.
23961         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
23963         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
23964         output to avoid scaring the user.
23965         (cvs-parse-table): Catch message for non-up-to-date commits.
23967         * pcvs-defs.el (cvs-startup-message): Remove.
23968         (cvs-global-menu): New autoloaded menu.
23970         * pcvs-util.el (cvs-string-fill): Remove.
23972         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
23973         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
23974         PP part of it and also make it work for footers and headers.
23975         (ewoc-create): Drop POS and BUFFER arguments.
23976         Use the DLL's dummy node to store the end-of-footer position.
23977         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
23978         (ewoc-refresh): Remove unused `header' variable.
23979         (ewoc-(get|set)-hf): New functions.
23981         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
23982         log-view-*-(message|file) and use easy-mmode-define-navigation.
23983         (log-view-message-re): Match SCCS format as well.
23984         And match the revision line rather than the dashed separator line.
23985         (log-view-mode): Use the new define-derived-mode.
23986         (log-view-current-tag): Fill in with an actual implementation.
23988         * cvs-status.el (cvs-status-(prev|next)): Rename from
23989         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
23990         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
23991         to let the output "breathe" a little more (more readable).
23992         (cvs-status-mode): Use the new define-derived-mode.
23994         * smerge-mode.el (smerge-auto-leave): New function and variable.
23995         (smerge-basic-map): Rename from smerge-basic-keymap.
23996         Change the bindings for smerge-diff-*.
23997         (smerge-*-map): Use easy-mmode-defmap.
23998         (smerge-(next|prev)): Use easy-mmode-define-navigation.
23999         (smerge-keep-*): Use smerge-auto-leave.
24001 2000-03-21  Jason Rumney  <jasonr@gnu.org>
24003         * cus-edit.el (custom-button-face): Use 3D look for w32.
24004         (custom-button-pressed-face): Likewise.
24006 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
24008         * progmodes/etags.el (tags-case-fold-search): New user-option.
24009         (tags-loop-eval): New function.  Bind case-fold-search around eval
24010         depending on the value of tags-case-fold-search.
24011         (tags-loop-continue): Use tags-loop-eval.
24012         (find-tag-in-order): Bind case-fold-search depending on the value
24013         of tags-case-fold-search.
24015 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
24017         * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
24018         (diff-end-of-hunk): Return the end position for use in
24019         `easy-mmode-define-navigation'.
24020         (diff-recenter): Remove.
24021         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
24022         of `easy-mmode-define-navigation'.
24023         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
24024         previous renaming) and fix to use new names.
24025         (diff-merge-strings): Use \n as separator: simpler, faster.
24026         (diff-mode): Use `define-derived-mode'.
24028         * derived.el (define-derived-mode): Don't autoload anymore.
24029         Prefer the macro-only version provided by easy-mmode.el.
24031         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
24032         `easy-mmode-define-derived-mode'.  Use `combine-run-hooks'.
24033         (easy-mmode-define-navigation): New macro.
24035         * subr.el (combine-run-hooks): New function.
24037 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
24039         * term/x-win.el: Fontsets related initialization is simplified.
24041         * international/mule-diag.el (describe-font): Don't refer to
24042         global-fontset-alist, instead call font-list.
24043         (describe-fontset, list-fontsets, mule-diag): Likewise.
24044         (print-fontset): Adjusted for the change of fontset implementation.
24046         * international/fontset.el (x-charset-registries): Variable removed,
24047         instead the corresponding data is stored in the default fontset.
24048         (register-alternate-fontnames): Function removed.
24049         (resolved-ascii-font): Variable removed.
24050         (x-compose-font-name): Ignore the second argument REDOCE.
24051         (x-complement-fontset-spec): Complement only an ASCII font and
24052         element for those charsets than can use that ASCII font.
24053         (generate-fontset-menu): Don't refer to global-fontset-alist,
24054         instead call fontset-list.
24055         (uninstantiated-fontset-alist): Variable removed.
24056         (x-style-funcs-alist): Likewise.
24057         (fontset-default-styles): Likewise.
24058         (x-modify-font-name): Function removed.
24059         (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
24060         (create-fontset-from-ascii-font): Docsting adjusted for the above
24061         change.
24062         (instantiate-fontset, resolve-fontset-name): Functions removed.
24063         (fontset-list): Now implemented by C code.
24065         * faces.el (read-face-font): Fix TABLE arg to completing-read.
24066         (describe-face): Include `font' attribute in the description.
24068 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
24070         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
24072 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
24074         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
24075         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
24076         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
24078         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
24079         about behavior of set-buffer-modified-p wrt redisplay.
24081 2000-03-19  Richard M. Stallman  <rms@gnu.org>
24083         * view.el (view-mode-disable): Kill local binding of view-read-only.
24085 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
24087         * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
24088         is a string, convert it to a syntax cell using string-to-syntax.
24090         * simple.el (syntax-code-table, syntax-flag-table): New variables.
24091         (string-to-syntax): New function.
24093         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
24094         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
24095         try to use passive ftp mode.
24097 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
24099         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
24101         * simple.el (append-to-buffer): Update point of windows after
24102         insertion.
24104         * abbrev.el (inverse-add-abbrev): Identify word by first moving
24105         forward then moving backward.  Reindent.
24107         * frame.el (other-frame): Call x-focus-frame only if
24108         focus-follows-mouse is off.
24110 2000-03-17  Dave Love  <fx@gnu.org>
24112         * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
24114 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
24116         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
24117         regexp for labels cannot span several lines.
24119         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
24120         `(setq :<key> ':<key>)' to the macro expansion.
24122 2000-03-16  Dave Love  <fx@gnu.org>
24124         * progmodes/f90.el (f90): Put custom group under `languages', not
24125         `fortran'.
24126         (f90-mode-hook): Customize.
24127         (f90-mode): Set add-log-current-defun-function.
24128         (f90-current-defun): New function.
24130 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
24132         * cus-edit.el (custom-variable-tag-face): Handle case that
24133         default face's height is not a number.
24134         (custom-face-tag-face, custom-group-tag-face-1)
24135         (custom-group-tag-face): Ditto.
24136         (custom-group-tag-face-1): Add :group.
24138         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
24140 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
24142         * pcvs-defs.el (toplevel): Remove autoload cookie for form
24143         requiring easymenu.
24145 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
24147         * ps-print.el: PostScript user-defined prologue, PostScript error
24148         handler, doc fix.
24149         (ps-print-version): New version number (5.1).
24150         (ps-user-defined-prologue, ps-error-handler-message)
24151         (ps-print-prologue-0, ps-error-handler-alist): New vars.
24152         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
24153         (ps-insert-string): New function.
24155 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
24157         * international/ccl.el (ccl-compile-expression): Don't generate
24158         invalid self-assignment code.
24160 2000-03-14  Dave Love  <fx@gnu.org>
24162         * subr.el (replace-regexp-in-string): Renamed from
24163         replace-regexps-in-string.  Doc fix.
24165 2000-03-12  Dave Love  <fx@gnu.org>
24167         * cus-edit.el: Doc fixes.
24168         (customize-set-variable, customize-save-variable): Rename args for doc.
24169         (custom-variable-tag-face, custom-face-tag-face)
24170         (custom-group-tag-face-1, custom-group-tag-face): Modify from
24171         style which user identify as hyperlink.
24172         (hook): Don't add undefined functions to the hook.
24173         (debug-ignored-errors): Transfer message from bindings.el.
24175 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
24177         * recentf.el (recentf-keep-non-readable-files-p):
24178         Remove double/nested definition.
24180 2000-03-12  Dave Love  <fx@gnu.org>
24182         * facemenu.el (facemenu-get-face): Use display-color-p.
24183         * enriched.el (enriched-decode-foreground): Likewise.
24184         (enriched-decode-background): Likewise.
24185         * isearch.el (isearch-highlight): Likewise.
24186         * info-look.el (info-lookup): Likewise.
24187         * simple.el (completion-setup-function): Likewise.
24189         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
24190         :options.
24192         * bindings.el (mode-line-format): Fix line-number and
24193         column-number items.  Add help-echo for the background.
24194         (mode-line-mule-info): Modify help-echo.
24196         * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
24198         * files.el (load-file): Allow completion to .elc.
24200         * man.el: Doc fixes.
24201         (Man-init-defvars): Use display-color-p to set fontification.
24203         * play/hanoi.el (hanoi-internal): Don't use oddp.
24205 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
24207         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
24209         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
24211 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
24213         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
24214         Fix comment.
24216 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
24218         * font-lock.el (font-lock-keywords): Fix the doc now that
24219         regexp-opt-depth is unnecessary.
24220         (save-buffer-state): Set an edebug spec.
24221         (font-lock-fontify-anchored-keywords): Properly handle the case when
24222         the matcher goes past the limit.
24224         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
24225         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
24227         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
24228         dll.el and cookie.el (from Elib) with heavy renaming and other
24229         massaging.
24231         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
24232         Autoload the functions used.
24233         (easy-mmode-define-syntax): Fix CL typo.
24234         (easy-mmode-define-derived-mode): Improve the docstring generation.
24236 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
24238         * textmodes/texinfo.el (texinfo-version): Variable and function
24239         removed.
24241 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
24243         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
24244         allow more flexibility.
24245         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
24246         (easy-mmode-defmap, easy-mmode-defsyntax)
24247         (easy-mmode-define-derived-mode): New macros.
24249 2000-03-09  Didier Verna  <didier@xemacs.org>
24251         * rect.el (replace-rectangle): New function.
24253 2000-03-09  Dave Love  <fx@gnu.org>
24255         * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
24256         (fortran-comment-line-start-skip): Don't match cpp stuff.
24257         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
24258         (fortran-mode-map): Remove over-eager custom-menu-create for now.
24259         (fortran-mode): Don't set fortran-comment-line-start-skip,
24260         fortran-comment-line-start here.  Set comment-start,
24261         add-log-current-defun.
24262         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
24263         (fortran-current-defun): New function.
24265 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
24267         * emacs-lisp/re-builder.el: New file.
24269         * mouse.el (mouse-drag-region): Don't run up-event handler
24270         if hscroll has changed.
24272         * octave-mod.el (octave-font-lock-keywords): To font-lock the
24273         builtin operators, use `font-lock-builtin-face' for Emacs and
24274         `font-lock-preprocessor-face' otherwise.
24276         * font-lock.el (lisp-font-lock-keywords-1): Highlight
24277         `(defun (setf foo)' differently.
24279 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
24281         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
24282         (regexp-opt): Update comment and adapt the code the new meaning of
24283         the `paren' argument of regex-opt-group for shy-groups.
24284         (regexp-opt-depth): Handle shy groups as well as backslashed
24285         backslashes.
24286         (regexp-opt-group): Turn the leading comment into a docstring.
24287         Allow `paren' to be a string (the string to use to open a group).
24288         Remove open-presuf and close-presuf.  Instead of checking for `all
24289         one-char' and then later on check for `several one-char', handle
24290         both cases close together.  Also apply a more generic algorithm
24291         for suffixes (the mirror image of the algorithm used for
24292         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
24293         (regexp-opt-try-suffix): Removed.
24295         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
24296         from comint-mode-map, so we can just inherit from it.  Also, move
24297         the initialization into the `defvar' since there's no docstring
24298         anyway and it's fairly short.
24299         (inferior-scheme-mode): Define it as derived-mode: the code is
24300         shorter and this way we inherit from comint-mode-map rather than
24301         copying it.
24303         * subr.el (replace-regexps-in-string): Properly handle the case
24304         where we match an empty string.
24306         * comint.el (comint-exec-1): Add the current-dir to the exec-path
24307         when the command has a directory component (such as "./testml").
24308         Also fix a typo in the comment.
24310 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
24312         * Makefile (compile-files): Compile files one by one because
24313         that's the only way to ensure a clean compilation environment for
24314         each individual file.
24316         * frame.el (other-frame): Call x-focus-frame.
24318 2000-03-07  Dave Love  <fx@gnu.org>
24320         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
24321         :require to defcustom.
24323         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
24325         * files.el (auto-mode-alist): Add configure.in.
24327         * progmodes/autoconf.el: New file.
24329 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
24331         * mail/mh-e.el: Change maintainer to `none'.
24333         * recentf.el (recentf-keep-non-readable-files-p): Quote args
24334         to remove-hook and add-hook.
24336 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
24338         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
24339         it as the default.
24340         (mail-send): Test mail-send-nonascii also for the new `mime' value.
24341         (sendmail-send-it): Conditionally add MIME headers specifying the
24342         used character set.
24344 2000-03-07  Dave Love  <fx@gnu.org>
24346         * winner.el: Fix keywords, autoload cookies.
24347         Split eval-when-compile form to avoid compilation failure.
24349 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
24351         * international/mule.el: Modify comment about coding system
24352         property `coding-category'.
24353         (make-coding-system): New argument EOL-TYPE.  Pay attention to
24354         coding-category property of PROPERTIES.
24356         * international/mule-conf.el (coding-category-utf-8)
24357         (coding-category-utf-16-be, coding-category-utf-16-le): New coding
24358         categories.  Include them in the argument for set-coding-priority.
24360         * international/mule-cmds.el (reset-language-environment):
24361         Include coding-category-utf-8, coding-category-utf-16-be, and
24362         coding-category-utf-16-le in the argument for set-coding-priority.
24363         (reset-language-environment): Initialize coding-category-utf-8,
24364         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
24366 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
24368         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
24369         code abstracted out of `bookmark-jump-noselect'.  Now tries info
24370         extensions as well as compression extensions.
24371         (bookmark-jump-noselect): Use above new func.
24373 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
24375         * strokes.el: Change maintainer's mail address.
24377 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
24379         * international/mule-diag.el (list-character-sets): Make help-echo
24380         string by substitute-command-keys.
24381         (list-character-sets): Likewise.
24382         (sort-listed-character-sets): Call help-setup-xref.
24384 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
24386         * time.el (display-time-mail-file): Add `none' to the list of choices.
24388 2000-03-01  Dave Love  <fx@gnu.org>
24390         * help.el (help-xref-go-back): Don't try to set position.
24392         * international/mule-diag.el (list-character-sets):
24393         Call help-setup-xref.  Add help-echo to xrefs.
24394         (list-character-sets-1): Add help-echo to xrefs.
24396 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
24398         * frame.el (blink-cursor-mode): Switch cursor on when turning
24399         the mode off.
24401         * add-log.el (add-log-current-defun): Add support for
24402         Autoconf mode.
24404         * mail/rmail.el (rmail-quit-hook): New variable.
24406 2000-03-01  Dave Love  <fx@gnu.org>
24408         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
24410         * help.el (help-xref-button): Add help-echo arg.
24411         (describe-function-1, describe-variable, help-make-xrefs): Use it.
24413         * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
24415         * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
24417 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
24419         * image.el (defimage): Look for image files in load-path.
24421         * frame.el (busy-cursor-delay-seconds): Change type to `number'.
24423 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
24425         * recentf.el (recentf): Added version tag to the defgroup of recentf.
24427 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
24429         * recentf.el (recentf-cleanup): Changed to remove excluded file too.
24430         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
24431         action to select/unselect a file.
24432         (recentf-edit-list): Code cleanup and improvement.
24433         (recentf-open-more-files-action): `recentf-open-more-files' button
24434         widget action to open a file.
24435         (recentf-open-more-files): No more use standard completion but widgets.
24436         (recentf-more-collection): Deleted.
24437         (recentf-more-history): Deleted.
24438         (recentf-setup-more-completion): Deleted.
24440 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
24442         * recentf.el (recentf-mode): No more needs that Emacs is running
24443         under a window-system.
24445 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
24447         * recentf.el (recentf-edit-list): New command to edit the recent
24448         list which allow the user to remove files.
24449         (recentf-edit-selected-items): New global variable, used by
24450         `recentf-edit-list' to hold the list of files to be removed from
24451         the recent list.
24452         (recentf-make-menu-items): Updated to display a "Edit list..."
24453         menu item.  Minor code cleanup.
24455 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
24457         * recentf.el (recentf-open-more-files): New command to open files
24458         that are not displayed in the menu.
24459         (recentf-more-collection): New global variable holding the set of
24460         permissible completions used by `recentf-open-more-files'.
24461         (recentf-more-history): New global variable holding the history list
24462         used by `recentf-open-more-files' completion.
24463         (recentf-setup-more-completion): New function to setup completion for
24464         `recentf-open-more-files'.
24465         (recentf-make-menu-items): Updated to display a "More..." menu item.
24467 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
24469         * recentf.el (recentf-menu-action): Doc fixed.
24471 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
24473         * recentf.el (recentf-menu-filter): Doc updated.
24474         (recentf-update-menu-hook): Allow menu filters to force menu update.
24475         (recentf-make-menu-items): New menu filter handling.
24476         (recentf-make-menu-item): New helper function.
24477         (recentf-menu-elements): New menu handling function.
24478         (recentf-sort-ascending): Updated to new menu filter handling.
24479         (recentf-sort-descending): Updated to new menu filter handling.
24480         (recentf-sort-basenames-ascending): New menu filter function.
24481         (recentf-sort-basenames-descending): New menu filter function.
24482         (recentf-show-basenames): New menu filter function.
24483         (recentf-show-basenames-ascending): New menu filter function.
24484         (recentf-show-basenames-descending): New menu filter function.
24486 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
24488         * diary-lib.el (list-diary-entries): Don't try to go forward at
24489         the end of the buffer.
24491 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
24493         * international/mule-diag.el (list-character-sets):
24494         Completely rewritten.
24495         (sort-listed-character-sets): New function.
24496         (list-character-sets-1): Completely rewritten.
24497         (list-character-sets-2): New function.
24498         (non-iso-charset-alist): New variable.
24499         (decode-codepage-char): New function.
24500         (charset-history): New variable.
24501         (read-charset) (list-block-of-chars)
24502         (list-iso-charset-chars)
24503         (list-non-iso-charset-chars)
24504         (list-charset-chars): New functions.
24505         (mule-diag): Call list-character-sets-2, not list-character-sets-2.
24506         (dump-charsets): Likewise.
24508 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
24510         * dired-x.el (dired-filename-at-point): Add `@' to valid
24511         file name characters.
24512         (dired-filename-at-point): Handle ange-ftp file names.
24514         * frame.el (frame-notice-user-settings): Use assq-delete-all
24515         instead of assoc-delete-all.
24516         (frame-notice-user-settings): Ditto.
24518         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
24519         Don't copy alist.
24521 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
24523         * calculator.el (calculator-use-menu): New option.
24524         (calculator-initial-bindings): Changed some bindings to work as macros.
24525         (calculator-forced-input): Removed.
24526         (calculator-restart-other-mode): New variable.
24527         (calculator-mode-map): Set up menu.
24529 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
24531         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
24533 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
24535         * viper-cmd.el (viper-envelop-ESC-key): Add the option to
24536         translate all ESC key sequences.
24537         (viper-goto-mark-subr): Restore markers for files for which
24538         they were saved.
24539         * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
24540         * viper-util.el (viper-set-replace-overlay-glyphs)
24541         (viper-set-replace-overlay): Always check if the replacement
24542         overlay is live.
24543         * viper.el (viper-vi-state-mode-list): Add major modes.
24544         * ediff-wind.el: Minor comment changes.
24545         * ediff.el: Copyright notice date fix.
24547 2000-02-27  Jason Rumney  <jasonr@gnu.org>
24549         * faces.el (face-font-family-alternatives): Add arial to helv.
24550         (mode-line, header-line, tool-bar): Same default as x for w32.
24551         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
24552         face-font-family-alternatives from working.
24553         * term/w32-win.el (mouse-set-font): Do not build fontset from
24554         chosen font.
24556 2000-02-25  Sam Steingold  <sds@goems.com>
24558         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
24559         properly.
24561 2000-02-25  Richard M. Stallman  <rms@gnu.org>
24563         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
24565 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
24567         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
24569         * frame.el (busy-cursor-delay-seconds): New option.
24571 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
24573         * frame.el (show-cursor-in-non-selected-windows): New option.
24575 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
24577         * diary-lib.el (include-other-diary-files): Undo the selective
24578         display in any included file and don't kill it.
24580 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
24582         * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
24583         Menu items converted to (menu-item format, help strings added.
24584         [downcase, upcase]: Don't enable on MS-DOS.
24585         [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
24586         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
24588 2000-02-23  Dave Love  <fx@gnu.org>
24590         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
24591         (backward-kill-word): Revert addition of * to interactive spec --
24592         it's a feature.
24594         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
24595         (backward-kill-sentence, kill-sentence): Likewise.
24597         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
24598         scratch buffer name.
24599         (gud-format-command): Use int-to-string in ?l case.  Simplify slightly.
24601         * term/w32-win.el (internal-face-interactive): Update prompt for
24602         new read-face-name.
24604         * mail/footnote.el (footnote): Add :version to defgroup.
24605         (footnote-section-tag-regexp): Customize.
24606         (footnote-start-tag, footnote-end-tag): New option.
24607         (footnote-latin-regexp): New variable.
24608         (Footnote-latin): New function.
24609         (footnote-style-alist): Add element for latin style.
24610         (footnote-style): Moved.
24611         (Footnote-goto-footnote): Use eq to test arg.
24613         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
24615         * emacs-lisp/byte-opt.el: Change old backquote syntax.
24616         (byte-compile-trueconstp): Include keywords.
24617         (byte-optimize-quote, byte-optimize-lapcode):
24618         Use byte-compile-const-symbol-p.
24619         (byte-optimize-char-before): New optimization.
24621         * emacs-lisp/bytecomp.el: Change old backquote syntax.
24622         (byte-compile-const-symbol-p): New function.
24623         (byte-compile-constp, byte-compile-out-toplevel)
24624         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
24625         Use it.
24627         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
24629 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
24631         * international/encoded-kb.el: Be sure to update minor-mode-alist
24632         and minor-mode-map-alist.
24633         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
24634         codes SS2 and SS3 correctly.
24635         (encoded-kbd-self-insert-ccl): New function.
24636         (encoded-kbd-setup-keymap): New function.
24637         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
24638         by calling encoded-kbd-setup-keymap.
24640         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
24641         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
24643 2000-02-22  Dave Love  <fx@gnu.org>
24645         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
24646         (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
24647         (lisp-mode-syntax-table): Set up for #|...|# comments.
24648         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
24649         classes.  Match `defface'.
24650         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
24651         (eval-defun-1): Fix for defcustom.
24652         (lisp-indent-region): Doc fix.
24654         * subr.el (when, unless, split-string): Doc fix.
24655         (read-passwd): Move call of clear-this-command-keys to the right place.
24656         (replace-regexps-in-string): New function.
24658 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
24660         * help.el (describe-variable): Set syntax table to
24661         emacs-lisp-mode-syntax-table when moving forward over the
24662         symbol's name.
24664 2000-02-22  Dave Love  <fx@gnu.org>
24666         * xt-mouse.el: Doc fixes.
24667         (xterm-mouse-position-function): New function, replacing advice of
24668         mouse-position.
24669         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
24671         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
24673 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
24675         * format.el (format-annotate-single-property-change):
24676         Handle properties with dotted-list values.
24677         (format-proper-list-p): New function.
24679         * enriched.el (enriched-face-ans): Handle '(foreground-color
24680         . COLOR) and (background-color . COLOR).
24682 2000-02-20  Dave Love  <fx@gnu.org>
24684         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
24685         and assignments to it.
24686         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
24687         current local map.
24688         (make-flyspell-overlay): Use it.
24689         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
24691         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
24692         (lm-get-header-re): Defun, not defsubst.
24693         (lm-get-package-name): Defun, not defsubst.  Simplify.
24694         (lm-version): Doc fix.  Simplify.
24695         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
24696         (lm-crack-address, lm-last-modified-date, lm-commentary)
24697         (lm-verify, lm-synopsis): Simplify.
24698         (lm-report-bug): Require emacsbug.  Use compose-mail.
24700 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
24702         * dired.el (dired-mode): Call propertized-buffer-identification
24703         to set mode-line-buffer-identification to something having
24704         the right text properties.
24706         * bindings.el (propertized-buffer-identification): New function.
24708 2000-02-20  Dave Love  <fx@gnu.org>
24710         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
24711         check for t-mouse too.
24713         * cus-start.el: Make echo-keystrokes `number'.
24715 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
24717         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
24718         Don't call ring-empty-p unless tags-location-ring is bound.
24719         From Noah Friedman <friedman@splode.com>.
24721 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
24723         * progmodes/hideshow.el (hs-flag-region): No longer use
24724         `intangible' overlay property.
24726         (hs-toggle-hiding): New command.
24727         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
24729         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
24730         Fix omission bug: Run `hs-minor-mode-hook' for both activation
24731         and deactivation.
24733 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
24735         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
24737 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
24739         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
24741         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
24742         of `*' to handle `(* ... *)' comments.
24744 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
24746         * faces.el (list-faces-display): Use display-mouse-p instead of
24747         window-system.
24749         * menu-bar.el (global-map): Menu-bar items converted to the new
24750         format (menu-item..., rearranged for better CUA compliance, and
24751         their names changed for better clarity.  Help strings added.
24753         * international/mule-cmds.el (mule-menu-keymap)
24754         (describe-language-environment-map, set-coding-system-map)
24755         (setup-language-environment-map): Convert to new (menu-item...
24756         form, add help strings.  Change names of menu items for better clarity.
24757         "Mule" menu-bar item removed (it's now in the "Options" submenu).
24759 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
24761         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
24762         within the code.
24764 2000-02-16  Dave Love  <fx@gnu.org>
24766         * faces.el: Don't require custom.  Add more specific :groups to
24767         various deffaces.
24768         (set-face-attribute): Purecopy args.
24769         (read-face-name): Default to name at point and use it in prompt.
24770         Remove colon from arg in all callers.
24771         (list-faces-display): Hyperlink to face descriptions and customize
24772         buffers.
24774 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
24776         * wid-edit.el (widget-match-inline): An atom never matches a list.
24778 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
24780         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
24781         at ':' characters by call to split-string.
24783 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
24785         * textmodes/bibtex.el: Added RCS version identification.
24787 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
24789         * textmodes/bibtex.el: Some temporary comments removed.
24790         (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
24791         (bibtex-field-const): Allow capital letters.
24792         (bibtex-start-of-string): Deleted because unused.
24794         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
24795         use the term 'reference' to describe a bibtex entry as a whole.
24796         Further, reference keys are no longer called 'labels'.
24797         (bibtex-keys): Renamed to bibtex-reference-keys.
24798         (bibtex-reformat-previous-labels): Renamed to
24799         bibtex-reformat-previous-reference-keys.
24800         (bibtex-reference-type): Renamed to bibtex-entry-type.
24801         (bibtex-reference-head): Renamed to bibtex-entry-head.
24802         (bibtex-reference-maybe-empty-head): Renamed to
24803         bibtex-entry-maybe-empty-head.
24804         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
24805         (bibtex-search-reference): Renamed to bibtex-search-entry.
24806         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
24807         bibtex-enclosing-entry-maybe-empty-head.
24808         (bibtex-entry-field-alist, bibtex-entry-head)
24809         (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
24810         (bibtex-map-entries, bibtex-search-entry)
24811         (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
24812         (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
24813         (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
24814         (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
24815         (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
24816         (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
24817         (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
24819 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
24821         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
24822         comment.
24823         (bibtex-format-field-delimiters): New function, functionality
24824         extracted from bibtex-format-entry.
24825         (bibtex-autokey-get-yearfield-digits): New function, functionality
24826         extracted from bibtex-autokey-get-yearfield.
24828         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
24829         entries in order to avoid stack overflow in the regexp matcher if
24830         field contents become large.
24831         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
24832         (bibtex-field-string-part-not-braced)
24833         (bibtex-field-string-part-no-inner-braces)
24834         (bibtex-field-string-part-1-inner-brace)
24835         (bibtex-field-string-part-2-inner-braces)
24836         (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
24837         (bibtex-field-string-quoted, bibtex-field-string)
24838         (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
24839         (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
24840         (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
24841         Deleted as parsing is now performed by the following functions.
24842         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
24843         (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
24844         (bibtex-parse-field-string, bibtex-search-forward-field-string)
24845         (bibtex-parse-association, bibtex-field-name-for-parsing)
24846         (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
24847         (bibtex-search-forward-field, bibtex-search-backward-field)
24848         (bibtex-start-of-field, bibtex-end-of-field)
24849         (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
24850         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
24851         (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
24852         (bibtex-parse-string, bibtex-search-forward-string)
24853         (bibtex-search-backward-string, bibtex-start-of-string)
24854         (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
24855         (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
24856         (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
24857         entries.  Instead of reporting the results of the parsing by
24858         match-beginning or match-end, these functions return data structures
24859         that hold the corresponding positions.
24860         (bibtex-enclosing-field): Changed to also report field boundaries by
24861         return values rather than by match-beginning or match-end.
24862         The following functions have been adapted to use the new
24863         parsing functions.
24864         (bibtex-skip-to-valid-entry, bibtex-search-reference)
24865         (bibtex-enclosing-field, bibtex-format-entry)
24866         (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
24867         (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
24868         (bibtex-print-help-message, bibtex-end-of-entry)
24869         (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
24870         (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
24871         (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
24872         Use the new method for parsing.
24873         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
24874         (bibtex-map-entries, bibtex-flash-head)
24875         (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
24876         (bibtex-autokey-change, bibtex-autokey-get-namefield)
24877         (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
24878         (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
24879         (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
24880         (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
24881         (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
24882         order to make the new binding of case-fold-search immediately visible.
24884 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
24886         * textmodes/bibtex.el: Copyright notice is up to date.
24887         Added constant 'bibtex-maintainer-salutation.
24889         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
24890         than make-temp-name, use match-string-no-properties and eliminate
24891         a quadratic behavior when building bibtex-strings.
24893         * bibtex.el (bibtex-reference-key): Accept string entries whose
24894         reference key contains upper case letters.
24896 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
24898         * bibtex.el (bibtex-reference-head): Allow entries to start with
24899         a new line.
24901 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
24903         * bibtex.el: Hiding of entry bodies is not longer provided by
24904         bibtex.el directly.  Instead the hideshow package can be used.
24905         Added a special bibtex entry to hs-special-modes-alist.
24906         (bibtex-hs-forward-sexp): Added for hideshow.el.
24908 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
24910         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
24911         proceedings entry type (for cross referencing). Thanks to Wagner
24912         Toledo Correa for the suggestion.
24914         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
24916 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
24918         * international/characters.el: Setup case table for Vietnamese.
24920 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
24922         * uniquify.el (toplevel): Require CL at compile time.
24923         (uniquify-push): Removed.
24925         * shadowfile.el (shadow-when): Removed.
24927         * tempo.el (tempo-dolist, tempo-mapc): Removed.
24928         (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
24930         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
24931         regexp for paragraph-start.
24933         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
24934         commas as well.
24936 2000-02-10  Dave Love  <fx@gnu.org>
24938         * wid-edit.el: (widgets) [defgroup]: Remove url link.
24939         (widget-color-choice-list, widget-color-history, widget-mouse-help):
24940         Deleted.
24941         (widget-specify-field, widget-specify-button): Don't use
24942         widget-mouse-help as help-echo property.
24943         (default): Use #'ignore for :validate and :mouse-down-action.
24944         (checkbox): Add help-echo.
24945         (widget-sexp-validate): Rewritten to clarify error messages.
24946         (character): Use char-valid-p in :match function.
24947         (widget-color-complete): Use facemenu-color-alist.
24948         (widget-color-action): Use facemenu-read-color.
24950         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
24951         set up `caar' &c that we now have.
24953 2000-02-09  Ray Blaak  <blaak@gnu.org>
24955         * delphi.el: Make resourcestring a declaration region, like const
24956         and var.
24958 2000-02-09  Dave Love  <fx@gnu.org>
24960         * bindings.el (mode-line-input-method-map): New variable.
24961         (mode-line-mule-info): Use it; fix last change.
24962         (mode-line-mode-menu): Move definition.
24963         (mode-line-mouse-sensitive-p): Deleted.
24964         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
24965         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top level.
24967         * startup.el (command-line-1): Don't call
24968         make-mode-line-mouse-sensitive.
24970 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
24972         * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
24973         before rmail-toggle-header, because the former toggles headers.
24975 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
24977         * diff-mode.el (diff-kill-junk): New interactive function.
24978         (diff-reverse-direction): Use delete-and-extract-region.
24979         (diff-post-command-hook): Restrict the area so that the hook also works
24980         outside of any diff hunk.  This is necessary for the minor-mode.
24981         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
24982         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
24984         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
24985         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
24986         so that it can be used more easily in <foo>-mode-hook.  Also make sure
24987         to avoid duplicate entries.
24988         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
24989         (font-lock-remove-keywords): Just as was done for `add', allow it to
24990         work even if font-lock-mode is nil.  Also make sure we don't modify
24991         any pre-existing list by forcing a copy-sequence.  Finally rename
24992         `major-mode' to `mode'.
24993         (font-lock-fontify-syntactic-anchored-keywords)
24994         (font-lock-fontify-anchored-keywords)
24995         (font-lock-fontify-keywords-region): Use line-end-position.
24996         Don't make `font-lock-multiline' local (it's now done in
24997         font-lock-set-defaults).
24998         (font-lock-set-defaults): Make `font-lock-multiline' local.
24999         Move the `font-lock-fontified' creation to inside the `unless'.
25001 2000-02-06  Andrew Innes  <andrewi@gnu.org>
25003         * term/w32-win.el (x-handle-args): Comment out call to message,
25004         which occurs before window system is initialized.
25006         * makefile.nt: Add support for recompiling lisp code.
25008 2000-02-04  Dave Love  <fx@gnu.org>
25010         * bindings.el (mode-line-mule-info): Fix/extend last change.
25012         * completion.el: Replace completion-dolist with dolist.
25014         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
25016 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
25018         * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
25019         environment names before they go into the section regexp.
25021         * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
25022         char class in regexp.
25024         * textmodes/reftex-parse.el (reftex-with-special-syntax):
25025         Bind `case-fold-search' to nil.
25027         * progmodes/idlwave.el (idlwave-template):
25028         Respect `idlwave-abbrev-change-case'.
25029         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
25030         (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
25031         (idlwave-while): Respect `idlwave-reserved-word-upcase'.
25032         (idlwave-rw-case): New function.
25033         (idlwave-statement-match): Fixed problem with assignment regexp.
25034         (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
25035         (idlwave-surround): New argument LENGTH to support padding of
25036         operators longer than 1 char.
25038         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
25039         idlwave-shell-expression-overlay.  Implemented printing of
25040         expressions on higher levels of the calling stack.
25041         (idlwave-shell-display-level-in-calling-stack): Restore stack level.
25042         (idlwave-retrieve-expression-from-level): New function.
25043         (idlwave-shell-last-calling-stack): Variable removed.
25044         (idlwave-shell-reset): Argument action reversed (`visible' to
25045         `hidden').  Also remove stop-line overlay.
25046         (idlwave-shell-calling-stack-routine): New variable.
25047         (idlwave-shell-parse-stack-and-display): Messages now display
25048         negative level numbers.
25049         (idlwave-shell-mode): Set `modeline-format'.
25050         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
25051         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
25052         (idlwave-shell-print-expression-function): New option.
25054         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
25055         (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
25056         `tool-bar' instead of `toolbar'.
25058 2000-02-02  Dave Love  <fx@gnu.org>
25060         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
25061         emacs-lisp-mode-hook.  Don't check for defalias being defined.
25063         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
25064         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
25065         Use the new builtins directly.
25067         * whitespace.el (whitespace): Add :version to defgroup.
25069         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
25070         Doc fix.
25072         * thingatpt.el (sexp-at-point, symbol-at-point)
25073         (number-at-point, list-at-point): Add autoload cookie.
25075         * recentf.el (recentf): Add :version to defgroup.
25077         * quickurl.el (quickurl): Add :version to defgroup.
25079         * elide-head.el (elide-head): Use point-marker more.
25081         * bs.el (bs): Add :version to defgroup.
25083         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
25085         * progmodes/delphi.el (delphi): Add :version to defgroup.
25087 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
25089         * ange-ftp.el (ange-ftp-write-region): Handle case that
25090         succeeding process operation sets a different coding system.
25092         * calculator.el: New file.
25094 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
25096         * frame.el (frames-on-display-list, framep-on-display): New functions.
25097         (display-mouse-p, display-popup-menus-p, display-graphic-p)
25098         (display-selections-p, display-screens, display-pixel-width)
25099         (display-pixel-height, display-mm-width, display-mm-height)
25100         (display-backing-store, display-save-under, display-planes)
25101         (display-color-cells, display-visual-class): New functions.
25103         * term/tty-colors.el (tty-color-gray-shades): New function.
25105         * faces.el (display-color-p): Use framep-on-display.
25106         (display-grayscale-p): New function.
25108 2000-01-31  Dave Love  <fx@gnu.org>
25110         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
25111         (create-fontset-from-x-resource): Don't concat integers.
25113 2000-01-31  Inge Frick  <inge@nada.kth.se>
25115         * view.el: Some changes in documentation.  Removed some trailing
25116         whitespace. Changed some parameter names to agree with documentation.
25117         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
25118         window is not deleted.  Modifies change 1998-04-26.
25120 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
25122         * windmove.el: New file.
25124         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
25125         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
25126         progmodes/ebnf-yac.el: Update copyright and license info.
25128         * jit-lock.el (jit-lock-function): Widen before calculating
25129         end position.
25130         (jit-lock-stealth-chunk-start): Rewritten.
25132         * info.el (Info-title-face-alist): Removed.
25133         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
25134         (Info-fontify-node): Use these faces.
25136 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
25138         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
25139         (cl-macro-list1): Recognize `&allow-other-keys' instead of
25140         `&allow-other-keywords'.
25142         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
25143         the list of directories scanned heuristically.
25145         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
25147 2000-01-30  Jason Rumney  <jasonr@gnu.org>
25149         * w32-fns.el: Define w32-tty-standard-colors.
25151         * startup.el (command-line): Use w32-tty-standard-colors when in
25152         w32 console mode.
25154 2000-01-30  Dave Love  <fx@gnu.org>
25156         * jka-compr.el (jka-compr-load): Fix up load-history.
25158         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
25160         * emacs-lisp/cl-macs.el: Revert previous change.
25162 2000-01-29  Dave Love  <fx@gnu.org>
25164         * facemenu.el: Purecopy various strings.
25166         * timezone.el (timezone-fix-time): Window against 69 for two-digit
25167         years.  Deal with three-digit years.
25169         * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
25170         Use defconst, purecopy.
25171         (help-back-label): Purecopy it.
25173 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
25175         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
25176         variable. If non-nil, order the buffer list according to the
25177         currently selected frame.
25178         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
25179         non-nil, pass the selected frame to function buffer-list.
25181 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
25183         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
25185 2000-01-28  Dave Love  <fx@gnu.org>
25187         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
25189         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
25190         Don't use lisp-indent-hook property.
25191         (cl-abs): Remove.
25193         * subr.el: Move out indent and edebug specs for when and unless.
25195         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
25196         when, unless.
25198         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
25199         unless, when.
25201 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
25203         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
25204         `collecting' as synonym for `collect'.
25206         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
25207         for the case it contains spaces.
25209         * simple.el (what-cursor-position): Change formatting of messages.
25211         * frame.el (delete-other-frames): New function.
25212         (toplevel): Bind it to C-x 5 1.
25214         * sort.el (sort-numeric-base): New option.
25215         (sort-numeric-fields): If number starts with `0' or `0[xX[',
25216         interpret it as octal or hexadecimal.  Use sort-numeric-base
25217         as default base.
25219         * progmodes/glasses.el: New file.
25221 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
25223         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
25224         userids differently.
25226         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
25227         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
25228         progmodes/ebnf-yac.el: New files.
25230 2000-01-26  Dave Love  <fx@gnu.org>
25232         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
25233         on a function with an empty body.  [From Eric Ludlam.]
25235 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
25237         * vc.el (vc-version-diff): Make sure file name is expanded.
25239 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
25241         * scroll-bar.el (scroll-bar-timer): Variable removed.
25242         (scroll-bar-toolkit-scroll): Don't use a timer.
25244 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
25246         * language/thai-util.el (thai-composition-function):
25247         Delete superfluous `a'.
25249 2000-01-24  Dave Love  <fx@gnu.org>
25251         * fortran.el (fortran-mode): Use beginning-of-defun-function,
25252         end-of-defun-function.
25254         * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
25256 2000-01-22  Jason Rumney  <jasonr@gnu.org>
25258         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
25259         conflicts with new face support.
25261 2000-01-22  Richard M. Stallman  <rms@gnu.org>
25263         * replace.el (query-replace): Rename last arg to DELIMITED.
25264         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
25265         (query-replace-regexp): Likewise.
25267 2000-01-20  Richard M. Stallman  <rms@gnu.org>
25269         * subr.el (with-syntax-table): Use make-symbol, not gensym.
25271         * emacs-lisp/lisp.el (beginning-of-defun-function):
25272         Variable renamed from beginning-of-defun.
25273         Do not call make-variable-buffer-local.
25274         (beginning-of-defun-raw): Use new variable name; doc fix.
25275         (beginning-of-defun): Doc fix.
25276         (end-of-defun-function): Variable renamed from end-of-defun.
25277         Do not call make-variable-buffer-local.
25278         (end-of-defun): Use new variable name; doc fix.
25280         * subr.el (dolist, dotimes): Copied from cl-macs.el
25281         and made to work.
25283         * mail/undigest.el (rmail-digest-end-regexps):
25284         Variable replaces rmail-digest-end-regexp.
25285         Allows multiple regexps for detecting the end line.
25286         (undigestify-rmail-message): Corresponding changes.
25288 2000-01-19  Dave Love  <fx@gnu.org>
25290         * files.el (user-init-file): Don't declare here -- is primitive.
25292         * startup.el (command-line): Check for compiled user-init-file and
25293         set to uncompiled version if necessary.
25295 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
25297         * mail/undigest.el (rmail-digest-end-regexp): New user option.
25298         (undigestify-rmail-message): Use it.
25300         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
25302 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
25304         * tmm.el (tmm-goto-completions): Adapt to prompt being part
25305         of mini-buffer.
25307 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
25309         * emacs-lisp/copyright.el (copyright-update): Removed the
25310         requirement for a trailing space from `copyright-regexp', to
25311         support copyrights with owner specified on a separate line..
25313         * align.el: New file.
25315         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
25317         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
25319 2000-01-13  Dave Love  <fx@gnu.org>
25321         * ph.el: Removed.  (Obsoleted by EUDC.)
25323 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
25325         * net/eudc.el (toplevel): Remove autoloaded code installing
25326         menu with easymenu, because that causes build problems.
25328         * frame.el (frame-notice-user-settings): New variable.
25329         (frame-notice-user-settings): Don't modify frame parameters
25330         if called a second time.
25332 2000-01-13  Richard M. Stallman  <rms@gnu.org>
25334         * frame.el (frame-notice-user-settings):
25335         Notice default-frame-parameters even for non-window frames.
25337 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
25339         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
25340         for Emacs.
25341         (eudc-bob-can-display-inline-images): Extend for Emacs.
25342         (eudc-bob-toggle-inline-display): Ditto.
25343         (eudc-bob-display-jpeg): Ditto.
25345 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
25347         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
25348         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
25349         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
25351         * add-log.el (add-change-log-entry): Fix error trying an
25352         `(insert nil)'.
25354         * subdirs.el: Add `net' directory.
25356         * net: New directory.
25358         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
25359         eval-last-sexp.  Don't bind debug-on-error here.
25360         (eval-last-sexp): New function.  Bind debug-on-error if
25361         eval-expression-debug-on-error is non-nil.
25362         (eval-defun-2, eval-defun): Likewise.
25364         * simple.el (eval-expression): Don't bind debug-on-error if
25365         eval-expression-debug-on-error is nil.  Detect changed
25366         debug-on-error, and propagate new value to global binding, if
25367         eval-expression-debug-on-error is non-nil,
25368         (eval-expression-debug-on-error): Change doc string.
25370 2000-01-11  Richard M. Stallman  <rms@gnu.org>
25372         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
25374         * emacs-lisp/lisp-mode.el (with-syntax-table):
25375         Set up lisp-indent-function property.
25377         * subr.el (with-syntax-table): Moved from simple.el.
25379         * simple.el (with-syntax-table): Moved to subr.el.
25381 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
25383         * tmm.el (tmm-shortcut): Delete region after prompt instead
25384         of erasing buffer.
25386         * textmodes/fill.el (fill-common-string-prefix): New function.
25387         (fill-context-prefix): Use the longest common prefix of first
25388         and second line fill prefix, if there is one.
25390 2000-01-11  Richard M. Stallman  <rms@gnu.org>
25392         * array.el (array-mode): Don't use make-variable-buffer-local.
25393         Use make-local-variable for `truncate-lines'.
25395 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
25397         * add-log.el (add-log-current-defun): Handle user-defined
25398         add-log-current-function returning nil,
25400         * add-log.el (add-change-log-entry): Insert version number
25401         if having found a current function
25403         * add-log.el (add-log-current-defun):
25404         Call `add-log-current-defun-function'.  Try matches at level 0 and
25405         level 1.  Strip whitespace from defun found.
25407 2000-01-10  John Wiegley  <johnw@gnu.org>
25409         * allout.el (isearch-done/outline-provisions): Added `edit'
25410         argument to correspond with the current definition of `isearch-done'.
25412 2000-01-10  Dave Love  <fx@gnu.org>
25414         * elide-head.el (elide-head): Use point-marker, not point.
25416 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
25418         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
25419         before and after the year 2000.
25421         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
25422         Add ispell- prefix.
25424 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
25426         * ispell.el:  Only define dictionaries in menus when they exist.
25427         (version18p): New variable.
25428         (version20p): New variable.
25429         (xemacsp): New variable.
25430         (ispell-choices-win-default-height): Fix for XEmacs visibility.
25431         (ispell-dictionary-alist1): Added Brasileiro dictionary.
25432         (ispell-dictionary-alist6): Russian command lines no longer accept
25433         run-together words.
25434         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
25435         (ispell-dictionary-alist): Add koi8-r to customize definition.
25436         (check-ispell-version): Added documentation string.  Return library
25437         path when called non-interactively.
25438         (ispell-menu-map-needed): Uses new variables.
25439         (ispell-library-path): New variable.
25440         (ispell-decode-string): XEmacs fix for bogus variable bindings.
25441         (ispell-word): Improved documentation string.  Test for valid
25442         character mappings.  Correctly check typed in word changes that can
25443         result in single words split into multiple words.
25444         Return replacement word.
25445         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
25446         replace in recursive query replace mode.  Help message for
25447         recursive edit mode.
25448         (ispell-show-choices): Protect against bad framepop bindings.
25449         (ispell-help): Fix to work with XEmacs.
25450         (ispell-highlight-spelling-error): Use new variables.
25451         (ispell-overlay-window): Fix to work with XEmacs.
25452         (ispell-parse-output): Passed and returns location information
25453         tracking spelling corrections.  Doesn't recheck same word on
25454         current line.
25455         (ispell-init-process): Protect against bogus XEmacs variable binding.
25456         Fix call to single argument in sleep-for.  Use new variables.
25457         (ispell-region): Passed and returns location information tracking
25458         spelling corrections.  Doesn't check same word on current line.
25459         Improved documentation string.  Doesn't resend a line already
25460         checked to the ispell process - fixes bug in LaTeX parsing.
25461         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
25462         (ispell-skip-region): No longer skips <TT> in SGML.
25463         (ispell-process-line): Tracks location information with spelling
25464         corrections.  Added documentation string.  Accounts for words
25465         already accepted on this line.  Don't allow query-replace on line
25466         starting with math characters.  Doesn't resend a line already sent
25467         to ispell process.  Fixes alignment error bug.
25469 2000-01-10  Richard M. Stallman  <rms@gnu.org>
25471         * dired-x.el (dired-guess-shell-alist-default):
25472         Suggest xloadimage, which is free, not xv, which isn't.
25474         * ange-ftp.el (ange-ftp-file-name-nondirectory):
25475         Don't ever include the host name or user name in the value.
25477 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
25479         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
25480         of a real newline.
25482 2000-01-09  Stephen Eglen  <stephen@gnu.org>
25484         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
25485         for .png files.
25487 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
25489         * cus-edit.el (custom-hook-convert-widget): Fix comment.
25491 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
25493         * progmodes/cperl-mode.el: Replace ^F with ^L.
25495         * sendmail.el (toplevel): Provide `sendmail' when compiling before
25496         `require'ing rmail and mailalias to prevent infinite recursion.
25498 2000-01-08  Dave Love  <fx@gnu.org>
25500         * emacs-lisp/backquote.el: Remove inappropriate customization
25501         (allowing custom.el to use backquote).
25503 2000-01-07  Dave Love  <fx@gnu.org>
25505         * add-log.el (add-log-debugging): Deleted.
25506         (add-change-log-entry): Treat a backup FILE-NAME as its parent
25507         file.  Remove debugging code.
25508         (change-log-get-method-definition, change-log-name): Add doc.
25509         (change-log-sortable-date-at): New function.
25510         (change-log-merge): New command.
25512         * time.el (display-time-string-forms): Make the Mail string active.
25513         (display-time-update): Provide help-echo for load average.
25515         * bindings.el (make-mode-line-mouse2-map): New function.
25516         (mode-line-modified): Use it and simplify.
25517         (mode-line-mule-info): Provide help-echo info.
25518         (minor-mode-alist): Activate the strings.
25519         (make-mode-line-mouse-sensitive): Simplify for
25520         mode-line-buffer-identification.
25522 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
25524         * play/pong.el: New file.
25526 2000-01-06  Dave Love  <fx@gnu.org>
25528         * array.el: Assorted cleanups for compiler warnings, doc strings,
25529         `array-' prefix for symbols.
25531 2000-01-05  Dave Love  <fx@gnu.org>
25533         * textmodes/outline.el (outline-mode-menu-bar-map):
25534         Add outline-headers-as-kill.
25535         (outline-mode): Define imenu-generic-expression.
25536         (outline-headers-as-kill): New command.
25538         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
25539         from paragraph-start.
25540         (paragraph-indent-minor-mode): New command.
25542         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
25543         M-C-e, M-C-h, C-j, C-xnd, TAB.
25544         (fortran-mode): Set beginning-of-defun, end-of-defun.
25545         (fortran-column-ruler): Simplify.
25546         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
25547         (fortran-with-subprogram-narrowing): Likewise.
25548         (fortran-indent-subprogram): Call mark-defun.
25549         (fortran-check-for-matching-do): Change narrowing.
25551         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
25552         (cl-lucid-hash-tag): Delete.
25553         (cl-hash-table-p): Correct test for native table.
25554         (cl-hash-table-count): Use hash-table-count.
25556         * browse-url.el (browse-url): Fix case of
25557         browse-url-browser-function being an alist.
25559 2000-01-05  Carsten Dominik  <cd@gnu.org>
25561         * textmodes/reftex-vars.el (reftex-parse-file-extension)
25562         (reftex-index-phrase-file-extension): New options.
25564         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
25565         Use new option `reftex-index-phrase-file-extension'.
25567         * textmodes/reftex.el (reftex-access-parse-file): Use new option
25568         `reftex-parse-file-extension'.
25570 2000-01-05  Dave Love  <fx@gnu.org>
25572         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
25573         (beginning-of-defun-raw): Use it.
25574         (end-of-defun): New variable.
25575         (end-of-defun): Use it.
25576         (check-parens): New command.
25578 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
25580         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
25581         (hs-show-block): Don't use `mapcar' when not accumulating.
25583         Fix buglet in local variables initialization.
25585 2000-01-05  Andreas Schwab  <schwab@suse.de>
25587         * hscroll.el (hscroll): Doc fix.
25589 2000-01-05  Carsten Dominik  <cd@gnu.org>
25591         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
25592         Require idlw-toolbar.
25594         * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
25595         file idlw-rinfo.el.
25596         (idlwave-customize): Load must read file idlw-shell.el.
25597         (idlwave-create-customize-menu): Load must read file idlw-shell.el.
25599 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
25601         * progmodes/idlw-shell.el: Also provide idlwave-shell
25602         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
25603         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
25605         * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
25606         both reftex-dcr and reftex-vcr.
25608         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
25610 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
25612         * ps-print.el: PostScript code now is in separate files, doc fix.
25613         (ps-print-version): New version number (5.0.3).
25614         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
25615         local.
25616         (ps-spool-config): Initialization fix.
25617         (ps-print-prologue-1, ps-print-prologue-2)
25618         (ps-print-duplex-feature): PostScript code moved to separated file.
25619         (ps-background-image): Little code reformating.
25620         (ps-begin-file, ps-begin-job): Fix code.
25621         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
25622         (ps-prologue-file): New fun.
25624 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
25626         * ps-vars.el: Eliminated.
25628         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
25629         `;;;###autoload'.
25631         * ps-print.el: ps-vars eliminated, doc fix.
25632         (ps-print-version): New version number (5.0.2).
25633         (ps-spool-config): Initialization fix.
25634         (ps-print-customize): New fun.
25636 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
25638         * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
25640 2000-01-04  Dave Love  <fx@gnu.org>
25642         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
25643         menu items.
25645 2000-01-03  Dave Love  <fx@gnu.org>
25647         * elide-head.el (elide-head) [defgroup]: Add :version.
25649         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
25650         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
25651         Use `cl-hash-table-p', not `hash-table-p'.
25652         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
25654 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
25656         * faces.el (face-read-integer, read-face-attribute)
25657         (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
25659 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
25661         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
25662         at comment end, and re-insert them after filling.
25664 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
25666         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
25667         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
25668         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
25670 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
25672         * term/x-win.el (xw-defined-colors): Call color-supported-p,
25673         the new name of face-color-supported-p.
25675         * term/w32-win.el (xw-defined-colors): Likewise.
25677 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
25679         * simple.el (completion-setup-function): Count completion-size
25680         from minibuffer-prompt-end, not from point-min.
25682 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
25684         * faces.el (read-face-attribute, defined-colors, color-defined-p):
25685         Pass the frame to tty-color-* functions.
25686         (display-color-p, frame-set-background-mode): Pass the frame to
25687         tty-display-color-p.
25689         * term/tty-colors.el (tty-defined-color-alist): Renamed from
25690         tty-color-alist.
25691         (tty-color-alist, tty-modify-color-alist): New functions.
25692         (tty-color-define,  tty-color-clear, tty-color-approximate)
25693         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
25694         optional parameter FRAME.
25696 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
25698         * image.el (create-image, defimage): Don't assume image data is
25699         a string.
25701         * image.el (defimage): Handle specifications containing :data
25702         instead of :file.
25703         (image-type-from-data): New function.
25704         (image-type-from-file-header): Use it.
25705         (create-image): Add parameter DATA-P.
25707 See ChangeLog.8 for earlier changes.
25709 ;; Local Variables:
25710 ;; coding: iso-2022-7bit
25711 ;; End:
25713     Copyright (C) 2000, 2001 Free Software Foundation, Inc.
25714   Copying and distribution of this file, with or without modification,
25715   are permitted provided the copyright notice and this notice are preserved.